[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] SMTP authentification



-----Original Message-----
From: Paul Shuttleworth [mailto:paul@xxxxxxxxxxxxxx]
Subject: RE: [cobalt-users] SMTP authentification


AFAIK
SMTP does not use authentification, this is why you set pop before relay to
authenticate the user and allow them to send mail for a time period after
pop authentification.
You do of course need to have the user set up in the allow relay settings to
stop the server being an open relay for all, so this means that only
authorised domains are allowed to use smtp anyway.
This is a kind of authorisation I suppose.

Paul.


-----------------------------------


Paul,

Just for your info, SMTP does do Authentication.  Take a look at the output
from my server.

[root /root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 localhost ESMTP Sendmail 8.11.6/8.11.6; Mon, 11 Nov 2002 10:50:19 -0500
help
214-2.0.0 This is sendmail version 8.11.6
214-2.0.0 Topics:
214-2.0.0       HELO    EHLO    MAIL    RCPT    DATA
214-2.0.0       RSET    NOOP    QUIT    HELP    VRFY
214-2.0.0       EXPN    VERB    ETRN    DSN     AUTH
214-2.0.0       STARTTLS
214-2.0.0 For more info use "HELP <topic>".
214-2.0.0 To report bugs in the implementation send email to
214-2.0.0       sendmail-bugs@xxxxxxxxxxxxx
214-2.0.0 For local information send email to Postmaster at your site.
214 2.0.0 End of HELP info
quit
221 2.0.0 localhost closing connection
Connection closed by foreign host.
[root /root]# 

I never personally setup SMTP authentication, but it appears Cobalt put all
of the hooks into it.
You can go to www.sendmail.org, and do a search for it.  I know for a fact
that there are some
detailed how-tos.  I have looked into it, but I never felt like actually
doing it.  It does take
some time.  But Allen is right, if you set it up, you do NOT need to do Pop
b4 SMTP, or access
lists, which makes it really nice.  Yahoo! Use to, and I think, still does
SMTP Authentication
(take a look at your email client, it should be built it!)

Brian