diff --git a/lib/configfiles/gentoo.xml b/lib/configfiles/gentoo.xml index f5a94a37..d5ca5b0d 100644 --- a/lib/configfiles/gentoo.xml +++ b/lib/configfiles/gentoo.xml @@ -1061,11 +1061,11 @@ program_directory = /usr/libexec/postfix sendmail_path = /usr/sbin/sendmail ## General Postfix configuration -# should be the default domain from your provider eg. "server100.provider.tld" +# FQDN from Froxlor mydomain = -# should be different from $mydomain eg. "mail.$mydomain" -myhostname = mail.$mydomain +# set myhostname to $mydomain because Froxlor alrady uses a FQDN +myhostname = $mydomain mydestination = $myhostname, $mydomain, diff --git a/lib/configfiles/jessie.xml b/lib/configfiles/jessie.xml index b2aac784..9872e732 100644 --- a/lib/configfiles/jessie.xml +++ b/lib/configfiles/jessie.xml @@ -1115,23 +1115,12 @@ data_directory = /var/lib/postfix # #default_privs = nobody -# INTERNET HOST AND DOMAIN NAMES -# -# The myhostname parameter specifies the internet hostname of this -# mail system. The default is to use the fully-qualified domain name -# from gethostname(). $myhostname is used as a default value for many -# other configuration parameters. -# -myhostname = mail.$mydomain -#myhostname = virtual.domain.tld - -# The mydomain parameter specifies the local internet domain name. -# The default is to use $myhostname minus the first component. -# $mydomain is used as a default value for many other configuration -# parameters. -# +# FQDN from Froxlor mydomain = +# set myhostname to $mydomain because Froxlor alrady uses a FQDN +myhostname = $mydomain + # SENDING MAIL # # The myorigin parameter specifies the domain that locally-posted diff --git a/lib/configfiles/precise.xml b/lib/configfiles/precise.xml index f99805c5..e007af93 100644 --- a/lib/configfiles/precise.xml +++ b/lib/configfiles/precise.xml @@ -512,11 +512,11 @@ root: root@ backup="true"> -# should be different from $mydomain eg. "mail.$mydomain" -myhostname = mail.$mydomain +# set myhostname to $mydomain because Froxlor alrady uses a FQDN +myhostname = $mydomain mydestination = $myhostname, $mydomain, diff --git a/lib/configfiles/rhel_centos.xml b/lib/configfiles/rhel_centos.xml index 37d58363..a720f2d1 100644 --- a/lib/configfiles/rhel_centos.xml +++ b/lib/configfiles/rhel_centos.xml @@ -176,11 +176,11 @@ query = SELECT gid FROM mail_users WHERE email = '%s' backup="true"> -# should be different from $mydomain eg. "mail.$mydomain" -myhostname = mail.$mydomain +# set myhostname to $mydomain because Froxlor alrady uses a FQDN +myhostname = $mydomain mydestination = $myhostname, $mydomain, diff --git a/lib/configfiles/trusty.xml b/lib/configfiles/trusty.xml index f610fdec..f04ce27e 100644 --- a/lib/configfiles/trusty.xml +++ b/lib/configfiles/trusty.xml @@ -541,11 +541,11 @@ root: root@ backup="true"> -# should be different from $mydomain eg. "mail.$mydomain" -myhostname = mail.$mydomain +# set myhostname to $mydomain because Froxlor alrady uses a FQDN +myhostname = $mydomain mydestination = $myhostname, $mydomain, diff --git a/lib/configfiles/wheezy.xml b/lib/configfiles/wheezy.xml index 440c6ab1..f7c2bbe0 100644 --- a/lib/configfiles/wheezy.xml +++ b/lib/configfiles/wheezy.xml @@ -950,29 +950,12 @@ data_directory = /var/lib/postfix #default_privs = nobody # INTERNET HOST AND DOMAIN NAMES -# -# The myhostname parameter specifies the internet hostname of this -# mail system. The default is to use the fully-qualified domain name -# from gethostname(). $myhostname is used as a default value for many -# other configuration parameters. -# -# Froxlor Note: $myhostname can and should be the same as $mydomain as long as -# you don't intend to send mail to it (it will be considered local, not virtual) -# for the case of a subdomain, $mydomain *must* be equal to $myhostname, -# otherwise you cannot use the main domain for virtual transport. -# also check the note about $mydomain below. -myhostname = mail.$mydomain -#myhostname = virtual.domain.tld - -# The mydomain parameter specifies the local internet domain name. -# The default is to use $myhostname minus the first component. -# $mydomain is used as a default value for many other configuration -# parameters. -# -# Froxlor Note: We are using a default here but that may or may not make sense, -# depending on your dns configuration, please check yourself. +# FQDN from Froxlor mydomain = +# set myhostname to $mydomain because Froxlor alrady uses a FQDN +myhostname = $mydomain + # SENDING MAIL # # The myorigin parameter specifies the domain that locally-posted