i�ve just installed qmail-ldap-20040401.
now it works... :-)

At 09:34 19.04.2004, Carsten Mueller wrote:
hi all,

i have some problems with condredirect:

i�m using qmail-ldap-1.03-20040101 and want to implement spam-filter
with user prefs in mysql and qmailldap-quota.
so i�ve created following script and execute this script with deliveryProgramPath


##################################################
mailserv:~ # cat /var/qmail/bin/spamcheck_test.sh
#!/bin/sh
/usr/bin/spamc -f -u $1|/usr/local/bin/seekablepipe /var/qmail/bin/condwrite ./Maildir/ /var/qmail/bin/return.sh
##################################################
mailserv:~ # cat /var/qmail/bin/return.sh
#!/bin/sh
exit 0
##################################################


the mails a spamchecked and delivered into users maildir but the mail
will not be deleted from queue and i get following error:

@4000000040837d431527e6b4 delivery 41097: deferral: Temporary_error_on_maildir_delivery._(#4.3.0)/

to exclude a problem with the seekablepipe program i modified the script:

####################################################
mailserv:~ # cat /var/qmail/bin/spamcheck_test.sh
#!/bin/sh
/var/qmail/bin/condwrite ./Maildir/ /var/qmail/bin/return.sh
#####################################################

but i still get the same error.

does anyone use condwrite or does anyone have another solution for spamcheck and
use of qmailldap-quota?



carsten





Reply via email to