Merge load limiting and rebalancing changes from deleuze
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / transport / 40_exim4-config_virtual_delivery
CommitLineData
ff0b2df0
CE
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
5virtual_delivery:
6 debug_print = "T: virtual_delivery for $local_part@$domain"
7 driver = appendfile
8 user = ${extract{uid}{$address_data}}
9 group = nogroup
10 mode = 0600
11 mode_fail_narrower = false
12 envelope_to_add
13 return_path_add
14 directory = ${extract{mail}{$address_data}}${run{/etc/exim4/get-token \
15 ${extract{uid}{$address_data}}}{}}
16 maildir_format