summaryrefslogtreecommitdiff
path: root/dovecot/conf.d/15-lda.conf.diff
diff options
context:
space:
mode:
Diffstat (limited to 'dovecot/conf.d/15-lda.conf.diff')
-rw-r--r--dovecot/conf.d/15-lda.conf.diff27
1 files changed, 27 insertions, 0 deletions
diff --git a/dovecot/conf.d/15-lda.conf.diff b/dovecot/conf.d/15-lda.conf.diff
new file mode 100644
index 0000000..7bc0bc1
--- /dev/null
+++ b/dovecot/conf.d/15-lda.conf.diff
@@ -0,0 +1,27 @@
+--- 15-lda.conf.orig 2014-07-07 23:26:30.000000000 +0200
++++ 15-lda.conf 2016-10-04 15:42:58.000000000 +0200
+@@ -4,7 +4,7 @@
+
+ # Address to use when sending rejection mails.
+ # Default is postmaster@<your domain>. %d expands to recipient domain.
+-#postmaster_address =
++postmaster_address = postmaster@jones.dk
+
+ # 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.
+@@ -34,7 +34,7 @@
+ # 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.
+ # A commonly used header for this is X-Original-To.
+-#lda_original_recipient_header =
++lda_original_recipient_header = X-Original-To
+
+ # Should saving a mail to a nonexistent mailbox automatically create it?
+ #lda_mailbox_autocreate = no
+@@ -44,5 +44,5 @@
+
+ protocol lda {
+ # Space separated list of plugins to load (default is global mail_plugins).
+- #mail_plugins = $mail_plugins
++ mail_plugins = $mail_plugins sieve
+ }