When writing messages to majordomo, you can not be the root user or the
majordomo user. You must be a real/other user. On the other hand, the
<MAILER-DAEMON> (short, unqualified address) is because of line 605 of
the majordomo.pl file and a sendmail configuration that does not
"Always_add_domain" to outgoing messages. If you wish to allow these
short names, change line 605 in majordomo.pl from
if (!(/\@/ && /\./)) {
to
if (/\@/ && !/\./) {
and/or edit your sendmail.mc file to include this line and use the
m4 macros to build a new sendmail.cf;
FEATURE(always_add_domain)
The m4 command to rebuild is;
m4 /path/to/m4/cf.m4 /path/to/sendmail.mc > /etc/sendmail.cf
If your sendmail.mc has a line that already includes the cf.m4
you can shorten the command to just;
m4 /path/to/your.mc > /etc/sendmail.cf
Dan Liston
Dan Woolman wrote:
>
> Hi everyone,
>
> I have majordomo 1.94.5 running on my RedHat 6.1 Linux server using sendmail
> 8.9.1. I receive the following error whenever majordomo is used:
>
> "MAJORDOMO ABORT (mj_majordomo)!!
>
> majordomo@cybrmall.net: Mail Delivery Subsystem <MAILER-DAEMON> is not a
> valid return address."
>
> Could someone point into a direction that will fix this?
>
> Thanks!
>
> Dan
> --
> Miva Premier Hosting Partner
> Dan Woolman [mailto:dan@cybrhost.com]
> http://cybrhost.com - High Speed Ecommerce Hosting
References:
|
|