> -----Original Message----- > From: Patrick > Sent: Saturday, December 07, 2002 6:57 AM > Subject: sendmail & trusted-users weirdness > > > Hi, > > I added a username to /etc/mail/trusted-users, next added > define(`confCT_FILE', `-o /etc/mail/trusted-users') to > sendmail.mc, then did m4 /etc/mail/sendmail.mc > > /etc/mail/sendmail.cf and restarted sendmail. > > Yet, if I send out an email with evolution 1.2 I still see in the > headers of the recipient's email the warning: > X-Authentication-Warning: > myhost: user set sender to some_other_email_address using -f > > In /etc/mail/sendmail.mc I have: > define(`confCT_FILE', `-o /etc/mail/trusted-users') I don't think you need the above "define" if your .mc file already has FEATURE (use_ct_file)dnl The use_ct_file feature will add the proper tags in your .cf file for the use of the trusted users file. BTW: It's the -o thats incorrect. (see below) > > In /etc/mail/sendmail.cf I see: > ##################### > # Trusted users # > ##################### > > # this is equivalent to setting class "t" > Ft-o /etc/mail/trusted-users > Troot > Tdaemon > Tuucp If you add the use_ct_file feature as shown above, then the reulting sendmail.cf file will contain... ##################### # Trusted users # ##################### # this is equivalent to setting class "t" Ft/etc/mail/trusted-users Troot Tdaemon Tuucp Note the difference in the trusted users line. Good Luck Steve Cowles -- Psyche-list mailing list Psyche-list@redhat.com https://listman.redhat.com/mailman/listinfo/psyche-list