Re: [SM-USERS] No Options page

2005-11-29 Thread Tomas Kuliavas
> Just so you know; > Reverting back to SquirrelMail/1.4.5 [CVS] solved it. > Maybe that helps. Nope. We need error message information and php config in order to understand your problem. > By the way; I always need to patch files because of the > enormous message-ID-length and header-slack creat

[SM-USERS] RE: how config.php of vlogin works with the default config.php of config directory

2005-11-29 Thread YEUNG, Wan Hung Agnes
Dear Paul, $useSessionBased? Multilogin plugin? Patch? I've changed the $useSessionBased from 0 to 1, nothing can help. I now work on Mutilogin plugin , it works find but user has to know which Exchange server his mailbox in. Thus, there are number of Exchange server in our site. The vlogin

Re: [SM-USERS] ERROR: Connection dropped by IMAP server.

2005-11-29 Thread Tomas Kuliavas
> Dear all, > > > I have one user only ONE user who has this error message when trying > to connect to email server (on Mac OS X ) > > ERROR: Connection dropped by IMAP server. > Query: SEARCH CHARSET ISO-8859-1 ALL Subject {9} classof72 > > > classoff72 is one of the newly created folder. > > Any

[SM-USERS] Connection dropped by IMAP server.

2005-11-29 Thread liyas_m m
Dear all, this is the error message got by one of the users on my server when trying to connect to the email server. the strange thing is, ONLY ONE user got the error message, others are ok ERROR: Connection dropped by IMAP server. Query: SEARCH CHARSET ISO-8859-1 ALL Subject {9} classof72 class

[SM-USERS] ERROR: Connection dropped by IMAP server.

2005-11-29 Thread liyas_m m
Dear all, I have one user only ONE user who has this error message when trying to connect to email server (on Mac OS X ) ERROR: Connection dropped by IMAP server. Query: SEARCH CHARSET ISO-8859-1 ALL Subject {9} classof72 classoff72 is one of the newly created folder. Any idea waht is the probl

Re: [SM-USERS] No Options page

2005-11-29 Thread Paul Lesneiwski
Julius Thyssen wrote: > Just so you know; > Reverting back to SquirrelMail/1.4.5 [CVS] solved it. 1.4.5 has been released, so 1.4.5cvs is not very accurate unless you speak of a pre-release cvs snapshot of 1.4.5 (in which case now you are vulnerable to several known security issues). > Maybe th

Re: [SM-USERS] No Options page

2005-11-29 Thread Paul Lesneiwski
Julius Thyssen wrote: > On 11/30/05, Paul Lesneiwski <[EMAIL PROTECTED]> wrote: > >>>By "No Options page" I mean that the "Options" click-word in the top menu >>>is gone, and when I click it, >> >>So the link is there or it isn't? > > > Sorry, the "is gone" part was added later on. > I meant t

Re: [SM-USERS] No Options page

2005-11-29 Thread Julius Thyssen
Just so you know; Reverting back to SquirrelMail/1.4.5 [CVS] solved it. Maybe that helps. By the way; I always need to patch files because of the enormous message-ID-length and header-slack created by the Delivery class files etc. It would be great if these parts were all optional. Personally I be

Re: [SM-USERS] No Options page

2005-11-29 Thread Julius Thyssen
On 11/30/05, Paul Lesneiwski <[EMAIL PROTECTED]> wrote: > > By "No Options page" I mean that the "Options" click-word in the top menu > > is gone, and when I click it, > > So the link is there or it isn't? Sorry, the "is gone" part was added later on. I meant to write "isn't gone". > > it opens n

Re: [SM-USERS] No Options page

2005-11-29 Thread Paul Lesneiwski
Julius Thyssen wrote: > Don't know why, when or how, but my "Options" page disappeared on me. > I use 1.4.6 CVS > All users have this same problem. Everything else works. All preferences work. > By "No Options page" I mean that the "Options" click-word in the top menu > is gone, and when I click

Re: [SM-USERS] Can't see messages in inbox or other folders

2005-11-29 Thread Tomas Kuliavas
http://www.squirrelmail.org/wiki/KnownBugs Emails with priority headers cause fatal errors in PHP 5.0.5+. Known bug. PHP increased array_shift error reporting level in PHP 5.1.x and ported it to 5.0.5. Fixed in SquirrelMail 1.4.6cvs. Patch is on SourceForge tracker. If you use PHP 5.0.4 or newer,

[SM-USERS] No Options page

