As you know, the QMAILQUEUE="something" in the tcp.smtp file just tells qmail-smtpd to use a different program instead of qmail-queue. If you want this to happen for all users, you could try a couple of things: 1. define and export the QMAILQUEUE variable before running tcpserver 2. have /var/qmail/bin/qmail-queue just be a symbolic link to the program you want to run 3. simply hack vpopmail to append that line to tcp.smtp (look for the open_smtp_relay function in opensmtp.c, and edit the line(s) that modifies tcp.smtp)
HTH, Brian ----- Original Message ----- From: "Andre John Cruz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 10:54 AM Subject: [plug] qmail-scanner + vpopmail question > my question is, how can i get vpopmail to put in a QMAILQUEUE="<something>" > string into the tcp.smtp file that it automatically generates and compiles > into CDB format? without this, the default qmail-queue gets used and qmail- > scanner won't come into action. (i use Bruce's qmailqueue patch) _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
