Hi
I have a postfix (for outgoing) and I have many vusers and vdomain (in
mysql)
Works fine but one of client have external spam fileter (like
barracuda/sophos/others) and I need a filter all his outgoing e-mail
(only one client vdomain or two vdomain)
I thinking:
cat /etc/postfix/senders.pcre
/vdomain1.com/ relay:[smtp.private.fileter.barracuda]
/cdomain2.com/ relay:[smtp2.private.fileter.sophos]
main.cf
transport_maps = regexp:/etc/postfix/senders.pcre
Is a correct ?
Or maybe better is hash ?
--