Ummm......, I'm still working on the whole M4 thing......., but since
I'm going to have to write a fresh one from scratch so that we don't
violate the terms of the sendmail license (unless you know a good way to
convince the lawyers working for the University of California
otherwise), this could take a while.  This could be a pain in the ass.

>    4. Re: Re: Dbmail-dev] installing on suse 9 (Aaron Stone)



> 
> ______________________________________________________________________
> 
> From: Aaron Stone <[EMAIL PROTECTED]>
> To: DBMAIL Developers Mailinglist <dbmail-dev@dbmail.org>
> Subject: Re: [Dbmail-dev] Re: Dbmail-dev] installing on suse 9
> Date: Mon, 29 Nov 2004 21:54:46 +0000
> 
> Would it be possible to wrap this up into an M4 macro that we can include
> in the DBMail distribution, rather than hacking sendmail.cf directly?
> 
> Aaron
> 
> 
> Drew Northup <[EMAIL PROTECTED]> said:
> 
> > Ok, please excuse the funky formatting......., the version of Evolution
> > I'm using is kinda crackers......
> > 
> > I've put together some information about using DBmail and sendmail 8.12
> > (and newer).
> > 
> > I put together my sendmail.cf for 1.2.7b, so this may be out of date--
> > but I'll post it anyhow.  I haven't figured out yet how to make a
> > working sendmail.mc file (so you can compile it), so 
> > you'll need to make the changes I describe DIRECTLY to sendmail.cf.
> > 
> > --------------------------------------------------------------------------------
> > Find this:
> > 
> > # short circuit local delivery so forwarded email works
> > 
> > R$=L < @ $=w . >    $#local $: @ $1                 special local names
> > R$+ < @ $=w . >             $#local $: $1                   regular local 
> > name
> > 
> > And change it to:
> > 
> > # short circuit local delivery so forwarded email works
> > 
> > #R$=L < @ $=w . >   $#local $: @ $1                 special local names
> > R$=L < @ $=w . >    $#dbmail $: $1                  DBMail local accounts
> > R$+ < @ $=w . >             $#local $: $1                   regular local 
> > name
> > 
> > ---------------------------------------------------------------------------------
> > Find this:
> > 
> > # handle locally delivered names
> > R$=L                        $#local $: @ $1         special local names
> > R$+                 $#local $: $1                   regular local names
> > 
> > And change it to:
> > 
> > # handle locally delivered names
> > #R$=L                       $#local $: @ $1         special local names
> > R$=L                        $#dbmail $: $1          DBMail local accounts
> > R$+                 $#local $: $1                   regular local names
> > 
> > ---------------------------------------------------------------------------------
> > And add this to the end:
> > 
> > #
> > # for dbmail
> > #
> > Mdbmail,    P=/usr/bin/dbmail-smtp,F=lsDFMAw5,S=EnvFromL/HdrFromL,
> >             R=EnvToL/HdrToL,T=DNS/RFC822/X-Unix,m=1,
> >             A=dbmail-smtp -d $u
> > 

-- 
|^^^ |  | |^^| |^^^  Drew Northup, N1XIM  |^^| |    |^^^ \  / /^^\ /^^~
|__  |  | |  | |    suoc.syr.edu          |__| |    |___  \/  |__| |__
   | |  | |  | |    savannah.nongnu.org/  |    |    |     /\  |  | |  \
___| |__| |__| |___     projects/plex86/  |    |___ |___ /  \ \__/ \__/

Reply via email to