summaryrefslogtreecommitdiff
path: root/dovecot/conf.d/15-lda.conf
blob: 85bd10dc3493a1f2c6908a30aadf5048dd640374 (plain)
  1. ##
  2. ## LDA specific settings (also used by LMTP)
  3. ##
  4. # Address to use when sending rejection mails.
  5. # Default is postmaster@<your domain>. %d expands to recipient domain.
  6. postmaster_address = postmaster@jones.dk
  7. # Hostname to use in various parts of sent mails (e.g. in Message-Id) and
  8. # in LMTP replies. Default is the system's real hostname@domain.
  9. #hostname =
  10. # If user is over quota, return with temporary failure instead of
  11. # bouncing the mail.
  12. #quota_full_tempfail = no
  13. # Binary to use for sending mails.
  14. #sendmail_path = /usr/sbin/sendmail
  15. # If non-empty, send mails via this SMTP host[:port] instead of sendmail.
  16. #submission_host =
  17. # Subject: header to use for rejection mails. You can use the same variables
  18. # as for rejection_reason below.
  19. #rejection_subject = Rejected: %s
  20. # Human readable error message for rejection mails. You can use variables:
  21. # %n = CRLF, %r = reason, %s = original subject, %t = recipient
  22. #rejection_reason = Your message to <%t> was automatically rejected:%n%r
  23. # Delimiter character between local-part and detail in email address.
  24. #recipient_delimiter = +
  25. # Header where the original recipient address (SMTP's RCPT TO: address) is taken
  26. # from if not available elsewhere. With dovecot-lda -a parameter overrides this.
  27. # A commonly used header for this is X-Original-To.
  28. lda_original_recipient_header = X-Original-To
  29. # Should saving a mail to a nonexistent mailbox automatically create it?
  30. #lda_mailbox_autocreate = no
  31. # Should automatically created mailboxes be also automatically subscribed?
  32. #lda_mailbox_autosubscribe = no
  33. protocol lda {
  34. # Space separated list of plugins to load (default is global mail_plugins).
  35. mail_plugins = $mail_plugins sieve
  36. }