| |||||||||||||||||||||||||||||||
|
> Hi, > > we have a postfix mailgateway (Anti-Virus/-Spam) which uses? > address_verify to the backend-system (also Postfix). > > So far it works fine, but we have to enter the relay_domains both - > on? > the mailgateway and the backend-system. > > Is there any way so that we dont have to configure the postfix? > mailgatway for every new domain? No. You MUST inform Postfix with an explicit list of every domain that it receives mail for. Otherwise your MTA will be abused and blacklisted as an open relay. It does not matter that your local infrastructure involves multiple steps of delivery. > Can address_verify_relayhost be configured in such a way, that it? > "overwrites" relay_domains? Only emails which are verfied this way? No. relayhost specifies where to DELIVER mail, while relay_domains specifies what domains to RECEIVE. These fundamentally different functions must not be mixed up. Wietse > should be allowed to be forwarded to the backendsystem (independent > of? > relay_domains) > > Any help is really welcome, > Thanks, > Thomas > > "main.cf" > > relay_domains = hash:/etc/postfix/mydestinationmap > > address_verify_relayhost = [192.168.x.xx] > > smtpd_recipient_restrictions = > ? ? ? ? ?permit_mynetworks > ? ? ? ? ?reject_unauth_destination > ? ? ? ? ?reject_unknown_recipient_domain > ? ? ? ? ?reject_unverified_recipient > ? ? ? ? ?check_helo_access hash:/etc/postfix/helo_checks > ? ? ? ? ?reject_rbl_client psbl.surriel.com > ? ? ? ? ?reject_rbl_client ix.dnsbl.manitu.net > > >
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com