I’ve managed to get 2 of my precious IP’s blacklisted in spamhouse during email testing… All because postfix was sending HELO “server.example.com” … Well done !
Platform: VPS, CentOS 7.6 (4GB RAM 4x86x) CyberPanel 2.0
Fresh install (selinux=disabled)
-
Postfix bug:
config not configured properly on install. (myhostname not set, maybe something else too?, but servers FQDN was set from the start), outcome: sent emails rejected and IP blacklisted.
-hotfix: setup postfix config manually -
Dkim bug:
log error: “opendkim is in group ** which has multiple users…”. outcome: server can’t send emails.
-hotfix: append RequireSafeKeys false to /etc/opendkim.conf