The text in this box is wrong or there is bug (or my minor changes in postfix main.cf messed it up).
Either way - this is not true - it sends by default from rootl@hostname
If I correct this box to be the same as my datacenter configuration
this is my main.cf on one of my nodes (same on all)
Either way - this is not true - it sends by default from rootl@hostname
If I correct this box to be the same as my datacenter configuration
system@mydomain.com
the mail works as it should.this is my main.cf on one of my nodes (same on all)
Code:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
myhostname=pve1.mydomain.com
mydomain=mydomain.com
# myorigin = $mydomain
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = $myhostname, localhost.$mydomain, localhost
relayhost = postfix.mydomain.com:25
mynetworks = 127.0.0.0/8
inet_interfaces = loopback-only
recipient_delimiter = +
compatibility_level = 2
smtp_sasl_auth_enable = yes
smtp_sasl_security_options =
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd