The O'Reilly books are a great starting place for learning almost any
computer or internet software package. The "bat" book (sendmail) also
comes in a handy pocket reference.
Dan Liston
Eduardo Palomar Lever wrote:
>
> Hello Dan
>
> That is exactly the answer to my question. I am going to try that. These
> rules are a bit cryptic. Where can I get some more info on the format of the
> file/rules?
>
> Thank you.
> Eduardo Palomar
>
> ----- Original Message -----
> From: "Dan Liston" <dliston@netscape.com>
> To: "Eduardo Palomar Lever" <epalomar@roentgen.org.mx>
> Cc: "Raul Salas, Dr" <raul@roentgen.org.mx>; "Suzanne Causbie"
> <scaus@fgb-cs.com>; <majordomo-users@greatcircle.com>
> Sent: Tuesday, May 02, 2000 10:09 AM
> Subject: Re: Tell sendmail to "always_add_domain"
>
> > If you are using the m4 tools to create your sendmail.cf, you just add
> > FEATURE(always_add_domain)dnl
> > to your sendmail.mc file.
> >
> > If you are more into editing the .cf manually, these are in rules 10,30,
> and 50 on my system. Rules 10 and 30 call rule 50. You can use this to
> compare with your system. Most likely, the lines will already be there, but
> you will need to uncomment some of them.
> >
> > #
> > # Envelope sender rewriting
> > #
> > S10
> > R<@> $n errors to mailer-daemon
> > R$+ $: $>50 $1 add local domain if needed
> > R$* $: $>94 $1 do masquerading
> >
> > #
> > # Header sender rewriting
> > #
> > S30
> > R<@> $n errors to mailer-daemon
> > R$+ $: $>50 $1 add local domain if needed
> > R$* $: $>93 $1 do masquerading
> >
> > #
> > # Common code to add local domain name (only if always-add-domain)
> > #
> > S50
> > R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully
> qualified
> > R$+ $@ $1 < @ *LOCAL* > add local
> qualification
> >
> > Dan Liston
> >
> > Eduardo Palomar Lever wrote:
> > >
> > > Dan> Majordomo 1.94.5 demands fully qualified email addresses in
> commands to
> > > majordomo.
> > >
> > > Dan> If you are sending messages from localhost as user epalomar, you
> need
> > > to tell sendmail to "always_add_domain" to make majordomo happy again.
> > >
> > > I am precisely doing that, but how do you tell sendmail to
> > > "always_add_domain"? Do you edit a configuration (CF) file or something
> like
> > > that?
> > >
> > > Eduardo Palomar
> > > Guadalajara, Mexico
> > >
> > > ----- Original Message -----
> > > From: "Dan Liston" <dliston@netscape.com>
> > > To: "Ing Eduardo Palomar Lever" <epalomar@roentgen.org.mx>
> > > Cc: "Majordomo Users" <majordomo-users@greatcircle.com>
> > > Sent: Monday, May 01, 2000 10:32 AM
> > > Subject: Re: MAJORDOMO ABORT (mj_majordomo) (fwd)
> > >
> > > > Majordomo 1.94.5 demands fully qualified email addresses in
> > > commands to majordomo. If you are sending messages from
> > > localhost as user epalomar, you need to tell sendmail to
> > > "always_add_domain" to make majordomo happy again.
> > >
> > > > Dan Liston
> > > ***
> > > > Eduardo Palomar Lever wrote:
> > > > > Can somebody please help me? I am getting this error message.
> > >
> > > > > MAJORDOMO ABORT (mj_majordomo)!!
> > > > > Majordomo@roentgen.org.mx: Eduardo Palomar Lever <epalomar> is not a
> > > valid return address.
> >
References:
|
|