Re: [SM-USERS] Yikes, weird and undocumented problem "character not allowed in mailbox name"

2008-10-29 Thread Don Steiny
Don, I figured it out, when I set the default to dovecot it worked!!! -Don > Hi, > > I am using 1.4.15 with dovecot on Linux and instead of folder > listings I get: > > *ERROR: Could not complete request.* > Query: CREATE "Maildir/.INBOX.Sent" > Reas

[SM-USERS] Yikes, weird and undocumented problem "character not allowed in mailbox name"

2008-10-29 Thread Don Steiny
et it to work. I grepped around in the directory and can't find that error message. I can use IMAP fine with Thunderbird. -Don - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build t

Re: [SM-USERS] http and https, Bug or Misconfiguration?

2007-07-05 Thread Don Russell
Rainer Sigl wrote: > Hi all, > I'm using squirrelmail 1.4.10a with apache 2.0.55 on kubuntu dapper. My > apache is configured to serve only ssl, https. > After composing a email and pressing 'send' the email is sent correctly > but I get a window: > An error occured while loading > http:/myhostn

Re: [SM-USERS] Cancel my name from your list

2007-05-06 Thread Don Russell
Joanne Wysocky wrote: > I have no idea how to cancel off the squirrelmail users list. It is of no > use to me because I do not understand computers well enough to know what > everyone is talking about. After I finish learning my computer, I may need > to resignup, but for now I just don't need

Re: [SM-USERS] Most secure way of authentication

2007-05-03 Thread Don Russell
Rainer Sokoll wrote: > On Thu, May 03, 2007 at 10:49:21AM -0700, Don Russell wrote: > >> Rainer Sokoll wrote: >> > > >>> RedirectMatch permanent ^/(.*) https://webmail.example.com/$1 >>> > > >> Though that may work in

Re: [SM-USERS] Most secure way of authentication

2007-05-03 Thread Don Russell
Rainer Sokoll wrote: > On Wed, May 02, 2007 at 03:41:19PM -0700, Don Russell wrote: > > >> >> RewriteEngine on >> RewriteCond %{HTTPS} =off >> RewriteRule .* https://%{SERVER_NAME}/webmail/ [R,L] >> >> > > Or, without m

Re: [SM-USERS] Most secure way of authentication

2007-05-02 Thread Don Russell
Eric DV wrote: > Dear Squirrelmail experts, > I have a small home server debian based, with postfix/dovecot/squirrelmail > installed locally and working. Dovecot is used non-secured (no imaps) but > only on the 192.168.0.100 address (address of the server on the local > network). I want to use squi

Re: [SM-USERS] attachment size

2007-01-08 Thread Don Russell
age, I see that the attached file size is 11M. How is it > possible ? Perhaps the attachment is is being encoded using Base64 or something similar, and thus is larger than the binary equivalent. Don Russell - Take Su

Re: [SM-USERS] deleted imap messages in outlook auto purged in squirrelmail

2006-12-28 Thread Don Russell
David R. Hopkins wrote: > My messaging environment includes: > RedHat EL 4 > Cyrus IMAP > Postfix > Apache webserver > Squirrelmail 1.4.6-7.el4 for mobile users > MSOutlook 2002 with IMAP account configured on client computers > > Users are not permitted to purge mail. We are a healthcare facility

Re: [SM-USERS] thanks but...

2006-10-24 Thread Don Russell
"Everything is somewhere" :-) I check two places first: 1 - at the end of messages,often there are links provided there 2 -in the e-mail message headers In this case, door number 2 provided me with this info: List-Unsubscribe: ,

Re: [SM-USERS] HTTPS for login

2006-10-09 Thread Don Russell
Don Russell wrote: > [EMAIL PROTECTED] TU Darmstadt wrote: > >> Hello squirrelmail-community, >> >> I've installed & configured squirrelmail on debian linux (etch/testing) >> with apache2 and so far it works fine! :-) >> What I want to do now, is to

Re: [SM-USERS] HTTPS for login

2006-10-02 Thread Don Russell
Don Russell wrote: > [EMAIL PROTECTED] TU Darmstadt wrote: > >> Hello squirrelmail-community, >> >> I've installed & configured squirrelmail on debian linux (etch/testing) >> with apache2 and so far it works fine! :-) >> What I want to do now, is to

Re: [SM-USERS] HTTPS for login

2006-10-02 Thread Don Russell
ot;general solution", easily used for other directories and I feel it's better to have this sort of thing at "the server level" than at the "application level". Don Russell - Take Surveys. Earn

Re: [SM-USERS] Please help me for secure SquirrelMail

