I've been banging my head on the monitor for a couple days now trying to figure this out, and I now think I know enough about the problem to ask for help.
I have read through the previous couple year's worth of messages on this list where there appeared to be any overlap with this issue; I've researched each one and implemented the fixes as best I could. After setting up the below, I have run makealiases, makeuserdb, makehosteddomains. When I run a test email: echo "to: [EMAIL PROTECTED]" | /usr/sbin/sendmail I see the following in mail.log: Nov 2 16:40:18 debian30r1-3 courierd: newmsg,id=0001AC25.3FA579C1.00000A31 Nov 2 16:40:18 debian30r1-3 courierd: id=0001AC25.3FA579C1.00000A31,from=<[EMAIL PROTECTED] on.com>,addr=<[EMAIL PROTECTED]>: 550 User unknown. Nov 2 16:40:18 debian30r1-3 courierd: id=0001AC25.3FA579C1.00000A31,from=<[EMAIL PROTECTED] on.com>,addr=<[EMAIL PROTECTED]>,status: failure Nov 2 16:40:18 debian30r1-3 courierd: completed,id=0001AC25.3FA579C1.00000A31 After this, my postmaster alias (on a different domain) does correctly receive the bounce notice. Furthermore, when I attempt to log into POP3, and use the credentials that I set up for the account in question: debian30r1-1:/etc/courier# telnet localhost 110 Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK Hello there. user [EMAIL PROTECTED] +OK Password required. pass <snip> -ERR Login failed. quit +OK Better luck next time. Connection closed by foreign host. All of this leads me to believe that the issue is in the authdaemonrc file. The below configuration looks OK to my eyes, and so I run authdaemond restart, but the results are the same. Furthermore, if I shutdown authdaemond, the behavior does not change (I would expect some sort of notice that the service was unavailable). (I've just installed authtest, and I cannot get anything other than Authentication FAILED out of it.) Now, I am currently using this machine successfully as a smarthost for my Winbloze mail server (which is why I'm working on getting Courier up in the first place), and it is successfully forwarding on all mail except for the one that I've set up in hosteddomains. Could anyone shed some light on the corner of this installation where I need to look to figure this out? System is Debian woody, Courier 0.37.3 (-base, -authdaemon, -maildrop, -mta, -pop, -webadmin) The files: debian30r1-1:/etc/courier# cat locals localhost debian30r1-1:/etc/courier# cat me debian30r1-1.internal.firesermon.com debian30r1-1:/etc/courier# cat hosteddomains firesermon.com debian30r1-1:/etc/courier# cat esmtpacceptmailfor.dir/default firesermon.com debian30r1-1:/etc/courier# cat aliases/system root: postmaster mailer-daemon: postmaster MAILER-DAEMON: postmaster uucp: postmaster postmaster: [EMAIL PROTECTED] debian30r1-1:/etc/courier# cat authdaemonrc ##VERSION: $Id: authdaemonrc.in,v 1.8 2001/10/07 02:16:22 mrsam Exp $ authmodulelist="authuserdb" authmodulelistorig="authuserdb" daemons=5 version="" authdaemonvar=/var/run/courier/authdaemon debian30r1-1:/etc/courier# cat esmtpd MAILUSER=mailuser MAILGROUP=mailusrs TCPDOPTS="-stderrlogger=/usr/sbin/courierlogger" AUTHMODULES="authdaemon" debian30r1-1:/etc/courier# cat userdb [EMAIL PROTECTED] home=/home/virtual/firesermon.com/segoy|mail=/home/virtual/firesermon.com/se goy|systempw=<snip>|pid=125|uid=125 Kindest regards, M ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