2005-11-29 Thread Julius Thyssen
Don't know why, when or how, but my "Options" page disappeared on me. I use 1.4.6 CVS All users have this same problem. Everything else works. All preferences work. By "No Options page" I mean that the "Options" click-word in the top menu is gone, and when I click it, it opens nothing, just a blank

Re: [SM-USERS] Can't see messages in inbox or other folders

2005-11-29 Thread CJ Keist
I found that the folders that have the following 5 message header lines cannot be displayed: User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal If I delete these lines from the message headers of all messages, then Squir

Re: [SM-USERS] session size and performance?

2005-11-29 Thread John Madden
>> I'm running v1.2, I see no such option. > > Options->Display Prefs->"Always Refresh Message List When Using Preview > Pane" Oh, I see what you're saying. Yeah, that causes a refresh, but there's a race condition there -- sometimes the message is flagged as read, sometimes left as unseen, depen

Re: [SM-USERS] session size and performance?

2005-11-29 Thread Paul Lesneiwski
John Madden wrote: >>This is a user-configurable option in the plugin. > > > I'm running v1.2, I see no such option. Options->Display Prefs->"Always Refresh Message List When Using Preview Pane" >>Need details. > > > Changes to the message header to not bother with the menu_line if the pane

[SM-USERS] Can't see messages in inbox or other folders

2005-11-29 Thread CJ Keist
System info: Sparc Solaris 9 PHP 5.0.5 apache 2.0.55 Squirrelmail 1.4.5 IMAP uw-imap 2004g We just upgraded our web server and PHP to the above. After the upgrade of PHP, squirelmail 1.4.0 broke. So I upgraded to 1.4.5. It seemed to work, but now getting complaints that people cannot see me

Re: [SM-USERS] Receiving Spam

2005-11-29 Thread Tomas Kuliavas
> Dear Sir/Madam, > > > Please advise us how to filter SPAM in our Squirrel E-mail sccounts. > Our Website (www.akkilaco-ltd.com) is still under construction and we > are planning to publish by the end of this month, but we are already > receiving SPAM in our e-mail for the last 2 months, we are j

Re: [SM-USERS] session size and performance?

2005-11-29 Thread John Madden
> This is a user-configurable option in the plugin. I'm running v1.2, I see no such option. > Need details. Changes to the message header to not bother with the menu_line if the pane is turned on. I think I changed a couple other things there. > I'm willing to hear other ideas, but sounds like

Re: [SM-USERS] session size and performance?

2005-11-29 Thread Paul Lesneiwski
Please reply on-list. :) John Madden wrote: >>If you don't mind, please show any patches you think would be useful >>outside of your own systems (what is INsane about the preview pane >>plugin?). > > > Well, I'm sure my patches are messy or I would've shown them already (aside > from > IP issu

Re: [SM-USERS] session size and performance?

2005-11-29 Thread Paul Lesneiwski
> * Any notes that might make your install different: I've patched up the > preview > pane plugin to be a little more sane, made some changes to page_header.php to > make > it more preview-pane friendly, other misc wording changes. If you don't mind, please show any patches you think would be us

[SM-USERS] Default destination

2005-11-29 Thread Ricardo Cabral
I have to configure SM into a system where all the users can only send mail to a unique address (something like [EMAIL PROTECTED]), so I want to disable the 'To:' field and set a defaul address. Does anyone know which function I have to change to set this default address? I've found the field and a

Re: [SM-USERS] [SM-USERS] multilogin pluggin problem]

2005-11-29 Thread Paul Lesneiwski
DO NOT reply off list. simon dcunha wrote: > > Dear Paul, > > Thanks for the quick reply. > lett me be a little bit more clear sorry if i confuse on my problem. > > I was using squirrel mail ver 1.4..2 on Red HAT linux ( EXAMPLE SERVER A) > and workin fine > Recently we got a new domain and hen

Re: [SM-USERS] how can i configure local host

2005-11-29 Thread Paul Lesneiwski
Diptesh Patel wrote: > Dear ALL, > How can i configure squirrel mail for local host ,so it can locally deliver > the mail > instead of go ouside domain and reached to my end Please restate the question. Sounds like this might be a SMTP server configuration question, and not a SquirrelMai

Re: [SM-USERS] Single Sign On

2005-11-29 Thread Paul Lesneiwski
Bumo wrote: > Hi, can you give me any advice about the possibility to realize a > single sign on from a "microsoft" desktop (windows 2000 and up) so > that logging into it (using Active Directory) , when I connect via > browser to my squirrelmail I haven't to digit my username and > password to a

