Paul Gardiner wrote:
> Brian Evans - Postfix List wrote:
>
>> You post a fetchmail log entry, but no Postfix ones.
>> A bit more clarification of what Postfix is doing may help us help you.
>
> Ah right. I have a simpler test without using fetchmail now (
> I've substituted host.domain for the from address). if I issue:
>
>   echo Test at `date` | from="nore...@host.domain" smtp="localhost"
> mailx -s "Test at `date`" p...@localhost
>
> then I get back:
>
>   smtp-server: 554 5.7.1 <p...@localhost>: Recipient address rejected:
> Access denied
>
> And in the postfix logs, I see:
>
>   Feb  5 15:12:34 glidos postfix/smtpd[15222]: connect from
> localhost[::1]
Note the IPv6 connect and usage.
> localhost:smtp      inet  n       -       n       -       -       smtpd
>     -o smtpd_authorized_xforward_hosts=127.0.0.0/8
>     -o smtpd_client_restrictions=
>     -o smtpd_helo_restrictions=
>     -o smtpd_sender_restrictions=
>     -o smtpd_recipient_restrictions=permit_mynetworks,reject
>     -o smtpd_data_restrictions=
>     -o mynetworks=127.0.0.0/8
>     -o receive_override_options=no_unknown_recipient_checks
mynetworks only has IPv4, so reject.

> Feb  5 15:12:34 glidos postfix/smtpd[15222]: NOQUEUE: reject: RCPT
> from localhost[::1]: 554 5.7.1 <p...@localhost>: Recipient address
> rejected: Access denied; from=<nore...@host.domain>
> to=<p...@localhost> proto=SMTP helo=<glidos.site>
> Feb  5 15:12:34 glidos postfix/smtpd[15222]: lost connection after
> RCPT from localhost[::1]
> Feb  5 15:12:34 glidos postfix/smtpd[15222]: disconnect from
> localhost[::1]
Brian

Reply via email to