Can anyone tell me how to avoid the X-Authentication warning,
Y have sendmail 8.12 and runs a user: mail group: daemon
Majordomo 1.94.4
It is running on a cobalt RAQ4(Linux i386), and the management of lists are
made through php and cgi scripts.
After installing sendmail, (and its security features), I cannot get
majordomo to work correctly.
My actual problems read X-Authentication Problems.Nad I am almost sure it is
a permission problem, I added mail as a trusted user and no luck.
========
X-Authentication-Warning: admin.xnet.com.mx: mail set sender to
owner-info@www.xnet.com.mx using -f
========
And addresses are not expanded correctly.
My /usr/local majordomo is chmod 750 and wrapper is owned by mail.daemon,
I have tried to override sendmails new protective features, without much
luck.
Anyboday Who can help?
Rodrigo O
-----Original Message-----
From: majordomo-users-owner@greatcircle.com
[mailto:majordomo-users-owner@greatcircle.com]On Behalf Of Ian Mortimer
Sent: Domingo, 22 de Septiembre de 2002 04:13 p.m.
To: majordomo-users@greatcircle.com
Subject: Re: New User with a little sendmail problem
Hi Dan
> Look at the powertools for RedHat 6.1 and grab the majordomo-1.94.5.rpm
> file. It makes your life easier. Trust me. :)
There was an error in RedHat RPMs from about that time. The included
majordomo.cf had this:
$whereami = `/bin/dnsdomainname`;
which is neat but has the side effect of putting a blank line in the
headers.
Sometimes it makes no difference but if there are any following headers they
become part of the message and don't get interpreted as headers.
The simple fix is to modify that line to read:
$whereami = `/bin/dnsdomainname`; chomp($whereami);
--
Ian
ian@physics.uq.edu.au Ian Mortimer
Tel: +61 7 3365 3436 Department of Physics
Fax: +61 7 3365 1242 University of Queensland
Follow-Ups:
References:
|
|