Quote:
|
Originally Posted by intars
Okay, after #postconf -n I found wrong mydomain, - <myhostname>.<mydomain.ltd>.
How can I change this to mydomain = <mydomain.ltd>?
|
By running
Code:
postconf -e 'mydomain = <mydomain.ltd>'
or editing /etc/postfix/main.cf manually. Restart Postfix afterwards.