/courier/pop3d

http://github.com/brinkman83/bashrc · #! · 146 lines · 116 code · 30 blank · 0 comment · 0 complexity · 64208469f10557bb07bfa4fae9e5409b MD5 · raw file

  1. ##VERSION: $Id: pop3d.dist.in,v 1.16 2005/07/05 12:42:51 mrsam Exp $
  2. #
  3. # pop3d created from pop3d.dist by sysconftool
  4. #
  5. # Do not alter lines that begin with ##, they are used when upgrading
  6. # this configuration.
  7. #
  8. # Copyright 1998 - 2004 Double Precision, Inc. See COPYING for
  9. # distribution information.
  10. #
  11. # Courier POP3 daemon configuration
  12. #
  13. ##NAME: PIDFILE:0
  14. #
  15. PIDFILE=/var/run/courier/pop3d.pid
  16. ##NAME: MAXDAEMONS:0
  17. #
  18. # Maximum number of POP3 servers started
  19. #
  20. MAXDAEMONS=40
  21. ##NAME: MAXPERIP:4
  22. #
  23. # Maximum number of connections to accept from the same IP address
  24. MAXPERIP=4
  25. ##NAME: POP3AUTH:1
  26. #
  27. # To advertise the SASL capability, per RFC 2449, uncomment the POP3AUTH
  28. # variable:
  29. #
  30. # POP3AUTH="LOGIN"
  31. #
  32. # If you have configured the CRAM-MD5, CRAM-SHA1 or CRAM-SHA256, set POP3AUTH
  33. # to something like this:
  34. #
  35. # POP3AUTH="LOGIN CRAM-MD5 CRAM-SHA1"
  36. POP3AUTH=""
  37. ##NAME: POP3AUTH_ORIG:1
  38. #
  39. # For use by webadmin
  40. POP3AUTH_ORIG="PLAIN LOGIN CRAM-MD5 CRAM-SHA1 CRAM-SHA256"
  41. ##NAME: POP3AUTH_TLS:1
  42. #
  43. # To also advertise SASL PLAIN if SSL is enabled, uncomment the
  44. # POP3AUTH_TLS environment variable:
  45. #
  46. # POP3AUTH_TLS="LOGIN PLAIN"
  47. POP3AUTH_TLS=""
  48. ##NAME: POP3AUTH_TLS_ORIG:0
  49. #
  50. # For use by webadmin
  51. POP3AUTH_TLS_ORIG="LOGIN PLAIN"
  52. ##NAME: POP3_PROXY:0
  53. #
  54. # Enable proxying. See README.proxy
  55. POP3_PROXY=0
  56. ##NAME: PROXY_HOSTNAME:0
  57. #
  58. # Override value from gethostname() when checking if a proxy connection is
  59. # required.
  60. # PROXY_HOSTNAME=
  61. ##NAME: PORT:1
  62. #
  63. # Port to listen on for connections. The default is port 110.
  64. #
  65. # Multiple port numbers can be separated by commas. When multiple port
  66. # numbers are used it is possibly to select a specific IP address for a
  67. # given port as "ip.port". For example, "127.0.0.1.900,192.68.0.1.900"
  68. # accepts connections on port 900 on IP addresses 127.0.0.1 and 192.68.0.1
  69. # The ADDRESS setting is a default for ports that do not have a specified
  70. # IP address.
  71. PORT=110
  72. ##NAME: ADDRESS:0
  73. #
  74. # IP address to listen on. 0 means all IP addresses.
  75. ADDRESS=0
  76. ##NAME: TCPDOPTS:0
  77. #
  78. # Other couriertcpd(1) options. The following defaults should be fine.
  79. #
  80. TCPDOPTS="-nodnslookup -noidentlookup"
  81. ##NAME: LOGGEROPTS:0
  82. #
  83. # courierlogger(1) options.
  84. #
  85. LOGGEROPTS="-name=pop3d"
  86. ##NAME: DEFDOMAIN:0
  87. #
  88. # Optional default domain. If the username does not contain the
  89. # first character of DEFDOMAIN, then it is appended to the username.
  90. # If DEFDOMAIN and DOMAINSEP are both set, then DEFDOMAIN is appended
  91. # only if the username does not contain any character from DOMAINSEP.
  92. # You can set different default domains based on the the interface IP
  93. # address using the -access and -accesslocal options of couriertcpd(1).
  94. #DEFDOMAIN="@example.com"
  95. ##NAME: POP3DSTART:0
  96. #
  97. # POP3DSTART is not referenced anywhere in the standard Courier programs
  98. # or scripts. Rather, this is a convenient flag to be read by your system
  99. # startup script in /etc/rc.d, like this:
  100. #
  101. # . /etc/courier/pop3d
  102. # case x$POP3DSTART in
  103. # x[yY]*)
  104. # /usr/lib/courier/pop3d.rc start
  105. # ;;
  106. # esac
  107. #
  108. # The default setting is going to be NO, until Courier is shipped by default
  109. # with enough platforms so that people get annoyed with having to flip it to
  110. # YES every time.
  111. POP3DSTART=YES
  112. ##NAME: MAILDIRPATH:0
  113. #
  114. # MAILDIRPATH - directory name of the maildir directory.
  115. #
  116. MAILDIRPATH=Maildir