mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 02:42:58 +02:00
Now it works together with cyrus sasl! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1045 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
START {
|
|
# do not delete this entry!
|
|
recover cmd="ctl_cyrusdb -r"
|
|
|
|
# this is only necessary if using idled for IMAP IDLE
|
|
idled cmd="idled"
|
|
}
|
|
|
|
# UNIX sockets start with a slash and are put into /var/imap/socket
|
|
SERVICES {
|
|
# add or remove based on preferences
|
|
imap cmd="imapd" listen="imap" prefork=0
|
|
imaps cmd="imapd -s" listen="imaps" prefork=0
|
|
pop3 cmd="pop3d" listen="pop3" prefork=0
|
|
pop3s cmd="pop3d -s" listen="pop3s" prefork=0
|
|
#sieve cmd="timsieved" listen="127.0.0.1:2000" prefork=0
|
|
|
|
# at least one LMTP is required for delivery
|
|
#lmtp cmd="lmtpd" listen="127.0.0.1:24" prefork=0
|
|
lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
|
|
|
|
# this is only necessary if using notifications
|
|
notify cmd="notifyd" listen="/var/imap/socket/notify" proto="udp" prefork=1
|
|
}
|
|
|
|
EVENTS {
|
|
# this is required
|
|
checkpoint cmd="ctl_cyrusdb -c" period=30
|
|
|
|
# this is only necessary if using duplicate delivery suppression
|
|
delprune cmd="ctl_deliver -E 3" period=1440
|
|
|
|
# this is only necessary if caching TLS sessions
|
|
tlsprune cmd="tls_prune" period=1440
|
|
|
|
# SQUAT failed, helps
|
|
squatter cmd="squatter -r user" period=1440
|
|
}
|