> On Fri, Feb 01, 2008 at 08:40:01PM -0600, Aaron wrote: > > Albeit i don't have to alter my /etc config files, the .mc files that > > have to be edited lie in the /usr/src
you didn't find the version in /usr/share/sendmail/cf then? :-) copy openbsd-proto.mc to something else and edit that instead. "make something-else.cf" and copy into /etc/mail, you might want to use a name other than sendmail.cf to make sure it isn't accidentally overwritten (though that file is in etcXX.tgz which isn't normally touched) and change sendmail_flags accordingly. if sendmail is updated, the m4 sources might have changed, so you should re-make and install the new file, and you might want to check openbsd-proto.mc for changes.

