diff options
author | John Denker <jsd@av8n.com> | 2012-06-02 20:47:50 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-06-02 20:47:50 -0700 |
commit | b8caf78e0ae86118cd0659e28da919721106eadb (patch) | |
tree | 62e6afbb7b848a5ac67326ac61d04c6b59ab0251 /tools/makefile | |
parent | 6116a98a0ec20c22d8e18fcaf384bad18fc39a00 (diff) |
bring a few odds and ends into the repo
Diffstat (limited to 'tools/makefile')
-rw-r--r-- | tools/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/makefile b/tools/makefile index f64b9c2..005b408 100644 --- a/tools/makefile +++ b/tools/makefile @@ -23,6 +23,8 @@ install: chmod u+s /var/qmail/rbin/checkpassword cp smtp.conf /etc/stunnel/ cp pop3.conf /etc/stunnel/ + chmod 640 /var/qmail/control/*.crtkey + chown qmaild /var/qmail/control/*.crtkey /etc/tcpserver/smtp.rules : install -d /etc/tcpserver |