Richard wrote:

> Hi,
> 
> finally, how it is possible to configure system with qmail-scanner and
> vpopmail? (if I use --enable-roaming-users=y, pop-before-smtp)

You can't configure it. You can either patch it (change the lines that
looks like this in vpopmail.c:

        fprintf( fs1, "%s:allow,RELAYCLIENT=\"\",RBLSMTPD=\"\"   %d\n", 
                ipaddr, (int)mytime);

To something like this:

        fprintf( fs1, 
"%s:allow,RELAYCLIENT=\"\",RBLSMTPD=\"\",QMAILQUEUE=\"bin/qmail-scanner-queue.pl\"     
    %d\n", 
                ipaddr, (int)mytime);

(The above is untested... so don't blame me if it doesn't compile or work.)

And recompile.

Alternatively, Ed Henderson suggests:

"Another option is to set the QMAILQUEUE variable in the startup script
for qmail-smtpd."

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to