2006-07-18 Thread Don Russell
Paul Lesniewski wrote: > On 7/18/06, Don Russell <[EMAIL PROTECTED]> wrote: > >> Paul Lesniewski wrote: >> >>> On 7/14/06, Rainer Sokoll <[EMAIL PROTECTED]> wrote: >>> >>> >>>> On Fri, Jul 14, 2006 at 08:13:41AM

Re: [SM-USERS] Please help me for secure SquirrelMail

2006-07-18 Thread Don Russell
Paul Lesniewski wrote: > On 7/14/06, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > >> On Fri, Jul 14, 2006 at 08:13:41AM -0400, Chris Hilts wrote: >> >> >>> Once you have HTTPS working, then I recommend using the secure_login >>> plugin for SquirrelMail >>> >> What is that plugin good f

Re: [SM-USERS] Lost squirrelmail?

2006-04-12 Thread Don Russell
Elena O'Donnell wrote: For the past 2 years my website host company ~ Dixie Systems ~ provided Squirrelmail for my website email. Wellthe particular host site www30. crashed and I lost my site as well as my email. Isn't ~ Dixie Systems ~ a commercial web hosting service? Don't they have

Re: [SM-USERS] Sendmail Config

2005-02-03 Thread Don Russell
D u n c a n wrote: Hie Don, I have imapd running on port 25 ,now the question is how do i make it allow connections from my ISP mail server on port 25 and only the ISP mail server .i have played around with the /etc/hosts.allow but no luck sendmail is an smtp server. It sends, and receives mail

Re: [SM-USERS] Sendmail Config

2005-02-03 Thread Don Russell
dress", I think you want your "registered domain name" here. I also added a sendmail config statement to allow my 10.10.10 network to relay mail, but I block relaying from outside. Don Russell --- This SF.Net email is sponsored by:

Re: [SM-USERS] esmtp instead of sendmail possible?

2005-02-02 Thread Don Russell
o the server is wasting time and effort... that text is meant for humans. Many ESMTP-capable servers say "SMTP" in that text because the term is used as a general description of the service, not meant to convey a feature set. To determine features, use

Re: [SM-USERS] server-side sorting

2005-02-01 Thread Don Russell
sn't as tough as it first appears. :-) Especially for the simple task of sorting items to folders based on "to", or "from" address. I think I just scratched the surface of procmail filtering. :-) I really like having it sorted as it arrives though... Don

Re: [SM-USERS] server-side sorting

2005-01-21 Thread Don Russell
Thanks that sounds like what I want to do... using SquirrelMail to create the folders and build the sorting rules is perfect. I'll check that out. Don Rosander wrote: That particular plugin will sort the mail when you log in. One of the better ways to handle server side sorti

[SM-USERS] server-side sorting

2005-01-21 Thread Don Russell
I'm looking for is some sort of "intelligent editor" for manipulating procmailrc files. Does anybody know of a "procmailrc editor"? Everything I find on the subject begins with "Start your favorite text editor and open procmailrc..." What do other

Re: [SM-USERS] adding attachments to mails

2005-01-17 Thread Don Russell
> hi! > > got fedora core3 installed with squirrelmail. My problem is that I'm not > able to add attachments to the mails. > > I only get the message > Could not move/copy file. File not attached > > > I've checked /etc/php.ini and the http_attachment =on is ok. > > does anybody have any hints on h

[SM-USERS] Re: logon gets--> ERROR : Could not complete request

2005-01-17 Thread Don Russell
ver log for more information. [2005-01-15 00:33:52] > > The mail log shows: > Jan 15 00:33:52 localhost imap-login: Login: don [:::127.0.0.1] Jan 15 00:33:52 localhost imap(don): open(/var/mail/don.lock) failed: Permission denied > Jan 15 00:33:52 localhost imap(don): file_lock_dot

Re: [SM-USERS] logon gets--> ERROR : Could not complete request

