Re: check IP before permit_sasl_authenticated

2019-08-14 Thread @lbutlr
On 13 Aug 19, at 09:19 , Scott Techlist wrote: > I'd like to block certain IP's from attempting to authenticate on my > submission port. You cannot prevent them from attempting to authenticate, at least not via postfix. You would need to firewall them or do something in hosts.allow for that.

RE: check IP before permit_sasl_authenticated

2019-08-13 Thread Scott Techlist
>Is there a workaround for the space in v2.2 (old server, working on migrating)? > >submission inetn - n - - smtpd > -o smtpd_recipient_restrictions=check_client_access > hash:/etc/postfix/access,permit_sasl_authenticated,reject > I found a post where someone

Re: check IP before permit_sasl_authenticated

2019-08-13 Thread Noel Jones
On 8/13/2019 12:15 PM, Scott Techlist wrote: Is there a workaround for the space in v2.2 (old server, working on migrating)? submission inetn - n - - smtpd -o smtpd_recipient_restrictions=check_client_access

RE: check IP before permit_sasl_authenticated

2019-08-13 Thread Scott Techlist
Thanks Wietse. Is there a workaround for the space in v2.2 (old server, working on migrating)? submission inetn - n - - smtpd -o smtpd_recipient_restrictions=check_client_access hash:/etc/postfix/access,permit_sasl_authenticated,reject

Re: check IP before permit_sasl_authenticated

2019-08-13 Thread Wietse Venema
Scott Techlist: > I'd like to block certain IP's from attempting to authenticate on my > submission port. > > This is what I have now: > > #master.cf > #port 587 > submission inetn - n - - smtpd > -o

check IP before permit_sasl_authenticated

2019-08-13 Thread Scott Techlist
I'd like to block certain IP's from attempting to authenticate on my submission port. This is what I have now: #master.cf #port 587 submission inetn - n - - smtpd -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject -o smtpd_sasl_auth_enable=yes