On 12/23/2015 10:10 AM, Nicolás wrote:
El 23/12/15 a las 08:38, L. D. James escribió:
I have many log entries where there are "helo=[1.2.3.4]" entries with
no domain name. It has an IP address only. Each of these occasions
are unwanted spam messages.
Can some one specify a policy restriction that will block these
messages.
An example from the log is:
Dec 22 16:00:52 hera5 policyd-spf[9883]: None; identity=mailfrom;
client-ip=75.211.27.210; helo=[63.205.88.41];
envelope-from=dtrue-nore...@example.com; receiver=u...@example.com
Thanks in advance for any suggestions on this.
-- L. James
You can use reject_non_fqdn_helo_hostname in the
smtpd_helo_restrictions parameter. For example:
smtpd_helo_restrictions =
permit_mynetworks
reject_non_fqdn_helo_hostname
reject_unknown_helo_hostname
permit
Regards,
Nicolás
@Nicolás, @Uwe Drießen, @Louis
Thanks for all the input. I see where I was going wrong. My
smtpd-helo_restrictions was mistakenly placed in the
smtpd_recipient_restrictions block.
I see lots of spam control improvements already. I'll study more in
detail the suggestions from Louis for his extensive input.
-- L. James
--
L. D. James
lja...@apollo3.com
www.apollo3.com/~ljames