Quote:
|
Originally Posted by falko
Can you check what the value of append_dot_mydomain in /etc/postfix/main.cf is? It should be no (append_dot_mydomain = no). If you have to change /etc/postfix/main.cf, don't forget to restart Postfix!
|
Variable append_dot_mydomain was not defined in my original main.cf, output below:
[root@portal postfix]# grep append main.*
main.cf.default:append_dot_mydomain = yes
After adding append_dot_mydomain = no:
[root@portal postfix]# grep append_dot_mydomain main.*
main.cf:append_dot_mydomain = no
main.cf.default:append_dot_mydomain = yes
After I added append_dot_mydomain = no to main.cf, restarted postfix (service postfix restart), sent a test mail but no difference.
Recent comments
1 day 4 hours ago
1 day 7 hours ago
1 day 19 hours ago
1 day 21 hours ago
2 days 2 hours ago
2 days 8 hours ago
2 days 17 hours ago
2 days 19 hours ago
3 days 3 hours ago
3 days 5 hours ago