On Wed, Mar 11, 2009 at 08:37:17PM +0100, deconya wrote:

> smtpd_recipient_restrictions =
>         check_recipient_access hash:/etc/postfix/overquota
>         permit_mynetworks
>         permit_sasl_authenticated
>         check_client_access     hash:/etc/postfix/clientes
>         reject_unauth_destination
> 
> in main.cf not appears and Im lost with this problem, is very strange
> continues making. Any other idea?

No, the same idea. Your authorized senders are no longer allowed to
relay via:

    >         permit_mynetworks
    >         permit_sasl_authenticated
    >         check_client_access     hash:/etc/postfix/clientes

One of these has changed. Check that mynetworks is correct, SASL
is still working and the "clientes" table and its postmapped version
are correct. One of these is not correct. Figure out which one.

Alternatively, your "smtpd_recipient_restrictions" is not what you
believe it to be. Check "postconf -n" output and master.cf "-o ..."
settings.

-- 
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majord...@postfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.

Reply via email to