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

Reply via email to