What I need to do is for the virtual domain each message must be
delivered
to a unique file name like this protion of a EXim4 conf defines.
domain_delivery:
driver = appendfile
directory = /var/mail/$domain/$local_part
delivery_date_add
envelope_to_add
return_path_add
directory_file = q-$tod_epoch-$inode.eml
initgroups = no
mode = 0666
mode_fail_narrower = no
check_group = no
check_owner = no
Is it ossible to handle the mail for a domain and a virtual domain
differently. Or do I need to convert the delivery for the primary
domain
to match what I need for the virutal domain.
BTW, upgrading the box to Exim 4 is not an option at this point.
Any pointers you can offer would be greatly apprciated.