--Chester Wisniewski wrote on 02.02.03 14:13 -0500: > I am using 0.41 and Authldap. I finally got Authldap going, and it > authenticates properly, but when I try to send an email to my test user > courier seems to be adding my machines hostname to the path and then > failing. The machine name is beeker.techfortify.com
Actually the server claims to be mail.techblackboard.com, and additionally calls itself 'localhost' in the logs. This might lead to confusion with beeker.techfortify.com. Make that consistent. and what about 'authtest [EMAIL PROTECTED]' ? > Jan 31 19:04:43 localhost courierd: > started,id=0010D9FE.3E3B0F18.0000560B,from=<[EMAIL PROTECTED]>,module > =local,[EMAIL PROTECTED]!!502!502!/home/vmail/domains!techblackb > oard.com/chetw/!,addr=<[EMAIL PROTECTED]> dont use [EMAIL PROTECTED] as the sender if you want to debug that receipient. Use a domain listed in locals instead with a non-aliased localpart. I'd also set $HOME to '/home/vmail/domains/techblackboard.com' and $MAIL to './chetw', starting with a dot or a slash. > Jan 31 19:04:44 localhost courierd: Waiting. shutdown time=none, wakeup > time=none, queuedelivering=1, inprogress=1 > Jan 31 19:04:45 localhost courierlocal: > id=0010D9FE.3E3B0F18.0000560B,from=<[EMAIL PROTECTED]>,addr=<chetw@te > chblackboard.com>,size=1300,success: Message delivered. courierd should log a line with 'completed' here. > Jan 31 19:04:45 localhost courierd: newmsg,id=0010DA00.3E3B0F1D.00005612 > Jan 31 19:04:45 localhost courierd: > started,id=0010DA00.3E3B0F1D.00005612,from=<[EMAIL PROTECTED]>,module > =esmtp,host=beeker.techfortify.com,addr=<[EMAIL PROTECTED] > chfortify.com> thats its probably because the maildir does not start with a slash or dot, but cant really tell unless you fix the various hostnames and use another sender. Roland ------------------------------------------------------- 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
