> Hello, > > > I'm installing squirrelmail in a chrooted apache. I have a couple of > questions, hope someone can help me. > > I need to set up squirrelmail with a plugin that allow the users to set > up a vacation message, and check the quota usage of their accounts. > > This is my current setup: > > > Linux 2.4.32 box, sendmail 8.12, uw-imap, pop3 access, ext3 fs with > quota support, apache 1.3.34 and squirrelmail 1.4.5 :) > > Now, I have tested the plugins vacation_local and quota_check without > the jail and the work very good, but with squirrel in the jail the things > get a little diferent.
UW can report user quota in IMAP QUOTA extension. You don't need local program. > Anyone can give me some directions to solve this problem? Change email system setup. > I was thinking in change the imap server for Cyrus. > There is anyone who has a set up like the one I'm trying to achieve? If you want to be able to modify vacation messages, you must use virtual user setup when vacation message is stored in LDAP or database or some other format that can be modified through tcp service. Or you must write vacation tcp service for system user setup. You can use a) cyrus + timsieved (imap quota extension, cyrus vacation and server side filtering) b) qmail-ldap (imap quota extension, vacation controled with two ldap attributes) c) vmailmgr (vmailmgrd allows modifications in user information, haven't checked imap quota support) d) sql based virtual user setups. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
