Re: Internal IP range bypass filters

2017-07-18 Thread Wietse Venema
Simon Wilson: > I have a (currently empty) client_checks test that I could run > "192.168.1 FILTER [127.0.0.1]:10025" in, but if I try that at the That is not valid syntax. You must specify a delivery method before the destination: FILTER transport:destination Example: FILTE

Internal IP range bypass filters

2017-07-18 Thread Simon Wilson
I have a bunch of servers that send internal network only emails and reports, e.g. logwatch data, etc. All servers are configured to use a simple local postfix instance that delivers mail to my primary postfix server, specified thus: relayhost = [192.168.1.235] That works fine, email hits

Sender dependent relay: Reject unknown senders

2017-07-18 Thread Michael Büker
Hello, list! My setup is this: I use postfix to relay mail to external SMTP servers (of ISP, employer etc.) according to sender_dependent_relayhost_maps. This works with multiple "From: " identities set by various MUAs. Local delivery to dovecot is also set up for mail from cron etc. All this