Hi my main question is:
1) I'm running ESMTPD-SSL and I want to know do I have to run ESMTPD
also for other servers to drop local mail? And if I do, how do I
disable relay completely on that server? I don't want users to use it
but to only be able to use ESMTPD-SSL. I thought using smtpaccess for
this might work but from what I understand, that also effects
ESMTPD-SSL(?).
2) How do I make ESMTPD-SSL to force AUTH login (using password) from
what I read in the FAQ, by default it seems it uses the From address
and just makes sure that the user exists? I want it to make the user
AUTH login and check PAM for the password (like it does for IMAP and
POP). If I set AUTH_REQUIRED=1 in ESMTPD-SSL it just gives me an error
saying:
courieresmtpd: error,relay=::ffff:192.168.3.100,msg="535
Authentication required.",cmd: MAIL FROM:<adm...@belminfernandez.com>
SIZE=390
but yet it didn't ask me to login (using Thunderbird to test it out).
Is this a client malfunction or a setting I'm missing. I tried to play
with the smtpaccess file also and it still doesn't seem to get it
working how I'd like it to.
Thanks in advance for any help offered!! :-) This is a test server so
no urgency.