Eric Abrahamsen skrev den 2015-10-19 15:15:

So the setup is, in master.cf, first a clause for the local server:

127.0.0.1:smtp inet  n    -    n   -    -   smtpd
      -o syslog_name=postfix-localhost
      -o smtp_helo_name=localhost
      -o smtp_bind_address=127.0.0.1
      -o myhostname=localhost

smtp_* does not being in use for smtpd_* binds :=)

remove smtp_helo_name and smtp_bind_address

50.56.xxx.xxx:submission inet n - n - - smtpd
  -o smtpd_tls_key_file=/etc/ssl/private/blue.key
  -o smtpd_tls_cert_file=/etc/ssl/private/blue.pem

suggest myhostname and syslog_name here aswell

copy that to multiple ips and its imho done

Reply via email to