exim: Add initial configuration.
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / transport / 35_exim4-config_address_directory
1 # This transport is used for handling file addresses generated by alias
2 # or .forward files if the path ends in "/", which causes it to be treated
3 # as a directory name rather than a file name.
4
5 address_directory:
6   debug_print = "T: address_directory for $local_part@$domain"
7   driver = appendfile
8   delivery_date_add
9   envelope_to_add
10   return_path_add
11   check_string = ""
12   escape_string = ""
13   maildir_format
14