Subject: Re: Anyone got a particularly nice sendmail.cf hack set?
To: Andrew Brown <atatat@atatdot.net>
From: None <seebs@plethora.net>
List: netbsd-help
Date: 04/28/1999 16:20:18
In message <19990428170850.A8700@noc.untraceable.net>, Andrew Brown writes:
>
>do you want mine?  i use rbl and /etc/access.db and relay_based_on_mx.
>once i converted to using m4, i've really been quite the
>proselytizer...

Yeah, it really does help.

>VERSIONID(`@(#)generic-bsd4.4.mc	8.6 (Berkeley) 3/13/98')
>OSTYPE(bsd4.4)dnl
>DOMAIN(generic)dnl
>FEATURE(rbl)dnl
>FEATURE(access_db,hash -o /etc/access)dnl
>FEATURE(blacklist_recipients)dnl
>FEATURE(masquerade_envelope)dnl
>FEATURE(relay_based_on_MX)dnl
>define(`confPRIVACY_FLAGS', `goaway')dnl
>define(`confSMTP_LOGIN_MSG', `$j Sendmail $v/$Z says it''`s $b [NO UBE/NO UCE 
>WELCOME HERE]')dnl
>define(`confCR_FILE', `/etc/sendmail.cr')dnl
>MAILER(local)dnl
>MAILER(smtp)dnl

What, no _JUNK_IP_RULES_?  (I'm very proud to find that my crude first attempt
at adding a feature to sendmail got standardized)

If you don't mind my asking... What does 'dnl' at the end of a line do?  I
never have understood m4.

-s