diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-02-17 22:12:57 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-02-17 22:12:57 +0000 |
commit | a8247f3a53131f3663a7c8a5621e3cffe7c8aaad (patch) | |
tree | 28378ca3a34818d611261a605e5da1a129b12e28 /etc/mail | |
parent | ab3e277c5c96b7e98e56fd632cc4d010991bf4c8 (diff) | |
download | src-test-a8247f3a53131f3663a7c8a5621e3cffe7c8aaad.tar.gz src-test-a8247f3a53131f3663a7c8a5621e3cffe7c8aaad.zip |
Notes
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 4ff4549a998fe..c55becac7a517 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 |