Mar 12, 2003 #1 J1mbo Programmer Dec 12, 2002 93 US Hello, Does anyone have good reference for the various errors associated with the 'mailq' command output. i.e: (Deferred: Connection reset by.....) I can't seem to locate anything useful on google and i need this for a script i'm working on. thanks, -jim
Hello, Does anyone have good reference for the various errors associated with the 'mailq' command output. i.e: (Deferred: Connection reset by.....) I can't seem to locate anything useful on google and i need this for a script i'm working on. thanks, -jim
Mar 13, 2003 #2 jad Programmer Apr 7, 1999 1,195 GB in your sendmail source in mail.local in mail.local.c if you look for ECONNRESET then you will find a list of error codes (and some explanations) these seem to match up to the lines in errno.h in your includes directory ... at least they do on my system. if that helps Upvote 0 Downvote
in your sendmail source in mail.local in mail.local.c if you look for ECONNRESET then you will find a list of error codes (and some explanations) these seem to match up to the lines in errno.h in your includes directory ... at least they do on my system. if that helps
Mar 13, 2003 Thread starter #3 J1mbo Programmer Dec 12, 2002 93 US Thanks for the response jad. I don't have the source files on this server, but i'll download them on another machine and check into this. -jim Upvote 0 Downvote
Thanks for the response jad. I don't have the source files on this server, but i'll download them on another machine and check into this. -jim