Nothing to do with your conf.
You would add a system-wide startup script to do something like

file: /usr/local/etc/rc.d/sniffer-persistent.sh
--------------
#!/bin/sh
case $1 in
start)
        # note the "&" at the end tells the system to launch sniffer
        # into the background and not wait for sniffer to exit
      # since persistent sniffer will not exit until killed

        /var/spool/sniffer2/lic.exe AuTHCoDE123 persistent &
        ;;
stop)
        /var/spool/sniffer2/lic.exe shutdown-command (I don't have the
readme infront of me)
        ;;
*)
        echo "usage: `basename $0` {start|stop}
        ;;
esac
-------------

 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ali Resting
Sent: Thursday, May 13, 2004 9:21 AM
To: [EMAIL PROTECTED]
Subject: [sniffer] Postfix & Sniffer 2-3

I have not been following the postings closely, so my question may
already have been answered.

I am running postfix 2 with sniffer-2-2.2 with no problems. 
I would like to upgrade to sniffer-2.3.

This is an extract from my postfix conf:

smtp      inet  n       -       y       -       -       smtpd
        -o content_filter=snfilter


I compiled the new sniffer 2.3 with no problem. 
How do I change my current conf to include the new persistent feature?

Ali Resting
Real Image Internet


This E-Mail came from the Message Sniffer mailing list. For information
and (un)subscription instructions go to
http://www.sortmonster.com/MessageSniffer/Help/Help.html


This E-Mail came from the Message Sniffer mailing list. For information and 
(un)subscription instructions go to 
http://www.sortmonster.com/MessageSniffer/Help/Help.html

Reply via email to