On Tue, Sep 28, 2010 at 03:07:04PM +0530, Goutam Baul wrote:
> "Sep 28 14:22:19 mail postfix/smtpd[24057]: NOQUEUE: reject: RCPT from
> unknown[203.200.166.34]: 554 5.7.1 <[email protected]>: Recipient
> address rejected: Access denied; from=<[email protected]>
> to=<[email protected]> proto=ESMTP helo=<rpg.in>"
>
> smtpd_recipient_restrictions =
> permit_mynetworks,
> permit_auth_destination,
> permit_sasl_authenticated,
> reject
>
> smtpd_sender_restrictions =
> permit_mynetworks,
> check_client_access hash:/etc/postfix/client_access,
> reject_sender_login_mismatch,
> check_sender_access regexp:/etc/postfix/sender_access,
> reject_unknown_sender_domain,
> permit_sasl_authenticated
>
> We have included the IP address of the location concerned [203.200.166.34]
> in the client_access file and found no improvement in the situation.
Naturally, as the site is rejected via the *recipient* restrictions.
> But our users from locations other than the complianing one are able to
> send mails to all addresses without any problem.
Naturally, as they are likely correctly listed in "mynetworks".
--
Viktor.