Hello Qmail-Scanner wizards, I am very new to Qmail-Scanner and to the list. Is there a searchable archive? I found that I could browse the list by date but I did not find a way to search.
The problem I'm trying to solve is rotating the qmail-queue.log file. My rotate script creates a new file sets the owner & permissions then moves the original file and moves the new file to qmail-queue.log. cd /var/spool/qmailscan touch ./qmail-queue.log.1 chmod 600 ./qmail-queue.log.1 chown qscand:root ./qmail-queue.log.1 mv ./qmail-queue.log ./qmail-queue.log.uc mv ./qmail-queue.log.1 ./qmail-queue.log The problem is that the log is not used until I restart qmail. How should this file be properly rotated? Thanks, Brian Hoover ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