Re: [SM-USERS] RE:how config.php of vlogin works with the default

2005-11-29 Thread Paul Lesneiwski
>> I work out how config.php of vlogin works with the default >> config.php > > >> now, but when I try to run the ./make_release.sh under > > >> /usr/local/path.../plugins/vlogin I encountered errors. > > > Why do you need to run make_release? That is a developer tool that > does > > not af

Re: [SM-USERS] Squirrel Mail

2005-11-29 Thread Geoff
On Mon, November 28, 2005 1:14 pm, Andrew Chan wrote: > Hi, > > I have been recieving multiple junk mails every day starting 2-3 weeks > ago, this didn't happen before. I haven't joined any sorts of mailing list > under this email address and I have been using this email address solely > with my pr

[SM-USERS] Single Sign On

2005-11-29 Thread Bumo
Hi, can you give me any advice about the possibility to realize a single sign on from a "microsoft" desktop (windows 2000 and up) so that logging into it (using Active Directory) , when I connect via browser to my squirrelmail I haven't to digit my username and password to access my mailbox account

[SM-USERS] Squirrel Mail

2005-11-29 Thread Andrew Chan
Hi, I have been recieving multiple junk mails every day starting 2-3 weeks ago, this didn't happen before. I haven't joined any sorts of mailing list under this email address and I have been using this email address solely with my private clients. Can you advice what can I do to stop the junk mail

Re: [SM-USERS] Rfc822Header.class.php error

2005-11-29 Thread Tomas Kuliavas
> Hi, > > > I've recently set up squirrelmail 1.4.5 on a FreeBSD 5.2 system with > PHP5.0. > > > The MTA is Exim running courrier IMAP v1.33 > > > All works well but occasionally I will receive an > e-mail that throws an error message instead of the content of the e-mail. > The error is: > > > Fata

[SM-USERS] SM and attachments

2005-11-29 Thread Rocco Scappatura
Hello, It's happened sometime that when I try to send a message with an attachment, SM return the 'Page not found' in the main frame... Moreover, when I look the list of sent messages, then there isn't that message in such list... Finally, the message is sent but it even often happens that the rec

[SM-USERS] RE:how config.php of vlogin works with the default

2005-11-29 Thread YEUNG, Wan Hung Agnes
  YEUNG, Wan Hung Agnes wrote: > Dear Support Professional, > > I work out how config.php of vlogin works with the default config.php > now, but when I try to run the ./make_release.sh under > /usr/local/path.../plugins/vlogin I encountered errors.   Why do you need to run make_re

[SM-USERS] Rfc822Header.class.php error

2005-11-29 Thread Tim Hollinger
Hi, I've recently set up squirrelmail 1.4.5 on a FreeBSD 5.2 system with PHP5.0. The MTA is Exim running courrier IMAP v1.33 All works well but occasionally I will receive an e-mail that throws an error message instead of the content of the e-mail. The error is: Fatal error: Only variables c

[SM-USERS] Re: Error connecting to IMAP server

2005-11-29 Thread Rutger
>From today I have the same problem here. I'm using a 1.4.5 fromTesting on a Sarge distro. I have used SM today very well, but after an upgrade of some custom scripting that normally is no problem I get the same problems. I think it's something in PHP, I have looked at all configfiles but it's str

[SM-USERS] Receiving Spam

2005-11-29 Thread Akkila
Title: Message Dear Sir/Madam,   Please advise us how to filter SPAM in our  Squirrel E-mail sccounts. Our Website (www.akkilaco-ltd.com) is still under construction and we are planning to publish by the end of this month, but we are already receiving SPAM in our e-mail for the last 2 months

Re: [SM-USERS] SM configtest

2005-11-29 Thread Clovis Tristao
Tomas Kuliavas wrote: Checking outgoing mail service *ERROR:* Error connecting to SMTP server "localhost:25".Server error: (13) Permission denied What I can be making of wrong? In the tests of access to the smtp it saw telnet or using the

Re: [SM-USERS] Newbie Question

2005-11-29 Thread Rich Hall
Hello, Doug Appleton wrote: Hello all.. Maybe someone could answer this question for me. I'm a newbie to SquirrelMail I have three questions from the admin point of view that maybe someone could answer. 1. Can users be bulk added to the system using a script? Squirrelmail is a mail CLIENT

[SM-USERS] Users losing/swapping prefs

