Hi,
I have been trying to prevent anonymous messages from clients in my domain. I added these lines in my smtpd.cfg:
# Prevent anonymous connections from my.com
ANONYMOUS Log_Reject .my.com
ANONYMOUS Accept ALL
I restarted smtpd:
omoff -d0 -w smtpd
omon smptd
Just in case I also restarted sendmail:
service sendmail restart
After those actions I still can send anonymous messages from clients in my domain. I appreciate any sugestions from you. The smtpd.cfg file is by default a read only, do I have to change the permissions on this file?.
My system:
CentOS 4.4
Scalix 11.0.4
Thanks for helping.