Jesse Cablek wrote:
Sam Varshavchik wrote:

Jason Lixfeld writes:

Greetings,

I've just installed courier-0.41.0. I have esmtpd, imap and pop3 running. The fqdn for the host and the destination for the test emails I'm sending is industry.synchrosounds.com. The user is jlixfeld. Below is the test message and the entry from the maillog. The message says it gets delivered, but it doesn't show up in ~jlixfeld/Maildir/new. I'm not too sure where to look. The configuration is very simple and it looks as though the message got delivered but I'm not sure where:

[root@industry jlixfeld]# echo "To: jlixfeld" | /services/mail/courier/bin/sendmail && tail -f /var/log/maillog
Feb 3 02:31:48 industry courierd: Purging /services/mail/content/msgs
Feb 3 02:31:48 industry courierd: Waiting. shutdown time=Mon Feb 3 03:31:48 2003, wakeup time=Mon Feb 3 03:31:48 2003, queuedelivering=0, inprogress=0
Feb 3 02:39:34 industry courieresmtpd: started,ip=[::ffff:211.117.60.34]
Feb 3 02:39:34 industry courieresmtpd: error,relay=::ffff:211.117.60.34,from=<[EMAIL PROTECTED]>,to=<[EMAIL PROTECTED]>: 550 User unknown.


There's your error.

Uhhh, Sam,

He was referring to the rest, if you notice:
[root@industry jlixfeld]# echo "To: jlixfeld" | /services/mail/courier/bin/sendmail && tail -f /var/log/maillog

That shows he is tailing the maillog file, so you just happen to see what was already in it before the command fully runs, he additionally posted the output of the current command:

Feb 3 02:46:29 industry courierd: newmsg,id=0023C007.3E3E1E55.00000881
Feb 3 02:46:29 industry courierd: started,id=0023C007.3E3E1E55.00000881,from=<[EMAIL PROTECTED]>,module=local,host=jlixfeld!!500!500!/services/home/jlixfeld!!,addr=<jlixfeld>
Feb 3 02:46:29 industry courierd: Waiting. shutdown time=none, wakeup time=none, queuedelivering=1, inprogress=1
Feb 3 02:46:29 industry courierlocal: id=0023C007.3E3E1E55.00000881,from=<[EMAIL PROTECTED]>,addr=<[EMAIL PROTECTED]>,size=330,success: Message delivered.
Feb 3 02:46:29 industry courierd: completed,id=0023C007.3E3E1E55.00000881
Feb 3 02:46:29 industry courierd: Waiting. shutdown time=Mon Feb 3 03:31:48 2003, wakeup time=Mon Feb 3 03:31:48 2003, queuedelivering=0, inprogress=0
Feb 3 02:46:43 industry courierd: newmsg,id=0023C007.3E3E1E63.00000888
Feb 3 02:46:43 industry courierd: started,id=0023C007.3E3E1E63.00000888,from=<[EMAIL PROTECTED]>,module=local,host=jlixfeld!!500!500!/services/home/jlixfeld!!,addr=<jlixfeld>
Feb 3 02:46:43 industry courierd: Waiting. shutdown time=none, wakeup time=none, queuedelivering=1, inprogress=1
Feb 3 02:46:43 industry courierlocal: id=0023C007.3E3E1E63.00000888,from=<[EMAIL PROTECTED]>,addr=<[EMAIL PROTECTED]>,size=330,success: Message delivered.
Feb 3 02:46:43 industry courierd: completed,id=0023C007.3E3E1E63.00000888
Feb 3 02:46:43 industry courierd: Waiting. shutdown time=Mon Feb 3 03:31:48 2003, wakeup time=Mon Feb 3 03:31:48 2003, queuedelivering=0, inprogress=0

Which appears to me the delivery was successful. Now since I don't use Courier MTA then I can't even begin to suggest where to start looking, unless you have some .courier file that's putting the mail somewhere else
Nope, no .files anywhere that I've written myself. If courier puts something in on it's own, that's another story but I personally have not.

Is there any other advanced debugging that the server can do? Maybe so I can actually see where the file was written to?



-------------------------------------------------------
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

Reply via email to