X-Git-Url: https://git.distorted.org.uk/~mdw/odin-cgi/blobdiff_plain/c86aee467ae463cd3fc7ff896f09f2a07d79dad5..969db1ef94e92c88afaa35b683918b2bf33b87f0:/Makefile diff --git a/Makefile b/Makefile index 0b95944..139b129 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ TARGETS += exim-filter exim-filter: exim-filter.in passwds Makefile set -e; . ./passwds; umask 077; \ sed "s;@PASSWORD@;$$exim_db_passwd;g" $< >$@.new; \ + chmod 640 $@.new; chgrp Debian-exim $@.new; \ mv $@.new $@ CLEAN += $(TARGETS)