we need to accomplish to disable spam/virus filtering for a list of domains (FROM, not TO) and use a smarthost for those domains.
Therefore we found the postfix option "sender_dependent_relayhosts", therefore we added it to postfix main.cf:
Code: Select all
sender_dependent_relayhost_maps = hash:/etc/postfix/relayhost_maps
best regards!