root@pepino:/home/soydepr# tail /var/log/syslog
Feb 24 07:57:02 pepino postfix/smtps/smtpd[7383]: NOQUEUE: reject: RCPT from
localhost[127.0.0.1]: 554 5.7.1 : Client host rejec$Feb
24 07:57:05 pepino postfix/smtps/smtpd[7383]: lost connection after RCPT from
localhost[127.0.0.1]
Feb 24 07:57:05
Latin Bishop:
> root@pepino:/home/soydepr# tail /var/log/syslog
> Feb 24 07:57:02 pepino postfix/smtps/smtpd[7383]: NOQUEUE: reject: RCPT from
> localhost[127.0.0.1]: 554 5.7.1 : Client host rejec$Feb
> 24 07:57:05 pepino postfix/smtps/smtpd[7383]: lost connection after RCPT from
> localhost[127
Thanks
This is what I see
08:41:10] SMTP> RCPT TO:
[08:41:10] SMTP< 554 5.7.1 : Client host rejected: Access
denied
** error occurred on SMTP session
*** Error occurred while sending the message:
554 5.7.1 : Client host rejected: Access denied
[08:41:39] IMAP> 11 NOOP
[08:41:39] IMAP<
> >> Feb 24 07:57:02 pepino postfix/smtps/smtpd[7383]: NOQUEUE: reject: RCPT
> >> from localhost[127.0.0.1]: 554 5.7.1 : Client host
> >> rejec$
>
> 08:41:10] SMTP> RCPT TO:
> [08:41:10] SMTP< 554 5.7.1 : Client host rejected:
> Access denied
The 'smtps' service (defined in masster.cf) requir
Thank you.
Fixed
On Feb 24, 2019, at 9:42 AM, Wietse Venema wrote:
Feb 24 07:57:02 pepino postfix/smtps/smtpd[7383]: NOQUEUE: reject: RCPT
from localhost[127.0.0.1]: 554 5.7.1 : Client host
rejec$
>>
>> 08:41:10] SMTP> RCPT TO:
>> [08:41:10] SMTP< 554 5.7.1 : Client host reje
Wietse Venema:
> > >> Feb 24 07:57:02 pepino postfix/smtps/smtpd[7383]: NOQUEUE: reject: RCPT
> > >> from localhost[127.0.0.1]: 554 5.7.1 : Client host
> > >> rejec$
> >
> > 08:41:10] SMTP> RCPT TO:
> > [08:41:10] SMTP< 554 5.7.1 : Client host rejected:
> > Access denied
>
> The 'smtps' servi
Thanks for your help
smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated,
reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname,
reject_unknown_he$smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated, reject_unauth_destination
smtpd_relay_restri
Latin Bishop:
> smtps inet n - y - - smtpd
> ...
> -o smtpd_client_restrictions=permit_sasl_authenticated,reject
That explains why Postfix replies with 'client rejected'. Mystery solved.
Wietse
Much thanks
> On Feb 24, 2019, at 11:49 AM, Wietse Venema wrote:
>
> Latin Bishop:
>> smtps inet n - y - - smtpd
>>...
>>-o smtpd_client_restrictions=permit_sasl_authenticated,reject
>
> That explains why Postfix replies with 'client rejected'. Mys