I tried to google it, looked around in this forum but I couldnt find the solution, so I am sorry if I missed it.
I want to force to have an authentication on my SMTP and avoid to let this happening from outside of the 127.0.0.1
Probably is a flag on the exim.conf but I am afraid to break stuff that I should not touch.
I want to force to have an authentication on my SMTP and avoid to let this happening from outside of the 127.0.0.1
HTML:
$ telnet domain.net 25
Connected to domain.net.
Escape character is '^]'.
220 domain.net ESMTP Exim 4.73 Tue, 29 Mar 2016 20:02:28 +0200
HELO domain.net
250 domain.net Hello xxxxxxxxxxxx
MAIL FROM: [email protected]
250 OK
RCPT TO: [email protected]
250 Accepted
Probably is a flag on the exim.conf but I am afraid to break stuff that I should not touch.