2005-11-29 Thread Graham Donaldson
Hi, I run SquirrelMail for around 6.5K users. We have a problem whereby occasionally users find that their 'Real Name' and 'Email Address' in their prefs have been set to that of a user other than themselves. This overwrite only ever happens inside of the virtual domains, ie., I have neve

[SM-USERS] Newbie Question

2005-11-29 Thread Doug Appleton
Hello all.. Maybe someone could answer this question for me. I'm a newbie to SquirrelMail I have three questions from the admin point of view that maybe someone could answer. 1. Can users be bulk added to the system using a script? 2. Does SquirrelMail require the use of Sendmail (I'm trying to

Re: Re[2]: [SM-USERS] session size and performance?

2005-11-29 Thread John Madden
> I'm trying to work out what "750k mailboxes" is exactly. Do you have > 750k users on your server? Do you [personally] have 750k emails in > your mailboxes? Do you [personally] have 750k "folders"? Or the last > possible combination I can think of is that your mailbox /size/ is > 750k? ;) Oh, no,

Re: [SM-USERS] Squirrelmail, IMAP and INBOX.Sent

2005-11-29 Thread Tomas Kuliavas
> -BEGIN PGP SIGNED MESSAGE- > Hash: RIPEMD160 > > >> Hi! >> >> >> I've been using squirrelmail for a while now and never had any problems >> with it. However, a few days ago I switched from apache 1.3.33 (/www) >> to apache-2.0.55 (/var/www). Since then something goes wrong when >> squirr

Re: [SM-USERS] Squirrelmail, IMAP and INBOX.Sent

2005-11-29 Thread Jurek Bartuszek
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 > Hi! > > I've been using squirrelmail for a while now and never had any problems > with it. However, a few days ago I switched from apache 1.3.33 (/www) to > apache-2.0.55 (/var/www). Since then something goes wrong when > squirrelmail tries to

Re: [SM-USERS] SM configtest

2005-11-29 Thread Tomas Kuliavas
> Checking outgoing mail service > > > *ERROR:* Error connecting to SMTP server "localhost:25".Server > error: (13) Permission denied > > > > What I can be making of wrong? > In the tests of access to the smtp it saw telnet or using the > Thunderbird

Re: [SM-USERS] SM configtest

2005-11-29 Thread Clovis Tristao
Tomas Kuliavas wrote: Hi, Already post in the list this the same error, but still I continue with problems to install SM 1.4.5 in a machine with Fedora Core 4 w/ kernel 2.6.14-1.1637_FC4smp Apache 2.0.54-10.2 PHP 5.0.4-10.5. It appears the error in configtest.php. S

Re: [SM-USERS] SM configtest

2005-11-29 Thread Tomas Kuliavas
>>> Hi, >>> Already post in the list this the same error, but still I continue >>> with problems to install SM 1.4.5 in a machine with >>> >>> Fedora Core 4 w/ kernel 2.6.14-1.1637_FC4smp >>> Apache 2.0.54-10.2 >>> PHP 5.0.4-10.5. >>> >>> >>> >>> It appears the error in configtest.php. >>> >>> Squi

[SM-USERS] [SM-USERS] [SM-USERS] multilogin pluggin problem ]]

2005-11-29 Thread simon dcunha
Dear All let me be a little bit more clear sorry if i confuse on my problem. I was using squirrel mail ver 1.4..2 on Red HAT linux ( EXAMPLE SERVER A) and workin fine Recently we got a new domain and hence a new Email server ( EXAMPLE SEVER B ) for the domain on RedHAT also. since I have squi

[SM-USERS] how can i configure local host

2005-11-29 Thread Diptesh Patel
Dear ALL, How can i configure squirrel mail for local host ,so it can locally deliver the mail instead of go ouside domain and reached to my end --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for proble

Re: [SM-USERS] SM configtest

2005-11-29 Thread Tomas Kuliavas
> Hi, > Already post in the list this the same error, but still I continue with > problems to install SM 1.4.5 in a machine with > > Fedora Core 4 w/ kernel 2.6.14-1.1637_FC4smp > Apache 2.0.54-10.2 > PHP 5.0.4-10.5. > > > It appears the error in configtest.php. > > > > SquirrelMail configtest > >

[SM-USERS] SM configtest

2005-11-29 Thread Clovis Tristao
Hi, Already post in the list this the same error, but still I continue with problems to install SM 1.4.5 in a machine with Fedora Core 4 w/ kernel 2.6.14-1.1637_FC4smp Apache 2.0.54-10.2 PHP 5.0.4-10.5. It appears the error in configtest.php. SquirrelMail configtest This script will try t