Hello
Thanks for all your reply
I've made this change :
smtpd_recipient_restrictions =
check_client_access hash:/etc/postfix/smtp.domaineok.com
reject
/etc/postfix/smtp.domaineok.com contains:
smtp.domaineok.com OK
Another problem is that smtp.domaineok.com is a pool of computer (anti
virus + anti spam relay).
I've tried to change /etc/postfix/smtp.domaineok.com to
.domaineok.com OK
But it doesn't work.
It's OK when i put
smtp1.domaineok.com OK
smtp2.domaineok.com OK
smtp3.domaineok.com OK
smtp4.domaineok.com OK
But by doing this I will reject mail if there is a new computer in the pool.
Is my syntax ".domaineok.com OK" good ?