15-lda.conf.erb 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ##
  2. ## LDA specific settings (also used by LMTP)
  3. ##
  4. # Address to use when sending rejection mails.
  5. # Default is postmaster@<your domain>.
  6. #postmaster_address =
  7. # Hostname to use in various parts of sent mails, eg. in Message-Id.
  8. # Default is the system's real hostname.
  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 =
  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
  36. }