Hi everyone.

I use qmail-scanner and qmail-qfilter, also; and I modified qmail-scanner-queue.pl this way:

my $qmailqueue  = '/var/qmail/bin/qfilter';

in order to force qmail-scanner to use my own filter after it scaned the e-mail, but I see this don't work.

Can you explain how you solve this problem, or in which way you configured qmail-scanner and qfilter to work together?

Thanks for your help and best regards

Jesus Arnaiz



Thomas Mangin wrote:
Salvatore,

If I have understood your problem, maybe it is enough to set the variable $qmailqueue

# The full path to qmail programs we'll need.
my $qmailinject = '/var/qmail/bin/qmail-inject';
my $qmailqueue  = '/var/qmail/bin/qmail-queue';

to your qmail-qfilter and then qmail-qfilter can call the standard qmail-queue


Thank you for your answer, to be perfectly exact, I need to perform some change before hitting qmail-scanner (reject, rewrite) , then scan, then duplicate the email ( ie write it in a separate queue for non-smtp transfer to another server). Otherwise, you are right, I could have inverted the order qmail-scanner, qmail-qfilter.

Regards,

Thomas





------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Qmail-scanner-general mailing list Qmail-scanner-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to