Thank you all for your quick answers.
The question was :
>Does anybody knows which rules are used and in which order if I use the
>sendmail given in the Digital UNIX 3.2 distribution with the configurated
>sendmail.cf file for the following cases :
>
>rules for the sender ?
>rules for a local recipient ?
>rules for a non-local recipient in the same domain ?
>rules for a non-local domain recipient ?
The solution is given by Mike Matthews, Mike_Matthews_at_sgate.com :
"You can find this out by typing "/usr/sbin/sendmail -v -t -d21.15 < testfile"
where testfile is a text file that contains your basic mail header and body.
You can increase the debug level to 21.99 if you want it all."
Here is my testfile :
To: user_at_node
Test message
----end of testfile-----------------------
A good idea is also to have an output redirection on resultfile because the
result is rather big !
Received on Mon Jul 10 1995 - 17:54:45 NZST