Hi All,
I was wondering, would it be possible to add the following to
my init script for qmail so that I can process tcprules changes on
a easier basis:
tcprules)
cp /etc/tcp.smtp /etc/tcp.smtp.bak
echo -n "tcprules file backed up..."
tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp
echo -n "installing new rules file..."
chmod 644 /etc/tcp.smtp*
;;
Would something like this work, or could someone post an example if
they have already done this?
-Bill
- Re: addition to qmail init script Bill Parker
- Re: addition to qmail init script James Raftery
- Re: addition to qmail init script Russell Nelson
- Re: addition to qmail init script Mate Wierdl
