> If the first line of file.txt is "Subject: readme", then your mail
 > will arrive "From: MyDescription", "Subject: readme".  That's how I do
 > it, though there may be a better way.  Be aware, though, that you
 > should only use the -f option as root.  If it's issued as a normal
 > user, a warning gets added to the message headers (man sendmail for
 > details).

You can fix this for specific users by adding the following to your
sendmail.mc file:

FEATURE(use_ct_file)

This tells sendmail to check /etc/sendmail.ct for a list of trusted
users.  /etc/sendmail.ct should look like this:

# /etc/sendmail.ct
# Place all trusted users here.  /etc/rc.d/init.d/sendmail restart
alan
joyce
dawn



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to