Just a note all worked fine before I updated Perl on my FreeBSD 5.0 box to perl 5.8.2
I currently have qmail running as long as I do not add the lines to the tcp.smtp. I removed these lines to get things working again after the perl update. I did make sure I install the perl modules need for qmail-scanner. Maybe there are some other I might be missing?
127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-queue.pl"
10.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
if I run with just
127.:allow,RELAYCLIENT=""
10.:allow, RELAYCLIENT=""
it runs fine however it does not use the qmail-scanner.
I currently have qmail running as long as I do not add the lines to the tcp.smtp. I removed these lines to get things working again after the perl update. I did make sure I install the perl modules need for qmail-scanner. Maybe there are some other I might be missing?
127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-queue.pl"
10.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
if I run with just
127.:allow,RELAYCLIENT=""
10.:allow, RELAYCLIENT=""
it runs fine however it does not use the qmail-scanner.