On Wed, Sep 3, 2008 at 3:50 PM, Brian Evans - Postfix List
<[EMAIL PROTECTED]> wrote:
> 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.
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
>
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
alias_database = hash:/etc/aliases
alias_maps = ha
Carlos Williams wrote:
On my Postfix server, I am unable to enable smtpd_*_restrictions in my
main.cf. With the following commented out, I can send and receive
email all day long with no problems but when I uncomment the following
lines, I get errors trying to send email from my email server...