diff options
author | John Denker <jsd@av8n.com> | 2012-07-13 18:21:21 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-14 08:53:37 -0700 |
commit | 4779e1644fc9dff4eb3e1745a1b3f3119f9bf544 (patch) | |
tree | fa3bdd0d42a1f821348e0514f2d928a2aaf2377f /tools/makefile | |
parent | bc151ae914c24f8d5461b68015c12c0abe629da2 (diff) |
Now apply spam filtering to all unauthenticated submissions,
including submissions that are ssl encrypted (but not authenticated)
Diffstat (limited to 'tools/makefile')
-rw-r--r-- | tools/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makefile b/tools/makefile index c5b702b..8de2bd4 100644 --- a/tools/makefile +++ b/tools/makefile @@ -16,7 +16,7 @@ all: $(progs) install: install $(progs) /var/qmail/bin/ - cp filters.conf /var/qmail/control/ + cp filters.conf aufilters.conf /var/qmail/control/ install -m700 -d /var/qmail/rbin chown qmaild /var/qmail/rbin chgrp qmail /var/qmail/rbin |