Improve get-token reliability
[hcoop/config/exim.git] / conf.d / transport / 40_exim4-config_virtual_delivery
CommitLineData
06b25c81 1# hcoop-change: This transport is used to deliver mail to virtual
2# mailboxes (i.e. email accounts which have been granted to non-hcoop
3# members by the owner of the domain)
4
06b25c81 5virtual_delivery:
6 debug_print = "T: virtual_delivery for $local_part@$domain"
7 driver = appendfile
f4f251b1 8 user = ${extract{uid}{$address_data}}
9 group = nogroup
10 mode = 0600
06b25c81 11 mode_fail_narrower = false
ebec2a0b 12 check_owner = false
06b25c81 13 envelope_to_add
14 return_path_add
f4f251b1 15 directory = ${extract{mail}{$address_data}}${run{/etc/exim4/get-token \
16 ${extract{uid}{$address_data}}}{}}
06b25c81 17 maildir_format