|
|
@@ -4,11 +4,11 @@ |
|
|
|
|
|
|
|
|
# Address to use when sending rejection mails. |
|
|
# Address to use when sending rejection mails. |
|
|
# Default is postmaster@<your domain>. %d expands to recipient domain. |
|
|
# Default is postmaster@<your domain>. %d expands to recipient domain. |
|
|
#postmaster_address = |
|
|
|
|
|
|
|
|
postmaster_address = {{ispmail_postmaster_address}} |
|
|
|
|
|
|
|
|
# Hostname to use in various parts of sent mails (e.g. in Message-Id) and |
|
|
# Hostname to use in various parts of sent mails (e.g. in Message-Id) and |
|
|
# in LMTP replies. Default is the system's real hostname@domain. |
|
|
# in LMTP replies. Default is the system's real hostname@domain. |
|
|
#hostname = |
|
|
|
|
|
|
|
|
#hostname = |
|
|
|
|
|
|
|
|
# If user is over quota, return with temporary failure instead of |
|
|
# If user is over quota, return with temporary failure instead of |
|
|
# bouncing the mail. |
|
|
# bouncing the mail. |
|
|
@@ -32,7 +32,7 @@ |
|
|
#recipient_delimiter = + |
|
|
#recipient_delimiter = + |
|
|
|
|
|
|
|
|
# Header where the original recipient address (SMTP's RCPT TO: address) is taken |
|
|
# Header where the original recipient address (SMTP's RCPT TO: address) is taken |
|
|
# from if not available elsewhere. With dovecot-lda -a parameter overrides this. |
|
|
|
|
|
|
|
|
# from if not available elsewhere. With dovecot-lda -a parameter overrides this. |
|
|
# A commonly used header for this is X-Original-To. |
|
|
# A commonly used header for this is X-Original-To. |
|
|
#lda_original_recipient_header = |
|
|
#lda_original_recipient_header = |
|
|
|
|
|
|
|
|
@@ -46,4 +46,3 @@ protocol lda { |
|
|
# Space separated list of plugins to load (default is global mail_plugins). |
|
|
# Space separated list of plugins to load (default is global mail_plugins). |
|
|
mail_plugins = $mail_plugins sieve |
|
|
mail_plugins = $mail_plugins sieve |
|
|
} |
|
|
} |
|
|
|
|
|
|