From: Dario Alonso [mailto:list...@yahoo.es]
I've courier installed with:
/etc/courier/locals
.... localhost
.... localhost.localdomain
.... mydomain.com
/etc/courier/me
.... mydomain.com
/etc/courier/esmtpd
.... AUTHMODULES="authdaemon"
.... ESMTPAUTH="LOGIN"
/etc/courier/smtpaccess/default
.... 127.0.0.1 allow,RELAYCLIENT
makesmtpaccess
I've tested the installation and I can't send mail
from my server to another domain without auth login
(that's right). But anyone can telnet to my 25 port,
say that's a user of my domain and, without auth
login, send mail to another user of my domain.
Is this a normal behaviour??
Unless I'm missing something in your description... Yes, that's normal
behavior for an MTA. Anyone has to be able to send mail to your
users, otherwise they can't receive email from the Internet.
This is the way it should work:
Anyone (authorized or otherwise) should be able to send mail to users
of your domain.
Authorized users, or users from an allowed IP block (RELAYCLIENT in
smtpaccess) should be able to send mail anywhere.
Bowie