On Monday, March 16, 2009 at 20:53 CET,
     "M. Rodrigo Monteiro" <fale...@rodrigomonteiro.net> wrote:

> > Place check_sender_access in smtpd_sender_retrictions, probably
> > before permit_mynetworks unless you want to exempt local clients
> > from the checks. As long as smtpd_delay_reject = yes you can place
> > check_recipient_access in the same place, otherwise you need to keep
> > them in smtpd_recipient_restrictions (but again, possibly placed
> > above permit_mynetworks).
> 
> Ok.
> The problem  now is when I put the permit_mynetworks in the last in
> smtpd_recipient_restrictions, the domains are getting "Relay access
> denied". My question: why?

Because you put permit_mynetworks after reject_unauth_destination.
That was not what you were instructed to do.

-- 
Magnus Bäck
mag...@dsek.lth.se

Reply via email to