Date: Tue, 05 Aug 2003 15:43:15 -0400 From: Chuck Swiger <cswiger@mac.com> To: "Kirk R. Wythers" <kwythers@umn.edu> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: sendmail configuration Message-ID: <3F3008D3.8000309@mac.com> In-Reply-To: <1060111750.23050.81.camel@lorax.forestry.umn.edu> References: <BB554887.1925D%mksmith@noanet.net> <1060111750.23050.81.camel@lorax.forestry.umn.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Kirk R. Wythers wrote: [ ... ] > OK... not space between the install and -cf 'make install-cf > CF=neighborsunited' > > gives the message > > root@lorax:133 make install-cf CF=neighborsunited.net > install -m 444 lorax.forestry.umn.edu.cf /etc/mail/sendmail.cf That's right. Now do a "make restart". > How can I tell (other than new lists created with mailman still do not > send messages), if this worked. Me thinks it is still broken... Try: echo "3,0 postmaster@lorax.forestry.umn.edu" | sendmail -bt ...and see whether it gets rewritten to "neighborsunited.net". > shouldn't there be some reference to: > > MASQUERADE_AS(`neighborsunited.org')dnl FEATURE(masquerade_envelope)dnl > > in sendmail.cf? Yes, you should see a like like: ##### $Id: masquerade_envelope.m4,v 8.9 1999/02/07 07:26:10 gshapiro Exp $ ### ## ...near the beginning of the .cf file, and lines like: # who I masquerade as (null for no masquerading) (see also $=M) DMneighborsunited.net -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F3008D3.8000309>