i try to set up etrn on my machine. Most of this is working.
I used this tutorial: http://www.postfix.org/ETRN_README.html
Now i have the problem to limit requests of etrn-domain x to client y
I cannot find correct restrictions for smtpd_etrn_restrictions
Either every client can request etrn or no one can. (or Server configuration
error ;) )
I did a try with:
smtpd_etrn_restrictions =
check_etrn_access hash:/etc/postfix/etrn-access
reject
in /etc/postfix/etrn-access i combined etrn-domain and ip of client who
should be able to request but i have no idea about the correct format.
Can someone help me?
Thanks Andre
how about showing the content of the file and the error in the log?