Tomas Kuliavas wrote:
Before you ask, yes, I looked at the "Server Side Filter" plugin. :)
The problem is that only secure connections are allowed to the server, so ftp is not allowed. sftp and scp are allowed, but not ftp.
Any ideas on other ways to let my users update their .mailfilter files?
http://article.gmane.org/gmane.mail.squirrelmail.plugins/5892
Latest beta version does not use ftp. It uses SUID binary.
This is exactly what I need. It's currently Linux-centric though, and I'm in the process of making it work on FreeBSD, which I've been documenting on the courier-users list, so I won't here (but will gladly do so once done, if anyone's interested).
I have it working, except for two things, the second of which is likely a configuration error on my part: 1) it doesn't do tls yet, and 2) it is naming sub-folders wrong.
I was right about #2 - it was a configuration error, in Squirrelmail. When I changed:
$default_folder_prefix = ''; $trash_folder = 'INBOX.Trash'; $sent_folder = 'INBOX.Sent'; $draft_folder = 'INBOX.Drafts';
to:
$default_folder_prefix = 'INBOX.'; $trash_folder = 'Trash'; $sent_folder = 'Sent'; $draft_folder = 'Drafts';
serversidefilters creates the filter file correctly,ourier-IMAP to put incorrect folders in the Maildir directory.
Now to figure out that tls problem ...
-ste
------------------------------------------------------- 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
