How can I see why this was rejected when sending

2019-02-24 Thread 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.0.0.1] Feb 24 07:57:05

Re: How can I see why this was rejected when sending

2019-02-24 Thread Wietse Venema
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

Re: How can I see why this was rejected when sending

2019-02-24 Thread Latin Bishop
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<

Re: How can I see why this was rejected when sending

2019-02-24 Thread 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' service (defined in masster.cf) requir

Re: How can I see why this was rejected when sending

2019-02-24 Thread Latin Bishop
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

Re: How can I see why this was rejected when sending

2019-02-24 Thread Wietse Venema
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

Re: How can I see why this was rejected when sending

2019-02-24 Thread Latin Bishop
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

Re: How can I see why this was rejected when sending

2019-02-24 Thread Wietse Venema
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

Re: How can I see why this was rejected when sending

2019-02-24 Thread Latin Bishop
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