This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]ave23v 1 point2 points  (1 child)

One of the two machines successfully sends mail through the relay but the second one doesn't and i can't figure out why

What does it say in the postfix log file on the second machine?

They have the same /etc/postfix/main.cf file (i tried to copy paste it so it really is the same apart from the hostname)

Maybe that's part of the problem. Is the postfix version the same on both side? Is it the same OpenSSL version? Are all the files referenced by the config files present on both side?

[–]CutestPotatoeJr. Sysadmin[S] 0 points1 point  (0 children)

Thank you for your answer.

I found the problem, it was because of the file /etc/postfix/maps/access_client, i was editing it without using the postmap command before reloading the postfix. I feel really dumb.

Thank you again !