If you system has a problem with localhost, you force it with 127.0.0.1
It's says, "If you are having problem with Step 4, change the ending to:"
I'll update that to say REPLACE the 4 lines in Step4 with.
milter_protocol = 6, is the default. So where it's there or not doesn't matter, it's just to make sure.
non_smtpd_milters = $smtpd_milters, just redirects it to look at $smtpd_milters, or to be safe you can specify that line again. Just like milter_protocol.
--
I looked at Postfix.
CWP put the line in main.cf under #network settings, when it builds/re-builds the mail server.
Checked all of our servers, and it says "mydestination = $myhostname = name.hostname.com'
Not sure why CWP does that, as it's redundant, and just replaces $myhostname on that line.
While the line smtp_helo_name = $myhostname, I had entered manually.
@overseer, what does your servers look like for that line?