On 2/8/07, Ramdas <[EMAIL PROTECTED]> wrote:
Hi Group,
Forgive in case it has been discussed earlier.
I run a Qmail-ldap on Linux with Amavisd-new ( Qmqp patched).
I want to set a different Mail Queue (qmail-scanner-queue.pl ) for
users authenticated by PBS.
I don't know if it's possible by using ~control/pbsenv , but I tried
the different combinations of the following :
/var/qmail/bin/qmail-scanner-queue.pl=QMAILQUEUE
QMAILQUEUE=/var/qmail/bin/qmail-scanner-queue.pl
--
Nothing worked. In the smtpd logs it would show as
----
enabled options: relayclient sanitycheck sendercheck rcptcheck
smtp550disconnect qmailqueue
----
and sending mail will fail with 451 unable to exec qq .
Has anyone did this before.
Thanx & Regards
Ram
Hi all,
I had tried following the thread
http://forum.qmailrocks.org/showthread.php?p=18155
but with little luck.
Then I edited the pbscheck.c and added a line
---
if (!env_put("QMAILQUEUE=/var/qmail/bin/qmail-scanner-queue.pl")) die_nomem();
---
Things are so far fine.
But I believe there must be a more descent way to do this ;)
Regards
Ram