From: "Fred Ho" > Hi Peter, > Searching the Courier archives, I noticed you have successfully setup the > courier mta to relay mails for authenticated users. > > I would like to know how you do this exactly? If I turn on ESMTP then all > incoming mails will need to be authenticated first and I do not want to do this. > I need to provide a way for mobile users to use the SMTP server to relay but > still preventing unnecessary non-authorized relays. > > Regards, > Fred
Hi, I'm still working it out. I can get authenticated relaying yes but not authenticated and SSL/TLS relaying. A you noted, in esmtpd, ESMPT_TLS_REQUIRED=1 will turn on SSL/TLS for EVERY connection. This is not what we want as it is too restrictive. For simple unencrypted and authenticated esmtp I used the following. In esmtpd I set AUTHMODULES="authdaemon", ESMTPAUTH="LOGIN CRAM-MD5" and ESMTPD=YES. Can others verify that these settings are prudent or not? I hope this helps, Fred. All the best, Peter ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
