For some reason, the "oracle" user tried to send email
through majordomo. Solaris' version of sendmail does
not use the "always_add_domain" feature in the .cf if
I remember right. Either add this feature via the
sendmail.mc and run m4 to create a new sendmail.cf, or
modify line 605 of majordomo.pl so that the return
address does not require an @ and a . character in it.
I have used the regex from 1.94.4 to do this, but the
best solution is to use the "Feature(always_add_domain)"
in the .mc file.
# if (!(/\@/ && /\./)) { # 1.94.5
if (/\@/ && !/\./) { # 1.94.4
Dan Liston
Duesing, Peter wrote:
>
> I installed majordomo-1.94.5 on a Sun Solaris 8 with no errors and
> ./wrapper config-test works fine.
> Did setup a test list and run echo 'lists' |mailx majordomo. The sender
> does not get any
> response; email is sent to majordomo with lines like
>
> MAJORDOMO ABORT (mj_majordomo)!!
>
> Majordomo@camelot.hahn-co.de: Oracle-User <oracle> is not a valid return
> address.
>
> majordomo.debug has following entries:
>
> /usr/local/majordomo-1.94.5/majordomo: starting
> /usr/local/majordomo-1.94.5/majordomo: requires succeeded. Setting
> defaults.
> /usr/local/majordomo-1.94.5/majordomo: done with defaults, parsing mail
> header.
> /usr/local/majordomo-1.94.5/majordomo: setting log file.
> addr_match: enter
> addr_match: comparing Oracle-User <oracle> against
> Majordomo@camelot.hahn-co.de
> /usr/local/majordomo-1.94.5/majordomo: main'log()
> /usr/local/majordomo-1.94.5/majordomo: main'log(): opening logfile
> /usr/local/m
> ajordomo-1.94.5/Log
> /usr/local/majordomo-1.94.5/majordomo: main'log(): done
> mj_majordomo: ABORT
> Majordomo@camelot.hahn-co.de: Oracle-User <oracle> is not a valid return
> address
> /usr/local/majordomo-1.94.5/majordomo: main'log()
> /usr/local/majordomo-1.94.5/majordomo: main'log(): opening logfile
> /usr/local/m
> ajordomo-1.94.5/Log
> /usr/local/majordomo-1.94.5/majordomo: main'log(): done
> /usr/local/majordomo-1.94.5/majordomo: main'sendmail: To
> Majordomo-Owner@camelo
> t.hahn-co.de, Subject MAJORDOMO ABORT (mj_majordomo), From
> Majordomo@camelot.hah
> n-co.de
> /usr/local/majordomo-1.94.5/majordomo: main'sendmail: Sender
> Majordomo-Owner@ca
> melot.hahn-co.de, mail_cmd = /usr/lib/sendmail -oi -oee
> -fMajordomo-Owner@camelo
> t.hahn-co.de -t
>
> The Log file gives a warning
> Non-domained address: oracle
>
> Looks like sendmail is misconfigured ??
>
> The README is not very clear for me concerning this error.
>
> thanks for your help !!
>
>
> ------------------------------------------------------------------------
> This e-mail message has been scanned for Viruses
> ------------------------------------------------------------------------
References:
|
|