blob: 6861426be4b929797c391fcad5e1f711d2fbd63d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This transport is used for handling file addresses generated by alias
# or .forward files if the path ends in "/", which causes it to be treated
# as a directory name rather than a file name.
address_directory:
debug_print = "T: address_directory for $local_part@$domain"
driver = appendfile
delivery_date_add
envelope_to_add
return_path_add
check_string = ""
escape_string = ""
maildir_format
|