$Id: dumb-client.patch,v 1.1 2004/01/22 19:27:34 jmates Exp $ Patch to make sendmail 8.10.2 on Mac OS X act as a "dumb client" under the "example.org" domain. --- /etc/mail/sendmail.cf.orig Sun Sep 2 20:19:22 2001 +++ /etc/mail/sendmail.cf Fri Mar 1 15:58:30 2002 @@ -108,10 +109,10 @@ # who I send unqualified names to (null means deliver locally) -DR +DRexample.org # who gets all local email traffic ($R has precedence for unqualified names) -DH +DHexample.org # dequoting map Kdequote dequote @@ -121,10 +122,11 @@ # class M: domains that should be converted to $M # class N: domains that should not be converted to $M #CL root -CEroot +#CEroot +C{M}example.org # who I masquerade as (null for no masquerading) (see also $=M) -DM +DMexample.org # my name for error messages DnMAILER-DAEMON