mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
18 lines
478 B
D
18 lines
478 B
D
#
|
|
# Parameters to be passed to courier-imap
|
|
#
|
|
#
|
|
# Select the service you want started with courier-imap
|
|
#
|
|
# Available options :
|
|
# esmtpd imapd pop3d esmtpd-ssl imapd-ssl pop3d-ssl webmaild
|
|
#
|
|
CI_DAEMONS="courier esmtpd imapd pop3d"
|
|
|
|
# If you want authdaemond to be automatically started and
|
|
# stopped by courier-imap, set this to "true"
|
|
AUTO_AUTHDAEMON="false"
|
|
|
|
# Courier will start this many seconds after autodaemond if
|
|
# AUTO_AUTHDAEMON is set to "true"
|
|
AUTO_AUTHDAEMON_LAG=2
|