Get vmail working!
[hcoop/zz_old/config/exim4-hopper.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
12 envelope_to_add
13 return_path_add
f4f251b1 14 directory = ${extract{mail}{$address_data}}${run{/etc/exim4/get-token \
15 ${extract{uid}{$address_data}}}{}}
06b25c81 16 maildir_format