It's me again,
Isn't there anybody who probably has a helpfull hint for me? Anybody at all who
uses sieve or procmail with the courier-mta?
David
Hi,
I use Courier-MTA with the mysqlauth module. Now, when I use maildrop for
local
delivery, there are no problems at all, courier checks for the Account-Home
in
the mysql DB and Deliveres the mail to i.e.
/var/quica/domains/vidsolbach.de/d/Maildir
It uses the $HOME environment variable (which is set by the mysqlauth-module)
for that.
Procmail also uses $HOME. But when I change my /etc/courierd to use procmail
instead of maildrop it tries to Deliver the mail to:
/var/spool/mail/Maildir (probably because /var/spool/mail is the $HOME of
user
mail regarding to /etc/passwd)
The strange thing is: If I replace procmail in the courierd config with this
little program:
athen099 root # cat /usr/bin/mailtest
export > /tmp/mailenv
then I get:
athen099 root # grep HOME /tmp/mailenv
export HOME="/var/quica/domains/vidsolbach.de/d"
Any suggestions on this one? Where have I gone wrong?
Thanks a lot,