Carlos Williams wrote:
> On Wed, Sep 3, 2008 at 3:30 PM, mouss <[EMAIL PROTECTED]> wrote:
>   
>> show 'postconf -n' _after_ uncommenting the lines. we can't help you
>> troubleshoot problems in setups that work!
>>     
>
> Enabled in main.cf. Below is my postconf -n:
>
> email:~# postconf -n
>   
[...]
> mynetworks = 10.1.0.0/16, 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
> smtpd_recipient_restrictions = reject_invalid_hostname,
> reject_unknown_recipient_domain,      reject_unauth_destination,      
> reject_rbl_client
> sbl.spamhaus.org,     permit
>   
[...]
> I then tried to send a message out from my client to this gmail
> account and show the following:
>
> Sep  3 15:41:23 email postfix/smtpd[2636]: connect from
> tunafish.carlwill.com[10.1.1.204]
> Sep  3 15:41:23 email postfix/smtpd[2636]: NOQUEUE: reject: RCPT from
> tunafish.carlwill.com[10.1.1.204]: 554 5.7.1 <[EMAIL PROTECTED]>:
> Relay access denied; from=<[EMAIL PROTECTED]>
> to=<[EMAIL PROTECTED]> proto=ESMTP helo=<[10.1.1.204]>
> Sep  3 15:41:23 email postfix/smtpd[2636]: disconnect from
> tunafish.carlwill.com[10.1.1.204]
>   
This is caused by not having permit_mynetworks as the first restriction.
First restriction wins and this is being rejected by
reject_unauth_destination because you told it to ignore people on your
network.

Brian

Reply via email to