From be0f0b6ad9ad6751506c4e2168deb240214b9ab2 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Sun, 17 Feb 2002 22:12:57 +0000 Subject: Don't build a submit.cf file if SENDMAIL_SET_USER_ID is set --- etc/mail/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'etc/mail') diff --git a/etc/mail/Makefile b/etc/mail/Makefile index 4ff4549..c55beca 100644 --- a/etc/mail/Makefile +++ b/etc/mail/Makefile @@ -146,6 +146,14 @@ depend: cf: ${INSTALL_CF} +submit.cf: submit.mc +.ifdef SENDMAIL_SET_USER_ID + @echo ">>> ERROR: You should not create a submit.cf file if you are using a" + @echo " set-user-ID sendmail binary (SENDMAIL_SET_USER_ID is set" + @echo " in make.conf)." + @false +.endif + maps: ${SENDMAIL_MAP_OBJ} aliases: ${SENDMAIL_ALIASES}.db -- cgit v1.1