[SM-USERS] Changing Password
Am I missing directions somewhere? Where do I go to change my password? Brian Cook
[SM-USERS] Log Entries - Howto Reduce Noise?
Any suggestions as to how one might eliminate these type entries in the mailog? imap service init from 127.0.0.1 pop3 service init from 127.0.0.1 Login user=support host=localhost.localdomain [127.0.0.1] nmsgs=1/1 Command stream end of file, while reading line user=support host=localhost.localdomain [127.0.0.1] Logout user=support host=localhost.localdomain [127.0.0.1] They don't tell much I'm interested in... To much noise, makes glancing through (while testing etc) difficult... The file is getting very large, 5-10 megs/wk - mostly these entries. I do some parsing, rather not have to. Also saw the suggestions to use imapproxy seems like it could get rid of a little. Any other ideas? --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&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
[SM-USERS] Re: Fatal Error: Call to undefined function: session_id()
Okay, thanks for the tip, I will give it a shot. I appreciate the help. Brian --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- 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] Re: Fatal Error: Call to undefined function: session_id()
I have removed and reinstalled Apache, Squirrelmail, and PHP and I still get the session_id() error. Is there anything in php.ini that may cause this? Thanks. --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- 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] Re: Fatal Error: Call to undefined function:
You are right, I should have been more specificsorry. I used the following configuration line: ./configure --sysconfdir=/etc --prefix=/usr --with-apxs2=/usr/sbin --with- mysql --enable-session --with-pcre-regex Didn't have any problem with running that command. Also I tried SuSE's YAST insatallation utility and installed all mods and packages with php, but didn't have any luck there either. Thanks. --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- 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] Re: Fatal Error: Call to undefined function:
Wow, lots of good information. Thanks for the adviceI will give it a shot. --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- 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] Fatal error: call to undefined function: session_id() in squirrelmail
Hello, I am running SuSE 9.1 with Apache 2.0.49, PHP 4.3.4-26, and squirrelmail 1.4.2-44 Everytime I try to access the login page of squirrelmail I receive the error: Fatal error: Call to undefined function: session_id() in /srv/www/htdocs/squirrelmail/functions/global.php on line 293 I am assuming that this is more of a php error than a squirrelmail error. Can anyone point me in the right direction? Thanks. --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- 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] Fatal Error: Call to undefined function: session_id()
Hello, I am running a box w/ SuSE 9.1, Apache 2.0.49, PHP 4.3.4 and Squirrelmail 1.4.2- 44. Everytime I try to go the the main squirrelmail page I get the following error: Fatal error: Call to undefined function: session_id() in /srv/www/htdocs/squirrelmail/functions/global.php on line 293 I am pretty sure that this is a php problem and not a squirrelmail problem. Has anyone else ever had this? Can anyone point me in the right direction? Thanks. --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- 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] question regarding $key, $password and $pass values
Hello I am looking over the .php files to try to figure out how exactly SquirrelMail handles passwords. I have looked for some sort of whitepaper on sourceforge and on the squirrel mail site itself. I search the mail list also. Sorry if i have missed it. If so please direct me to that. Anway from what i have seen in the php files it appears the value $key is populated by a cookie which is obtained from the password field in login.php I tried echoing the $key and it is the exact contents of the cookie itself. It appears to be garbage or perhaps an encrypted password. I also see $password and $pass mentioned along with $username, $user in situations where it appears to be sending login info to the imap or smtp server (in auth.php and Deliver_SMTP.class.php for example). I insert a line where it echos those variables to a file and I get nothing. How is the password being passed? Is there another function being used to translate the $key into $pass or something like that? By the way my IMAP Authentication type is login, and my SMTP Authentication is none. I am not concerned about the encrypting/decrypting of the md5 etc. Just how SquirrelMail handles the KEY cookie and get the password set to a variable from that. Thank you for any light you may be able to shed on this question. Regards Brian __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&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
[SM-USERS] POP Before SMTP revisited : 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
I would like to first thank all of you who respond to this mail list becuase your probably sick of my questions regarding this subject. That being said I am really having trouble sending mail and I have confirmed that the problem has to do with the way pop before smtp is handled. I really like squirrelmail and want to try to get my setup working. As indicated in an earlier email I am having problem with the POP before SMTP option. The message received is: Requested action not taken: mailbox name not allowed Server replied: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) Now the details: in /class/deliver/Deliver_SMTP.class.php I see at about line 40 or so the following code : - if ($authpop) { $this->authPop($host, '', $username, $pass); } - Now i look at the authPop function and see this is indeed the place where a POP authorization will occur when authpop is true. Ok now as a test i did the following: - $this->authPop("mail.mymailserver.com","110","myuser", "mypass"); - In other words I hard coded the user and password passed to the function. When I sent an email after this change - it works. As another test I replaced it with the following: --- $this->authPop("mail.mymailserver.com","110", $username, $pass); --- I tried using the variables for $username and $pass to authenticate my pop server. No luck. I get the same error. I guess this relates to my last email about how passwords are handled. why isnt the $pass variable my password? Its being supplied with in the authPop function. That would indicate that it should have my password stored there. The bottem line is the hard coded function works while the out of the box function with the variable being passed doesnt. How can i get this to work? I obviously cant hard code in a multi user enviornment. One more thing I see the initStream fuction mentioning the $pass variable. It looks like it maybe clearing it or something. Maybe that is impacting the authPop function. Thanks again for your help Brian __ Do you Yahoo!? Vote for the stars of Yahoo!'s next ad campaign! http://advision.webevents.yahoo.com/yahoo/votelifeengine/ --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&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
Re: [SM-USERS] POP Before SMTP revisited : 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
Hello Just wanted to email the squirrelmail-users list that I have found a solution. Its a bit of a hack but it works. In my previous email I made a discovery that the following section of code in class/deliver/Deliver_SMTP.class.php was not passing the correct information: $this->authPop($host, '', $username, $pass); As I stated before the $pass variable was null when I redirected its value to a file. I followed up on the suggestion Paul made and looked at a few plugins and how they handle the decryption of passwords. I found a line in the SquirrelSpell directory that suited my needs. I added the following to my version of Deliver_SMTP.class.php : $clear_key = OneTimePadDecrypt($key, $onetimepad); $this->authPop("my.mail.com","110",$username, $clear_key); With this configuration, the email sends every time with different users. I also removed the if statement: if ($authpop) { $this->authPop($host,'',$username,$pass); } Because I want to authPop every time I send email and also because it looks like the variable is initialized just before the if statement. $authpop is being set to false right before the if statement. Perhaps the intention was to have the user fill in the blanks, but it would seem if one didnt examine the code you wouldnt execute authPop (because the $authpop variable is always set to false) even if you set your configuration to pop before SMTP. In any event I removed the if statement totally and just execute the authPop function. I know decrypting the cookie to get the password is a bad idea, but I need the real password to sign into my POP server. I would have to send the password anyway if I was using any other client. If anyone has a better solution Im all ears. Thank you again for your help. I am now looking forward to using SquirrelMail as my main email client! Brian --- Brian <[EMAIL PROTECTED]> wrote: > I would like to first thank all of you who respond > to > this mail list becuase your probably sick of my > questions regarding this subject. > > That being said I am really having trouble sending > mail and I have confirmed that the problem has to do > with the way pop before smtp is handled. I really > like > squirrelmail and want to try to get my setup > working. > > As indicated in an earlier email I am having problem > with the POP before SMTP option. The message > received > is: > Requested action not taken: mailbox name not allowed > Server replied: 553 sorry, that domain isn't in my > list of allowed rcpthosts (#5.7.1) > > Now the details: in > /class/deliver/Deliver_SMTP.class.php I see at > about > line 40 or so the following code : > - > if ($authpop) > { > $this->authPop($host, '', $username, > $pass); > } > - > > Now i look at the authPop function and see this is > indeed the place where a POP authorization will > occur > when authpop is true. Ok now as a test i did the > following: > - > $this->authPop("mail.mymailserver.com","110","myuser", > "mypass"); > - > > In other words I hard coded the user and password > passed to the function. When I sent an email after > this change - it works. > > As another test I replaced it with the following: > --- > $this->authPop("mail.mymailserver.com","110", > $username, $pass); > --- > > I tried using the variables for $username and $pass > to > authenticate my pop server. No luck. I get the same > error. > > I guess this relates to my last email about how > passwords are handled. why isnt the $pass variable > my > password? Its being supplied with in the authPop > function. That would indicate that it should have my > password stored there. > > The bottem line is the hard coded function works > while > the out of the box function with the variable being > passed doesnt. How can i get this to work? I > obviously > cant hard code in a multi user enviornment. > > One more thing I see the initStream fuction > mentioning > the $pass variable. It looks like it maybe clearing > it > or something. Maybe that is impacting the authPop > function. > > Thanks again for your help > > Brian > > > > > > __ > Do you Yahoo!? > Vote for the stars of Yahoo!'s next ad campaign! > http://advision.webevents.yahoo.com/yahoo/votel
[SM-USERS] Mail_fetch shows fetch time, not message date/time
After building a wheezy 7.8 box (XEN VM) this seems to be a new issue, or I've missed something I did with my last install (10+ years ago). All was installed with apt-get. SquirrelMail version: 1.4.23 [SVN] Config file version:1.4.0 Config file last modified: 29 September 2015 10:45:38 Checking PHP configuration... PHP version 5.4.41-0+deb7u1 OK. Running as www-data(33) / www-data(33) display_errors: error_reporting: 22527 variables_order OK: GPCS. PHP extensions OK. Dynamic loading is disabled. Checking paths... Data dir OK. Attachment dir OK. Plugins OK. Themes OK. Default language OK. Base URL detected as: https://mail.texnet.com/src (location base autodetected) Checking outgoing mail service SMTP server OK (220 mail.texnet.com ESMTP Postfix (Debian/GNU)) Checking IMAP service IMAP server ready (* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2011 Double Precision, Inc. See COPYING for distribution information.) Capabilities: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS Checking internationalization (i18n) settings... gettext - Gettext functions are available. On some systems you must have appropriate system locales compiled. mbstring - Mbstring functions are available. recode - Recode functions are unavailable. iconv - Iconv functions are available. timezone - Webmail users can change their time zone settings. Checking database functions... not using database functionality. Congratulations, your SquirrelMail setup looks fine to me! Plugins Installed Plugins 1. view_as_html 2. calendar 3. mail_fetch 4. message_details 5. compatibility 6. smallcal 7. filters 8. bug_report apache2: Installed: 2.2.22-13+deb7u4 Also installed is mailscanner (deb http://apt.baruwa.org/debian wheezy main) and spamassassin, postfix is configured via mysql DB Not sure how to get to the "bug_report" plugin ;~(> TIA -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Mail_fetch shows fetch date, not message date
*** Updated Topic *** After building a wheezy 7.8 box (XEN VM) this seems to be a new issue, or I've missed something I did with my last install (10+ years ago). All was installed with apt-get. SquirrelMail version: 1.4.23 [SVN] Config file version:1.4.0 Config file last modified: 29 September 2015 10:45:38 Checking PHP configuration... PHP version 5.4.41-0+deb7u1 OK. Running as www-data(33) / www-data(33) display_errors: error_reporting: 22527 variables_order OK: GPCS. PHP extensions OK. Dynamic loading is disabled. Checking paths... Data dir OK. Attachment dir OK. Plugins OK. Themes OK. Default language OK. Base URL detected as: https://mail.texnet.com/src (location base autodetected) Checking outgoing mail service SMTP server OK (220 mail.texnet.com ESMTP Postfix (Debian/GNU)) Checking IMAP service IMAP server ready (* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2011 Double Precision, Inc. See COPYING for distribution information.) Capabilities: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS Checking internationalization (i18n) settings... gettext - Gettext functions are available. On some systems you must have appropriate system locales compiled. mbstring - Mbstring functions are available. recode - Recode functions are unavailable. iconv - Iconv functions are available. timezone - Webmail users can change their time zone settings. Checking database functions... not using database functionality. Congratulations, your SquirrelMail setup looks fine to me! Plugins Installed Plugins 1. view_as_html 2. calendar 3. mail_fetch 4. message_details 5. compatibility 6. smallcal 7. filters 8. bug_report apache2: Installed: 2.2.22-13+deb7u4 Also installed is mailscanner (deb http://apt.baruwa.org/debian wheezy main) and spamassassin, postfix is configured via mysql DB Not sure how to get to the "bug_report" plugin ;~(> TIA -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Mail_fetch shows fetch date, not message date
> *** Updated Topic *** > After building a wheezy 7.8 box (XEN VM) this seems to be a new issue, or > I've missed something I did with my last install (10+ years ago). All was > installed with apt-get. > SquirrelMail version: 1.4.23 [SVN] > Config file version: 1.4.0 > Config file last modified:29 September 2015 10:45:38 > Checking PHP configuration... > PHP version 5.4.41-0+deb7u1 OK. > Running as www-data(33) / www-data(33) > display_errors: > error_reporting: 22527 > variables_order OK: GPCS. > PHP extensions OK. Dynamic loading is disabled. > Checking paths... > Data dir OK. > Attachment dir OK. > Plugins OK. > Themes OK. > Default language OK. > Base URL detected as: https://mail.texnet.com/src (location base > autodetected) > Checking outgoing mail service > SMTP server OK (220 mail.texnet.com ESMTP Postfix (Debian/GNU)) > Checking IMAP service > IMAP server ready (* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN > NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2011 Double Precision, Inc. See COPYING for distribution information.) > Capabilities: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE > THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS > Checking internationalization (i18n) settings... > gettext - Gettext functions are available. On some systems you must > have appropriate system locales compiled. > mbstring - Mbstring functions are available. > recode - Recode functions are unavailable. > iconv - Iconv functions are available. > timezone - Webmail users can change their time zone settings. > Checking database functions... > not using database functionality. > Congratulations, your SquirrelMail setup looks fine to me! > Plugins > Installed Plugins > 1. view_as_html > 2. calendar > 3. mail_fetch > 4. message_details > 5. compatibility > 6. smallcal > 7. filters > 8. bug_report > apache2: > Installed: 2.2.22-13+deb7u4 > Also installed is mailscanner (deb http://apt.baruwa.org/debian wheezy main) and spamassassin, postfix is configured via mysql DB > Not sure how to get to the "bug_report" plugin ;~(> > TIA Anyone have any ideas on how I can get the included mail_fetch to show the date of the email rather than the date I ran "fetch"? I would have expected some answers after a week ;~(> BTW, I pop mail off gmail, if that was the issue posted earlier. Server:ssl://pop.gmail.com Port:995 -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- Full-scale, agent-less Infrastructure Monitoring from a single dashboard Integrate with 40+ ManageEngine ITSM Solutions for complete visibility Physical-Virtual-Cloud Infrastructure monitoring from one console Real user monitoring with APM Insights and performance trend reports Learn More http://pubads.g.doubleclick.net/gampad/clk?id=247754911&iu=/4140 - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Connection refused on 2096 - can't login
This is a RHEL3 machine with all updates. Installed the latest stable version using the RPM. Ran the config script but made minimal changes. When I attempt to browse I get: The connection was refused when attempting to contact my.server.name:2096 There's no firewall running. I can telnet to my imap server. Just can't get as far as a login prompt for SM. Any help much appreciated. TIA Brian --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] Connection refused on 2096 - can't login
On Wednesday 29 June 2005 13:35, p dont think wrote: > Brian Parish wrote: > > This is a RHEL3 machine with all updates. Installed the latest stable > > version using the RPM. Ran the config script but made minimal changes. > > > > When I attempt to browse I get: > > > > The connection was refused when attempting to contact my.server.name:2096 > > 2096? That's very non-standard; you should tell us more about your > setup if that's normal for you. > > > There's no firewall running. I can telnet to my imap server. Just can't > > get as far as a login prompt for SM. > > Read this: > > Posting Guidelines: > > http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines > > Then post what you find from your mail log. Apache/1.3.33 dovecot-0.99.14-1.1.el3.rf RHEL3 updated to be current Nothing related shows in the mail log. In the httpd access log I get: "GET /webmail/src/configtest.php HTTP/1.1" 302 304 as a result of attempting to browse to the configtest, but nothing in the httpd error log. Nothing in the system log. I have no idea why the connection is being attempted on 2096. Where is this determined? Not much help I guess. Any idea where to look next? TIA Brian --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] Connection refused on 2096 - can't login
On Wednesday 29 June 2005 14:54, Ben Holt wrote: > Brian Parish wrote: > >>>When I attempt to browse I get: > >>> > >>>The connection was refused when attempting to contact > >>> my.server.name:2096 > > > >I have no idea why the connection is being attempted on 2096. Where is > > this determined? > > The 2096 is coming from the port listed in your first post > (my.server.name:2096 above). Looks like you need to sort out your > apache/web browser first. > > - Ben No - either I am very confused or you are. If I browse to: http://univexsystems.com/ I see the test page I have placed there in index.html If I browse to: http://univexsystems.com/webmail/ I get the connection refused on 2096 webmail is a symlink: lrwxrwxrwx1 root root 23 Jun 29 12:06 webmail -> /usr/share/squirrelmail/ So something about attempting to connect to squirrelmail is causing 2096 to be used. What or why - I know nothing! thanks Brian --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] Connection refused on 2096 - can't login
On Wednesday 29 June 2005 14:59, Paul Lesneiwski wrote: > Brian Parish wrote: > > On Wednesday 29 June 2005 13:35, p dont think wrote: > >>Brian Parish wrote: > >>>This is a RHEL3 machine with all updates. Installed the latest stable > >>>version using the RPM. Ran the config script but made minimal changes. > >>> > >>>When I attempt to browse I get: > >>> > >>>The connection was refused when attempting to contact > >>> my.server.name:2096 > >> > >>2096? That's very non-standard; you should tell us more about your > >>setup if that's normal for you. > >> > >>>There's no firewall running. I can telnet to my imap server. Just > >>> can't get as far as a login prompt for SM. > >> > >>Read this: > >> > >>Posting Guidelines: > >> > >>http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines > >> > >>Then post what you find from your mail log. > > > > Apache/1.3.33 > > dovecot-0.99.14-1.1.el3.rf > > RHEL3 updated to be current > > > > Nothing related shows in the mail log. In the httpd access log I get: > > > > "GET /webmail/src/configtest.php HTTP/1.1" 302 304 > > > > as a result of attempting to browse to the configtest, but nothing in the > > httpd error log. Nothing in the system log. > > What is the output of that script? None - connection refused > > > I have no idea why the connection is being attempted on 2096. Where is > > this determined? > > You're joking, right? ;) Please review your SquirrelMail configuration > file by hand or by using the config/conf.pl script. Server settings > including port number are contained therein. > > > Not much help I guess. Any idea where to look next? > > After reviewing your server setup in SM config, check configcheck and/or > login and watch mail log. > > >- paul Well it may well be an apache issue, but I have a couple of difficulties with your comments: The port settings in the config file are to do with imap and smtp - these are set at the standard 143 and 25. Nowhere do I see 2096. An earlier response stated that 2096 is very non-standard, so it seemed reasonable to wonder where that number was coming from. Presumably it's something to do with the way apache is configured. This is probably not a SM issue as you suggest, but given that I can get to html pages OK and it's supposedly a bog standard apache install, I had to wonder. And again - there are no messages to look at in the mail log - presumably because I don't get far enough to even attempt a login. Anyway - I'll go back to my apache config and try to work out what the issue is there. thanks Brian --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] Connection refused on 2096 - can't login
On Wednesday 29 June 2005 15:38, Ben Holt wrote: > Brian Parish wrote: > >On Wednesday 29 June 2005 14:54, Ben Holt wrote: > >>Brian Parish wrote: > >>>>>When I attempt to browse I get: > >>>>> > >>>>>The connection was refused when attempting to contact > >>>>>my.server.name:2096 > >>> > >>>I have no idea why the connection is being attempted on 2096. Where is > >>>this determined? > >> > >>The 2096 is coming from the port listed in your first post > >>(my.server.name:2096 above). Looks like you need to sort out your > >>apache/web browser first. > >> > >>- Ben > > > >No - either I am very confused or you are. > > Admittedly I'm biased, but I'm leaning towards the former ;-). > > > If I browse to: > >http://univexsystems.com/ > > > >I see the test page I have placed there in index.html > > > >If I browse to: > >http://univexsystems.com/webmail/ > > > >I get the connection refused on 2096 > > > >webmail is a symlink: > >lrwxrwxrwx1 root root 23 Jun 29 12:06 webmail > >-> /usr/share/squirrelmail/ > > > >So something about attempting to connect to squirrelmail is causing 2096 > > to be used. What or why - I know nothing! > > What's in your apache logs? Is there an alias for webmail/ in your > apache config? Is there a redirect in your /usr/share/squirrelmail/ > index page? > > - Ben In the access log: "GET /webmail/ HTTP/1.1" 302 304 in the error log: Nothing relevant The rpm install created an alias in conf.d, but this may be apache 2 specific, so I have also included that in httpd.conf and restarted apache. No difference. /usr/share/squirrelmail/index.php is unchanged - just the one line: header('Location: src/login.php'); thanks Brian -- Brian Parish Managing Director Univex Systems Pty Ltd Phone: 1300 73 64 54 Mobile: 0414 325 521 --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] Tracking emails
On Wednesday 10 August 2005 10:46, AragonX wrote: > We use Squirrelmail for local and remote email access. A situation has > arisen, where we now need to keep a copy of every email sent and received. > We also need to know what IP address the email was sent from (for emails > sent from us). Is there an easy way to do this. We are using Sendmail, > Procmail, Mailscanner, Spamassassin and ClamAV if any of that helps. > > Thank you in advance and sorry if this is not the right forum to ask such > a question. > MailScanner can keep copies for you. See the archive= setting in MailScanner.conf HTH Brian --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] installation help please
Hello everyone, I have Debian 3.1 with Apache 2.2, MySQL, Postfix, Courier-imap and Courier-pop. I used apt-get to download and install SquirrelMail. The default installation went to /etc/squirrelmail, /usr/share/squirrelmail, and /var/lib/squirrelmail. The default installation didn't work, I believe it is because Apache is chrooted, so I thought if I copied the /usr/share/squirrelmail directory to the /var/www/ tree where the web site will be located it would work. I believe I have set up a virtual host correctly: ServerName xxx.xxx.com ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/xxx/WebMail but I don't think I have things configured properly because when I go to http://82.165.180.103:443/src/configtest.php I just get the script. I presumed I would have received some other type of output telling me whether or not my configuration is correct or not. I also thought that just going to http://82.165.180.103:443 would have displayed the SquirrelMail login screen, but again all I get is the script below: Can someone help me see the error of my ways? Many thanks, Brian. --- 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
[SM-USERS] All mail marked as unread even when viewed.
Hello, We are experiencing an issue where all mail is marked as unread until we manually select the message and mark it. I assume normal operation will mark the message as read when viewed and then reflect this by using a non bold font when going back the inbox. Everything else appears to be working great. IMAP – Set to hmailserver (search works with this), but we use Mail Enable IMAP server ready (* OK IMAP4rev1 server ready at 04/20/06 15:37:35) Capabilities: * CAPABILITY IMAP4rev1 IMAP4 AUTH=LOGIN AUTH=CRAM-MD5 IDLE CHILDREN PHP version 4.3.11 Web server IIS6 Platform Windows 2003 SquirrelMail version 1.4.6 Config file version 1.4.0 Plugins calendar Plugins squirrelspell Plugins html_mail Plugins view_as_html Plugins translate Plugins preview_pane Plugins newmail Plugins compatibility Plugins message_details Plugins filters Any suggestions are appreciated. Thanks, Brian
Re: [SM-USERS] [Courier-imap] Server-side sorting error with squirrelmail
On Thu, Jul 06, 2006 at 03:07:51PM +0100, Antony Gelberg wrote: > ERROR: Connection dropped by IMAP server. > Query: SORT (FROM) ISO-8859-1 ALL. Any logs generated in maillog at this point? > I can confirm that cpu and ram usage are > very low, so I would hazard a /guess/ that this is a bug rather than > running out of resources. However, if the IMAP server were asked to do grow memory utilisation quickly and hit is memory ulimit, it would terminate immediately, and so you might not see the problem. (Aside: I don't know if couriertcpd waits for the exit status of its children, but perhaps it should. It could then generate a log message if one of its children died due to a signal such as SIGXCPU) I'd also hope that imapd would log an error if malloc() fails, but I don't know that the code does that at every possible point. If you want to debug this, here's how I suggest you go about it. 1. Try to replicate the problem. Given this particular mailbox, you might be able to by telnet localhost 143 a login username password a select inbox a sort (from) iso-8859-1 all [If this fails, see if anything interesting is logged back to the telnet session] If this doesn't fail, then you'll need to find out exactly what the client is sending which tickles the bug. You can do this using tcpdump: tcpdump -i eth0 -n -s1500 -X host x.x.x.x# where x.x.x.x = client IP or by setting IMAPDEBUGFILE=log.txt in the 'imapd' config file, although doing so will mean that *all* clients will get a log.txt inside their Maildir logging the commands sent to them. 2. If you can replicate it reliably, things get easier. You can now try to replicate at the command line: # su - username $ /path/to/imapd ./Maildir This should put you straight into an authenticated imap session. Enter the same commands. If they still replicate the problem, then move on to using strace to monitor the system calls: $ strace -f /path/to/imapd ./Maildir and see what it's doing just before it bombs out. You could also try running it under gdb, but that needs some more expertise. HTH, Brian. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV -- 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] Not saving Preferences quirk?
k, been smashing my head against the wall for the past couple of days... I have 1.2.10, 1.3.2, and 1.4.0 rc2 installed... Apache 1.3.27 Php 4.3.0 1.2.0 simply refuses to run, but the other two do run, but no preferences are saved properly...actually, not true, if I close the browser and come back in sometimes they are there. Tried mulitple browsers and cache settings Is this a known quirk? Been browsing the mailing lists, haven't seen anything to match this combination Cheers --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- 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] displaying message size
Is there a way to set this option in the default settings? - Brian J. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of John Wells Sent: Friday, January 31, 2003 12:16 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [SM-USERS] displaying message size Damn...you know, I used to know that. ;-) Thanks! Jonathan Angliss said: > Hello John, > On Friday, January 31, 2003, John Wells wrote... > >> Is there a sm plugin or version that allows you to view message size >> in the the message list? > > Options - Index Order > > Add the size :) > > -- > Jonathan Angliss > ([EMAIL PROTECTED]) --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- 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: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- 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] Shared Calendar (read-only)?
Is there a way to make a shared public calendar read-only? I want to use a calendar to publish scheduled outages and company events. Ideas? - Brian J. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- 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] Shared Calendar (read-only)?
I think I understand the security model as it exists, but I guess I'm looking for a hack or other suckh modification to make it work like I want it to. I am willing to sacrifice editing on public calendars (make them read only) if that would be a viable option. ;) - Brian J. -Original Message- From: dbach [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 4:57 PM To: Brian Johnson Subject: RE: [SM-USERS] Shared Calendar (read-only)? When you set up shared calendars it asks who has access to the calendar and if they have read or write or both access to it. Don't forget you can't install this if the regular calendar plugin in is activated, at least that's what I found with 1.2.8 Good luck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Johnson Sent: January 31, 2003 4:55 PM To: Subject: [SM-USERS] Shared Calendar (read-only)? Is there a way to make a shared public calendar read-only? I want to use a calendar to publish scheduled outages and company events. Ideas? - Brian J. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- 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: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Converting from file address books to mysql database address books.
I was wondering if anyone has a script to import the file based address books to mysql database address books. Anyone have such a script? - Brian J. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- 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] Converting from file address books to mysql database address books.
Anyone at all... ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Brian Johnson Sent: Saturday, February 01, 2003 1:07 PM To: [EMAIL PROTECTED] Subject: [SM-USERS] Converting from file address books to mysql database address books. I was wondering if anyone has a script to import the file based address books to mysql database address books. Anyone have such a script? - Brian J. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- 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] Preferences Problem
I am having a problem with Squirrel Mail preferences. I have 2 users with accounts and 3 virtual users. Whenever I change the Full Name and email address for one user in the options/preferences page, all the users take on this change. It doesn't matter which user makes this change. Any suggestions? I am using Squirrel Mail 1.2.11 Thanks, Brian __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com --- This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en -- 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] Preferences Problem
php-4.3.1 --- Troy Settle <[EMAIL PROTECTED]> wrote: > > Out of curiosity, what version of PHP? > > -- > Troy Settle > Pulaski Networks > http://www.psknet.com > 540.994.4254 ~ 866.477.5638 > Pulaski Chamber 2002 Small Business Of The Year > > > > -Original Message- > > From: > [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > On > > Behalf Of Brian Schwartz > > Sent: Tuesday, March 18, 2003 9:58 PM > > To: [EMAIL PROTECTED] > > Subject: [SM-USERS] Preferences Problem > > > > > > I am having a problem with Squirrel Mail > preferences. > > I have 2 users with accounts and 3 virtual users. > > Whenever I change the Full Name and email address > for > > one user in the options/preferences page, all the > > users take on this change. It doesn't matter > which > > user makes this change. Any suggestions? > > > > I am using Squirrel Mail 1.2.11 > > > > Thanks, > > Brian > > > > __ > > Do you Yahoo!? > > Yahoo! Platinum - Watch CBS' NCAA March Madness, > live on your desktop! > > http://platinum.yahoo.com > > > > > > > --- > > This SF.net email is sponsored by: Does your code > think in ink? > > You could win a Tablet PC. Get a free Tablet PC > hat just for playing. > > What are you waiting for? > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > > -- > > 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: Does your code > think in ink? > You could win a Tablet PC. Get a free Tablet PC hat > just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > -- > 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 __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com --- This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en -- 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] anyone have a valid copy of image button plugin?
The "image button 1.1" plugin linked on the squirrelmail.org site appears to be missing its images. The archive only contains the following: Files/page_header.php INSTALL create_button.php Does anyone have a valid copy of this archive? Chris Franklin?? -- Brian __ McAfee VirusScan Online from the Netscape Network. Comprehensive protection for your entire computer. Get your free trial today! http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397 Get AOL Instant Messenger 5.1 free of charge. Download Now! http://aim.aol.com/aimnew/Aim/register.adp?promo=380455 --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01 -- 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] Squirrelmail with virtual domains
I am trying to get an e-mail server up and running that supports IMAP/POP3 and uses SquirrelMail for the web interface. I need support for virtual domains, users changing passwords and users stored in a database and not as linux users. Also each domain needs to be able to add e-mails for their domains. I have looked around and haven't been able to find a solution that will cover all of those needs. Does anyone have any suggestions? Also if you have a link to a howto that would be great as well. I do know that there are plug-ins for SquirrelMail that help cover some of these things I just don't know what all they work with since I am new to this. Thanks, Brian -- [EMAIL PROTECTED] or [EMAIL PROTECTED] AOL Instant Messanger: edge3281 Yahoo Messanger: edge3281 --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01 -- 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] User Address Books
Title: Message I'm in the process of moving to a new server to server up the SquirrelMail application and would like to make sure I move over all my user data. I tested this and moved over what I thought I needed, but for some reason the user address books did not come over. Does anyone know where this information is stored? Thanks. Brian
Re: [SM-USERS] 504 auth type
Hi, > Then I successfully logged in to SquirrelMail and when I tried to send my > first e-mail I've got the following error: Server replied: 504 auth type > unimplemented (#5.5.1) Sound like you are trying to initiate an authenticated connection with sendmail. Try normally. Run your configure script again. SquirrelMail Configuration. Choose Server Settings (option 2) Update SMTP Settings (option B) SMTP Authentication (option 7) Say no. Secure SMTP (TLS) (option 8). Say false. Save (S) Quit (Q) Good luck, Brian Klug --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php -- 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] IE+SSL issues not covered in FAQ
Hello, I have SquirrelMail 1.4.2 running on Apache/1.3.26. My MSIE users often get a "Page not found" error. This happens everywhere: during login, viewing mail, signing out, etc, etc. I have followed all the steps in the instructions such as downgrading HTTP to 1.0, disabling windows dynamic dns, etc. It happens very fequently, especially during login and logout. Any pointers? Thanks, Brian -- Brian Klug [EMAIL PROTECTED] TYX.NET Webhosting $9.95/month No setup fees - 500MB space --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php -- 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] more than one version?
> Can I run more than one version of squirrelmail on the same web server each > with different configurations? Hi, Sure. If you put them in seperate directories, and don't share a database, they shouldn't even know of eachothers existance. -B --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php -- 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] Name, From, Reply_to changes (Hopefully Fixed)
At 14:28 14 10 03 Tuesday, p dont think wrote: Terrible! Train your users better! I understand that users will be users, however... I am releasing a new timeout_user plugin in the next day or so that has a potential fix for disallowing that behavior: if the back button is pressed after the timeout time, it will redirect to the "logged out" screen. However, it will only work when the timeout time has been surpassed. Otherwise, users have to be a little smarter. We're testing a _javascript_ at that helps prevent the problems with using navigation buttons. We're going to incorporate this into a page that gives terms of use and the like but then it opens a new window that doesn't have navigation bars, tool bars, etc... I know it's not perfect and that some users won't like the lack of menus and tool bars, but it does remove the temptation to use the navigation buttons and of course experienced users can just bookmark the login.php page, but so far in our testing user feedback has been positive. It also cleans up the SM interface by limiting what people see to the SM code and not all the other browser junk. This has been tested on IE 6 SP1, Netscape 4.8, and Mozilla 1.4 (which means it should work in Netscape 7.1). Everyone's welcome to the script, it's pretty simple, but use of it is at your own risk. <br><br> function cleanwebmail()<br><br> { window.open ("<a href="http://your_squirrelmail_server/src/login.php" eudora="autourl">http://your_squirrelmail_server/src/login.php</a>","cleanwebmail","location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=1,toolbar=0,screenX=75,left=75,screenY=75,top=75"); }<br><br> Sincerely, ComCept Solutions, LLC. Brian S. Bergin Network Systems Administrator (727) 804-5074 http://www.comcept.net
Re: [SM-USERS] My email keeps sending the same message
At 08:14 21 10 03 Tuesday, you wrote: Last week I send a message to two people. They are complaining that they receive this message over and over again. Since the email has an attachment of around 1.8 mb, this is pretty annoying. Does anyone know how to deal with this? Without seeing logs it's hard to say, but it sounds like the send is timing out while delivering it and your server is just trying to resend it. You'll need to contact your postmaster to have them remove the mail from the queue. Sincerely, ComCept Solutions, LLC. Brian S. Bergin Network Systems Administrator (727) 804-5074 http://www.comcept.net
[SM-USERS] /var/spool/squirrelmail/attach question
Title: Message Greetings all. I was wondering if someone can shed some light on a question that I have. What is the purpose of the /var/spool/squirrelmail/attach directory and can this directory be cleared out from time to time. I see alot of files with file names like: xBqWJl6vo5OsKe047eOPZN4NXmBNbkE3 and such with some dating back from a few weeks ago. Is there any reason I shouldn't delete these files? Thanks. Brian
[SM-USERS] mark as unread
Is there a way in SM 1.4.2 to mark a msg as "unread"? Am I just missing something? System: SM 1.4.2 PHP 4.3.3 2k SP4 Server IIS 5.0 Thanks Sincerely, ComCept Solutions, LLC. Brian S. Bergin Network Systems Administrator (727) 804-5074 http://www.comcept.net --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ -- 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] RE:mail appears to be from wrong user
We are also seeing the same issues here on our campus. We are running, Red Hat AS 2.1, Squirrelmail 1.4.1, PHP 4.1.2, apache-1.3.27, with the following plugins: delete_move_next squirrelspell newmail weather message_details administrator compatibility abook_take secure_login address_add admin_add auto_prune_sent empty_trash pupdate disk_quota change_passwd mail_fwd username askuserinfo password_forget Unlike the other two users who are experiencing problems, we are NOT using MySQL to store user preferences. When users experience this problem (mail coming from the wrong user) on our campus, if the real user logs and looks at their user preferences (under the options menu), they see the wrong information under name, email address, and reply-to address. This information changes to the information of the wrong email address. Any suggestions would be appreciated. Thanks, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tavis Gustafson Sent: Tuesday, December 02, 2003 7:59 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [SM-USERS] RE:mail appears to be from wrong user >We are seeing problems where mail sent by one user appears to come from >a different user. I too am seeing this problem. I am running Squirrelmail-1.4.1 on Debian linux. One user in particular specifically says this happens when during repeated attempts to send send a message after a timeout (eg, clicking back and sending again after an intial timeout causes this to happen.) IMAP server = courier. Plugins are : $plugins[0] = 'dreamhost_virtualhosts'; $plugins[1] = 'calendar'; $plugins[2] = 'squirrelspell'; $plugins[3] = 'translate'; $plugins[4] = 'spamcop'; $plugins[5] = 'windows'; $plugins[6] = 'delete_move_next'; $plugins[7] = 'listcommands'; $plugins[8] = 'folder_synch'; $plugins[9] = 'view_as_html'; $plugins[10] = 'variable_sent_folder'; $plugins[11] = 'notify'; $plugins[12] = 'quicksave'; -Begin original post >>I am running squirrelmail 1.4.2 on Redhat Linux ES 2.1 We are seeing problems where mail sent by one user appears to come from a different user. This is NOT the case where several users share one machine. Here are the first Sendmail "Received:" headers from three separate messages, sent by three different users. Received: from 10.226.65.27 (SquirrelMail authenticated user someuser.lastname) by mailhost.sendit.nodak.edu with HTTP; Mon, 17 Nov 2003 15:08:09 -0600 (CST) Message-ID: <49165.10.226.65.27.1069103289.squirrel mailhost.sendit.nodak.edu> Received: from 10.226.65.13 (SquirrelMail authenticated user someuser.lastname) by mailhost.sendit.nodak.edu with HTTP; Mon, 17 Nov 2003 15:09:22 -0600 (CST) Message-ID: <49167.10.226.65.13.1069103362.squirrel mailhost.sendit.nodak.edu> Received: from 10.226.65.16 (SquirrelMail authenticated user someuser.lastname) by mailhost.sendit.nodak.edu with HTTP; Mon, 17 Nov 2003 15:09:56 -0600 (CST) Message-ID: <49249.10.226.65.16.1069103396.squirrel mailhost.sendit.nodak.edu> The messages all appears to come from ``someuser.lastname'' (the name has been changed to protect the innocent). In this case, someuser.lastname had logged in a couple hours earlier, from a different computer in a different part of the state. Is anyone else seeing anything like this? Any suggestions for particular things we should look at, to debug this problem further? Tavis Gustafson DreamHost --- This SF.net email is sponsored by OSDN's Audience Survey. Help shape OSDN's sites and tell us what you think. Take this five minute survey and you could win a $250 Gift Certificate. http://www.wrgsurveys.com/2003/osdntech03.php?site=8 -- 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 OSDN's Audience Survey. Help shape OSDN's sites and tell us what you think. Take this five minute survey and you could win a $250 Gift Certificate. http://www.wrgsurveys.com/2003/osdntech03.php?site=8 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] remove
NOTE: Comments/opinions here are purely mine and not necessarily that of the list owner. Come on people, please read the FAQ and DETAILED information included in EVERY e-mail sent out by this list with regards to unsubscribing from the list. After all, you DID ask to be on the list, the least you could do is actually take the time to figure out how to get off the list you asked to join in the first place. Each e-mail sent from this list contains perfect instructions for removing yourself from this list. Sending multiple "remove" requests to the actual <[EMAIL PROTECTED]> list will NEVER get you removed. If you're using Outlook or another e-mail client that hides important headers either go to the site and determine how to get off the list, learn how to view all headers in your e-mail client, or get a new e-mail client. For those of you who have not seen the headers they are: List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/squirrelmail-users>, <mailto:[EMAIL PROTECTED]> List-Post: <mailto:[EMAIL PROTECTED]> List-Help: <mailto:[EMAIL PROTECTED]> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/squirrelmail-users>, <mailto:[EMAIL PROTECTED]> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=squirrelmail-users> Notice they provide TWO different ways to get off the list, but neither is by sending "remove" to the main list. Thank you. Sincerely, ComCept Solutions, LLC. Brian S. Bergin Network Systems Administrator (727) 804-5074 http://www.comcept.net --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&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
[SM-USERS] imap or spooling problem?
Alright. I'm running Redhat 9 with the James mail server, the wu imap server, apache 2.0.40, and squirrelmail. I had everything working but now some wierd stuff is going on. I am pretty sure it is not a squirrelmail problem but I'm not quite sure where to go. I send a message from elsewhere (i.e., this yahoo account) to myself at my server. I inspect the mail spool in /var/mail/myname and the message appears. So, it seems like the smtp stuff is working just fine. I use the simple unix 'mail' program and the message appears in the message list. I turn on pine and AH HA! The new message does not appear! I use squirrelmail and all of my old-but-undeleted messages appear in the INBOX. If I manually manipulate the spool file in /var/mail/myname by deleting an old message, when I re-login to squirrelmail or when I call pine, the message certainly vanishes. So, it looks like pine and squirrelmail are properly querying the mail spool, but for some reason they don't see the new messages. Any ideas? Thanks, Brian __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&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
Re: [SM-USERS] abundance of email
At 11:22 06 01 04 Tuesday, [EMAIL PROTECTED] wrote: Is there a way to set this forum so that I do not get every email that is sent? Thanks This a mail list. It's an all or nothing "forum". Sincerely, ComCept Solutions, LLC. Brian S. Bergin Network Systems Administrator (727) 804-5074 http://www.comcept.net
[SM-USERS] ERROR: Bad or malformed request.
I have several users getting this error messages quite often. ERROR : Bad or malformed request. Query:LIST "" "mail/Drafts " Server responded: Missing required argument to LIST Thanks for any info. I looked around in the past archives, but I did not find anything related. - Brian Malia, Systems Engineer Phone: 800.656.GWIS or 330.656.5511 GWIS Internet Solutions Fax: 330.656.5440 Web site: http://www.gwis.com E-mail: [EMAIL PROTECTED] E-Commerce Business Web Hosting, Fast DSL, ISDN, Leased Line! --- 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
Re: [SM-USERS] Address Boook: Migration To New Server
The address books are located in the data directory. They are named username.abook By default the data directory should be in squirrelmail-xxx/data - Brian Malia, Systems Engineer Phone: 800.656.GWIS or 330.656.5511 GWIS Internet Solutions Fax: 330.656.5440 Web site: http://www.gwis.com E-mail: [EMAIL PROTECTED] E-Commerce Business Web Hosting, Fast DSL, ISDN, Leased Line! On Wed, 24 Mar 2004, Karl R. Balsmeier wrote: > Hi, > > I just successfully migrated all my users' mail to a new squirrelmail > server. How do you move each user's address book? It's not a plugin, > it's the normal address book that's part of the base install. > > Where is the file stored? I have looked in /home/dom, in the squiirelmail > source dirs, as well as /var/qmail... > > any info would be much appreciated, i have a few users who heavily depend > on their address books... > > -krb > > > > > --- > 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 > --- 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
Re: [SM-USERS] old files in data directory
Ian, These are actually attachments that were never sent. You may want to change the location of where your temporary attachments are stored. Change $attachment_dir in config.php To remove these files you can do something like this (I had to do this recently as well): rm `ls | grep -v *.abook | grep -v *.pref | grep -v *.sig | grep -v *.words` This will remove anything other than the files with those extensions. Try out the command without the rm to see what it lists. ls | grep -v *.abook | grep -v *.pref | ... Or maybe you want to use a regular expression for matching. - Brian Malia, Systems Engineer Phone: 800.656.GWIS or 330.656.5511 GWIS Internet Solutions Fax: 330.656.5440 Web site: http://www.gwis.com E-mail: [EMAIL PROTECTED] E-Commerce Business Web Hosting, Fast DSL, ISDN, Leased Line! On Thu, 25 Mar 2004, Ian Phillips wrote: > I have come across a large numbe rof oddly named files in the data directory > of my squirrelmail installation. Some of these are actually viruses (netsky > in particular). I figure these files are actually temp files that have not > been deleted after the user has logged out (but I could be wrong). Does > anyone know how squirrelmail can uatomatically delete these - or refer me to > documentation on the same? > > Thanks > > _ > Personalise your mobile chart ringtones and polyphonics. Go to > http://ringtones.com.au/ninemsn/control?page=/ninemsn/main.jsp > > > > --- > 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 > --- 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
[SM-USERS] displaying date for received mail
When I am in my message list e-mail received on the day I am reading it are listed showing that date. Is there a toggle to throw somewhere to have it display the time instead of the date? This is the value displayed under the "Date" column in the Viewing Messages window that I am referring to. Thanks, brian --- 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
[SM-USERS] ERROR : Could not complete request. Query: SELECT ""
Hello, I started seeing a really goofy problem on my FreeBSD 5.2 box. Seemingly randomly, I'll get this message while moving or deleting multiple messages: ERROR: ERROR : Could not complete request. Query: SELECT "" Reason Given: Mailbox does not exist, or must be subscribed to. It doesn't matter which mailbox I'm moving to/from or deleting from. It mostly happens when I'm manipulating multiple messages. I don't see errors in any logs. It just seems like somewhere I'm losing the name of the mailbox, hence the reason. I'm using apache-2.0.49 courier-imap-3.0.3,1 php4-4.3.5_7 I don't know if this is a php issue, a courier-imap issue, a squirrelmail->imap protocol issue or what else. The problem also seems to clear itself up (ie, files I was previously unable to move might move on a second try). Has anyone else seen something like this lately? Thanks! Brian --- 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_id70&alloc_id638&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Additional information on attachment problem...
Ok, I did get it working, although I'm not entirely sure how. I believe it has something to do with which options are compiled into php4. I went through and removed all items I wasn't directly using for certain (Direct I/O, for example), and after the recompile, it started working. This is a production box for me (I know, shame on me for not having a backup system to test updates), otherwise, I'd go through the exercise of determining which parts of php4 "break" this. I did have this problem before and resolved it, figuring it to be a build issue (ie, user-error). I believe I made the same changes back then (the "why include it if you're not using it") decision. I compiled my working php4 with the following options/features: WITH_BCMATH=yes WITH_BZIP2=yes WITH_CTYPE=yes WITH_CURL=yes WITH_FTP=yes WITH_GD=yes WITH_GETTEXT=yes WITH_IMAP=yes WITH_MCRYPT=yes WITH_MHASH=yes WITH_MIME=yes WITH_MYSQL=yes WITH_NCURSES=yes WITH_OVERLOAD=yes WITH_PCNTL=yes WITH_PCRE=yes WITH_PDFLIB=yes WITH_POSIX=yes WITH_PSPELL=yes WITH_READLINE=yes WITH_SESSION=yes WITH_SHMOP=yes WITH_SOCKETS=yes WITH_TOKENIZER=yes WITH_XML=yes WITH_ZIP=yes WITH_ZLIB=yes It might be related to one of these features (with these compiled in, I had the issues) Crack Direct I/O DOMXML DOMXSLT MBSTRING (Multi-Byte String) OpenSSL XSLT support My money would be on Direct I/O or Multi-Byte String. Of course, it could be just coincidence, as well... but, I started noticing the problem with the introduction of Direct I/O (as a feature). Hope that helps if others are seeing the same issue. L8r. Brian 8) > >> Turned up the php debugging and pointed the logfile at useful location: >> >> PHP Notice: Undefined index: attachfile in >> /usr/local/www/squirrelmail/src/compose.php on line 1268 >> >> Also, I'm running on Apache2 (latest FreeBSD port). > > This poster had same problem several months ago, but no replies. You > may want to ping him. > > http://article.gmane.org/gmane.mail.squirrelmail.user/15528/match=index+attachfile > > You can also do some debugging of your own by dumping the contents of > $_FILES in compose.php... try placing this in compose.php around where > the other HTML output is being sent to the browser: > > sm_print_r($_FILES); > > Please inform us here if you find the solution. > -- --- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Attachment no longer working after php4 upgrade...
Hi all, I'm on a FreeBSD 5.2 system. I've been having a problem starting with the recent php4 updates. This was a straight update using the portupgrade system. After doing the update, I no longer am able to attach files to my mail. I can eliminate some possibilities: * I've searched the website/web and have tried the suggestions there... checking permissions (mostly). * The permissions on my attachment directories are owned by www:www (my apache user). * I have added the attachment, webmail, and tmp directories to my php_base * I see the tmp file being created in the directory I have php setup to use, but it is of 0 length after failure. The problems only started with recent versions of php4. The last update I did was to version: php-4.3.6_1 I was running perfectly fine (even after reboots) until the latest updates. I've tried rebooting the server (in case it was an old library problem), but am still unable to attach mail; I get the old "Cannot Copy/Move" message that seemed to be permissions related. I'm running squirrelmail 1.4.2 Has anyone else experienced/seen this same issue? Everything else seems to work fine. I've even been able to upload images (using a form) to gallery (a different php-based app). Help? 8) Please let me know if you need additional information. Thanks. Brian 8) --- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Additional information on attachment problem...
Turned up the php debugging and pointed the logfile at useful location: PHP Notice: Undefined index: attachfile in /usr/local/www/squirrelmail/src/compose.php on line 1268 Also, I'm running on Apache2 (latest FreeBSD port). Thanks. Brian -- "We accept arguments as a drunken man leans against a lamp post... for support, not illumination." "Diplomacy is the art of saying, 'Nice doggie!'... until you can find a rock." --- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] cannot upload attachments (no luck with FAQ)
Charles, I've run into the near exact problem under FreeBSD. I don't understand what always causes this, but what seems to have worked is to do a complete deinstall of PHP, make clean, and reinstall PHP. It is almost as though the build process links in an old object which causes PHP uploading to fail. I installed from the ports tree. I went into the php directory. And did these steps (some are redundant, but I wanted to be absolutely sure): make clean make deinstall make install I selected only the absolute list of items I needed (if you search the mailing list for my name, you'll find what I included/didn't include). I can also say that this started happening with some of the more recent releases of PHP4 to the ports tree. Hope that helps. <8) L8r. Brian 8) Date: Tue, 18 May 2004 20:42:06 -0400 (EDT) Subject: Re: [SM-USERS] cannot upload attachments (no luck with FAQ) From: "Charles Ulrich" <[EMAIL PROTECTED]> To: "p dont think" <[EMAIL PROTECTED]> Cc: "Charles Ulrich" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] p dont think said: > Thanks for the thorough email. The only other thing I can think of is to move your attachments directory out of the SM tree (and out of the web servers htdocs tree entirely), which is something you should do anyway. After that, name the path explicitly in the SM config, not relatively. Try setting permissions recursively on that directory to 777 for starters to see if you can get it to work, but don't dare leave it like that. > - Paul Thanks for the suggestion. (I should have noted that the file I'm trying to attach is only 8k, much smaller than the upload limit, so that shouldn't be a problem.) Although I've tried setting the attachment directory to /tmp in the past, I followed your advice by creating the directory /foo in the root directory and setting the permissions to 777. = I then changed the attachment directory (via absolute path of course) to /foo with the configure utility. I still get the lone "could not move/copy file" error. While I'm not quit= e ready to accuse SquirrelMail of having a bug, I'm starting to wonder if i= t isn't something in my PHP configuration. If I can't get this work in a fe= w days, I might try to enlist the help of my PHP-weilding co-worker who is already insanely busy. Thanks again for your help thus far, Charles Ulrich --- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] [Fwd: squirrelmail-users digest, Vol 1 #2084 - 13 msgs]
Alan, While I believe this isn't a squirrelmail-related question at heart, I'll try to throw some advice your way. 8) Correct me if I'm wrong, but it looks like you're running a local SMTP server which delivers mail once you dial-up/connect, correct? Many places will bounce mail that originates from dynamic IPs. What they will do, however, is accept mail from the ISP's mail server. So, if you setup your SMTP server to deliver (relay) through your ISP's mail server, you should be all set. Now, the specifics of how to do that is for a different mailing list (ie, whatever you'd be using as your mail server: sendmail? postfix? courier? qmail?). I am a cable-modem user and had to do this same thing (relay through comcast) because some places prevent delivery from the dynamic block of IP's that Comcast gives out. Hope that helps. L8r. Brian 8) Date: Thu, 20 May 2004 15:09:26 -0400 (EDT) From: "Alan in Toronto" <[EMAIL PROTECTED]> To: "smu" <[EMAIL PROTECTED]> Subject: [SM-USERS] Lack of X-Mailer adding to possible spam score ? Some of my mail to a client is bouncing back due to being incorrectly tagged as spam. One of my messages made it through, but their system marked it as "suspected spam". I've pasted, below, the spam scoring their server assigned to my message. My message was sent from SquirrelMail. I see it objects to the lack of an X-Mailer header in SquirrelMail messages. Is that part of the mail standard that should be incorporated into SM? Spam detection score from recipient mail server Spam detection software, running on the system "xxx.com.au", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or block similar future email. Content analysis details: (6.0 points, 6.0 required) pts rule name description -- -- -1.5 BAYES_01 BODY: Bayesian spam probability is 1 to 10% [score: 0.0122] 3.5 RCVD_IN_NJABL_DIALUP RBL: NJABL: dialup sender did non-local SMTP [65.92.117.21 listed in dnsbl.njabl.org] 2.6 RCVD_IN_DYNABLOCK RBL: Sent directly from dynamic IP address [65.92.117.21 listed in dnsbl.sorbs.net] 0.1 RCVD_IN_NJABL RBL: Received via a relay in dnsbl.njabl.org [65.92.117.21 listed in dnsbl.njabl.org] 0.1 RCVD_IN_SORBS RBL: SORBS: sender is listed in SORBS [65.92.117.21 listed in dnsbl.sorbs.net] 1.2 PRIORITY_NO_NAME Message has priority setting, but no X-Mailer --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id149&alloc_id66&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] serversidefilter 1.42 plugin - howto compile on FreeBSD?
Has anyone been able to successfully compile the serversidefilter plugin on FreeBSD? Specifically, I'm running FreeBSD 5.1, Squirrelmail 1.4.2 (will be upgrading to 1.4.3a when I have some downtime), and php-4.3.7. Did you figure out the library "mapping" between linux and freebsd? Or, what ports are required? If not the serversidefilter plugin, do you have a suggestion for an alternative way of manipulating procmail filters on a per user basis? Thanks. Brian 8) --- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] PLEASE, Can't get back unsubscribed made folders?
>I was using Squirrelmail and had unsubscribed my folders, then found I >couldn't get >them back. They were also FULL of really important documents. The folders >weren't on >the Subscribe to: list, and they don't show up on my folder list, even when I >refresh or when I log out and back in. When I try to recreate my folders, I >get an >error: > >ERROR : Could not complete request. >Query: CREATE "INBOX/Important" >Reason Given: CREATE failed: Can't create mailbox node >/home/mydomain//mail/INBOX/Important: File exists > >Please tell me what I can do, I'm frantic. It'll be a really bad thing if I >lose >those folders. I'm not an expert on Squirrelmail (just an informed user), so I'll cover some of the basics with you first as an immediate "try to help" step. * Do you have access to the machine that your mail is stored on? (Meaning, can you log into it)? * If so, do you know what directory your files are stored? * If you can get to the directory where your mail is stored, then you can save it off; each e-mail (assuming IMAP) is stored in individual files. If you don't have access to the machine, do you have an admin you can contact to make a backup/copy of your mail folder? Basically, you can try to copy the folders off someplace to ensure they don't get biffed while trying to recover. This is especially good if you have important mail you can't lose. If you'd like assistance off-line from the mailing list on how to backup your mail (or get to it alternative ways), drop me a note directly. Of course, the answer to "how do I get my folders back" would still need to be addressed in this forum. Let me know... I'm glad to help. 8) L8r. Brian 8) --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Forced user preferences - Folder Refresh time?
Checked out the "forced user preferences" plugin, but wasn't sure how to configure it to disallow the setting of Folder Refresh (ie, want to set it to "Never" for everyone). I'm running SM 1.4.2. I set under the forced_user_preferences config.php (in the plugin directory): $fp_forced_settings = array( 'left_refresh' => SMPREF_NONE ); But, it doesn't seem like that's right (as I was able to just set the preference to be something else in my local options, and it was refreshing again). Is there anything I can do shy of removing the code from the folders module? Or, does someone know the proper attribute (and value) that needs to be set? Thanks. Brian 8) P.S. I posted a couple of weeks back about server-side filters on FreeBSD... does anyone have an idea what's needed to get the suid stuff working on FreeBSD? (Seems like the author stuck with linux-only support). --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Auto-detection/insertion of "To" into "From" when replying to e-mail?
Was wondering if anyone had a plugin, was working on a plugin, or knew of an easy way to add a feature to squirrelmail. I'm using SM 1.4.2 on a FreeBSD box running postfix as my SMTP client. With the multiple-identities feature enabled (ie, have more than one identity), you see a drop-down box of all your identities when replying to/composing a mail. It is even smart enough to know which "identity" to use in replying if it has been defined. Now to the meat of my question: is there an easy way to get an arbitrary "From" populated in that drop-down, so that even if it isn't defined as one of the multiple-identites, it becomes a selection for an address to "Reply As?" I don't want to have to add a multiple-identity for, say, a catch-all account; it would be easier if I could just have SM it populate it. Or, is the closest thing going to be the Free-Form "from" plugin that Paul created (ie, hack the code to add it), and type it in manually with each reply? Your advice/suggestions would be greatly appreciated. Thanks for all the help and patience! 8) L8r. Brian 8) --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Auto-detection/insertion of "To" into "From" whenreplying to e-mail?
Sorry, I'll clarify... For example, when I hit reply to this, I have an identity "[EMAIL PROTECTED]" setup, so it is auto-selected as the "From" address. However, if I didn't have the identity setup in my preferences, it would be cool if it would be in a drop-down list along with my other preferences. So, if I receive mail at, say, "[EMAIL PROTECTED]," but I don't have that e-mail address setup as one of my identies, it would be a "nice to have" to have it populated in the "From" drop-down along with my other identies, so I can choose to, easily, reply as the address I've received mail as. Obviously, this would be restricted to a "reply" portion of compose only. I've looked through the code and it appears to match on an identity index. I must be over-looking something, though... where does it get the "To" address so that when you reply, it knows what e-mail address to check against identities? And then, would there be a painless way to add the address that's be checked for into that list? And I suppose if one didn't have advanced identities at all, they would get a drop-down with their default and the address that the email they're replying to was sent to. Is that more clear? BTW, I've been reading this list for some time... Paul and the others, you have the patience of saints, I tell you! Thanks for the great software and help. 8) L8r. Brian 8) >> Now to the meat of my question: is there an easy way to get an arbitrary >> "From" populated in that drop-down, so that even if it isn't defined as >> one of the multiple-identites, it becomes a selection for an address to >> "Reply As?" >> >> I don't want to have to add a multiple-identity for, say, a catch-all >> account; it would be easier if I could just have SM it populate it. >> >> Or, is the closest thing going to be the Free-Form "from" plugin that >> Paul >> created (ie, hack the code to add it), and type it in manually with each >> reply? > > Well, if you don't want to type it into multiple identities, and not on > the compose page, *where* are you asking for it? Just a list on the > personal info page? Huh. Workable, but I think it may still need some > source patching... > --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Fatal Error: Call to undefined function: session_id()
Hello, I am running a box with SuSE 9.1 installed. I have Apache 2.0.49, PHP 4.3.4, Squirrelmail 1.4.2-44. My webserver is running great, and php appears to be working as I can view php pages I put into my web server directory. When I try to access the main squirrelmail page I get the following error: Fatal error: Call to undefined function: session_id() in /srv/www/htdocs/squirrelmail/functions/global.php on line 293 I am assuming that this is more a php problem than a squirrelmail problem. Has anyone run into this before and can anyone point me in the right direction? Thanks in advance for any and all help. Brian --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- 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] Fwd: Thanks
FYI, Some jerk is harvesting from this group and spamming... Brian Bergin ComCept Solutions, LLC Received: from [208.168.11.12] by mail.colo.comcept.net (GMS 8.00.3078/NY3864.00.d0dceb72) with SMTP id rlnoubaa for [EMAIL PROTECTED]; Sun, 1 Aug 2004 12:22:37 -0400 Received: from ommo.net ([83.70.148.233]) by smtp.comcept.net (SMSSMTP 4.0.0.59) with SMTP id M2004080112223425236 for <[EMAIL PROTECTED]>; Sun, 01 Aug 2004 12:22:35 -0400 From: "Kumalo Debe" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Sun, 1 Aug 2004 17:22:23 +0100 Subject: Thanks X-Mailer: Microsoft Outlook Express 5.00.2919.7000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <[EMAIL PROTECTED]> Hello! My name is Mr. Kumalo Debe Ghanaian by nationality I am one of the manager to Fidelity Security services, I work at the off airport branch Accra, Ghana, West Africa. I am sorry to reach you through this method; anyway I felt this is one of the civilized ways to reach you. In my department where I work we where instructed by the director general to carry out a general cleanup of our warehouse, during the clean up my colleague and I come across three trunk boxes, two contained 35 millions United State Dollars why the other one contained diamonds which was deposited in our custody. We marked the boxes and collect the depositing codes number for verification, after our clean up we decided to go through our files to know how come we have such things in our custody as we know in our company we never looked after money we only accept valuable Items. From our investigation we found out that they were all registered as valuable items not money, and a Liberian businessman deposited them since October 1996. Our investigation also revealed that the depositor was captured and Killed by the Liberian rebels, since then no body has come forward to make claim of the deposit. Why I am writing you is for you to claim the owner ship of the deposit, we are ready to give you 30% and 5% for expenses, every documents for the claim are with me as I have collected copies of all the depositing documents from our files, we shall instruct you on how to make the claim without coming to Ghana if you wish not to, the documents will be forwarded to you and we shall prepare a death certificate in the name of the depositor and prepare a power of attorney in your name as the new owner together with the depositing documents its enough for the claim. Upon your reply the documents will be forwarded to you, please help us keep it very confidential, as you know we are still in service. If there is anything about this deal you don't understand please do not hesitate to ask, as I am ready to entertain any questions. Yours Sincerely, Kumalo Debe. Fidelity Security services Ghana. Please let you reply be swift
[SM-USERS] Re: Call to undefined function: session_id()
This is a problem with PHP. They changed the way the extensions are loaded. So now on FreeBSD (that's all I can speak to) you build "PHP" and "PHP-Extensions" separately. In any case, assuming you have php configured to use sessions (ie, built that extension), the problem might be in your php.ini file. This will seem counter-intuitive, but look for "extension_dir" in your php.ini and comment it out (!). This was the suggestion from the PHP mailing list. And the reason why you might have seen the mysterious "it was working YESTERDAY and NOTHING CHANGED!" is because changes in php/php.ini won't take effect until Apache is restarted. 8) So, you have a new build of PHP from July 28th... maybe your log rotate stopped/started apache or it was restarted by an admin. In any case, first check your php.ini, next ensure that the session (and whatever php extensions you want) have been built, and lastly... drop the list an e-mail if that still doesn't fix it. Hope that helps. <8) L8r. Brian 8) >To: [EMAIL PROTECTED] >From: LuKreme <[EMAIL PROTECTED]> >Date: Wed, 4 Aug 2004 13:09:12 -0600 >Subject: [SM-USERS] Call to undefined function: session_id() > > >Yesterday Squirrelmail was working fine. Today I am getting: > >Fatal error: Call to undefined function: session_id() in >/usr/local/www/squirrelmail/functions/global.php on line 293 > >As far as I can tell, nothing changed (there were no admins logged in >to the system between when it was working (7pm last night) and when it >was not (7:30am this morning)). > >I googled the error, but only found a web-board where someone asked the >same question and two pages in japanese and a couple of links to >SM-USERS posts (which were not helpful). Searching over the last two >months of messages here the only thing I fund was a suggestion that php >was compiled incorrectly, but I know this php compilation has been >working fine with Squirrelmail since it was updated last week. > >php version is 4.3.8 > >// From PHP info: >System: FreeBSD akane.covisp.net 5.2.1-RC FreeBSD 5.2.1-RC #0: Sat Jan >31 05:36:22 GMT 2004 >[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 > >Build Date: Jul 28 2004 22:27:15 > >Configure Command" './configure' '--enable-versioning' >'--enable-memory-limit' '--with-layout=GNU' >'--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' >'--with-regex=php' '--disable-cli' '--with-apxs=/usr/local/sbin/apxs' >'--prefix=/usr/local' 'i386-portbld-freebsd5.2.1' > >Server API: Apache > >Virtual Directory Support: disabled > >Configuration File (php.ini) Path: /usr/local/etc > >Scan this dir for additional .ini files: /usr/local/etc/php > >PHP API: 20020918 > >PHP Extension: 20020429 > >Zend Extension: 20021010 > >Debug Build: no > >Thread Safety: disabled > >Registered PHP Streams: php, http, ftp > -- There are strange things done in the midnight sun/By the men who moil for gold; The Arctic trails have their secret tales/That would make your blood run cold; The Northern Lights have seen queer sights,/But the queerest they ever did see Was the night on the marge of Lake Lebarge/I cremated Sam McGee -- "We accept arguments as a drunken man leans against a lamp post... for support, not illumination." "Diplomacy is the art of saying, 'Nice doggie!'... until you can find a rock." --- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Re: plugins no show 1.4.3a
Dunno, but have you looked at permissions? Perhaps you have to have your plugins owned (or at least, in the same group) by your Apache user with group read allowed...? Assuming you're running apache as user "www" and group "www", try this: cd /path/to/my/squirrelmail ; find . -name "*" | xargs chown www:www Something to try, at least, and it shouldn't hurt anything. Also, ensure that (if you do execute the above) you have at least read permissions on the file for owner (or group, if you just want to have the files owned by the Apache group). Shot in the dark, but it might help. <8) L8r. Brian 8) >Date: Wed, 18 Aug 2004 04:01:10 -0400 (EDT) >Subject: Re: [SM-USERS] plugins no show 1.4.3a >From: "kalin mintchev" <[EMAIL PROTECTED]> >To: "p dont think" <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED] > >ok.. i don't get it.. >downloaded the tars from 3 different servers. installed it more than a >dozen times in different places and still get the same result - default >plugins show up additional ones don't want to. i don't know what am i >doing wrong. > >here is what i have: >FBSD 4.6-RELEASE >php 4.3.0 with: >/configure' '--with-apxs=/etc/httpd/bin/apxs' >'--with-mysql=/usr/local/mysql-max-3.23.53a-unknown-freebsdelf4.7-i386' >'--with-openssl=/usr/local/ssl' >'--with-curl=/usr/local/sources/curl-7.10.3' '--enable-gettext' >'-enable-mbstring' > >apache 1.3.27 >squirrelmail-1.4.3a >and the config.php has: >$plugins[0] = 'compatibility'; >$plugins[1] = 'calendar'; <-- shows up >$plugins[2] = 'smallcal'; <-- doesn't show up >$plugins[3] = 'spamcop'; <-- shows up under Options >$plugins[4] = 'spamassassin'; <-- doesn't show up under Options > >i have 1.4.2 installed in a few other linux machines and never had that >problem. i was comparing permissions on two of those machines with the bsd >one and the permissions are the same.. >so i don't know where to look anymore. > >any ideas?! > >thanks. > > > >> in the ini i got this: >> >> error_reporting = E_ALL & ~E_NOTICE >> display_errors = On >> >> there isn't error_level... the error level is E_ALL... > > Yes, that was a mistake in my first email. Please read my follow-up. > >> and i don't get any errors. that's why i wrote to the list > > Please remove the ~E_NOTICE while debugging. > Remember to restart the web server. > >> i did take them of all gain. put only one - sa. didn't show up. then >> another one - virus scan - neither shows up... > > show up where? this is 1.4.3a? did the archive button show below (at > the very bottom) the message list? try turning on javascript=Always in > your display prefs while testing > >> what next? a new install?! > > Never hurts. > > - Paul > --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Filters question
I put the patch into the filters.php file and it appears that things work more quickly now when sorting mail in folders and such. I have slightly less than two screens worth of Filter rules (perhaps 25 filters, more or less), and I get less of a pause while the sort is done. Thanks! brian -- "Life isn't like a box of chocolates. It's more like a jar of jalapenos. What you do today, might burn your butt tomorrow." Matthew Walker said: > p dont think said: >> >> sigh if you resend the patch one more time, i will take a look. >> thanks for being so patient! >> >> - paul >> > > Heh. How do you want me to generate the patch? The one time I tried, I was > told it wasn't the right format, but never got an answer on how I should > have done it. > > == > Matthew Walker > Kydance Hosting & Consulting > http://www.kydance.net > > > > --- > This SF.Net email is sponsored by: thawte's Crypto Challenge Vl > Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam > Camcorder. More prizes in the weekly Lunch Hour Challenge. > Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m > -- > squirrelmail-users mailing list > Posting Guidelines: > http://squirrelmail.org/wiki/wiki.php?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 > --- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam Camcorder. More prizes in the weekly Lunch Hour Challenge. Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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
Re: [SM-USERS] Problems in folders_delete.php? DELETE failed: Can't delete mailbox : no such mailbox
I too get an error when trying to delete a folder that is enabled to have subfolders. However, I tried removing it manually by editing a file (don't remember which one) after I got a different error when trying to delete the folder. My error (after manual deletion from some file) currently is: ERROR : Could not complete request. Query: DELETE "" Reason Given: Unable to delete that object. Any help would be appreciated, including going into text files and simply deleting the folder's name from the list. -- Closed minds are often attached to open mouths. Bumo said: > RH3.0ES; Squirrelmail squirrelmail-1.4.3a > > The problem is that when I Create a new folder "new_folder" enabled to > have subfolder and I try to delete it I can't and an error appears: > > ERROR : Could not complete request. Question: DELETE "" > Reason Given: DELETE failed: Can't delete mailbox : no such mailbox > > This happens I think because the function folders_delete.php tryes to > delete "" as it's written .mailboxlist/new_folder/ instead > .mailboxlist/new_folder > > How can I solve this? Workaround is to remove subscription for the folder > new_folder and subscribe it again, but I should not use this way... > > Bye > > Leo. > > > > > > - > Nuovo Yahoo! Messenger E' molto più divertente: Audibles, Avatar, Webcam, > Giochi, Rubrica Scaricalo ora! > --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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
RE: [SM-USERS] Installing SM
What do you expect for free!? The included documentation is awesome compared to most open source projects available. This is why there are consultants. ;-) - Brian J. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Corrie Walker Sent: Tuesday, October 05, 2004 11:16 AM To: [EMAIL PROTECTED] Subject: [SM-USERS] Installing SM The instructions on how to install this program to some one who isnt a programmer are about as clear as mudd. -- Corrie Walker, Director Kashmir Dance Company American Tribal Style Belly Dance www.kashmirdancecompany.com 801-897-9228 --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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 --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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
[SM-USERS] ping
ping! :)
[SM-USERS] Mercury S gets "job aborted" all the time
Running Mercury 4.21a on Windows XP (tried 2003 also). Modules MercuryS, MercuryC, and Mercury Imap4. I can't seem to figure out what is going on with it, but mercuryS willwww get job aborted errors on the screen. My queue folder will have a bunch of either zero byte *.qcf files or one byte *.qcl files with just the name of the qcf file in it. And also, when I try to log in via IMAP to the server, it says 'unknown username or password'. If I exit Mercury (latest version 4.21a) it works fine and processes the queue stuff in the mercury core window; if I delete the zero and one byte files (listed above), then it doesn't process those files. Can't figure it out. Once a day I close it, delete the files, and restart it. Anything less and it's likely to stop working. Help??? Please? Brian --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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
Re: [SM-USERS] Mercury S gets 'job aborted' all the time
Jay Lee said: > Brian Meehan said: >> Running Mercury 4.21a on Windows XP (tried 2003 also). > > The latest version of Mercury is 4.01b. I believe you may be thinking of > Pegasus Mail versions... Make sure your running 4.01b and if not, > upgrade. oops! I meant to say I was running Mercury 4.01a Hey, look at that, "B" is now out. Didn't see it friday. I just upgraded a few minutes ago, and will observe how it goes. >> Modules MercuryS, >> MercuryC, and Mercury Imap4. I can't seem to figure out what is going >> on >> with it, but mercuryS willwww get job aborted errors on the screen. My >> queue folder will have a bunch of either zero byte *.qcf files or one >> byte >> *.qcl files with just the name of the qcf file in it. > > In Mercury, click on Configuration, MercuryS SMTP Server. Enter > C:\smtp_srv (or some other existing empty dir) in the "Session Logging" > field. Then check off the "Enable Session Logging" box. Remember to > uncheck this when your done troubleshooting. Post the session logs (try > to abbreviate to just important stuff) of an aborted connection to this > list. Got it. I have to wait for it to have problems and don't currently have any logs of that. >> And also, when I try >> to log in via IMAP to the server, it says 'unknown username or >> password'. > > Is this always or just sometimes? It happens only when the "job aborted" error shows up. It works again after exiting mercury and restarting it. >> If I exit Mercury (latest version 4.21a) it works fine and processes the >> queue stuff in the mercury core window; if I delete the zero and one >> byte files (listed above), then it doesn't process those files. > > Huh? are you saying it works if you restart the program or it works if > you exit completely? Make sure you don't have another SMTP server (like > Microsoft IIS) running. It will work if I exit Mercury and then start Mercury. I don't have any other smtp server running. :-) Double checked that already! >> Can't figure it out. Once a day I close it, delete the files, and >> restart it. Anything less and it's likely to stop working. > > I have had stability and reliability issues with Mercury32 for many years > and have never been able to fully solve them. The behaviour is often very > quirky and difficult to troubleshoot but I believe M32 simply can't scale > well into hundreds/thousands of users. If your at this level, I strongly > suggest you investigate switching to a more reliable, scalable solution > like Courier-MTA and IMAP ( http://www.courier-mta.org ). That's what > I've done and I'll never look back. :) I too have had trouble in the past with Mercury, running at that time in Novell bindery and NDS modes, for thousands of users, and we moved away from it. I figured for a single user (me), it would/should work fine. I simply am looking for a free mail server that provides IMAP capabilities to interface with Squirrelmail and allows rules and sorting into folders, all of which runs on a windows platform! Thanks again for your help. I will see how it goes with the "B" version and let you know via the list. Regards, Brian --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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
[SM-USERS] good combo of free mail server & sorting/filtering?
Hey all, Who's running, on Windows, a free mail server (ie, good on system load and doesn't tend to crash) that works well with Squirrelmail and filtering? I specifically want the ability to sort emails into folders based on common criteria, ie subject, sender, etc. I am/was using Mercury & SM with the filters plugin (plus the Zend php optimizer), but Mercury is sooo slow and cpu intensive (Athlon 1.8ghz with 512mB RAM and it's still doggin'). I'm currently switching back and forth between Mercury & hMailServer (which uses mysql to store email). hMailServer is fast, but I can't seem to get the filters or BayesSpam plugins to work with it. Would love some help on the combos here, specifically what works well with sorting/filtering email into folders. Thanks a bunch! Brian --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] mesages won't sort into folders
Using the filters plugin, SM 1.4.3, and hMailServer. I can't get the mail to sort into folders. Any thoughts? THanks, Brian --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] delete_move_net plugin download link missing
Trying to get the "delete move next" plugin from squirrelmail.org and the link is missing so I can't download it. Can anyone help? (ie, email the zip to me, or provide an alternate link?) Thanks, Brian --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] DMN plugin
I downloaded the SM 1.4.3a package and looked and hey, there was Delete_Move_Next plugin. however upon reading the readme, it said see the installation file, of which there was none... So, since my SM doesn't have the hooks or whatnot in it for the DMN plugin, I'm unsure how to proceed to get the DMN thing to work. I included the plugin in the config.php file but it doesn't show up on listings of messages. Thanks, Brian --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] Newest release of SM and filtering doesn't work.
I'm using SM 1.44 rc1 and the filters plugin and it doesn't work. i enabled filtering, set the 'yourhop' variable, and set it to scan only new messages, and saved that, and it's ok. The problem is when i set a rule to filter messages into folders on. I get: ERROR : Could not complete request. Query: SEARCH CHARSET ISO-8859-1 UNSEEN Subject {10} ohiofliers Reason Given: [BADCHARSET] Character set not supported. (note that the ohiofliers name is the string i am filtering on.) And now i can't even backrev to SM 1.4.3a because it's not listed on the downloads page anymore. Does anyone have a fix for the above error? or have 1.4.3a? thanks. brian --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] Newest release of SM and filtering doesn't work.
That fixed it. I realized about an hour after I emailed the list what I had done. At that point, I had a problem with sending email due to other issues, and didn't get that fixed till this morning. I'd love to know more about what the charset search actually is, so I can understand why it didn't work, versus just knowing that option fixed it. Thanks! Brian Jonathan Angliss said: >> I'm using SM 1.44 rc1 and the filters plugin and it doesn't work. i >> enabled filtering, set the 'yourhop' variable, and set it to scan only >> new >> messages, and saved that, and it's ok. >> The problem is when i set a rule to filter messages into folders on. >> I get: >> >> ERROR : Could not complete request. >> Query: SEARCH CHARSET ISO-8859-1 UNSEEN Subject {10} ohiofliers >> Reason Given: [BADCHARSET] Character set not supported. >> >> (note that the ohiofliers name is the string i am filtering on.) >> >> And now i can't even backrev to SM 1.4.3a because it's not listed on the >> downloads page anymore. >> Does anyone have a fix for the above error? or have 1.4.3a? > > Yes, edit your config/config.php and change: > > $allow_charset_search = true; > > to > > $allow_charset_search = false; > > Then try again. > > -- > Jonathan Angliss > <[EMAIL PROTECTED]> > > > > --- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt > -- > squirrelmail-users mailing list > Posting Guidelines: > http://squirrelmail.org/wiki/wiki.php?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 > --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] DMN plugin
p dont think said: > Please do not top-post. > I downloaded the SM 1.4.3a package and looked and hey, there was Delete_Move_Next plugin. however upon reading the readme, it said see the installation file, of which there was none... So, since my SM doesn't have the hooks or whatnot in it for the DMN plugin, I'm unsure how to proceed to get the DMN thing to work. I included the plugin in the config.php file but it doesn't show up on listings of messages. >>> >>>There may not be any DMN-specific documentation, or if there is, it is probably out of date. However, its usage is simple: >>> >>>conf.pl->8->enable plugin >>> >>>Then go to Options->Display Preferences and turn it on under >>>"Delete/Move/Next Buttons" >>> > > i don't have that under display prefernces, even though i've > > configured it as enabled. > > Doubtful. You either still have an old version of the plugin, have not enabled and SAVED your configuration (check the file config/config.php), are not looking at the right options page or are looking thru it. :) > > Show config.php, screenshot of display prefs or the HTML source for the display prefs page if you really must. > > - paul I'm guessing top-posting is putting my reply at the top? Curiousity... Is it simply personal preference about putting replies at the top, versus putting them at the bottom, versus splitting them up underneath each paragraph? No offense meant, just a simple curiousity. I often reply at the top when replying in whole, or spread my comments out throughout the post when replying in to specific details. On a good note, I F'd up the entire web install of Squirrelmail and installed the 1.4.4 RC1 that was available. However, that didn't allow several plugins to work that I liked using, especially the filters plugin, so I wiped that and found 1.4.3a archived somewhere. So, now I have 1.4.3a again, and the DMN plugin works, in addition to the filters plugin. b --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] DMN plugin
Ok, I found out why the DMN plugin doesn't show on the Display Options page... I went through and disabled all plugins, then enabled and checked them one by one. Apparently when I use the "Message_details" plugin, it makes the DMN plugin not appear on the page. The hooks(?) also disappear from whatever page(s) that show messages so that "Delete & Previous" and "Delete & Next" don't show. I don't understand why that is, but apparently it is. Brian --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] DMN plugin
p dont think said: > > >> Ok, I found out why the DMN plugin doesn't show on the Display Options >> page... I went through and disabled all plugins, then enabled and >> checked >> them one by one. Apparently when I use the "Message_details" plugin, it >> makes the DMN plugin not appear on the page. >> The hooks(?) also disappear from whatever page(s) that show messages so >> that "Delete & Previous" and "Delete & Next" don't show. >> >> I don't understand why that is, but apparently it is. > > message_details has never ever caused such a bug. this sounds rather > dubious to me more like you downloaded an old version of that plugin > from the website. PLEASE DO NOT download plugins that are in the > Obsolete category unless you really know what you are doing. > Gotcha. For some reason unbeknownst to me, I decided to install SM, then check for plugins on the site and listed all plugins instead of doing it by categorically, then downloaded 'updates' if the versions were greater. b --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] bayesspam not working right?
I have bayesspam and I don't think it's working quite right but I'm having trouble knowing what it's supposed to do. After following directions, the spam and nonspam buttons don't seem to do anything, there's no stats about the message displayed when reading the message. Thanks for any help ye can provide. My apologies I can't be more specific, but I'm not quite sure what I need to do at this point. I'm running SM 1.4.3a, the latest bayes spam, and the latest mercury. Brian --- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] SM 1.4.3a keeps logging me out when deleting msgs.
Ok, I installed the bayesspam and now on about 1/5th of the emails, I'll click the link to delete the email after reading it, and will immediately be logged out and will have to be logged in. It is a repeatable error on the emails that it happens to. The only way I can delete those msgs is to delete them while in the folder view. SM 1.4.3a, mercury 32 4.01b, bayesspam with mysql db. Can anyone help? Thanks, Brian --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] filtering rules question
I'm tired of trying to filter spam out of my inbox, so instead I'm going to try and filter known good mail out of it into a different folder. Anyone ever do this? Is there a way to set up a filter rule so that any email from someone in your address book goes to a different folder? (i currently only see "from" "to" "subject" "to or cc" and "header") Other suggestions are welcome on how to accomplish what I would call "reverse filtering". :-) Thanks, Brian --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] Problem with the addressbook
Hi I'm having problems with the addressbook. My first problem is, that every time I try to add an address, it cuts away the first 4 characters. ex: brian turns into n . This meens I have to add 4 characters before 'brian' before it comes out right (ex 1234Brian). This is very annoying, so if anyone knows what's wrong, help is appreciated. Another problem, that may be related too the above, is that whenever the field Nickname contains more than 1 character, it's not possible to delete or edit that address again. ex: if the length of the field (nickname) is like this 1234X then there's no problem with delete or edit, but when the field name is longer than 1 character (ex: 1234XX) then you can add the address, but you can't delete or edit the address afterwards. I have tried to look at the addressbook.php but I can't see what the problem is. I have tried both to store the addressbook in a mysql database and in just a file, but it's the same problem. The language I'm currently using is danish, but that seems not to be the problem, since the same problem arises when I use the default languange (english). I'm running squirrelmail 1.2.9 on a apache server (version 2.0.43). Php4 version 4.2.3. The browser i'm using is Internet Explore 6.0.2800.1106. If anyone think they have an idea, or know what's wrong, please let me know. Greetings Brian --- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html -- 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] Attachment's Problem
Hi Hmm, I can't attach any file's to my mail's. What am I doing wrong? Im using squirrelmail version 1.2.9 on an apache server (2.0.43) Brian --- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html -- 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] Attachment's Problem
Hey Jonathan Sorry about the short mail, im new at this so bare with me... I get the error (in danish) that squirrelmail can't move/copy that file. The file did not get attach'ed... I have set file_uploads set to ON in my php.ini, and I have declared a temporay path to where the files should be at. And yes I have restarted the Apache server afterwards... I'm running squirrelmail 1.2.9 on a apache server (version 2.0.43). Php4 version 4.2.3. Sorry about my english... Brian > Hello Brian, > On Tuesday, November 19, 2002, Brian Larsen wrote... > > > Do you get errors? Does the file just not attach? What version of PHP > are you using? Do you have file_uploads set to ON in your > php.ini file? Did you restart apache after that change? There have > been a number of reported issues with Apache 2.x and PHP 4.x, are you > using the latest STABLE snapshot of PHP? > > -- > Jonathan Angliss > ([EMAIL PROTECTED]) > > > > --- > This sf.net email is sponsored by: To learn the basics of securing your > web site with SSL, click here to get a FREE TRIAL of a Thawte Server > Certificate: http://www.gothawte.com/rd524.html > -- > 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: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html -- 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] Attachment's Problem
Hey Im not sure what you meen, so no, probly not... Could you explain this a little more? Thanks. brian > On Tue, Nov 19, 2002 at 08:02:27PM +0100, Brian Larsen wrote: >> Hey Jonathan >> >> Sorry about the short mail, im new at this so bare with me... >> >> I get the error (in danish) that squirrelmail can't move/copy that >> file. The file did not get attach'ed... >> >> I have set file_uploads set to ON in my php.ini, and I have declared a >> temporay path to where the files should be at. >> And yes I have restarted the Apache server afterwards... >> >> I'm running squirrelmail 1.2.9 on a apache server (version 2.0.43). >> Php4 version 4.2.3. > > Did you give the user that the webserver runs as (www-data?) rights to > the temporary upload directory? > > > --- > This sf.net email is sponsored by: To learn the basics of securing your > web site with SSL, click here to get a FREE TRIAL of a Thawte Server > Certificate: http://www.gothawte.com/rd524.html > -- > 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: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html -- 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] SquirrelMail - Login Error
Hi All, I'm getting an error while trying to log in into squirrel mail as per below picture. I am not into php so please go easy on me as I'm not the expert here, there is some configuration to do with this picture I guess. Hope to hear from someone. Thanks!! Regards, Brian Stivala http://old.nabble.com/file/p31775234/Squirrel%2BMail.jpg -- View this message in context: http://old.nabble.com/SquirrelMail---Login-Error-tp31775234p31775234.html Sent from the squirrelmail-users mailing list archive at Nabble.com. -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] SquirrelMail - Login Error
Hi Thomas, Thanks for your reply, however I cannot fixed that as I'm not understanding the concept. I cannot see anything wrong. The picture as per below shows the line for global.php 165 - 175, maybe you can see something wrong. http://old.nabble.com/file/p31785390/Error.jpg Regards, Brian Stivala Tomas Kuliavas wrote: > > > Brian Stivala wrote: >> >> Hi All, >> >> I'm getting an error while trying to log in into squirrel mail as per >> below picture. I am not into php so please go easy on me as I'm not the >> expert here, there is some configuration to do with this picture I guess. > > You have misconfigured SquirrelMail. Read what error says and check line > 170 in C:\squirrelmail\config\config.php or show what is written between > lines 165 and 175. > > PHP xdebug extension is used only for profiling. Don't enable it, if you > don't know what it does. > -- View this message in context: http://old.nabble.com/SquirrelMail---Login-Error-tp31775234p31785390.html Sent from the squirrelmail-users mailing list archive at Nabble.com. -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] SquirrelMail - Login Error
Hi Thomas, Thanks for your support, that's what do the trick:handshake: Regards, Brian Stivala Tomas Kuliavas wrote: > > > > Brian Stivala wrote: >> >> Hi Thomas, >> >> Apologies, my bad here is the proper picture as per underneath. >> >> Let me know what is wrong, as I didn't configured nothing. >> > $smtpServerAddress = 'hmailserver.local'; > > You don't have starting quote symbol. > > Your notepad++ can parse PHP. You should notice errors when coloring of > code and comments changes. > -- View this message in context: http://old.nabble.com/SquirrelMail---Login-Error-tp31775234p31793946.html Sent from the squirrelmail-users mailing list archive at Nabble.com. -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] SquirrelMail - Login Error
Hi Thomas, Apologies, my bad here is the proper picture as per underneath. http://old.nabble.com/file/p31791415/Config.jpg Let me know what is wrong, as I didn't configured nothing. Regards, Brian Stivala Tomas Kuliavas wrote: > > > Brian Stivala wrote: >> >> Hi Thomas, >> >> Thanks for your reply, however I cannot fixed that as I'm not >> understanding the concept. >> I cannot see anything wrong. The picture as per below shows the line for >> global.php 165 - 175, maybe you can see something wrong. >> > Wrong file. Error is in C:\squirrelmail\config\config.php. > > I could reproduce your error with simple change in theme configuration. > > good config line > > $theme[37]['PATH'] = SM_PATH . 'themes/netstyle_theme.php'; > > > Bad line, which creates "Parse error: syntax error, unexpected > T_CONSTANT_ENCAPSED_STRING" > --- > $theme[37]['PATH'] = SM_PATH 'themes/netstyle_theme.php'; > --- > > Notice that period (dot) is missing in second sample. Broken sample has > two strings (SM_PATH constant and 'themes/netstyle_theme.php') without > concatenation sign. > > -- > Tomas > -- View this message in context: http://old.nabble.com/SquirrelMail---Login-Error-tp31775234p31791415.html Sent from the squirrelmail-users mailing list archive at Nabble.com. -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] SquirrelMail - Login Error
Hi Thomas I need your help once again, i've tried to install a new theme and im getting this error Basically is the same error for everystack. Can you help me here please. if you need more details just let me know. http://old.nabble.com/file/p31867098/Picture.jpeg Brian Stivala wrote: > > Hi Thomas, > > Thanks for your support, that's what do the trick:handshake: > > Regards, > Brian Stivala > > Tomas Kuliavas wrote: >> >> >> >> Brian Stivala wrote: >>> >>> Hi Thomas, >>> >>> Apologies, my bad here is the proper picture as per underneath. >>> >>> Let me know what is wrong, as I didn't configured nothing. >>> >> $smtpServerAddress = 'hmailserver.local'; >> >> You don't have starting quote symbol. >> >> Your notepad++ can parse PHP. You should notice errors when coloring of >> code and comments changes. >> > > -- View this message in context: http://old.nabble.com/SquirrelMail---Login-Error-tp31775234p31867098.html Sent from the squirrelmail-users mailing list archive at Nabble.com. -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] getting the dreaded "you must be logged in to access this page"
We recently migrated from an RHEL 4 system to a new RHEL6.2 server running Squirrelmail 1.4.22 & php 5.3.3. Everything had been running smoothly for a few weeks, but as of this morning we have a number of users reporting that after they successfully log in, when they click on any links they get "ERROR: You must be logged in to access this page". >From doing some digging I guess this is a problem people have run into before, >but I couldn't find any solutions that worked for us. I've tried disabling all of our plugins (listed below) without any effect. The problem appears to mostly be limited to chrome users, but not all chrome users. It works fine in chrome on my system, but (with the same version of chrome), other users get this error. Just got a report as I was typing this of two firefox user that are also affected. It appears that the cookie named "key" is being set on login, but then as soon as a user clicks a link within squirrelmail this cookie disappears. For unaffected users, this key stays around until the session ends. Installed plugins 1. delete_move_next 2. cookie_warning 3. newmail 4. squirrelspell 5. squirrel_logger SquirrelMail configtest This script will try to check some aspects of your SquirrelMail configuration and point you to errors whereever it can find them. You need to go run conf.pl in the config/ directory first before you run this script. SquirrelMail version: 1.4.22-2.el6 Config file version:1.4.0 Config file last modified: 09 March 2012 11:29:59 Checking PHP configuration... PHP version 5.3.3 OK. Running as N/A(N/A) / N/A(N/A) display_errors: error_reporting: 22527 variables_order OK: GPCS. PHP extensions OK. Dynamic loading is disabled. Checking paths... Data dir OK. Attachment dir OK. Plugins OK. Themes OK. Default language OK. Base URL detected as: https://warlock.simons-rock.edu/webmail/src (location base autodetected) Checking outgoing mail service sendmail OK Checking IMAP service IMAP server ready (* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.) Capabilities: * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN Checking internationalization (i18n) settings... gettext - Gettext functions are available. On some systems you must have appropriate system locales compiled. mbstring - Mbstring functions are available. recode - Recode functions are unavailable. iconv - Iconv functions are available. timezone - Webmail users can change their time zone settings. Checking database functions... not using database functionality. Congratulations, your SquirrelMail setup looks fine to me! Brian Gold System Administrator Bard College at Simon's Rock -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] getting the dreaded "you must be logged in to access this page"
> Where are your PHP sessions being stored (session.save_path in php.ini)? > Is that filesystem full? If it's tmpfs, do you have tmpwatch cleaning up > things that it shouldn't (like empty hash directories, etc)? > > HTH, > > Dave /var/lib/php/session Still over 5GB available. -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] getting the dreaded "you must be logged in to access this page"
> From: Tomas Kuliavas [mailto:to...@users.sourceforge.net] > Sent: Friday, March 09, 2012 12:41 PM > To: squirrelmail-users@lists.sourceforge.net > Subject: Re: [SM-USERS] getting the dreaded "you must be logged in to access > this page" > > Could you show all your php session settings and list of enabled php > extensions. > > -- > Tomas https://warlock.simons-rock.edu/webmail/src/phpinfo.php -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] getting the dreaded "you must be logged in to access this page"
> You have session.use_cookies Off > http://php.net/session.configuration#ini.session.use-cookies > > SquirrelMail does not work without cookies without making massive changes in > SquirrelMail code. > > Instead of upping memory limit to 512M get APC extension and make sure that > server side sorting enabled in your setup, if IMAP > server supports it. I suspect that you have php-pecl-apc rpm in your RHEL DVD. Oops, forgot to turn this back on. I had turned it off while testing based on this post here: http://www.linuxquestions.org/questions/linux-server-73/squirrelmail-v1-4-21-returning-error-with-google-chrome-875651/ Either way, didn't seem to have any effect on my problem. Memory limit has been adjusted to 128M and APC has been installed (and it's shm_size adjusted to 512). -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] getting the dreaded "you must be logged in to access this page"
> Is your server clock correct? > > Could you check, if you can reproduce problem with SELinux set to permissive > mode? > > Could you check if '4. General settings -> 16. Only secure cookies if poss. > -> false' solves it? > > Could you check your webserver logs and make sure that browsers don't try to > fetch signout.php or index.php without users clicking > on signout link or knowingly entering your webmail login page? Server clock is correct and syncing via NTP to an onsite server (as almost all our servers do). Already tried setting "Only secure cookies" to false and that had no effect http://pastebin.com/CqTEsZn6 - unaffected chrome user http://pastebin.com/ND3JXkX6 - affected chrome user It does look like the affected user is being redirected to login.php at some point. The only steps that I took in the affected chrome user were the following: Load /webmail/src/login.php - enter username & password Load Leftnav & inbox Click the subject line of the first message in the inbox -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] getting the dreaded "you must be logged in to access this page"
> Patch for login.php http://pastebin.com/gVZNuKYd > > Not sure if formating is correct. It is used in environment which has some > slight API differences. Let me know if you need offline copy or detailed > explanation about side effects of this patch. That definitely appears to have resolved the issue. An explanation about side effects would be greatly appreciated. Thanks very much for all your assistance, Brian -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] how do I disable 'list all' functionality for ldap addressbook
I've got squirrelmail working fine with our ldap server functioning as a global address book. Is it possible to disable/remove the "list all" functionality from the address screen though? I don't want our users sending to everyone in the college using this. I found the "Allow listing of global file address book" setting, but setting it to "false" doesn't seem to have any effect. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] A couple of questions/observations regarding 1.5.1
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings. I recently installed the developement version of 1.5.1. First, thanks for vastly improving the performance! It blazingly fast for me on my home server now, making it a good competitor now for Thunderbird. Configuration: Apache 2.0.52 Courier-imap 2.2.1 php 4.3.11 In the previous version I was using (1.4.4), when you were reading an email, and did a move, you went to the next email. Now, you get brought back to the list. Is that the way you intend to go? Just a difference in behavior between versions. If your reading messages, and doing delete/next, then go back to the list, you get a corrupted message (no sender, no subject). If you click on that message, you get the message you were on when you selected 'Message list'. The only other thing, I can hack myself. Due to the way I work through mail (usually semi-long, so I have to scroll), I'm going to move the 'next,previous delete/next etc to the center, to avoid long movements across the screen when reading lots of mail. Thats just a 'me' thing:) Again, thanks for a wonderfull release. Love the improvemts in speed and configuration. Regards, Brian -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCe0YffbqAV5rzvjYRAhPaAJ97TBSuTE81O09hUcASj3YFT2ARrgCeNAQz IvKyDzSTGVi1ZzIgkgwDhTE= =ezGQ -END PGP SIGNATURE- --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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] filters plugin error
Hi all, I have Suse pro 9.3, apache, courier mta 0.50.1 with authlib & imap, squirrelmail 1.4.5, and am using the filters plugin that came with SM. Often I have the following error in any page I attempt to view such as the main frame, but also the left frame listing the folders: " Notice: Undefined offset: 1 in /srv/www/htdocs/plugins/filters/filters.php on line 310 " Does anyone have any ideas on how to fix it? Filters seem to work, but it's rather annoying because sometimes the page doesn't load and sometimes it displays anywhere between 1 and 7 error lines of the same thing. When I have no filters set up, it does not display errors. Thanks, Brian --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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