>From the error, I would guess that you are using sendmail older than 8.9 and
majordomo 1.94.5. Close?
Your sendmail is NOT adding the @domain.name to your fstover address when
you send email to majordomo on the local server. You need to edit the
majordomo.pl script at line 605. Comment out the current line 605 and add
this line immediately after it.
# if (!(/\@/ && /\./)) {
if (/\@/ && ! /\./) {
This will now allow email addresses on localhost to be unqualified, AND these
address formats will also be allowed in your subscriber file.
If you are uncomfortable editing the majordomo.pl file, you can add
FEATURE(`always_add_domain')dnl
to your sendmail.mc and rebuild the sendmail.cf with
`m4 sendmail.mc > /etc/sendmail.cf`
Dan Liston
Fred Stover wrote:
>
> I've installed Majordomo on a test server, created a test list and am trying
> to test anything using localhost and local user accounts. Every time I send
> majordomo an email I get this as an error back:
>
> majordomo@localhost: Fred Stover <fstover> is not a valid return address
>
> I can send mail fine through sendmail outside of majordomo.
>
> Any ideas?
>
> Thanks,
>
> Fred E. Stover
References:
|
|