restricted relay from / to $mynetwork only

2014-03-11 Thread Denny Fuchs
hi, we want to create a restricted relay for our campus, which allows only internal relaying, based on $mynetwork or pcre. Looking for the domain part isn’t a way, because we have some subdomains which has (for example) Google as primary MX. Should it working with smtpd_recipient_restrictions

Strange behavior: smtp_fallback_relay not used for one MX destination

2014-04-17 Thread Denny Fuchs
hi, in our university we have to use a relay server, for delivering mails to external destinations. It works since two years with: smtp_fallback_relay = mailout.example.com Postfix tries to deliver the mail directly, but it fails, with a connection refused /network unreachable(ipv6) (blocked

Re: Strange behavior: smtp_fallback_relay not used for one MX destination

2014-04-17 Thread Denny Fuchs
hi, Am 17.04.2014 um 13:16 schrieb Denny Fuchs : > smtp_fallback_relay = mailout.example.com just for testing: I added relayhost = mailout.example.com && postfix reload && postsuper -r && sendmailq -q .. and mails are delivered through the relay server. So, it

Re: Strange behavior: smtp_fallback_relay not used for one MX destination

2014-04-17 Thread Denny Fuchs
hi, Am 17.04.2014 um 15:21 schrieb Noel Jones : > Typically in your situation one would use relayhost, with > transport_maps overrides for internal destinations that are directly > reachable. thanks @all for debugging ... I think, is is simply broken, what the maintainer of the zone does. Is th