lib/Odin.pm: Provide substitutions on mail recipient addresses.
[odin-cgi] / Makefile
index 0b95944..139b129 100644 (file)
--- 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)