localuser:
driver = localuser
transport = local_delivery
end
I am adding domainb as a secondary, virtual domain, and already have this
transport for the existing domaina:
local_delivery:
driver = appendfile
directory = /home/${local_part}/Maildir/new
delivery_date_add
envelope_to_add
return_path_add
group = mail
mode = 0660
If I activate the virtual: director, however, all mail (to both domaina
and domainb) are matched, and get delivered into
/home/domainb/${local_part}/Maildir/new which is of course not what I
intended.
I'm sure it's something obvious, so if someone has any pointers as to
where I should look, it'd be much appreciated.