2005-01-16 Thread Don Russell
> Query: SELECT "INBOX" >>>> Reason Given: Internal error occured. Refer to server log for more >>>> information. [2005-01-15 00:33:52] > >>>> The mail log shows: >>>> Jan 15 00:33:52 localhost imap-login: Login: don [:::127.0.0.1

Re: [SM-USERS] Folders: Last Refresh...

2005-01-16 Thread Don Russell
> On Fri, 14 Jan 2005 07:40:48 -0800 (PST), Don Russell > <[EMAIL PROTECTED]> wrote: >> and while I'm whining. :-) "(refresh folder list)" would be better >> presented as a "button" that says "Refresh Now". > > What version of SM

Re: [SM-USERS] logon gets--> ERROR : Could not complete request

2005-01-16 Thread Don Russell
iven: Internal error occured. Refer to server log for more >> information. [2005-01-15 00:33:52] >> >> The mail log shows: >> Jan 15 00:33:52 localhost imap-login: Login: don [:::127.0.0.1] >> Jan 15 00:33:52 localhost imap(don): open(/var/mail/don.lock) failed:

[SM-USERS] logon gets--> ERROR : Could not complete request

2005-01-15 Thread Don Russell
. [2005-01-15 00:33:52] The mail log shows: Jan 15 00:33:52 localhost imap-login: Login: don [:::127.0.0.1] Jan 15 00:33:52 localhost imap(don): open(/var/mail/don.lock) failed: Permission denied Jan 15 00:33:52 localhost imap(don): file_lock_dotlock() failed with mbox file /var/mail/don:

[SM-USERS] Folders: Last Refresh...

2005-01-14 Thread Don Russell
re buttons (delete, mark as read, etc), others are simple links (delete & next, etc) A more "consistent" look would be nice. It's just cosmetic... no big deal... :-) Don Russell --- The SF.Net email is sponsored by: Beat the

[SM-USERS] Controlling the number of mail messages displayed

2005-01-14 Thread don
quired. A suggestion I'd like to make is to allow different preferences based on whether or not the client is on the same network as the squirrelmail server. What do other people think? Don Russell --- The SF.Net email is sponsored by

[SM-USERS] Squirrelspell not working with aspell (ispell)

2004-10-19 Thread don
This error appears to be a very common error. System: FreeBSD 4.10 Squirrelmail Version: squirrelmail-1.4.3a_1 (ports) Squirrelspell Version: SquirrelSpell v0.3.8 Aspell Version: aspell-0.60_2 (ports) - Let me know if more information is required I have confired that ispell is working. From read

[SM-USERS] creating/using folders

2004-01-20 Thread don
estions? (I'll upgrade SquirrelMail when an rpm is available for Fedora Core 1.) Thanks, Don Russell --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclip

[SM-USERS] pass error

2004-01-10 Thread Don Matlock
Hi all, I am sure this question has been asked a million times, I noticed on the archives that there are tons of problems with my same complaint. SM keeps saying my password is incorrect, how do I correct this? Don --- This SF.net email is

[SM-USERS] Unknown user or password incorrect Win2K

2003-12-26 Thread Don Ellison
answers on this list. Don Ellison, PO Box 1356 Fritch,TX 79036 Phone: (806) 857-4754, Cell: (806) 898-4672 Fax: (806) 857-6224 --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. S

[SM-USERS] Compatibility Plugin

2003-11-06 Thread Don Ellison
, Don Don Ellison, PO Box 1356 Fritch,TX 79036 Phone: (806) 857-4754, Cell: (806) 898-4672 Fax: (806) 857-6224 --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you

RE: [SM-USERS] Problem with gzipped attachments

2003-09-10 Thread Don Levey
ing on the sending end which dropped the byte, and caused a similar problem. -Don -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tony Austin Sent: Wednesday, September 10, 2003 3:14 PM To: [EMAIL PROTECTED] Subject: [SM-USERS] Problem with gzipped attachment

FW: [SM-USERS] Permission Denied error in move_messages.php during forward

2003-09-05 Thread Don Levey \(Squirrelmail\)
>-Original Message- >From: p dont think [mailto:[EMAIL PROTECTED] >Sent: Friday, September 05, 2003 9:37 AM >To: 'Don Levey'; [EMAIL PROTECTED] >Subject: RE: [SM-USERS] Permission Denied error in move_messages.php >during forward >> >> --->

RE: [SM-USERS] Permission Denied error in move_messages.php during forward

2003-09-05 Thread Don Levey
-Original Message- From: Jonathan Angliss [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 1:32 AM To: Don Levey Cc: [EMAIL PROTECTED] Subject: Re: [SM-USERS] Permission Denied error in move_messages.php during forward Hello Don, On Thursday, September 04, 2003, Don Levey

RE: [SM-USERS] ERROR : Could not complete request.

2003-07-14 Thread Don
Could it perhaps be a problem with having Squirrelmail/PHP installed on one server and mail (IMAP) installed on a different server? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 9:46 AM To: Lista Squirrelmail (E-mail) Subject: RES: [SM-US

[SM-USERS] Vlogin Errors when accessing plugins

2003-01-11 Thread Don Brown
ail since the rest of squirrelmail works properly. Aside from the warning errors above the plugin, it still loads. Any help would be greatly appreciated! Thanks, -Don --- This SF.NET email is sponsored by: SourceForge Enterprise Edition +