Hey all, I am using Courier-mta, pop3, esmtp. Works great. I want to use ESMTP authentication for the couple of users who take road trips with their laptops. I followed the installation instructions, and uncommented the lines in esmtpd file. I have restarted the server, but nothing seems to be happening. Can someone give me a pointer as to where I can look. I just get a "relaying denied" error message. The client I am using is OE, because, thats what they use. could that be the problem?
Telnet to your port 25, and issue the EHLO command:
Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 ny.email-scan.com ESMTP ok EHLO default 250-ny.email-scan.com Ok. 250-AUTH LOGIN CRAM-MD5 250-AUTH=LOGIN CRAM-MD5 X-NETSCAPE-HAS-BUGS 250-STARTTLS 250-XVERP=Courier 250-XEXDATA 250-XSECURITY=NONE,STARTTLS 250-PIPELINING 250-8BITMIME 250-SIZE 250 DSN
The presence of AUTH LOGIN lines indicates that authenticated ESMTP is properly configured and enabled.
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
