Andrei Neagoe wrote: > Hello, > > I'm trying to use squirrelmail to do virtual mail domains. For that I've > used the vlogin plugin. I'm also using the change_sqlpass plugin to > allow the users to change their password. Here's the tricky part: some > of the domains use crypt and others use md5. So the change_sqlpass > script works for either, but not for both at a time.
It would be easy to add the ability of the change_sqlpass plugin to grab some vlogin overrides for the encryption method if you are interested. > I've thought to modify change_sqlpass into 2 plugins: > change_sqlpass_crypt and change_sqlpass_md5 and enable the plugins on a > domain name basis via vlogin (enable_plugins array). The only problem so > far is that the enable_plugins array doesn't seem to work, as none of > the plugins stated in the array were activated. I'm using squirrelmail > 1.4.4 and vlogin-3.6-1.2.7. Read the FAQ. This is probably because you are not using $useSessionBased. But it can also be due to the order of the $plugins array in the config/config.php file. ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&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
