summaryrefslogtreecommitdiffstats
path: root/etc/mail
diff options
context:
space:
mode:
Diffstat (limited to 'etc/mail')
-rw-r--r--etc/mail/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile
index e42c9c2..2371db3 100644
--- a/etc/mail/Makefile
+++ b/etc/mail/Makefile
@@ -31,13 +31,13 @@ default:
mv /etc/mail/block_domains.new /etc/mail/block_domains.txt
install:
- makemap hash /etc/mail/spamsites < /etc/mail/block_domains.txt
+ /usr/sbin/makemap hash /etc/mail/spamsites < /etc/mail/block_domains.txt
.if exists(/etc/mail/spamsites.local)
- makemap -o hash /etc/mail/spamsites < /etc/mail/spamsites.local
+ /usr/sbin/makemap -o hash /etc/mail/spamsites < /etc/mail/spamsites.local
.endif
- makemap hash /etc/mail/denyip < /etc/mail/block_ips.txt
+ /usr/sbin/makemap hash /etc/mail/denyip < /etc/mail/block_ips.txt
.if exists(/etc/mail/denyip.local)
- makemap -o hash /etc/mail/denyip < /etc/mail/denyip.local
+ /usr/sbin/makemap -o hash /etc/mail/denyip < /etc/mail/denyip.local
.endif
all: default install
OpenPOWER on IntegriCloud