Differences between version 5 and previous revision of QmailScanner.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Friday, April 2, 2004 9:40:48 am | by DrewBroadley | Revert |
Older page: | version 4 | Last edited on Friday, April 2, 2004 9:40:13 am | by DrewBroadley | Revert |
@@ -7,9 +7,9 @@
__Issues [DrewBroadley] had with [QmailScanner]:__
When placing the line to set the Environment Variable of
- ''
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"''
+ QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
in /service/qmail-smtpd/run , I had issues where the qmail-smtpd service did not start up and the /var/qmail/bin/qmail-scanner-queue.pl was stalled and would not go past this stage. An undocumented solution was to place an __&__ after the .pl file e.g
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl __&__"
Hope that helps someone get past the 2 days of unproductivity I had from this!