dovecot-1.3: dovecot-example.conf: Moved most of the settings in...
dovecot at dovecot.org
dovecot at dovecot.org
Sun Apr 12 06:50:39 EEST 2009
details: http://hg.dovecot.org/dovecot-1.3/rev/0e10344711b8
changeset: 9081:0e10344711b8
user: Timo Sirainen <tss at iki.fi>
date: Sat Apr 11 23:50:34 2009 -0400
description:
dovecot-example.conf: Moved most of the settings inside protocol lda {} to root level.
In future LMTP server will use the same settings.
diffstat:
1 file changed, 33 insertions(+), 32 deletions(-)
dovecot-example.conf | 65 +++++++++++++++++++++++++-------------------------
diffs (87 lines):
diff -r e560b92ed763 -r 0e10344711b8 dovecot-example.conf
--- a/dovecot-example.conf Sat Apr 11 23:34:26 2009 -0400
+++ b/dovecot-example.conf Sat Apr 11 23:50:34 2009 -0400
@@ -693,43 +693,40 @@ protocol pop3 {
## LDA specific settings
##
+# Address to use when sending rejection mails.
+postmaster_address = postmaster at example.com
+
+# Hostname to use in various parts of sent mails, eg. in Message-Id.
+# Default is the system's real hostname.
+#hostname =
+
+# If user is over quota, return with temporary failure instead of
+# bouncing the mail.
+#quota_full_tempfail = no
+
+# Format to use for logging mail deliveries. You can use variables:
+# %$ - Delivery status message (e.g. "saved to INBOX")
+# %m - Message-ID
+# %s - Subject
+# %f - From address
+#deliver_log_format = msgid=%m: %$
+
+# Binary to use for sending mails.
+#sendmail_path = /usr/lib/sendmail
+
+# Subject: header to use for rejection mails. You can use the same variables
+# as for rejection_reason below.
+#rejection_subject = Rejected: %s
+
+# Human readable error message for rejection mails. You can use variables:
+# %n = CRLF, %r = reason, %s = original subject, %t = recipient
+#rejection_reason = Your message to <%t> was automatically rejected:%n%r
+
protocol lda {
- # Address to use when sending rejection mails.
- postmaster_address = postmaster at example.com
-
- # Hostname to use in various parts of sent mails, eg. in Message-Id.
- # Default is the system's real hostname.
- #hostname =
-
# Support for dynamically loadable plugins. mail_plugins is a space separated
# list of plugins to load.
#mail_plugins =
#mail_plugin_dir = /usr/lib/dovecot/lda
-
- # If user is over quota, return with temporary failure instead of
- # bouncing the mail.
- #quota_full_tempfail = no
-
- # Format to use for logging mail deliveries. You can use variables:
- # %$ - Delivery status message (e.g. "saved to INBOX")
- # %m - Message-ID
- # %s - Subject
- # %f - From address
- #deliver_log_format = msgid=%m: %$
-
- # Binary to use for sending mails.
- #sendmail_path = /usr/lib/sendmail
-
- # Subject: header to use for rejection mails. You can use the same variables
- # as for rejection_reason below.
- #rejection_subject = Rejected: %s
-
- # Human readable error message for rejection mails. You can use variables:
- # %n = CRLF, %r = reason, %s = original subject, %t = recipient
- #rejection_reason = Your message to <%t> was automatically rejected:%n%r
-
- # UNIX socket path to master authentication server to find users.
- #auth_socket_path = /var/run/dovecot/auth-master
}
##
@@ -827,6 +824,10 @@ protocol lda {
# Number of seconds to delay before replying to failed authentications.
#auth_failure_delay = 2
+
+# UNIX socket path to master authentication server to find users.
+# This is used by imap (for shared users) and lda.
+#auth_socket_path = /var/run/dovecot/auth-master
auth default {
# Space separated list of wanted authentication mechanisms:
More information about the dovecot-cvs
mailing list