Jag har precis installerat postfix (mailserver) på min server som kör mandriva linux.
Dock så förstår jag inte riktigt hur jag konfigurerar postfix.
Får följande meddelande när jag startar postfix:
Startar postfix: /usr/sbin/postconf: warning: My hostname localhost is not a fully qualified name - set myhostname or mydomain in /etc/postfix/main.cf
postalias: warning: My hostname localhost is not a fully qualified name - set myhostname or mydomain in /etc/postfix/main.cf
/usr/sbin/postconf: warning: My hostname localhost is not a fully qualified name - set myhostname or mydomain in /etc/postfix/main.cf
Enligt felmeddelande är det hostname som måste vara FQDN vilket det inte är i ditt fall.
# 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.
# 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.