Le 26/10/2020 à 11:11, Matteo Cazzador a écrit :
I i've a problem, i have a list of IP in mynetworks file
I notice that postfix treats the ip address differently in the following
two cases
010.001.001.011
from
10.1.1.11
In mynetworks i have 010.001.001.011 and when external server connect to
my smtp the ip format is 10.1.1.11.
So external servere obtain "relay access denied".
I use this configuration in main.cf
"mynetworks = $config_directory/mynetworks"
where mynetworks is a file that contains a list of IP.
Is it possible to normalize o similar strategy?
Thanks
Numbers begining with 0 are often interpred in octal the 010 is 8. It
might be the case, why not yuse 10.1.1.11 in your mynetworks ?