# Put your config here.

# For test and debug.
:debug:		false
:test:		false
:verbose_mode:	false

# Server setting.
:user:		daemon
:group:		daemon
:bind_address:	0.0.0.0
:web_port:	9190
:ml_port:	9195

# Public Web address.
:public_url:	http://example.com/
:default_sitename:	www

# Mailing list setting.
:ml_domain:	example.com
:ml_postmaster:	postmaster@example.com

# Send mail setting.
:smtp_host:	127.0.0.1
:smtp_port:	25

# Extra setting.
# For Graphviz plugin.
:graphviz_dot_path:	/usr/bin/dot
:graphviz_font_size:	10
:graphviz_font_name:	Sazanami Gothic

# Mailing list server setting.
:sweep_interval:	3600
:allowable_error_interval:	8600
:max_threads:		10		# Number of working threads.
:timeout:		120
:use_qmail_verp:	false
:confirm_ml_creation:	false

# Default group setting.
:auto_unsubscribe_count:	5
:max_mail_length:	100KB
:max_ml_mail_length:	100KB
:max_members:		100
:ml_alert_time:		24d
:ml_life_time:		31d

# Setting for production mode.
:sites_dir:	/var/lib/qwik/data
:grave_dir:	/var/lib/qwik/grave
:cache_dir:	/var/cache/qwik
:super_dir:	/usr/share/qwik/super
:theme_dir:	/usr/share/qwik/theme
:template_dir:	/usr/share/qwik/template
:qrcode_dir:	/usr/share/qwik/qrcode
:etc_dir:	/etc/qwik
:log_dir:	/var/log/qwik
:web_pid_file:	/var/run/qwik/qwikweb.pid
:ml_pid_file:	/var/run/qwik/quickml.pid
