30_exim4-config_mail_spool 380 B

1234567891011121314151617
  1. ### transport/30_exim4-config_mail_spool
  2. # This transport is used for local delivery to user mailboxes in traditional
  3. # BSD mailbox format.
  4. #
  5. mail_spool:
  6. debug_print = "T: appendfile for $local_part@$domain"
  7. driver = appendfile
  8. file = /var/mail/$local_part
  9. delivery_date_add
  10. envelope_to_add
  11. return_path_add
  12. group = mail
  13. mode = 0660
  14. mode_fail_narrower = false