[SM-USERS] message filtering slows login
Why does message filtering is slowing login, and opening folders so much? Can we do something about it? -- Tomasz Pajor WebSolutions --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&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] strange quota error message
When I want to move an email from inbox to one of my folders I keep getting this message: ERROR: Could not complete request. Query: COPY 726 "INBOX.squirrelmail.users" Reason Given: [ALERT] You exceeded your mail quota. Am I missing something? -- Tomasz Pajor WebSolutions --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] strange quota error message
> When I want to move an email from inbox to one of my folders I keep > getting this message: > > ERROR: Could not complete request. > Query: COPY 726 "INBOX.squirrelmail.users" > Reason Given: [ALERT] You exceeded your mail quota. > > Am I missing something? IMAP protocol does not have move command. SquirrelMail moves message in two operations. copy and delete. If you use email quotas, user needs free space to store message copy. -- Tomas --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] message filtering slows login
> Why does message filtering is slowing login, and opening folders so much? > Can we do something about it? http://www.squirrelmail.org/docs/admin/admin-6.html#ss6.5 -- Tomas --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] strange quota error message
Yes but the strangest thing is that, that is was working properly and suddenly stopped. Courier-imap is getting the quota variable from the database without any problems, so what could be wrong? -- Tomasz Pajor WebSolutions >> When I want to move an email from inbox to one of my folders I keep >> getting this message: >> >> ERROR: Could not complete request. >> Query: COPY 726 "INBOX.squirrelmail.users" >> Reason Given: [ALERT] You exceeded your mail quota. >> >> Am I missing something? > > IMAP protocol does not have move command. SquirrelMail moves message in > two operations. copy and delete. If you use email quotas, user needs free > space to store message copy. > > > -- > Tomas > > > --- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > -- > squirrelmail-users mailing list > Posting Guidelines: > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines > List Address: squirrelmail-users@lists.sourceforge.net > List Archives: > http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] strange quota error message
Install check_quota plugin and check remaining quota. If you are trying to filter big messages or big number of messages, make sure that size of all moved messages fits into available free space. Courier IMAP gets quota setting from database, but quota status is stored in Maildir. > Yes but the strangest thing is that, that is was working properly and > suddenly stopped. > > Courier-imap is getting the quota variable from the database without any > problems, so what could be wrong? > > -- > Tomasz Pajor > WebSolutions > >>> When I want to move an email from inbox to one of my folders I keep >>> getting this message: >>> >>> ERROR: Could not complete request. >>> Query: COPY 726 "INBOX.squirrelmail.users" >>> Reason Given: [ALERT] You exceeded your mail quota. >>> >>> Am I missing something? >> >> IMAP protocol does not have move command. SquirrelMail moves message in >> two operations. copy and delete. If you use email quotas, user needs >> free >> space to store message copy. >> >> >> -- >> Tomas >> >> >> --- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting >> language >> that extends applications into web and mobile media. Attend the live >> webcast >> and join the prime developer group breaking into this new coding >> territory! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >> -- >> squirrelmail-users mailing list >> Posting Guidelines: >> http://www.squirrelmail.org/wiki/MailingListPostingGuidelines >> List Address: squirrelmail-users@lists.sourceforge.net >> List Archives: >> http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user >> List Archives: >> http://sourceforge.net/mailarchive/forum.php?forum_id=2995 >> List Info: >> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users >> > > > > --- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 > -- > squirrelmail-users mailing list > Posting Guidelines: > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines > List Address: squirrelmail-users@lists.sourceforge.net > List Archives: > http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] strange quota error message
Show your IMAP capabitity string. You can see it in SquirrelMail configtest script or info plugin. Show options that are used to compile courier-imap. If you had --enable-unicode issue, you are not using ports package or OpenBSD ports differ from FreeBSD. Enable info plugin and check 'GETQUOTAROOT INBOX' command output. If info plugin is enabled, it adds new options block in SquirrelMail user options. Make sure that you haven't exceeded system quotas for virtual mail user. Please note that SquirrelMail developers don't have access to your machine, don't know how you have installed plugin and can't check your error logs. Error message says that quotas are exceeded during imap operation. Find which quota is exceeded. > I installed the check_quota plugin but it's not showing anything :/ > > -- > Tomasz Pajor > WebSolutions > >> Install check_quota plugin and check remaining quota. >> >> If you are trying to filter big messages or big number of messages, make >> sure that size of all moved messages fits into available free space. >> >> Courier IMAP gets quota setting from database, but quota status is >> stored >> in Maildir. >> >>> Yes but the strangest thing is that, that is was working properly and >>> suddenly stopped. >>> >>> Courier-imap is getting the quota variable from the database without >>> any >>> problems, so what could be wrong? >>> >>> -- >>> Tomasz Pajor >>> WebSolutions >>> > When I want to move an email from inbox to one of my folders I keep > getting this message: > > ERROR: Could not complete request. > Query: COPY 726 "INBOX.squirrelmail.users" > Reason Given: [ALERT] You exceeded your mail quota. > > Am I missing something? IMAP protocol does not have move command. SquirrelMail moves message in two operations. copy and delete. If you use email quotas, user needs free space to store message copy. -- Tomas --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Charset problem in icelandic? Text is scrambled - not HTML
Dear mailing list subscribers I'm having some problems with e-mail showing up scrambled. We tend to speak a lot of icelandic here in iceland and it seams as if some e-mails do not get interpreted correctly in Squirrelmail. When I download the e-mails to my pop3 client (thunderbird) the e-mails are displayed correctly. Not all e-mail is scrambled like that. If I had to guess those few e-mails that do get scrambled are coming from a Mac OS mail program. Example: Sæll Edwin > Hér kemur tilboðið sem þú óskaðir eftir afsakið hvað það kemur > þó seint. > Kveðja Helena > Sólargluggatjöld Which should display: Sæll Edwin > Hér kemur tilboðið sem þú óskaðir eftir afsakið hvað það kemur > þó seint. > Kveðja Helena > Sólargluggatjöld I'm using: Squirrelmail 1.4.6 Apache/1.3.33 PHP 4.4.0 (no safemode) Mail server is Exim Any browser Btw. I'm not used to this list or even mailinglists in general for that matter so sorry about all n00b, RTFM stuff. Thanks, Arnor Heidar [EMAIL PROTECTED]
Re: [SM-USERS] Charset problem in icelandic? Text is scrambled - not HTML
> Dear mailing list subscribers > > I'm having some problems with e-mail showing up scrambled. We tend to > speak a lot of icelandic here in iceland and it seams as if some e-mails > do not get interpreted correctly in Squirrelmail. When I download the > e-mails to my pop3 client (thunderbird) the e-mails are displayed > correctly. > > Not all e-mail is scrambled like that. If I had to guess those few > e-mails that do get scrambled are coming from a Mac OS mail program. > > Example: > > Sæll Edwin >> Hér kemur tilboðið sem þú óskaðir eftir afsakið hvað það >> kemur >> þó seint. >> Kveðja Helena >> Sólargluggatjöld > > Which should display: > > Sæll Edwin >> Hér kemur tilboðið sem þú óskaðir eftir afsakið hvað það kemur >> þó seint. >> Kveðja Helena >> Sólargluggatjöld > > > I'm using: > > * Squirrelmail 1.4.6 > * Apache/1.3.33 > * PHP 4.4.0 (no safemode) > * Mail server is Exim > * Any browser > > Btw. I'm not used to this list or even mailinglists in general for that > matter so sorry about all n00b, RTFM stuff. enable message_details plugin and show us MIME-Version, Content-Type and Content-Transfer-Enconding email headers. P.S. some apple character sets (for example: MacIcelandic) are supported by extra decoding library. You can find it on SquirrelMail downloads page. But I think you are looking not at MacIcelandic, but at utf-8 and rfc2045 violation. Or emails use different name for utf-8. -- Tomas --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Squirrelmail on FC5
I just install Squirrelmail on Fedora Core 5 and I'm getting the following erorrs when I try to send a message: Notice: Undefined property: Deliver_SMTP::$dlv_msg in /var/www/html/webmail/src/compose.php on line 1577 Notice: Undefined property: Deliver_SMTP::$dlv_server_msg in /var/www/html/webmail/src/compose.php on line 1579 Anyone seen this error before? --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Squirrelmail on FC5
> I just install Squirrelmail on Fedora Core 5 and I'm getting the following > erorrs when I try to send a message: > > Notice: Undefined property: Deliver_SMTP::$dlv_msg in > /var/www/html/webmail/src/compose.php on line 1577 > > Notice: Undefined property: Deliver_SMTP::$dlv_server_msg in > /var/www/html/webmail/src/compose.php on line 1579 > > Anyone seen this error before? Could you make sure that you are using SquirrelMail 1.4.6 or 1.5.1? If you use SquirrelMail 1.4.6 - show SMTP server settings in SquirrelMail configuration. conf.pl -> 2. Server settings -> B. Update SMTP -> settings from 4 to 8. -- Tomas --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Squirrelmail on FC5
>> I just install Squirrelmail on Fedora Core 5 and I'm getting the >> following >> erorrs when I try to send a message: >> >> Notice: Undefined property: Deliver_SMTP::$dlv_msg in >> /var/www/html/webmail/src/compose.php on line 1577 >> >> Notice: Undefined property: Deliver_SMTP::$dlv_server_msg in >> /var/www/html/webmail/src/compose.php on line 1579 >> >> Anyone seen this error before? > > Could you make sure that you are using SquirrelMail 1.4.6 or 1.5.1? > > If you use SquirrelMail 1.4.6 - show SMTP server settings in SquirrelMail > configuration. conf.pl -> 2. Server settings -> B. Update SMTP -> settings > from 4 to 8. > > -- > Tomas > > > --- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > -- > squirrelmail-users mailing list > Posting Guidelines: > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines > List Address: squirrelmail-users@lists.sourceforge.net > List Archives: > http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > I'm using 1.4.6 Here are my settings: 4. SMTP Server : localhost 5. SMTP Port : 25 6. POP before SMTP : false 7. SMTP Authentication : login 8. Secure SMTP (TLS) : false Thanks Troy --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Squirrelmail on FC5
>>> I just install Squirrelmail on Fedora Core 5 and I'm getting the >>> following >>> erorrs when I try to send a message: >>> >>> Notice: Undefined property: Deliver_SMTP::$dlv_msg in >>> /var/www/html/webmail/src/compose.php on line 1577 >>> >>> Notice: Undefined property: Deliver_SMTP::$dlv_server_msg in >>> /var/www/html/webmail/src/compose.php on line 1579 >>> >>> Anyone seen this error before? >> >> Could you make sure that you are using SquirrelMail 1.4.6 or 1.5.1? >> >> If you use SquirrelMail 1.4.6 - show SMTP server settings in >> SquirrelMail >> configuration. conf.pl -> 2. Server settings -> B. Update SMTP -> >> settings >> from 4 to 8. >> >> -- >> Tomas >> >> >> --- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting >> language >> that extends applications into web and mobile media. Attend the live >> webcast >> and join the prime developer group breaking into this new coding >> territory! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >> -- >> squirrelmail-users mailing list >> Posting Guidelines: >> http://www.squirrelmail.org/wiki/MailingListPostingGuidelines >> List Address: squirrelmail-users@lists.sourceforge.net >> List Archives: >> http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user >> List Archives: >> http://sourceforge.net/mailarchive/forum.php?forum_id=2995 >> List Info: >> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users >> > > > I'm using 1.4.6 Are you sure? Your email headers show different version. > Here are my settings: > > 4. SMTP Server : localhost > 5. SMTP Port : 25 > 6. POP before SMTP : false > 7. SMTP Authentication : login > 8. Secure SMTP (TLS) : false Are you sure that SMTP AUTH is supported and works on your email server without STARTTLS or Secure SMTP requirement? -- Tomas --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Squirrelmail on FC5
I just install Squirrelmail on Fedora Core 5 and I'm getting the following erorrs when I try to send a message: Notice: Undefined property: Deliver_SMTP::$dlv_msg in /var/www/html/webmail/src/compose.php on line 1577 Notice: Undefined property: Deliver_SMTP::$dlv_server_msg in /var/www/html/webmail/src/compose.php on line 1579 Anyone seen this error before? >>> >>> Could you make sure that you are using SquirrelMail 1.4.6 or 1.5.1? >>> >>> If you use SquirrelMail 1.4.6 - show SMTP server settings in >>> SquirrelMail >>> configuration. conf.pl -> 2. Server settings -> B. Update SMTP -> >>> settings >>> from 4 to 8. >>> >>> -- >>> Tomas >>> >>> >>> --- >>> This SF.Net email is sponsored by xPML, a groundbreaking scripting >>> language >>> that extends applications into web and mobile media. Attend the live >>> webcast >>> and join the prime developer group breaking into this new coding >>> territory! >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >>> -- >>> squirrelmail-users mailing list >>> Posting Guidelines: >>> http://www.squirrelmail.org/wiki/MailingListPostingGuidelines >>> List Address: squirrelmail-users@lists.sourceforge.net >>> List Archives: >>> http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user >>> List Archives: >>> http://sourceforge.net/mailarchive/forum.php?forum_id=2995 >>> List Info: >>> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users >>> >> >> >> I'm using 1.4.6 > > Are you sure? Your email headers show different version. > >> Here are my settings: >> >> 4. SMTP Server : localhost >> 5. SMTP Port : 25 >> 6. POP before SMTP : false >> 7. SMTP Authentication : login >> 8. Secure SMTP (TLS) : false > > Are you sure that SMTP AUTH is supported and works on your email server > without STARTTLS or Secure SMTP requirement? > > -- > Tomas > > > --- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > -- > squirrelmail-users mailing list > Posting Guidelines: > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines > List Address: squirrelmail-users@lists.sourceforge.net > List Archives: > http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > I have setup the mail server using QmailRocks install. I believe it is setup to use starttls. I have it setup up on some FC2 boxes and SM works just fine. Is it something with FC5? Do I need to use 1.5.1? --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
RE: [SM-USERS] Squirrelmail on FC5
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 9:08 PM To: squirrelmail-users@lists.sourceforge.net Subject: Re: [SM-USERS] Squirrelmail on FC5 I just install Squirrelmail on Fedora Core 5 and I'm getting the following erorrs when I try to send a message: Notice: Undefined property: Deliver_SMTP::$dlv_msg in /var/www/html/webmail/src/compose.php on line 1577 Notice: Undefined property: Deliver_SMTP::$dlv_server_msg in /var/www/html/webmail/src/compose.php on line 1579 Anyone seen this error before? >>> >>> Could you make sure that you are using SquirrelMail 1.4.6 or 1.5.1? >>> >>> If you use SquirrelMail 1.4.6 - show SMTP server settings in >>> SquirrelMail >>> configuration. conf.pl -> 2. Server settings -> B. Update SMTP -> >>> settings >>> from 4 to 8. >>> >>> -- >>> Tomas >>> >>> >>> --- >>> This SF.Net email is sponsored by xPML, a groundbreaking scripting >>> language >>> that extends applications into web and mobile media. Attend the live >>> webcast >>> and join the prime developer group breaking into this new coding >>> territory! >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >>> -- >>> squirrelmail-users mailing list >>> Posting Guidelines: >>> http://www.squirrelmail.org/wiki/MailingListPostingGuidelines >>> List Address: squirrelmail-users@lists.sourceforge.net >>> List Archives: >>> http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user >>> List Archives: >>> http://sourceforge.net/mailarchive/forum.php?forum_id=2995 >>> List Info: >>> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users >>> >> >> >> I'm using 1.4.6 > > Are you sure? Your email headers show different version. > >> Here are my settings: >> >> 4. SMTP Server : localhost >> 5. SMTP Port : 25 >> 6. POP before SMTP : false >> 7. SMTP Authentication : login >> 8. Secure SMTP (TLS) : false > > Are you sure that SMTP AUTH is supported and works on your email server > without STARTTLS or Secure SMTP requirement? > > -- > Tomas > > > --- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > -- > squirrelmail-users mailing list > Posting Guidelines: > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines > List Address: squirrelmail-users@lists.sourceforge.net > List Archives: > http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > I have setup the mail server using QmailRocks install. I believe it is setup to use starttls. I have it setup up on some FC2 boxes and SM works just fine. Is it something with FC5? Do I need to use 1.5.1? [Dov Zamir Replies:] With FC5 you just need to do "yum install squirrelmail" and run the configuration. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users !DSPAM:500,44451cfe161551410093335! --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Squirrelmail on FC5
> I just install Squirrelmail on Fedora Core 5 and I'm getting the > following > erorrs when I try to send a message: > > Notice: Undefined property: Deliver_SMTP::$dlv_msg in > /var/www/html/webmail/src/compose.php on line 1577 > > Notice: Undefined property: Deliver_SMTP::$dlv_server_msg in > /var/www/html/webmail/src/compose.php on line 1579 > > Anyone seen this error before? Could you make sure that you are using SquirrelMail 1.4.6 or 1.5.1? If you use SquirrelMail 1.4.6 - show SMTP server settings in SquirrelMail configuration. conf.pl -> 2. Server settings -> B. Update SMTP -> settings from 4 to 8. -- Tomas >>> >>> >>> I'm using 1.4.6 >> >> Are you sure? Your email headers show different version. >> >>> Here are my settings: >>> >>> 4. SMTP Server : localhost >>> 5. SMTP Port : 25 >>> 6. POP before SMTP : false >>> 7. SMTP Authentication : login >>> 8. Secure SMTP (TLS) : false >> >> Are you sure that SMTP AUTH is supported and works on your email server >> without STARTTLS or Secure SMTP requirement? >> >> -- >> Tomas >> > > > I have setup the mail server using QmailRocks install. I believe it is > setup to use starttls. I have it setup up on some FC2 boxes and SM works > just fine. Is it something with FC5? Do I need to use 1.5.1? 1. SquirrelMail SMTP delivery has two places that process smtp connection errors. first place checks connection itself. It can cause undefined dlv_server_msg property error in 1.4.5. if you can see this error, then you should see fsockopen function errors too. It is fixed in 1.4.6. Other error checks use one function and this function sets all three error properties. So you should not see undefined dlv_msg property errors in standard SquirrelMail 1.4.6. SquirrelMail 1.5.1 has more fixes in sendmail delivery functions, but you are not using sendmail delivery. If you do get undefined property errors in standard unmodified SquirrelMail 1.4.6 install, I would like to understand how you managed to do that. Could you show md5sums and id tags of your SquirrelMail class/deliver/*.php and src/compose.php files? Id tags are listed in file headers. $Id: something $. md5sums are generated with md5sum utility. Could you also check if you are using some php cache or optimizer or other zend extension? 2. Fedora Core 3 and later enables SELinux by default. Default policy does not allow making network connections from httpd. Don't know if you have tried setting selinux to permissive mode. See http://www.squirrelmail.org/wiki/FedoraSELinux 3. Are you sure that SMTP AUTH is working correctly in your qmail setup? Qmail SMTP AUTH does not work without patches and requires some tweaking in vchkpw permissions and tcpserver startup files. Could you set 7. SMTP Authentication to none and see if it helps. -- Tomas --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Error when using Sasql plugin
Hello Anyone knows what this error means when trying to configure the the SASql SquirrelMail plugin Warning: Illegal offset type in /usr/lib/php/DB.php on line 529 SquirrelMail version 1.4.4 ERROR Database error in sasql_AddPref: unknown error Best Regards Daniel --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Squirrelmail on FC5
>> I just install Squirrelmail on Fedora Core 5 and I'm getting the >> following >> erorrs when I try to send a message: >> >> Notice: Undefined property: Deliver_SMTP::$dlv_msg in >> /var/www/html/webmail/src/compose.php on line 1577 >> >> Notice: Undefined property: Deliver_SMTP::$dlv_server_msg in >> /var/www/html/webmail/src/compose.php on line 1579 >> >> Anyone seen this error before? > > Could you make sure that you are using SquirrelMail 1.4.6 or 1.5.1? > > If you use SquirrelMail 1.4.6 - show SMTP server settings in > SquirrelMail > configuration. conf.pl -> 2. Server settings -> B. Update SMTP -> > settings > from 4 to 8. > > -- > Tomas I'm using 1.4.6 >>> >>> Are you sure? Your email headers show different version. >>> Here are my settings: 4. SMTP Server : localhost 5. SMTP Port : 25 6. POP before SMTP : false 7. SMTP Authentication : login 8. Secure SMTP (TLS) : false >>> >>> Are you sure that SMTP AUTH is supported and works on your email server >>> without STARTTLS or Secure SMTP requirement? >>> >>> -- >>> Tomas >>> >> >> >> I have setup the mail server using QmailRocks install. I believe it is >> setup to use starttls. I have it setup up on some FC2 boxes and SM >> works >> just fine. Is it something with FC5? Do I need to use 1.5.1? > > 1. SquirrelMail SMTP delivery has two places that process smtp connection > errors. first place checks connection itself. It can cause undefined > dlv_server_msg property error in 1.4.5. if you can see this error, then > you should see fsockopen function errors too. It is fixed in 1.4.6. Other > error checks use one function and this function sets all three error > properties. So you should not see undefined dlv_msg property errors in > standard SquirrelMail 1.4.6. > > SquirrelMail 1.5.1 has more fixes in sendmail delivery functions, but you > are not using sendmail delivery. > > If you do get undefined property errors in standard unmodified > SquirrelMail 1.4.6 install, I would like to understand how you managed to > do that. Could you show md5sums and id tags of your SquirrelMail > class/deliver/*.php and src/compose.php files? Id tags are listed in file > headers. $Id: something $. md5sums are generated with md5sum utility. > Could you also check if you are using some php cache or optimizer or other > zend extension? > > 2. Fedora Core 3 and later enables SELinux by default. Default policy does > not allow making network connections from httpd. Don't know if you have > tried setting selinux to permissive mode. See > http://www.squirrelmail.org/wiki/FedoraSELinux > > 3. Are you sure that SMTP AUTH is working correctly in your qmail setup? > Qmail SMTP AUTH does not work without patches and requires some tweaking > in vchkpw permissions and tcpserver startup files. Could you set 7. SMTP > Authentication to none and see if it helps. > > -- > Tomas > > > --- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > -- > squirrelmail-users mailing list > Posting Guidelines: > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines > List Address: squirrelmail-users@lists.sourceforge.net > List Archives: > http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > Tomas, > If you do get undefined property errors in standard unmodified > SquirrelMail 1.4.6 install, I would like to understand how you managed to > do that. Could you show md5sums and id tags of your SquirrelMail > class/deliver/*.php and src/compose.php files? Id tags are listed in file > headers. $Id: something $. md5sums are generated with md5sum utility. [EMAIL PROTECTED] deliver]# md5sum * e3836e1a90c4570e27f53c8bc8e4c9ac Deliver.class.php f30eb85fc249614f00c2a9959b453508 Deliver_IMAP.class.php e04fa2acb03be66b50cab17879061c2f Deliver_SendMail.class.php 71ffcdd31c55656af3a04dc1e2876504 Deliver_SMTP.class.php 76941c2395aacc26ac64c8a98ff1c746 index.php [EMAIL PROTECTED] src]# md5sum compose.php 134fb28b5d9bb9d7e8ee308a772cc4ce compose.php > Could you also check if you are using some php cache or optimizer or other > zend extension? Not that I'm aware of, not sure how to check it if I am. > 2. Fedora Core 3 and later enables SELinux by default. Default policy does > not allow making network connections from httpd. Don't know if you have > tried setting selinux to permissive mode. See > http://www.squirrelmail.org/wiki/FedoraSEL
Re: [SM-USERS] Squirrelmail on FC5
>>> I just install Squirrelmail on Fedora Core 5 and I'm getting the >>> following >>> erorrs when I try to send a message: >>> >>> Notice: Undefined property: Deliver_SMTP::$dlv_msg in >>> /var/www/html/webmail/src/compose.php on line 1577 >>> >>> Notice: Undefined property: Deliver_SMTP::$dlv_server_msg in >>> /var/www/html/webmail/src/compose.php on line 1579 >>> >>> Anyone seen this error before? >> >> Could you make sure that you are using SquirrelMail 1.4.6 or 1.5.1? >> >> If you use SquirrelMail 1.4.6 - show SMTP server settings in >> SquirrelMail >> configuration. conf.pl -> 2. Server settings -> B. Update SMTP -> >> settings >> from 4 to 8. >> >> -- >> Tomas > > > I'm using 1.4.6 Are you sure? Your email headers show different version. > Here are my settings: > > 4. SMTP Server : localhost > 5. SMTP Port : 25 > 6. POP before SMTP : false > 7. SMTP Authentication : login > 8. Secure SMTP (TLS) : false Are you sure that SMTP AUTH is supported and works on your email server without STARTTLS or Secure SMTP requirement? -- Tomas >>> >>> >>> I have setup the mail server using QmailRocks install. I believe it is >>> setup to use starttls. I have it setup up on some FC2 boxes and SM >>> works >>> just fine. Is it something with FC5? Do I need to use 1.5.1? >> >> 1. SquirrelMail SMTP delivery has two places that process smtp >> connection >> errors. first place checks connection itself. It can cause undefined >> dlv_server_msg property error in 1.4.5. if you can see this error, then >> you should see fsockopen function errors too. It is fixed in 1.4.6. >> Other >> error checks use one function and this function sets all three error >> properties. So you should not see undefined dlv_msg property errors in >> standard SquirrelMail 1.4.6. >> >> SquirrelMail 1.5.1 has more fixes in sendmail delivery functions, but >> you >> are not using sendmail delivery. >> >> If you do get undefined property errors in standard unmodified >> SquirrelMail 1.4.6 install, I would like to understand how you managed >> to >> do that. Could you show md5sums and id tags of your SquirrelMail >> class/deliver/*.php and src/compose.php files? Id tags are listed in >> file >> headers. $Id: something $. md5sums are generated with md5sum utility. >> Could you also check if you are using some php cache or optimizer or >> other >> zend extension? >> >> 2. Fedora Core 3 and later enables SELinux by default. Default policy >> does >> not allow making network connections from httpd. Don't know if you have >> tried setting selinux to permissive mode. See >> http://www.squirrelmail.org/wiki/FedoraSELinux >> >> 3. Are you sure that SMTP AUTH is working correctly in your qmail setup? >> Qmail SMTP AUTH does not work without patches and requires some tweaking >> in vchkpw permissions and tcpserver startup files. Could you set 7. SMTP >> Authentication to none and see if it helps. >> >> -- >> Tomas >> If you do get undefined property errors in standard unmodified >> SquirrelMail 1.4.6 install, I would like to understand how you managed >> to >> do that. Could you show md5sums and id tags of your SquirrelMail >> class/deliver/*.php and src/compose.php files? Id tags are listed in >> file >> headers. $Id: something $. md5sums are generated with md5sum utility. > > [EMAIL PROTECTED] deliver]# md5sum * > e3836e1a90c4570e27f53c8bc8e4c9ac Deliver.class.php > f30eb85fc249614f00c2a9959b453508 Deliver_IMAP.class.php > e04fa2acb03be66b50cab17879061c2f Deliver_SendMail.class.php > 71ffcdd31c55656af3a04dc1e2876504 Deliver_SMTP.class.php > 76941c2395aacc26ac64c8a98ff1c746 index.php > > [EMAIL PROTECTED] src]# md5sum compose.php > 134fb28b5d9bb9d7e8ee308a772cc4ce compose.php > >> Could you also check if you are using some php cache or optimizer or >> other zend extension? > > Not that I'm aware of, not sure how to check it if I am. See http://www.squirrelmail.org/wiki/TestPHPSettings or check your php.ini files. Zend Optimizer, Tursk MMCache, PHP Accelerator, EAccelerator, PHP APC, PHP APD are zend extensions or do php script caching. They can change normal php script execution and sometimes caching breaks SquirrelMail scripts. >> 2. Fedora Core 3 and later enables SELinux by default. Default policy >> does >> not allow making network connections from httpd. Don't know if you have >> tried setting selinux to permissive mode. See >> http://www.squirrelmail.org/wiki/FedoraSELinux > > /etc/selinux/config > > # This file controls the state of SELinux on the system. > # SELINUX= can take one of these three values: > # enforcing - SELinux security policy is enforced. > # permissive - SELinux prints warnings instead of enforcing. > # disabled - SELinux is fully disabled. > #SELINUX=enforcing tbr > SELINUX=disabled >