You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
1.3 KiB

  1. # $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/files/cyrus.conf,v 1.4 2004/07/18 04:02:23 dragonheart Exp $
  2. # Standard standalone server configuration.
  3. START {
  4. # Do not delete this entry!
  5. recover cmd="ctl_cyrusdb -r"
  6. # This is only necessary if using idled for IMAP IDLE.
  7. #idled cmd="idled"
  8. }
  9. # UNIX sockets start with a slash and are put into /var/imap/socket.
  10. SERVICES {
  11. # Add or remove based on preferences.
  12. imap cmd="imapd" listen="imap2" prefork=0
  13. pop3 cmd="pop3d" listen="pop-3" prefork=0
  14. # Don't forget to generate the needed keys for SSL or TLS
  15. # (see doc/html/install-configure.html).
  16. #imaps cmd="imapd -s" listen="imaps" prefork=0
  17. #pop3s cmd="pop3d -s" listen="pop3s" prefork=0
  18. # sieve cmd="timsieved" listen="sieve" prefork=0
  19. # at least one LMTP is required for delivery
  20. #lmtp cmd="lmtpd" listen="lmtp" prefork=0
  21. lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
  22. # this is only necessary if using notifications
  23. #notify cmd="notifyd" listen="/var/imap/socket/notify" proto="udp" prefork=1
  24. }
  25. EVENTS {
  26. # This is required.
  27. checkpoint cmd="ctl_cyrusdb -c" period=30
  28. # This is only necessary if using duplicate delivery suppression.
  29. delprune cmd="ctl_deliver -E 3" period=1440
  30. # This is only necessary if caching TLS sessions.
  31. tlsprune cmd="tls_prune" period=1440
  32. }