sendmail shock. Bibliography?

Bruce Barnett barnett at grymoire.crd.ge.com
Thu Apr 4 06:38:27 AEST 1991


In article <1991Apr2.180215.1356 at sci34hub.sci.com> gary at sci34hub.sci.com (Gary Heston) writes:
>   Forget it. Unless you grew up with sendmail, you'll probably never
>   figure it out. 

>   Get smail3 off uunet, and convert to that. Understandable, works well,
>   and has readable config files.

Or you can get Ease 3.1 - which is a higher level language for
sendmail files. Ease does not replace sendmail. You convert
sendmail.cf files into Ease, edit them (with real variable names,
keywords, preprocessor support, etc.) Then convert them back into
sendmail.

Instead of 
---
R$*<@$*$=m>$*		$1<@$2LOCAL>$4			convert local domain
R$-!$+			$@$>6$2<@$1.uucp>		uucphost!user
---
You see
---
	if ( zero_or_more <@ zero_or_more  any_in_mydomainname > zero_or_more )	/* convert local domain */
		retry ($1<@$2"LOCAL">$4);
	if ( exactly_one ! one_or_more )	/* uucphost!user */
		return (RULESET_6 ($2<@$1."uucp">));
---
So you see, you can't knock sendmail anymore because of the syntax,
you have to pick a better reason. :-)

Ease 3.1 is available from the alt.sources archives.
Soon to be released to comp.sources

If you REALLY need it, send me mail.
--
Bruce G. Barnett	barnett at crdgw1.ge.com	uunet!crdgw1!barnett



More information about the Comp.unix.admin mailing list