[SM-USERS] login-auto not working with 1.4
I've downloaded the latest version. A check reveals that no cookie has been created. Any Ideas? tia Kevin Plew Dad/webmaster Plewnet.com --- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge -- 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
[SM-USERS] Autocomplte plugin problem
Dear List, I have installed auto complete plugin. It installed and appended Auto complete box under the display preferences.when I submit the "Display Preferences" It is giving the following Error. * Fatal error: Call to undefined function: compatibility_sqextractglobalvar() in /usr/share/squirrelmail/plugins/autocomplete/functions.php on line 232 * How can I rectify this? please suggest. Thanks & Regards Praveen --- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge -- 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
[SM-USERS] Auto completion working
Dear List, Pls ignore my previous mail I'm able to rectify the problem by installing compatibility plugin. Shall I get the LDAP addresses instead of personal addresses. We are using LDAP for user addresses. If I'm able to access the LDAP addresses instead of personal addresses that would have been great. Thanks & Regards Praveen ---SOFTPRO DISCLAIMER-- Information contained in this E-MAIL and any attachments are confidential being proprietary to SOFTPRO SYSTEMS is 'privileged' and 'confidential'. If you are not an intended or authorised recipient of this E-MAIL or have received it in error, You are notified that any use, copyiny or dissemination of the information contained in this E-MAIL in any manner whatsoever is strictly prohibited. Please delete it immediately and notify the sender by E-MAIL. In such a case reading, reproducing, printing or further dissemination of this E-MAIL is strictly prohibited and may be unlawful. SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment hereto is free from computer viruses or other defects. The opinions expressed in this E-MAIL and any ATTACHEMENTS may be those of the author and are not necessarily those of SOFTPRO SYSTEMS. --- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge -- 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
Re: [SM-USERS] Ask command msgfmt
On Tue, 27 May 2003 18:38:52 +0200 "Daniel Felipe Arana" <[EMAIL PROTECTED]> wrote: > Where found the command "msgfmt" to create file the translation In Debian - and in most Linux distros - it's in the package "gettext" (or something similarly named): null:~> dpkg -S `which msgfmt` gettext: /usr/bin/msgfmt Cheers, Alexandros --- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge -- 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
Re: [SM-USERS] Blank page when viewing some emails
Ian Anthony zei: > An update to this: > > It just seems to be random emails, but those emails that don't show up are > consistant in that they never display, on any computer. This problem is > not HTML-specific after all. > The gzip plugin is the problem. Disable the gzip plugin with conf.pl and your problem might be solved. Regards, Marc Groot Koerkamp > >> Occasionally, I get an email where when I try to view it, it just shows >> up >> as a blank screen. In fact, it only loads the following: >> >> >> >> >> >> >> The only clue that I can give is that it seems to happen with some HTML >> formatted emails, but no all. >> >> I'm running the latest stable squirrel. This problem never occurred >> with >> the previous version. >> >> Here are my stats: >> FreeBSD 4.7 >> Squirrel 1.4.0 >> SMTP >> >> Plugins: >> 1. abook_take >> 2. administrator >> 3. calendar >> 4. filters >> 5. squirrelspell >> 6. spamcop >> 7. sent_subfolders >> 8. translate >> 9. notes >> 10. msg_flags >> 11. gzip >> 12. autocomplete >> 13. login_auto >> >> >> >> >> >> --- >> This SF.net email is sponsored by: ObjectStore. >> If flattening out C++ or Java code to make your application fit in a >> relational database is painful, don't do it! Check out ObjectStore. >> Now part of Progress Software. http://www.objectstore.net/sourceforge >> -- >> 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 >> > > > > > --- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge -- 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
RE: [SM-USERS] login-auto not working with 1.4
> I've downloaded the latest version. A check reveals that no cookie has > been created. There is a minor error in the config.sample file. Please edit your config file to look like: * (c) 2001 (GNU GPL - see ../../COPYING) * * If you need help with this, or see improvements that can be made, please * email the SquirrelMail Plugins mailing list or try contacting me at * the address above (note as of May 2003, Jay does not seem to be maintaining * this plugin). I definately welcome suggestions and comments. This plugin, * as is the case with all SquirrelMail plugins, is not directly supported * by the developers. * * View the INSTALL document for information on installing this. Also view * the README document and plugins/README.plugins for more information. * */ global $auto_user, $auto_pass, $auto_expire_days, $auto_expire_hours, $auto_expire_minutes, $auto_key, $login_doc, $login_link; // remember the username between logins $auto_user = TRUE; // remember the password between logins, forces $auto_user=true $auto_pass = TRUE; // number of days, hours, and minutes after which cookies will expire $auto_expire_days= 3; $auto_expire_hours = 0; $auto_expire_minutes = 0; // encryption key; change it! $auto_key= 'changeme'; // multiple key encryption; for the paranoid! // put in as many as you want, more = more encryption, bigger cookie, more CPU // $auto_key= array('changeme','andme','metoo','toomany','omigod'); // a document about login security linked from login page // provide your own, or copy security.en.php someplace and change this link $login_doc = '../plugins/login_auto/security.en.php'; // $login_doc = ''; // customize the link text for the security document, or leave the default $login_link = ''; ?> --- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge -- 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
Re: [SM-USERS] Session Mischief
Hello Daniel, On Tuesday, May 27, 2003, Daniel Watts wrote... > Hiya, > I just checked - i've been given PHP 4.0.6. > Is that really really bad? You might want to try upgrading to the very latest CVS version of 1.4 as there were some session/cookie related issues in 1.4.0 with PHP 4.0.6. > I have a central installation of squirrelmail and all the other > sites work off it. The only real difference is that ox.ac is on a > different IP address. Could this do it? Are sessions stored with the > IP address and so it gets lost since it's not given the IP it > expects? I'm shooting in the dark here (in case you hadn't noticed!) > =) We don't store the address... at least not yet... but it is something I hope to work on for added security, and a little session safety in the future, but that depends on how things end up working out. -- Jonathan Angliss ([EMAIL PROTECTED]) --- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge -- 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