On Wed, 2005-06-15 at 15:39 -0600, John Walter wrote:
> I am using the qmailqueue patch with my install. My install is located 
> in the same directories, however, I don't think that it created a new 
> queue, as I don't have an queue.orig, but I could be wrong.
> 
> My qmail/supervise/qmail-smtpd/run file is redefining QMAILQUEUE to the 
> qmail-scanner-queue.pl file. But I don't know how to make tmda-omfipd 
> recognize that qmail-smtpd environment variable.
> 
> I did replace the original sendmail bin files with a link to the 
> /var/qmail/bin/sendmail file.  It looks as though tmda-ofmipd tries to 
> call sendmail to pass the message off.
> 

With my limited tmda knowledge, I think the easiest way will be to
remove QMAILQUEUE define from the qmail/supervise/qmail-smtpd/run file,
mv /var/qmai;/bin/qmail-queue /var/qmail/bin/qmail-queue.orig
ln -s /var/qmail/bin/qmail-scanner-queue.pl /var/qmail/bin/qmail-queue
then open /var/qmail/bin/qmail-scanner-queue.pl in vi and search for 
                      my $queuemailqueue
and set it as 
my $qmailqueue  = '/var/qmail/bin/qmail-queue.orig';


save the file and restart qmail. everything should work fine now.

HTH
R'twick

_____________________________________________
tmda-users mailing list ([email protected])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to