I just setup james email server. I have smtp auth enabled. I want to confirm that I dont get hackers trying to spoof/use my domain/email server to send mails. I saw the smtp log and saw this message:
Successfully spooled mail from hac...@mydomain.com on IP for hac...@mydomain.com
I also see this mail not having been delivered but saved into /var/mail/address-error. I would like to know if my smtp settings below are right and how do I even make the smtpserver completely ignore such emails ( without even logging into /var/mail/address-error ).
<smtpserver enabled="true"> <port>25</port> <handler> <helloName autodetect="true">mydomain.com</helloName> <connectiontimeout>360000</connectiontimeout> <authRequired>true</authRequired> <authorizedAddresses>mydomain.com,127.0.0.0/8</authorizedAddresses> <verifyIdentity>true</verifyIdentity> <maxmessagesize>0</maxmessagesize> </handler> </smtpserver> Thanks -- pady --------------------------------------------------------------------- To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org