Re: Question about reject_unverified_recipient in smtpd_recipient_restrictions

2016-11-23 Thread Gerben Wierda
> On 23 Nov 2016, at 09:29, Mariusz Piasecki > wrote: > > Try add "reject_unlisted_recipient" to smtpd_recipient_restrictions. Thank you. That was, it seems, what I was looking for. With smtpd_recipient_restrictions = reject_unauth_pipelining, reject_non_fqdn_recipient,

Re: Question about reject_unverified_recipient in smtpd_recipient_restrictions

2016-11-23 Thread Mariusz Piasecki
Try add "reject_unlisted_recipient" to smtpd_recipient_restrictions. W dniu 2016-11-22 o 12:38, Mariusz Piasecki pisze: You should check master.cf, maybe you have some commands below services which overrides main.cf. W dniu 2016-11-21 o 21:17, Wietse Venema pisze: Gerben Wierda: On 21 Nov 2

Re: Question about reject_unverified_recipient in smtpd_recipient_restrictions

2016-11-22 Thread Mariusz Piasecki
You should check master.cf, maybe you have some commands below services which overrides main.cf. W dniu 2016-11-21 o 21:17, Wietse Venema pisze: Gerben Wierda: On 21 Nov 2016, at 17:33, Wietse Venema wrote: Gerben Wierda: smtpd_recipient_restrictions = permit_sasl_authenticated

Re: Question about reject_unverified_recipient in smtpd_recipient_restrictions

2016-11-22 Thread Wietse Venema
Gerben Wierda: > > > On 22 Nov 2016, at 01:58, Wietse Venema wrote: > > > > Gerben Wierda: > >> I did another test. I changed the recipient restrictions to: > >> > >> smtpd_recipient_restrictions = > >>reject_unauth_pipelining, > >>reject_non_fqdn_recipient, > >>permit_sasl_authenti

Re: Question about reject_unverified_recipient in smtpd_recipient_restrictions

2016-11-22 Thread Gerben Wierda
> On 22 Nov 2016, at 01:58, Wietse Venema wrote: > > Gerben Wierda: >> I did another test. I changed the recipient restrictions to: >> >> smtpd_recipient_restrictions = >> reject_unauth_pipelining, >> reject_non_fqdn_recipient, >> permit_sasl_authenticated, >> permit_mynetwo

Re: Question about reject_unverified_recipient in smtpd_recipient_restrictions

2016-11-21 Thread Wietse Venema
Gerben Wierda: > I did another test. I changed the recipient restrictions to: > > smtpd_recipient_restrictions = > reject_unauth_pipelining, > reject_non_fqdn_recipient, > permit_sasl_authenticated, > permit_mynetworks, Due to permit_mynetworks, sending mail from a "local"

Re: Question about reject_unverified_recipient in smtpd_recipient_restrictions

2016-11-21 Thread Gerben Wierda
I did another test. I changed the recipient restrictions to: smtpd_recipient_restrictions = reject_unauth_pipelining, reject_non_fqdn_recipient, permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_unknown_recipient_domain,

Re: Question about reject_unverified_recipient in smtpd_recipient_restrictions

2016-11-21 Thread Gerben Wierda
Wietse, sorry, please bear with me here, but this is not easy to understand (given the complexity of all the settings). And I’m afraid to damage my mail in the sense that I start refusing legitimate mail. > On 21 Nov 2016, at 21:17, Wietse Venema wrote: > > Gerben Wierda: >> >>> On 21 Nov 201

Re: Question about reject_unverified_recipient in smtpd_recipient_restrictions

2016-11-21 Thread Wietse Venema
Gerben Wierda: > > > On 21 Nov 2016, at 17:33, Wietse Venema wrote: > > > > Gerben Wierda: > >> smtpd_recipient_restrictions = > >>permit_sasl_authenticated > >>permit_mynetworks > >>reject_unauth_destination > >>reject_unknown_recipient_domain > >>reject_unverified_recipient

Re: Question about reject_unverified_recipient in smtpd_recipient_restrictions

2016-11-21 Thread Gerben Wierda
> On 21 Nov 2016, at 17:33, Wietse Venema wrote: > > Gerben Wierda: >> smtpd_recipient_restrictions = >> permit_sasl_authenticated >> permit_mynetworks >> reject_unauth_destination >> reject_unknown_recipient_domain >> reject_unverified_recipient > > You may want to loo

Re: Question about reject_unverified_recipient in smtpd_recipient_restrictions

2016-11-21 Thread Wietse Venema
Gerben Wierda: > smtpd_recipient_restrictions = > permit_sasl_authenticated > permit_mynetworks > reject_unauth_destination > reject_unknown_recipient_domain > reject_unverified_recipient You may want to look at these settings (defaults shown): unverified_recipie