Hello
I have have create any acceslist to deny, but if check me situation this
will conntecd successfuly to me maschine
But i think this way need to negotiat, but styl not working correct, thanks
for any help !
Regard
Mauri
Postfix 2.11.3
# cat /etc/postfix/access | grep 103.233.193.106
103.233.193.106 REJECT
103.233.193.106 REJECT
181.49.176.106 REJECT
103.233.193.106 REJECT
# cat mail.log
Mar 1 00:18:08 mail postfix/smtpd [2178]: connect from
server1.hostict.com[103.233.193.106]
Anonymous TLS connection established from
smtp.elcolombiano.com.co[181.49.176.106]
Anonymous TLS connection established from
server1.hostict.com[103.233.193.106]
Anonymous TLS connection established from
34725.simplecloud.ru[85.143.218.134]
[main.cf]
smtpd_sender_restrictions = permit_mynetworks,
## reject_sender_login_mismatch,
check_client_access hash:/etc/postfix/access,
check_sender_access hash:/etc/postfix/access,
smtpd_recipient_restrictions = permit_mynetworks,
check_client_access hash:/etc/postfix/access,
check_recipient_access hash:/etc/postfix/access,
..