Hi Falko,
Quote:
|
Originally Posted by falko
Make sure you have
Code:
mynetworks = 127.0.0.0/8
in /etc/postfix/main.cf. SuSE likes to add other networks to that variable (you can check with ) so these other networks would be allowed to send through your server without authentication.
|
I just rechecked the config and what bothers me most is that I have specifically set on the config file
mynetworks_style= host
and also
mynetworks = 127.0.0.0/8
Yesterday I did not even made a check after the change to see if it was ok.
Now that you have mentioned it I just gave it a try and to my surprise:
the command postconf -d shows:
mynetwork_style = subnet
mynetworks = 127.0.0.0/8 xxx.xxx.xxx.xxx/24
That is my subnet!!!
Aparently this is not affecting me as all email received is not relayed and is rejected.
But this is strange ...
Regards,
Pedro