Date: Tue, 07 Nov 2006 20:24:56 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Simon Gao <gao@schrodinger.com> Cc: FreeBSD-questions@freebsd.org Subject: Re: Sendmail greet_pause config Message-ID: <4550EB98.7040709@infracaninophile.co.uk> In-Reply-To: <4550E665.10309@schrodinger.com> References: <4550E665.10309@schrodinger.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigAFD36D6E74061C44473663F1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Simon Gao wrote: > Hi, >=20 > I am trying to enable a new feature, greet_pause, with Sendmail 8.13.x > on FreeBSD 4.7. >=20 > When I try to re-generate sendmail.cf file, I got following error and > the file generation failed: >=20 > # m4 /usr/share/sendmail/cf/m4/cf.m4 sendmail.mc > sendmail.cf > m4: sendmail.mc at line 53: > include(/usr/share/sendmail/cf/feature/greet_pause.m4): No such file or= > directory >=20 > The new feature greet_pause is available since 8.13.1. Why am I missing= > the file? Or did I do something wrong when creating sendmail.cf? Well, show us your sendmail.mc file then and we'll probably be able to help. Otherwise about the only valid conclusion we can come to is "yes, you did something wrong." For reference, if you insert the following into your .mc file you should get a 5s greeting pause: FEATURE(greet_pause, `5000')dnl ## 5 seconds Note the quotes around `5000' -- the left hand quote is not like the right hand one. That's something that often catches out people unused to the ways of m4(1). You should have a /usr/share/sendmail/cf/feature/greet_pause.m4 file if your version of sendmail supports this feature. It works for me just using the system sendmail on RELENG_6. I think the sendmail that comes with 4.7 is too old. You'ld be well advised to upgrade -- at least to 4.11-RELEASE-p25, but preferably 6.2-RELEASE due out Real Soon Now. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enigAFD36D6E74061C44473663F1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFUOuf8Mjk52CukIwRCCHjAJ0XC8gpyw+P/yphOeH6gtOgXApMkACggakz dUaS+sy54RLDqOIVgJBPjEE= =7/Wn -----END PGP SIGNATURE----- --------------enigAFD36D6E74061C44473663F1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4550EB98.7040709>