I am a procmail user and on my system when procmail runs the UID is me so permissions are not an issue.
In fact the messages are -rw------- so they are locked down tight Not a virtual user, so that may be the difference ----- Original Message ----- From: "Gre7g Luterman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 9:47 PM Subject: Re: Having problems with TMDA-CGI > On Fri, 13 Jun 2003 19:28:46 -0500, Rob Poe <[EMAIL PROTECTED]> wrote: > > > Thats the issue.. > > > > drwxr-xr-x 2 501 501 4096 Jun 13 19:37 . > > drwxr-xr-x 6 501 501 4096 Jun 13 11:58 .. > > -rw------- 1 0 0 913 Jun 13 19:37 > > 1055551044.24784.msg > > -rw-r--r-- 1 501 501 59 Jun 13 19:14 .msgcache > > > > I'm using sendmail delivering to procmail to deliver it to TMDA ... > > I'm not a procmail user, so I don't really know, but here's my best > guess: > > [1] chmod your pending directory so that any files placed in it will > be put in your group (make sure the pending directory is in your > group, first): > > $ chmod 2770 /home/user/.tmda/pending > > [2] Add to your config file so that when pending files are written, > group members are allowed to access them: > > os.umask(007) > > Note that this will have no effect on the email already in your > pending folder. It will only affect new emails added after this > change. > > That SHOULD give you the rights you need to your pending files. > > Gre7g. > _____________________________________________ > tmda-users mailing list ([EMAIL PROTECTED]) > http://tmda.net/lists/listinfo/tmda-users _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
