[SM-USERS] SquirrelMail 1.4.6 Release - When?
Hello SM-1.4.6 Release Candidate 1 has been available since Dec 10, 2005, that is more than two months ago. Anyone knows when the final 1.4.6 release will available? -- Rafael Martinez, <[EMAIL PROTECTED]> Center for Information Technology Services University of Oslo, Norway PGP Public Key: http://folk.uio.no/rafael/ --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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
RE: [SM-USERS] SquirrelMail 1.4.6 Release - When?
On Mon, 2006-02-20 at 10:59, daniel wrote: > No idea. Have you tried SM-1.5.1? It works great! > Hei No, I did not, but I really don't want to install a development version in a production system with some thousands users ;) -- Rafael Martinez, <[EMAIL PROTECTED]> Center for Information Technology Services University of Oslo, Norway PGP Public Key: http://folk.uio.no/rafael/ --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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
Re: [SM-USERS] SquirrelMail 1.4.6 Release - When?
> SM-1.4.6 Release Candidate 1 has been available since Dec 10, 2005, that > is more than two months ago. > > Anyone knows when the final 1.4.6 release will available? According to a post earlier today, it will be released Wednesday. http://article.gmane.org/gmane.mail.squirrelmail.devel/7170 http://thread.gmane.org/gmane.mail.squirrelmail.devel/6572 Sincerely, Fredrik. --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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
Re: [SM-USERS] SquirrelMail 1.4.6 Release - When?
On Mon, 2006-02-20 at 12:33, Fredrik Jervfors wrote: > > SM-1.4.6 Release Candidate 1 has been available since Dec 10, 2005, that > > is more than two months ago. > > > > Anyone knows when the final 1.4.6 release will available? > > According to a post earlier today, it will be released Wednesday. Thanks, I did not see this thread. -- Rafael Martinez, <[EMAIL PROTECTED]> Center for Information Technology Services University of Oslo, Norway PGP Public Key: http://folk.uio.no/rafael/ --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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
Re: [SM-USERS] HELP - "Options" disappear after change-passwd plugin installed
On Monday 20 February 2006 00:10, Jonathan Angliss wrote: > Hi Alex, > > On Sunday, February 19, 2006, Alex wrote: > > Ouch! - I hope somebody can point me in the right direction for this . . > > . > > > > The compatibility module and change password module were installed and > > conf.pl said "OK" and so did src/configtest.php. However, now when > > "Options" is selected on the mail page, I get a page with the "folders" > > frame, the "menu" accros the top and the "Options" title - but no > > content. Everything else appears to work . . .(I think) > > White page usually means PHP error. Try reading back over the users > and plugins archive as I believe there has been some discussion > recently about this particular plugin. > > Also, check your web server log files (both access, and error logs). > If you do not see anything, check your php.ini file, and make sure > error_reporting is enabled (try setting to E_ALL and restarting your > web server). Also make sure display_errors is set to On (also restart > your web server if you change this). This is probably it from the error log: PHP Fatal error: Call to undefined function() in /usr/share/squirrelmail/plugins/change_passwd/functions.php on line 28, referer: http://mail.avantel.ca/src/right_main.php Line 28 is a call to : compatibility_check_plugin_setup('change_passwd', array('config.php')); I Changed that to check_plugin_setup() as per the "README" and I get the options OK but get the blank frame when I go to "Change Password". The error log then provides this: main(../src/validate.php): failed to open stream: No such file or directory in /usr/share/squirrelmail/plugins/change_passwd/options.php on line 39, referer: http://mail.avantel.ca/src/options.php [client 192.168.1.1] PHP Warning: main(): Failed opening '../src/validate.php' for inclusion (include_path='.:/usr/share/pear') in /usr/share/squirrelmail/plugins/change_passwd/options.php on line 39, referer: http://mail.avantel.ca/src/options.php [client 192.168.1.1] PHP Fatal error: Call to undefined function: sqgetglobalvar() in /usr/share/squirrelmail/plugins/compatibility/functions.php on line 82, referer: http://mail.avantel.ca/src/options.php Am I missing some option settings in the php config??? I did install the compatibility plugin - what's next? Cheers; Alex > > -- > Jonathan Angliss > <[EMAIL PROTECTED]> > > > > --- > 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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 -- > squirrelmail-users mailing list > Posting Guidelines: > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: > squirrelmail-users@lists.sourceforge.net > List Archives: > http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List > Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List > Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users -- This message has been scanned for viruses and dangerous content by Avantel Systems, and is believed to be clean. --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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
Re: [SM-USERS] Delimiting Logon name with Exchange 5.5
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi daniel, On Monday, February 20, 2006, daniel wrote: > Great! That worked fantastically. That plug-in idea sounds good. I will > get around to doing that. There is a doc in the docs/ directory that gives you some ideas, or you can take a look at a plugin shipped with SquirrelMail. > This is how I implemented it to test your idea. > Under do hook(webmail_top) in webmail.php: > $split = explode('/', $username); > $realaddress = ($split[2] . '@' . $domain); > > setPref($data_dir, $username, 'email_address', $realaddress); > This successfully changed the email address into the format [EMAIL PROTECTED] > in the user's pref. Well spotted. I guess it helps for the email address to include the domain ;) > Thanks again! Glad it worked :) - -- Jonathan Angliss <[EMAIL PROTECTED]> -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) iD8DBQFD+dTFK4PoFPj9H3MRAmdgAKDhXW4qgnHSiIe4YxUXCNLuqCIdLgCg/fXK PQ8rU0OJrTyj3fs5YkI/kNE= =or4V -END PGP SIGNATURE- --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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
Re: [SM-USERS] HELP - "Options" disappear after change-passwd plugin installed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Alex, On Monday, February 20, 2006, Alex wrote: > On Monday 20 February 2006 00:10, Jonathan Angliss wrote: >> Hi Alex, >> >> On Sunday, February 19, 2006, Alex wrote: >> > Ouch! - I hope somebody can point me in the right direction for this . . >> > . >> > >> > The compatibility module and change password module were installed and >> > conf.pl said "OK" and so did src/configtest.php. However, now when >> > "Options" is selected on the mail page, I get a page with the "folders" >> > frame, the "menu" accros the top and the "Options" title - but no >> > content. Everything else appears to work . . .(I think) >> >> White page usually means PHP error. Try reading back over the users >> and plugins archive as I believe there has been some discussion >> recently about this particular plugin. >> >> Also, check your web server log files (both access, and error logs). >> If you do not see anything, check your php.ini file, and make sure >> error_reporting is enabled (try setting to E_ALL and restarting your >> web server). Also make sure display_errors is set to On (also restart >> your web server if you change this). > This is probably it from the error log: > PHP Fatal error: Call to undefined function() > in /usr/share/squirrelmail/plugins/change_passwd/functions.php on line 28, > referer: http://mail.avantel.ca/src/right_main.php > Line 28 is a call to : > compatibility_check_plugin_setup('change_passwd', array('config.php')); > I Changed that to check_plugin_setup() as per the "README" and I get the > options OK but get the blank frame when I go to "Change Password". The error > log then provides this: > main(../src/validate.php): failed to open stream: No such file or directory > in /usr/share/squirrelmail/plugins/change_passwd/options.php on line 39, > referer: http://mail.avantel.ca/src/options.php This is another issue. The plugin looks to have been written for the SquirrelMail 1.2.x series, while you are using SquirrelMail 1.4.x. The validate.php file has been relocated under the include/ directory and not the src/ directory. You might want to see if there are any updates. - -- Jonathan Angliss <[EMAIL PROTECTED]> -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) iD8DBQFD+djwK4PoFPj9H3MRAuh+AKCD+eoNlHyjMrrpTTZwYqvw8m9GnACgtiUX Qib6vIg/JzlcZYRsXW9Nmmw= =9QoK -END PGP SIGNATURE- --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Re: renaming webmail.php in order to not draw attention of workplace scanning systems?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi PajaP, On Monday, February 20, 2006, PajaP wrote: >> It was one of those nights... I should have put a disclaimer on the >> original... >> We really shouldn't be helping you get around your work, or your >> wife's work firewall policies. They are in place for a reason. If >> there is an issue with the policies, you should be addressing them >> with the manager of the firewall, and other related parties (HR, >> direct manager etc), rather than trying to skip around them. In >> trying to skip around them, you MAY be breaking your employee rules, >> and may result in a termination of your employment, for which I, or >> any of the other developers, will be held responsible for. >> > Yikes, you might want to rephrase that ;o) *ahem*... well spotted... NOT NOT NOT NOT NOT be held responsible ;) - -- Jonathan Angliss <[EMAIL PROTECTED]> -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) iD8DBQFD+dktK4PoFPj9H3MRAj9vAKC3eMEnQu9+sfY1gWT8m8GRiJUI5QCffThM Hs/l2xsjmWtC7/E0kiPcdSY= =faHx -END PGP SIGNATURE- --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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
[SM-USERS] IMAP Folders
Hello.. Is there a way that Squirrelmail can be setup so that when a user logs in their IMAP folders are set to their default folders instead of having and removing the options for the regular folders that are installed with SQ.. I'm using SQ-1.4.6 with php.4.4.1 Thanks.. Doug --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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
Re: [SM-USERS] IMAP Folders
Do you mean not saving any user preferences concerning which folder will be used for inbox or sent mail or draft? If you do then I'd think that removing the preferences for it would be better, because people will not even know they *could* change it and then wonder why it does not work... Martin Am Mo, 20.02.2006, 17:00, schrieb Doug Appleton: > Hello.. > > Is there a way that Squirrelmail can be setup so that when a user logs > in their IMAP folders are set to their default folders instead of having > and removing the options for the regular folders that are installed with > SQ.. I'm using SQ-1.4.6 with php.4.4.1 > > Thanks.. Doug > > > > --- > 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > -- > squirrelmail-users mailing list > Posting Guidelines: > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines > List Address: squirrelmail-users@lists.sourceforge.net > 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 > -- "Years ago my mother used to say to me... 'In this world, Elwood, you must be Oh-so-smart, or Oh-so-pleasant.' Well, for years I was smart. I recommend pleasant." Elwood P. Dowd (Jimmy Stewart) in 'Harvey' (1950) --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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
[SM-USERS] Export or Backup mail messages and directory structure?
I'm not too well versed in the ways of IMAP mail, so if someone could help me out I'd appreciate it. If I wanted to Export the directory structure and mail messages our users have in Squirrelmail, would I use a utility in Squirrelmail, or do I need to use Cyrus (which I understand is our IMAP mail server)? If no such built-in ability exists in either of these programs, is there a good 3rd party program for exporting that data that someone has had success with? Basically we're moving from a Linux box running Cyrus and Squirrelmail over to a windows machine running MailSite (www.rockliffe.com) and I either need to export the directory structure and mail messages straight into MailSite, or into a file format that I could then move and tweak as needed. Kevin Konkle Application Programmer Sigma Financial Corporation / Sammons Securities Company, LLC www.sigmafinancial.com www.sammonssecurities.com (P) 888-744-6264 x4816(F) 734-205-3817
RE: [SM-USERS] Export or Backup mail messages and directory structure?
> -Original Message- > From: [EMAIL PROTECTED] [mailto:squirrelmail- > [EMAIL PROTECTED] On Behalf Of Kevin Konkle > Sent: Monday, February 20, 2006 10:38 AM > To: squirrelmail-users@lists.sourceforge.net > Subject: [SM-USERS] Export or Backup mail messages and directory > structure? > > I'm not too well versed in the ways of IMAP mail, so if someone could help > me out I'd appreciate it. > > If I wanted to Export the directory structure and mail messages our users > have in Squirrelmail, would I use a utility in Squirrelmail, or do I need > to use Cyrus (which I understand is our IMAP mail server)? > > If no such built-in ability exists in either of these programs, is there a > good 3rd party program for exporting that data that someone has had > success with? > > Basically we're moving from a Linux box running Cyrus and Squirrelmail > over to a windows machine running MailSite (www.rockliffe.com) and I > either need to export the directory structure and mail messages straight > into MailSite, or into a file format that I could then move and tweak as > needed. The functionality isn't built into Squirrelmail since it's just an e-mail client that connects to a single IMAP server. This search should put you in the right direction - http://www.google.com/search?q=imap+copy&start=0&ie=utf-8&oe=utf-8&clien t=firefox-a&rls=org.mozilla:en-US:official -- Marc --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
FIXED Re: [SM-USERS] HELP - "Options" disappear after change-passwd plugin installed
On Monday 20 February 2006 11:35, Wesley Scott wrote: > Alex, > > After making the updates below, I got change_passwd working just fine. > > Sincerely, > -wesley 1.) [PATH_TO_SQUIRRELMAIL]/plugins/change_passwd/functions.php Line 28 of this file is trying call a function that has changed names. CHANGE: compatibility_check_plugin_setup('change_passwd', array('config.php')); TO: check_plugin_setup('change_passwd', array('config.php')); 2.) [PATH_TO_SQUIRRELMAIL]/plugins/change_passwd/options.php Line 39 of this file is trying to include a file from src instead of include where validate.php actually lives. CHANGE: include_once ('../src/validate.php'); TO: include_once ('../include/validate.php'); These two fixes were all I needed to get my installation back in shape. I am running the following: squirrelmail-1.4.5 compatibility-2.0.4 change_passwd-4-1.0-1.2.8 On Monday 20 February 2006 09:57, Jonathan Angliss wrote: > Hi Alex, > > On Monday, February 20, 2006, Alex wrote: > > On Monday 20 February 2006 00:10, Jonathan Angliss wrote: > >> Hi Alex, > >> > >> On Sunday, February 19, 2006, Alex wrote: > >> > Ouch! - I hope somebody can point me in the right direction for this . > >> > . . > >> > > >> > The compatibility module and change password module were installed and > >> > conf.pl said "OK" and so did src/configtest.php. However, now when > >> > "Options" is selected on the mail page, I get a page with the > >> > "folders" frame, the "menu" accros the top and the "Options" title - > >> > but no content. Everything else appears to work . . .(I think) > >> > >> White page usually means PHP error. Try reading back over the users > >> and plugins archive as I believe there has been some discussion > >> recently about this particular plugin. > >> > >> Also, check your web server log files (both access, and error logs). > >> If you do not see anything, check your php.ini file, and make sure > >> error_reporting is enabled (try setting to E_ALL and restarting your > >> web server). Also make sure display_errors is set to On (also restart > >> your web server if you change this). > > > > This is probably it from the error log: > > > > PHP Fatal error: Call to undefined function() > > in /usr/share/squirrelmail/plugins/change_passwd/functions.php on line > > 28, referer: http://mail.avantel.ca/src/right_main.php > > > > Line 28 is a call to : > > > > compatibility_check_plugin_setup('change_passwd', array('config.php')); > > > > I Changed that to check_plugin_setup() as per the "README" and I get the > > options OK but get the blank frame when I go to "Change Password". The > > error log then provides this: > > > > main(../src/validate.php): failed to open stream: No such file or > > directory in /usr/share/squirrelmail/plugins/change_passwd/options.php on > > line 39, referer: http://mail.avantel.ca/src/options.php > > This is another issue. The plugin looks to have been written for the > SquirrelMail 1.2.x series, while you are using SquirrelMail 1.4.x. The > validate.php file has been relocated under the include/ directory and > not the src/ directory. You might want to see if there are any > updates. > > -- > Jonathan Angliss > <[EMAIL PROTECTED]> -- This message has been scanned for viruses and dangerous content by Avantel Systems, and is believed to be clean. --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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
Re: [SM-USERS] Cannot attach files
Hi Jonathan On 19 Feb 2006 at 23:48, Jonathan Angliss wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Laurent, > On Monday, February 13, 2006, Laurent wrote: > > Hello all > > > Using SquirrelMail CVS 1.51 (whre can I find the exact build > number? - this seems to be from > > around Oct 12 05) > > > We get the following error when trying to Add an attchement to a > message: > > > "Could not move/copy file. File not attached " > > > File size is not the issue: I tried with a 1kB text file > > > Location of the file does not seem to be an issue either: I tried > from the server machine with a > > file located in the My Document foilder (it's a Windows machine) > > Your information is a little vague. Is the SquirrelMail > installation > running on windows, or are you accessing it from Windows? If you > are > running it on windows, are you using IIS, or apache? Find your > php.ini file, and check the upload_tmp_file setting. I'm not sure > what PHP thinks the "system default" is, but try setting it to > something if it is uncommented, for example on linux try: > > /tmp > > On windows, try: > > c:/temp > Thank you for your help. I actually figured it out but had no time to report back so far. The directory was not properly set in the config.php file. Then I had to figure out which way to put the slashes: / ot \. I'm on windows but this thing is written for linux! :-) I got it straight and everything seems to perform correctly now. Thanks again. -- Laurent --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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
[SM-USERS] RE: squirrelmail-users digest, Vol 1 #3242 - 13 msgs
Carlos Rosero S. Programmer / IT www.uaa.edu 787-834-9595 x2203 [EMAIL PROTECTED] CONFIDENTIALITY NOTICE: The information contained in this e-mail message, including any attachments, is for the sole use of the intended recipient(s). It is covered by the Electronic Communications Privacy Act, 18 U.S.C§2510-2521 and is legally privileged. Unauthorized review, use, disclosure or distribution is strictly prohibited. If you are not the intended recipient and have received this communication in error, please contact the sender by reply e-mail and destroy all copies of the original message. THANK YOU -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, February 20, 2006 12:39 PM To: squirrelmail-users@lists.sourceforge.net Subject: squirrelmail-users digest, Vol 1 #3242 - 13 msgs Send squirrelmail-users mailing list submissions to squirrelmail-users@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/squirrelmail-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of squirrelmail-users digest..." Today's Topics: 1. Re: Problems tring to set up Squirrelmail (Jonathan Angliss) 2. Re: renaming webmail.php in order to not draw attention of workplace scanning systems? (PajaP) 3. SquirrelMail 1.4.6 Release - When? (Rafael Martinez Guerrero) 4. RE: SquirrelMail 1.4.6 Release - When? (Rafael Martinez Guerrero) 5. Re: SquirrelMail 1.4.6 Release - When? (Fredrik Jervfors) 6. Re: SquirrelMail 1.4.6 Release - When? (Rafael Martinez Guerrero) 7. Re: HELP - "Options" disappear after change-passwd plugin installed (Alex @ Avantel Systems) 8. Re: Delimiting Logon name with Exchange 5.5 (Jonathan Angliss) 9. Re: HELP - "Options" disappear after change-passwd plugin installed (Jonathan Angliss) 10. Re: Re: renaming webmail.php in order to not draw attention of workplace scanning systems? (Jonathan Angliss) 11. IMAP Folders (Doug Appleton) 12. Re: IMAP Folders (Martin =?iso-8859-1?Q?Waschb=FCsch?=) 13. Export or Backup mail messages and directory structure? (Kevin Konkle) --__--__-- Message: 1 Date: Mon, 20 Feb 2006 00:34:44 -0600 From: Jonathan Angliss <[EMAIL PROTECTED]> Organization:SquirrelMail Development Team To: Thomas Harlin <[EMAIL PROTECTED]> Cc: squirrelmail-users@lists.sourceforge.net Subject: Re: [SM-USERS] Problems tring to set up Squirrelmail -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Thomas, On Wednesday, February 15, 2006, Thomas wrote: > Hello, > I am having an error come up during the configtest. The error reads: > *ERROR:* Error connecting to IMAP server "localhost:143".Server error: > (111) Connection refused This suggests your imap server is not running, your you have something blocking it (ie, a firewall). Check to make sure your imap server is running. You don't specify which IMAP server you are using, so we cannot begin to guess what you might want to look for there. As you are using RedHat, do you have access to the shell? If so, have you tried finding out what RPMs are installed to give you an idea of what you have available? - -- Jonathan Angliss <[EMAIL PROTECTED]> -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) iD8DBQFD+WMJK4PoFPj9H3MRAtHpAKDjRM4vltYKAFk8IJgyafhLtVT9CACdHtS0 8WKNbEehOKJdQexVqHnbiYI= =2/oh -END PGP SIGNATURE- --__--__-- Message: 2 To: squirrelmail-users@lists.sourceforge.net From: PajaP <[EMAIL PROTECTED]> Date: Mon, 20 Feb 2006 07:32:48 + Organization: * Subject: [SM-USERS] Re: renaming webmail.php in order to not draw attention of workplace scanning systems? On Sun, 19 Feb 2006 23:53:23 -0600, Jonathan Angliss <[EMAIL PROTECTED]> wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Hi Allan, >On Monday, February 13, 2006, Allan wrote: >> To complete the thought, thought, this worked as described. >> Thanks, > >It was one of those nights... I should have put a disclaimer on the >original... > > We really shouldn't be helping you get around your work, or your > wife's work firewall policies. They are in place for a reason. If > there is an issue with the policies, you should be addressing them > with the manager of the firewall, and other related parties (HR, > direct manager etc), rather than trying to skip around them. In > trying to skip around them, you MAY be breaking your employee rules, > and may result in a termination of your employment, for which I, or > any of the other developers, will be held responsible for. > Yikes, you might want to rephrase that ;o) -- PajaP --__--__-- Message: 3 From: Rafael Martinez Guerrero <[EMAIL PROTECTED]> To: squirrelmail-users@lists.sourceforge.net Organization: Universi
[SM-USERS] Shared calendar is not able to connect to mySQL database.
Title: Shared calendar is not able to connect to mySQL database. Shared calendar is not able to connect to mySQL database. Below is list of server applications and install procedure used. IMAP Server Eudora, but that is not the issue web mail is working Mac OS X Server 10.3.9 Apache/1.3.33 (Darwin) PHP/4.3.6 mod_fastcgi/mod_fastcgi-SNAP-0306232149 mod_jk/1.2.4 DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7i mod_perl/1.26 SquirrelMail V 1.4.5 compatibility-2.0.4.tar.gz calendar_sql_backend-1.1-2.0.tar.gz shared_calendars-2.0.1-1.4.0.tar.gz Inatallation Procedure. Installed SquirrelMail, turned on IMAP on mail server. All is good. Installed calendar_sql_backend. Created database as instructed in INSTALL file. Turned on calendar plugin and calendar_sql_backend plugin. All is good. I’m starting to get a bit cocky now. SquirrelMail works exactly how the instructions say it will. Installed compatibility plugin. Ran patch 1.4.4 as instructed. Installed shared_calendars with an admin name turned on. When logging into SquirrelMail, page would divide into frames with no info in either. Commented out admin name. Tried to run patch 1.4.5 My logic was that since I am running SquirrelMail 1.4.5, that the compatibility plugin should be the same version number, I didn’t catch that at first install. When trying to install patch 1.4.5, here is the code that I get in Terminal: First time I typed “n” then “y” patch -p0 < compatibility/patches/compatibility_patch-1.4.5.diff patching file ../functions/strings.php Reversed (or previously applied) patch detected! Assume -R? [n] n Apply anyway? [n] y Hunk #1 FAILED at 32. 1 out of 1 hunk FAILED -- saving rejects to file ../functions/strings.php.rej That didn’t seem to be the results I was hoping for, so next time I typed “y” patch -p0 < compatibility/patches/compatibility_patch-1.4.5.diff patching file ../functions/strings.php Reversed (or previously applied) patch detected! Assume -R? [n] y Now SquirrelMail is working, but when I click on “Calendar” I get the following error ERROR: Could not make database connection. I don’t seem to be getting any errors in the server logs. Any help you can offer is appreciated. -- Guy Whelan Interactive Programming & Design Fire & Rain 40 N 1st Ave. Evansville, IN 47710 812-464-5244 [EMAIL PROTECTED] CONFIDENTIALITY NOTICE: This e-mail and/or the information transmitted contains Privileged and Confidential Information and is the property of the sender. If you are not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination or copying of this information, is strictly prohibited. If you have received this e-mail in error, please immediately notify us at Fire and Rain, LLC, by e-mail and/or by calling us at (812) 464-5244 collect and deleting the original transmittal of this Information.
Re: WG: Re: [SM-USERS] Can not read all messages with SquirrelMail
Hi John, On Mo, 6.02.2006, 16:23, Jonathan Angliss wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi stefan, > On Monday, February 06, 2006, stefan wrote: sorry for posting twice, but after one hour I didnt' get the automatic answer from your mailing system so I thought there was a problem. > >>> There would be a problem if you /did/ get an automatic answer. The >>> SquirrelMail users list does not have an automatic responder. > >> But after sending a mail to the list I get my mail with the changed >> subject beginning with [SM-USERS]. And this mail doesn't reach me. >> So I posted twice. > > That's not an automatic answer, that is your post to the list. Default > setting for the list is that it sends you a copy of your emails too. > You gave me a new view to this problem because while the last answers there wasn't any hint for an error by imap server. There were only hints for changing the php configuration. I don't have a mail client running while using SquirrelMail. > Now I updated the Collax Business Server (www.collax.com) installed an a virtual machine. And I moved the virtual machine to a computer with better performance. The result is, that I can read now all messages. I will move the virtual machine back and try this one more time because I want to know, if the update of the server or if the better performance is responsible for fixing the problem. > >>> It seems a little unusual that it would work now you've increased >>> the hardware specs on the server. What plugins do you have enabled? > >> There are a lot of plugins: Shared Calender, Unsafe Image Rules, >> HTML_View, To Do Lists, Adressbook (file based), CSV-Import for >> Adressbook, Insert Senders Adress in Adressbook, New Mail Notifier, >> Select Range etc. > >> If you want a complete list I need help for getting this list >> because I only see the last few plugins in the command line when >> using conf.pl. Is there any possibility to put information about >> available and activated plugins in a file? > > Enable the bug report plugin and use that, or: > > grep '\$plugin' config.php > > That will list all the plugins you have active. Sorry for taking a long time for answering but I did a lot of tests before posting a new mail. After activating bug report I didn't find any link to do a bug report. So I made the list with grep: $plugins[0] = 'retrieveuserdata'; $plugins[1] = 'msg_flags'; $plugins[2] = 'login_auth'; $plugins[3] = 'legend'; $plugins[4] = 'ldapquery'; $plugins[5] = 'exchange_meeting'; $plugins[6] = 'avelsieve'; $plugins[7] = 'sent_subfolders'; $plugins[8] = 'newmail'; $plugins[9] = 'info'; $plugins[10] = 'delete_move_next'; $plugins[11] = 'calendar'; $plugins[12] = 'administrator'; $plugins[13] = 'smallcal'; $plugins[14] = 'pushed_look'; $plugins[15] = 'translate'; $plugins[16] = 'bookmarks'; $plugins[17] = 'compatibility'; $plugins[18] = 'message_details'; $plugins[19] = 'abook_take'; $plugins[20] = 'folder_synch'; $plugins[21] = 'view_as_html'; $plugins[22] = 'autocomplete'; $plugins[23] = 'address_add'; $plugins[24] = 'mark_read'; $plugins[25] = 'todo'; $plugins[26] = 'windows'; $plugins[27] = 'abook_import_export'; $plugins[28] = 'unsafe_image_rules'; $plugins[29] = 'select_range'; $plugins[30] = 'image_buttons'; $plugins[31] = 'preview_pane'; $plugins[32] = 'bug_report'; Is there a plugin activated which causes the error? You were right not thinking that the hardware performance is responsible for this problem. After switching the virtual machine back to the origin platform all my mails are readable without errors. So I think there was an update solving this problem. Thank you Stefan --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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
Re: [SM-USERS] Re: renaming webmail.php in order to not draw attention of workplace scanning systems?
As noted in the original, there is no policy in place to prohibit accessing personal email via web mail, however some basic webmail sites (e.g., yahoo mail, gmail, hotmail) are blocked. So, no issue, except that I don't want to draw the attention of any blocking software that may automatically triggered (regardless of policy) by a url ending in webmail.php. That's all, Allan On Feb 20, 2006, at 9:58 AM, Jonathan Angliss wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi PajaP, On Monday, February 20, 2006, PajaP wrote: It was one of those nights... I should have put a disclaimer on the original... We really shouldn't be helping you get around your work, or your wife's work firewall policies. They are in place for a reason. If there is an issue with the policies, you should be addressing them with the manager of the firewall, and other related parties (HR, direct manager etc), rather than trying to skip around them. In trying to skip around them, you MAY be breaking your employee rules, and may result in a termination of your employment, for which I, or any of the other developers, will be held responsible for. Yikes, you might want to rephrase that ;o) *ahem*... well spotted... NOT NOT NOT NOT NOT be held responsible ;) - -- Jonathan Angliss <[EMAIL PROTECTED]> -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) iD8DBQFD+dktK4PoFPj9H3MRAj9vAKC3eMEnQu9+sfY1gWT8m8GRiJUI5QCffThM Hs/l2xsjmWtC7/E0kiPcdSY= =faHx -END PGP SIGNATURE- --- 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://sel.as-us.falkag.net/sel? cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/ MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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 --- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net 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