diff options
Diffstat (limited to 'tools/makefile')
-rw-r--r-- | tools/makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/makefile b/tools/makefile index 005b408..dbe4806 100644 --- a/tools/makefile +++ b/tools/makefile @@ -27,10 +27,7 @@ install: chown qmaild /var/qmail/control/*.crtkey /etc/tcpserver/smtp.rules : - install -d /etc/tcpserver - @echo '10.:allow,RELAYCLIENT=""' > $@ - @echo '127.0.0.:allow,RELAYCLIENT=""' >> $@ - @echo ':allow' >> $@ + ./mk_smtp_rules tcprules : /etc/tcpserver/smtp.rules < $< tcprules /etc/tcpserver/smtp.cdb /etc/tcpserver/smtp.tmp |