Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2003 23:54:23 -0800
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
To:        Andy Farkas <andyf@speednet.com.au>
Cc:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: sendmail confMAILER_NAME
Message-ID:  <15911.46767.470218.817241@horsey.gshapiro.net>
In-Reply-To: <20030117123504.F39130-100000@hewey.af.speednet.com.au>
References:  <20030117123504.F39130-100000@hewey.af.speednet.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
andyf> 1/ When I add:

andyf> define(`confMAILER_NAME', `MAILER-DAEMON-NEWNAME')

andyf> to my {$hostname}.mc file and do a 'make all' in /etc/mail, I get the
andyf> following error:

andyf> m4: /usr/share/sendmail/cf/m4/proto.m4 at line 232:
andyf> include(/usr/share/sendmail/cf/mailer/.m4): No such file or directory
andyf> *** Error code 1

MAILER is an m4 function so needs to be 'quoted':

define(`confMAILER_NAME', `MAI`'LER-DAEMON-NEWNAME')

andyf> 2/ (dont know when this started happening) I now get this cruft
andyf> inserted into the .cf file which causes sendmail not to restart:

andyf> ivert(-1)

Your .mc file has a line that says "ivert(-1)" instead of "divert(-1)".



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15911.46767.470218.817241>