Hi All,
I found a command which can come in handy to check what is wrong with sendmail from console.
( echo subject: test; echo from: emailid@yourdomain.com ) | sendmail -v -oi emailid@domain.com
It executes and sends a mail with subject test showing out the verbose which may be helpful in debugging sendmail.
Thanks
Narendra
|
My Blog Title
|