> Greetings, > I think that I'm on the right track, here. I installed the plugin, > thought I configured everything properly, but when i enable the plugin > and try to log in, I get this: > > > Warning: mkdir(users): Permission denied in > /var/www/localhost/htdocs/squirrelmail/plugins/serversidefilter/backend.php > on line 291 > > Warning: copy(users/jnichols/.procmailrc): failed to open stream: No > such file or directory in > /var/www/localhost/htdocs/squirrelmail/plugins/serversidefilter/backend.php > on line 73 > > Warning: Cannot modify header information - headers already sent by > (output started at > /var/www/localhost/htdocs/squirrelmail/plugins/serversidefilter/backend.php:291) > in /var/www/localhost/htdocs/squirrelmail/src/redirect.php on line 153 > > Hrm. yes, Apache can't write stuff into my home directory, that's > correct. How do I work around this? > Should I be specifying another directory for .procmailrc files to live? > If I do that, how will Procmail know to use them?
server side filters 1.4.x require suid binary program. If you installed program without suid bit set, it does not get privileges needed to modify your home directory. server side filter 1.3x use ftp to access your home directory. -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
