Hi there, i tried to use maildrop in my courier mta, but does not work.
I made changes to courierd to use it, but nothing it happened
My maildrop file is in /usr/lib/courier/bin/maildrop and work fine.
I use ldap for auth.
Here is my configuration files:
courierd:
# Default deliveries to $HOME/Maildir
# DEFAULTDELIVERY=./Maildir
# Here's how to have maildrop handle local deliveries.
DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop"
sample for ldap info for one user:
uid=migu...@apichot.com, ou=ImapUser, ou=ar, dc=lopu, dc=com, dc=ar
objectclass=person
uid=migu...@apichot.com
maildirpath=/data/domains/apichot.com/mail/migueldupont
homedirectory=/data/domains
domain=apichot.com
userpassword=123456789
quota=0
creatorsname=cn=root, dc=lopu, dc=com, dc=ar
modifiersname=cn=root, dc=lopu, dc=com, dc=ar
createtimestamp=20030811083858Z
modifytimestamp=20030811083858Z
Another
File: maildroprc
#
# Global maildrop filter
#
# SpamAssassin
xfilter "/usr/bin/spamc"
I need maildrop to use with spammassassin
I made tests with manual spamc and it worked fine, but when i tried to
integrate with courier did not work.
any ideas???
thanks in advance
George