Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello, Does anyone have good ref

Status
Not open for further replies.

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
 
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 :)
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top