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 inet n - n - - smtpd
-o smtpd_recipient_restrictions=check_client_access
hash:/etc/postfix/access,permit_sasl_authenticated,reject
I found a post where someone said this was valid workaround in master.cf,
replacing the single space with a comma:
-o
smtpd_recipient_restrictions=check_client_access,hash:/etc/postfix/send_access,permit_sasl_authenticated,
reject
Hopefully that is correct.
Yes, that's correct, use a comma instead of space. Note in the
above example you still have a space in ", reject"
Also note this won't prevent intruders from attempting to AUTH, but
it will prevent them from abusing your server if they are successful.
-- Noel Jones