When I type the following on the command line...
/usr/lib/sendmail -v myuserid < /dev/null
I get the following error
myuserid... Connecting to local...
mail.local: illegal option -- l
usage: mail.local [-f from] user ...
myuserid... Deferred: Connection reset by local
Closing connection to local
How can I find what is calling mail.local with the -l illegal option?
Thanks!
630111
/usr/lib/sendmail -v myuserid < /dev/null
I get the following error
myuserid... Connecting to local...
mail.local: illegal option -- l
usage: mail.local [-f from] user ...
myuserid... Deferred: Connection reset by local
Closing connection to local
How can I find what is calling mail.local with the -l illegal option?
Thanks!
630111