Commit ebc699a5 authored by Marco Mariani's avatar Marco Mariani

postfix: fixed configuration hostname

parent 5e037c77
...@@ -79,7 +79,7 @@ mail_owner = {{ mail_owner }} ...@@ -79,7 +79,7 @@ mail_owner = {{ mail_owner }}
# #
#myhostname = host.domain.tld #myhostname = host.domain.tld
#myhostname = virtual.domain.tld #myhostname = virtual.domain.tld
myhostname = {{ mydomain }} myhostname = {{ myhostname }}
# The mydomain parameter specifies the local internet domain name. # The mydomain parameter specifies the local internet domain name.
# The default is to use $myhostname minus the first component. # The default is to use $myhostname minus the first component.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment