[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] make Sendmail trust Majordomo
- Subject: RE: [cobalt-users] make Sendmail trust Majordomo
- From: Webmaster <webmaster@xxxxxxxxx>
- Date: Sun Jul 23 05:59:12 2000
At 22:05 23/07/00 +1000, you wrote:
>Unfortunately though, the problem "symptom" I was getting is still
>persisting :) I thought it was the "X-Authentication-Warning" that was the
>cause. What I would like is for the original sender of the message to be
>listed as the sender and not "owner-listname". Although the from header is
>left intact, something, either majordomo or sendmail is setting a "sender"
>header to be "owner-listname@...". Does anyone know what I can edit to stop
>this happening? I tried editing $mailer in majordomo.cf to not call sendmail
>with -f\$sender but it didn't make any difference. I also tried editing
>$mail_prog, $mail_from and $mail_sender in majordomo.pl but again to no
>avail.
>
>Just out of interest, this list does it too (notice outlook has put that "on
>behalf of" stuff in the auto generated "From" up on line 3 of my message)
>the sender has been set to "cobalt-users-admin".
>
Hi Andrew,
As far as I know, you have to have the static 'sender' tag.
You cannot have dynamic 'sender' tag
But you can change the 'owner-mylist@xxxxxxxxxxxxxxxxxxxxxxxxxxx'
to 'Andrew@xxxxxxxxxxxxxxxxxxxxxxxxxxx' if you want.
Then (for RAQ2)
find out config line something like
mylist_siteXX: "|/usr/local/majordomo/wrapper resend -l mylist_siteXX
mylist_site3-list"
in /etc/aliases.majordomo
add following extra tag on the same line with out line break;
-f Andrew
If you want change sender host from mylistmailhost.mydomain.com to
newhost.newdomain.com
then add
-h newhost.newdomain.com
Finally rebuild the aliases by executing the command,
newaliases
Best regards,
Babu P. Yogarajah