On Thu, Apr 18, 2002 at 11:19:04AM +0200, Rizzo Lorenzo (GRTN) wrote:
Greetings,
and excuse me if I'm booring you again with my questions but is the first
time that I'm installing a mail server!
I'm configuring Courier 0.37 to authenticate ESMTP client whit userdb
method.
After many attempts ESMTP client can't send mail using my server but can the
same user can read messages with POP3 and use all feature of WebMail (?!?).
I've followed this step:
1) in /etc/esmtpd i've set :
AUTH_REQUIRED="1"/AUTHMODULES="authdaemon"/ESMTPAUTH="LOGIN"
2) restarted courier and try.
This is a outlook log of the SMTP connection:
SMTP: 10:57:29 [rx] 220 mail.caafcgil.com ESMTP
SMTP: 10:57:29 [tx] EHLO e0258899
SMTP: 10:57:29 [rx] 250-mail.caafcgil.com Ok.
SMTP: 10:57:29 [rx] 250-STARTTLS
SMTP: 10:57:29 [rx] 250-XVERP=Courier
SMTP: 10:57:29 [rx] 250-XEXDATA
SMTP: 10:57:29 [rx] 250-XSECURITY=NONE,STARTTLS
SMTP: 10:57:29 [rx] 250-PIPELINING
SMTP: 10:57:29 [rx] 250-8BITMIME
SMTP: 10:57:29 [rx] 250-SIZE
SMTP: 10:57:29 [rx] 250 DSN
SMTP: 10:57:29 [tx] MAIL FROM: <mail...@caafcgil.com>
SMTP: 10:57:29 [rx] 250 Ok.
SMTP: 10:57:29 [tx] RCPT TO: <lore...@inwind.it>
SMTP: 10:57:29 [rx] 513 Relaying denied.
SMTP: 10:57:29 [tx] QUIT
Now the questions:
1) Why the server start TLS authentication?
2) Why didn't start AUTH LOGIN Method?
Tank you, Lorenzo Rizzo.
Did you install courier using RPM? If so, you must make sure you install
the courier-smtpauth RPM, otherwise SMTP authentication will not be
available.