|
|
localuser: | localuser: |
driver = accept | driver = accept |
check_local_user | check_local_user |
transport = local_delivery |
transport = local_delivery_maildir |
| |
| |
| |
|
|
# group = mail | # group = mail |
# mode = 0660 | # mode = 0660 |
| |
|
# This transport is used for local delivery to user mailboxes in the maildir |
|
# format. By default it will be run under the uid and gid of the local user. |
|
local_delivery_maildir: |
|
driver = appendfile |
|
directory = home/$local_part/.maildir |
|
maildir_format |
|
delivery_date_add |
|
envelope_to_add |
|
return_path_add |
|
|
| |
# This transport is used for handling pipe deliveries generated by alias or | # This transport is used for handling pipe deliveries generated by alias or |
# .forward files. If the pipe generates any standard output, it is returned | # .forward files. If the pipe generates any standard output, it is returned |