Jan Müller wrote:
>> From: Gordon Messmer <[EMAIL PROTECTED]>
>> You may have to install "python-devel" or something like it. I'm
>> not familiar with the package naming convention used by SuSE.
>
> I managed to install Courier-pythonfilter. Thanks for the tips.
> However, I can not do (>filterctl start pythonfilter). I can't find
> filterctrl sript anywhere on the system. I think, it should be
> installed with courier? It is not in the courier source i downoloaded
> [courier-0.59.0] how do i start Courier-pythonfilter?
It's in the courier source as courier/filters/filterctl.in
It should be in your path if you logged in as root, and got the path
from /etc/profile.d/courier.sh.
>>> Is it all? There is no spamd activity in any of the logs.
>> Yes, that should be all. If that's not working, then you probably
>> set up your user database and specified the maildir for each user.
>> Don't do that. The "maildir" field is a delivery instruction. It
>> overrides DEFAULTDELIVERY. If you specify a path in "maildir", you
>> system doesn't use maildrop.
>> Instead, create a directory for each user and specify it in the
>> "home" field. Create a maildir named "Maildir" inside their home
>> directory. Everything will work the way you expect it to.
>
> I have courier-authlib with authuserdb module. All users are virtual -
> just lines in userdb, each pointing to a separate maildir:
> muj
> uid=6000|systempw=xx|hmac-md5pw=xx|mail=/mail/vmail/muj|home=/mail/vmail/muj|gid=6000
> Does this mean that DEFAULTDELIVERY will not work?
Yes, it does. You need to remove the "mail" attribute from your users:
muj id=6000|systempw=xx|hmac-md5pw=xx||home=/mail/vmail/muj|gid=6000
> Can i do something
> else other than create a maildir named "Maildir" inside their home
> directory and move all the messages? I have just a handfull of users,
> but several GB of mail in many folders.
You should be able to do something like this, but *test* it first:
cd /mail/vmail/
for x in * ; do
mv "$x" "${x}.Maildir"
mkdir "$x"
mv "${x}.Maildir" "${x}/Maildir"
done
You'll need to fix the permissions/ownership on the new home directories
afterward.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users