Re: Sendmail 8.12.11 from FreeBSD 4.10-RELEASE ignores many config directives

2004-09-07 Thread Karl Swartz
> > FEATURE(dnsbl, `rbl-plus.mail-abuse.org')
> > FEATURE(dnsbl, `sbl-xbl.spamhaus.org')
> 
> The dnsbl macro now takes 3 arguments IIRC (wrapping inserted by me to
> avoid posting one huge line):
> 
> % grep dnsbl /etc/mail/freebsd.mc
> dnl FEATURE(dnsbl, `blackholes.mail-abuse.org',
> `"550 Mail from " $&{client_addr} " rejected, \
> see http://mail-abuse.org/cgi-bin/lookup?"; $&{client_addr}')

It did before.  The third argument defaults to a suitable message, the
text of which changed slightly from 8.12.3 to 8.12.11 though sendmail
doesn't care about that.

> Hmmm, this works perfectly here.  Are you sure there isn't something
> else that is wrong, i.e. your /etc/mail/sendmail.cf being generated from
> the wrong .mc file or something?

Argh!  My old makefile was doing the install for me; the new one is
not.  I did a "make install" then "make restart" and now it seems to be
happier.  Sigh.

--
Karl Swartz |Home   [EMAIL PROTECTED]   http://www.kls2.com/~karl/
"The average dog is a nicer person than the average person."
  - Andrew A. Rooney
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sendmail 8.12.11 from FreeBSD 4.10-RELEASE ignores many config directives

2004-09-07 Thread Giorgos Keramidas
On 2004-09-07 13:20, Karl Swartz <[EMAIL PROTECTED]> wrote:
> I just upgraded from Sendmail 8.12.3 (from FreeBSD 4.6) to a brand new
> FreeBSD 4.10-RELEASE install including Sendmail 8.12.11.  I tweaked a
> few pathnames in my .mc file but otherwise tried to use the same one.
> Many things weren't working.  I've found workarounds for some, but they
> are hacks, and others simply don't work.  I don't really know if this
> is a sendmail problem or something weird about the FreeBSD port of it.
>
> What follows is a list of what's broken.
>
> FEATURE(dnsbl, `rbl-plus.mail-abuse.org')
> FEATURE(dnsbl, `sbl-xbl.spamhaus.org')

The dnsbl macro now takes 3 arguments IIRC (wrapping inserted by me to
avoid posting one huge line):

% grep dnsbl /etc/mail/freebsd.mc
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org',
`"550 Mail from " $&{client_addr} " rejected, \
see http://mail-abuse.org/cgi-bin/lookup?"; $&{client_addr}')

> define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
>
>This has no effect, though I found that /etc/mail/local-host-names is
>being consulted so that's a viable workaround.  I didn't try removing
>the -o and I can't recall what that does, so perhaps that was the
>problem.

Hmmm, this works perfectly here.  Are you sure there isn't something
else that is wrong, i.e. your /etc/mail/sendmail.cf being generated from
the wrong .mc file or something?

> FEATURE(relay_based_on_MX)
>
>It appears that this is being ignored.

See above.  It's not normal for Sendmail to ``ignore'' all this stuff.

- Giorgos

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sendmail 8.12.11

2004-01-24 Thread Mark
> > > Just a quick question: has Sendmail 8.12.11 been ported
> > > yet?
> > >
> > You can try going to
> >
> >   http://www.freebsd.org/ports/index.html
> >
> > And do a search at the bottom of the page for "sendmail".
> > The output will show that the ports currently include
> > sendmail 8.12.10
> 
> I went to the ports listing, of course. :) But I recall the existence of
> a different URL, for releases within a few weeks/days. I just do not
> remember where that was.

Found it. :)

http://cvsweb.freebsd.org/ports/mail/sendmail

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sendmail 8.12.11

2004-01-23 Thread Gautam Gopalakrishnan
On Sat, Jan 24, 2004 at 01:34:53AM +, Mark wrote:
> >And do a search at the bottom of the page for "sendmail".
> >   The output will show that the ports currently include
> >sendmail 8.12.10
> 
> I went to the ports listing, of course. :) But I recall the existence of a
> different URL, for releases within a few weeks/days. I just do no not
> remember where that was.

http://www.freshports.org/mail/sendmail
You should get it if you cvsup ports...

Gautam


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sendmail 8.12.11

2004-01-23 Thread Mark
- Original Message - 
From: "Jamie" <[EMAIL PROTECTED]>
To: "Mark" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, January 24, 2004 2:28 AM
Subject: Re: Sendmail 8.12.11


> > Just a quick question: has Sendmail 8.12.11 been ported
> > yet?
> >
> You can try going to
>
>   http://www.freebsd.org/ports/index.html
>
>And do a search at the bottom of the page for "sendmail".
>   The output will show that the ports currently include
>sendmail 8.12.10

I went to the ports listing, of course. :) But I recall the existence of a
different URL, for releases within a few weeks/days. I just do no not
remember where that was.

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sendmail 8.12.11

2004-01-23 Thread Jamie

On Sat, 24 Jan 2004, Mark wrote:

> Hello,
>
> Just a quick question: has Sendmail 8.12.11 been ported yet?
>
> Thanks.
>
> - Mark


You can try going to

  http://www.freebsd.org/ports/index.html


   And do a search at the bottom of the page for "sendmail". The output
will show that the ports currently include sendmail 8.12.10


- Jamie





>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"