Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
23
rated 0 times [  23] [ 0]  / answers: 1 / hits: 35794  / 2 Years ago, wed, november 2, 2022, 6:58:37

Right now my Helo Address = localhost (helo=localhost). Is it better to set this to my server's domain name? If so, how do I change it? I'm running Ubuntu 12.04 and Postfix. Thanks.


More From » 12.04

 Answers
2

You can change it in postfix configuration file /etc/postfix/main.cf.



The helo line is controlled by the smtpd_banner parameter. It probably references the myhostname option. Put your server name there instead of localhost:



myhostname = server.example.com
smtpd_banner = $myhostname


and restart postfix with sudo postfix reload.


[#38574] Friday, November 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
armis

Total Points: 38
Total Questions: 106
Total Answers: 118

Location: Mali
Member since Sat, Feb 12, 2022
2 Years ago
;