You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
380 B
Plaintext
18 lines
380 B
Plaintext
|
|
### transport/30_exim4-config_mail_spool
|
|
|
|
# This transport is used for local delivery to user mailboxes in traditional
|
|
# BSD mailbox format.
|
|
#
|
|
mail_spool:
|
|
debug_print = "T: appendfile for $local_part@$domain"
|
|
driver = appendfile
|
|
file = /var/mail/$local_part
|
|
delivery_date_add
|
|
envelope_to_add
|
|
return_path_add
|
|
group = mail
|
|
mode = 0660
|
|
mode_fail_narrower = false
|
|
|