summaryrefslogtreecommitdiff
path: root/dovecot/conf.d/15-lda.conf.diff
blob: 7bc0bc171ab1733b87dfdf9495f8bff37533c5e4 (plain)
  1. --- 15-lda.conf.orig 2014-07-07 23:26:30.000000000 +0200
  2. +++ 15-lda.conf 2016-10-04 15:42:58.000000000 +0200
  3. @@ -4,7 +4,7 @@
  4.  
  5. # Address to use when sending rejection mails.
  6. # Default is postmaster@<your domain>. %d expands to recipient domain.
  7. -#postmaster_address =
  8. +postmaster_address = postmaster@jones.dk
  9. # Hostname to use in various parts of sent mails (e.g. in Message-Id) and
  10. # in LMTP replies. Default is the system's real hostname@domain.
  11. @@ -34,7 +34,7 @@
  12. # Header where the original recipient address (SMTP's RCPT TO: address) is taken
  13. # from if not available elsewhere. With dovecot-lda -a parameter overrides this.
  14. # A commonly used header for this is X-Original-To.
  15. -#lda_original_recipient_header =
  16. +lda_original_recipient_header = X-Original-To
  17. # Should saving a mail to a nonexistent mailbox automatically create it?
  18. #lda_mailbox_autocreate = no
  19. @@ -44,5 +44,5 @@
  20. protocol lda {
  21. # Space separated list of plugins to load (default is global mail_plugins).
  22. - #mail_plugins = $mail_plugins
  23. + mail_plugins = $mail_plugins sieve
  24. }