At 4:40 +0000 27-03-2004, Payal Rathod wrote:
Hi,
I have in my qmail-scanner.pl ./configure --notify sender,admin
Now I have  to change it to just  ./configure --notify admin
Can I do it and just assume that it is reflected from the next mail or
is there anything else I have to do? Or do I need to run ./configure
with required options from the source directory again?

With warm regards,
-Payal


It is easyer, edit /var/qmail/bin/qmail-scanner-queue.pl and change the line


my $NOTIFY_ADDRS='sender,admin';

To

my $NOTIFY_ADDRS='admin';


Regards


Salvatore


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to