Shawn Heisey: > On 12/5/2014 10:29 AM, Shawn Heisey wrote: > > It's probably a simple newbie mistake ... but I can't see it. Can > > anyone point it out to me? I'm already using a similar setup on an > > older postfix version, but with policyd-weight instead of postscreen. > > It was indeed something simple that I overlooked. I added this line to > main.cf and created the referenced hash table: > > relay_domains = $mydestination, hash:/etc/postfix/relaydomains > > Now it works. This step was not necessary in the older postfix version > that is currently in production.
relay_domains (default: Postfix >= 2.12: empty, Postfix < 2.12: $mydestination) What destination domains (and subdomains thereof) this system will relay mail to. As documented, the default has changed. Wietse