diff options
Diffstat (limited to 'etc/mail')
-rw-r--r-- | etc/mail/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 |