On Mon, Aug 18, 2003 at 12:01:36PM +0200, Peter Holm wrote: > Hi, > > it�s not my daily business to configure courier, so I always get > somewhat confused... > > I have configured some domains to be hosted by a courier mailserver: i > put the domains into > > /etc/courier/hosteddomains > /etc/courier/esmtpacceptmailfor > > > and run makehosteddomains and makeacceptmailfor > > sending mail to these domains still does not work, as courier says > > "535 Authentication required" > > it seems to me, that these domains are still not considered as local > domains.
You're confusing issues. The error "authentication required" means that you have configured courier to DEMAND authentication for all incoming email. You don't want that. Go into the /etc/courier/esmtpd file, and looked for the variable "AUTH_REQUIRED" which will probably be set to 1. Change that to 0, and restart courier. Then you should be able to receive email for your hosted domains just fine. -- Anand Buddhdev http://anand.org ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
