imapd.conf 647 B

12345678910111213141516171819202122
  1. ##
  2. ## imapd.conf -- IMAP daemon configuration
  3. ## Copyright (c) 2002-2003 Ralf S. Engelschall <rse@engelschall.com>
  4. ##
  5. # Warning: Do not use a trailing slash in paths!
  6. configdirectory: @l_prefix@/var/imapd
  7. partition-default: @l_prefix@/var/spool/imap
  8. admins: @l_musr@
  9. sasl_pwcheck_method: saslauthd
  10. sendmail: @l_prefix@/sbin/sendmail
  11. #unixhierarchysep: yes
  12. #altnamespace: yes
  13. allowanonymouslogin: no
  14. allowplaintext: yes
  15. servername: my.imap.server
  16. autocreatequota: 10000
  17. reject8bit: no
  18. quotawarn: 90
  19. timeout: 30