Hi all,
Thanks to so help from this list, I have been able to get maildrop working
with virtual users. I still have one problem, maildrop does not seem to be
using 'maildroprc'. In courierd I have
DEFAULTDELIVERY="| /usr/local/bin/maildrop -V 20"
I have tried adding '-d' to that but it didn't change anything.
When mail is delivered I see the following in my mail logs:
Nov 21 11:17:53 mail2 courierlocal:
id=00092D3D.3DDD2351.00013D5A,from=<root@domain>,addr=<mysql@filtered.domain>:
maildrop: Attempting .mailfilter
Nov 21 11:17:53 mail2 courierlocal:
id=00092D3D.3DDD2351.00013D5A,from=<root@domain>,addr=<mysql@filtered.domain>:
maildrop: Delivery complete.
maildrop is using the local user's '.mailfilter' file but does not try
'maildroprc'. The docs say "If a filename is not specified on the command
line, or if the -d option is used, maildrop will run in delivery mode."
Since I am not specifying a file name or -[mM], I assume that maildrop is
running delivery mode and should look for maildroprc. What am I missing?
Thanks in advance.