Dobes Vandermeer <[EMAIL PROTECTED]> writes: > Gave access to my home dir to tmda-ofmip > > chmod +x /home/dobes > chgrp -R tmda /home/dobes/.tmda > chmod -R g+rw /home/dobes/.tmda > > And its able to read what it needs to read. Unfortunately, it seems to > be looking for > its filters in its own home directory (/var/tmda/.tmda/filters/incoming) > instead of in mine.
If you expect that only you will use tmda-ofmipd for mail, you should run it under your user account. If you expect more than one person to use it, you should run it as root and it will switch to the authenticated user before running tmda-inject, which means that '~' will refer to the correct user. > For now I can hardcode my username into my config so that paths are > right, but a more general solution could be figured out easily by a > python hacker and added to the tmda-ofmipd page on tmda.net The more general solution exists; run it as root and it will setuid to the appropriate user. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
