Re: [SM-USERS] add graphics to login page

2003-10-30 Thread Tomas Kuliavas

... removed broken mailscanner headers...

> how can i add graphics to the login page? below the login button.  i want
> to add a Spamassassin graphic so i can let our users know we are using
> this product.

They know that you are using it. I think, every your email contains
headers bumped into message body.

a) Edit src/login.php and add your graphics
b) Create plugin that uses login_bottom hook. There was very simple
ssl_link plugin that does such thing. One README and one setup.php file.
No longer available in SM site.
c) fix mailscanner spam reporting. Space should not be added between Date:
and  X-Student WebMail-MailScanner-Information:

-- 
Tomas


---
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


[SM-USERS] Bug Report

2003-10-30 Thread vallimar
I subscribe to the squirrelmail-users mailing list.
  [ ]  True - No need to CC me when replying
  [X]  False - Please CC me when replying

This bug occurs when I ...
  ... attempt to login.


The description of the bug:
Recent changes to the imap login process completely broke
TLS logins via imap.

I can reproduce the bug by:
Trying to login.

(Optional) I got bored and found the bug occurs in:

functions/imap_general.php

(Optional) I got really bored and here's a fix:

Index: functions/imap_general.php
===
RCS file: /cvsroot/squirrelmail/squirrelmail/functions/imap_general.php,v
retrieving revision 1.176
diff -u -r1.176 imap_general.php
--- functions/imap_general.php  29 Oct 2003 19:58:05 -  1.176
+++ functions/imap_general.php  29 Oct 2003 22:19:54 -
@@ -560,7 +560,7 @@
 if ($use_imap_tls == true) {
 if ((check_php_version(4,3)) and (extension_loaded('openssl'))) {
 /* Use TLS by prefixing "tls://" to the hostname */
-$server = 'tls://' . $imap_server_address;
+$server = 'tls://' . $server;
 } else {
 require_once(SM_PATH . 'functions/display_messages.php');
 $string = "Unable to connect to IMAP server!TLS is enabled,
but this " .



---
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


[SM-USERS] Bug Report

2003-10-30 Thread Christian Schulte
I subscribe to the squirrelmail-users mailing list.
  [ ]  True - No need to CC me when replying
  [X]  False - Please CC me when replying

This bug occurs when I ...
  ... view a particular message
  ... use a specific plugin/function
  ... try to do/view/use 



The description of the bug:

Warning: Failed opening '../functions/decode/iso8859-1.php' for inclusion
(include_path='.:/usr/share/pear') in
/var/httpd/D0001/squirrelmail-SM-1_4-STABLE/functions/i18n.php on line 42

Fatal error: Call to undefined function: charset_decode_iso8859_1() in
/var/httpd/D0001/squirrelmail-SM-1_4-STABLE/functions/i18n.php on line 43

There is neither a decode directory nor a iso8859-1.php file nowhere !

I can reproduce the bug by:
logging in

--

My browser information:
  Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031024
Debian/1.4-2 StumbleUpon/1.76
  get_browser() information (List)
* Nothing listed

My web server information:
  PHP Version 4.1.2
  PHP Extensions (List)
* 0 = yp
* 1 = xml
* 2 = wddx
* 3 = sysvshm
* 4 = sysvsem
* 5 = standard
* 6 = sockets
* 7 = shmop
* 8 = session
* 9 = posix
* 10 = pcre
* 11 = mbstring
* 12 = iconv
* 13 = gettext
* 14 = ftp
* 15 = filepro
* 16 = exif
* 17 = dba
* 18 = ctype
* 19 = calendar
* 20 = bz2
* 21 = bcmath
* 22 = zlib
* 23 = session mm
* 24 = curl
* 25 = domxml
* 26 = imap
* 27 = ldap
* 28 = mcal
* 29 = mcrypt
* 30 = mhash
* 31 = mysql
* 32 = recode
* 33 = snmp
* 34 = imlib
* 35 = gd
* 36 = apache

SquirrelMail-specific information:
  Version:  1.4.3 [CVS]
  Plugins (List)
* 0 = calendar
* 1 = mail_fetch
* 2 = message_details
* 3 = newmail
* 4 = sent_subfolders
* 5 = squirrelspell
* 6 = translate
* 7 = avelsieve
* 8 = abook_take
* 9 = administrator
* 10 = bug_report
* 11 = delete_move_next
* 12 = spamcop
* 13 = listcommands
* 14 = jsclock
* 15 = quota_usage
* 16 = archive_mail
* 17 = info
* 18 = compatibility
* 19 = change_mysqlpass
* 20 = pupdate

My IMAP server information:
  Server type:  cyrus
  Server info:  * OK [HIDDEN] Cyrus IMAP4 v2.2.1-BETA server ready
  Cabailities:  IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS
NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND
BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE
LISTEXT LIST-SUBSCRIBED X-NETSCAPE


---
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] Bug Report

2003-10-30 Thread Tomas Kuliavas
Are you sure that you are using full copy of SM cvs.

http://cvs.sf.net/viewcvs.py/squirrelmail/squirrelmail/functions/decode/?only_with_tag=SM-1_4-STABLE

These files are there already for two weeks. when I have updated
functions/i18n.php, functions/decode/*.php were added too.

> The description of the bug:
>
> Warning: Failed opening '../functions/decode/iso8859-1.php' for inclusion
> (include_path='.:/usr/share/pear') in
> /var/httpd/D0001/squirrelmail-SM-1_4-STABLE/functions/i18n.php on line 42
>
> Fatal error: Call to undefined function: charset_decode_iso8859_1() in
> /var/httpd/D0001/squirrelmail-SM-1_4-STABLE/functions/i18n.php on line 43
>
> There is neither a decode directory nor a iso8859-1.php file nowhere !



---
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] Prefs database

2003-10-30 Thread Tomas Kuliavas
> I am running SM 1.4.1-2 on RH 8.0 with Courier-IMAP.  It works fine
> until I try to use a mysql database for prefs.  I created the database
> called sqmaildb with attributes of user, prefval, and prefkey.  The
> prefs_dsn = 'mysql://mail:[EMAIL PROTECTED]/sqmaildb'.
>
> I wrote a script to take my current prefs file and insert them into the
> database.  The insert looks like it went well.  The data looks to be in
> the database. However, when I try to login now, I get the message list
> with the following error message at the top:
>
> Server-side sorting is not supported by your IMAP server.
> Please report this to the system administrator.

server side sorting is not enabled in SM by default.

It was your choice to go to "4. General Options" in config (conf.pl) and
set "server side sorting" to "true"

Your imap server does not support server side sorting. If you have plans
to run SquirrelMail with 2500 users - change your imap server.

And configure SquirrelMail correctly. There is D option in SM config, that
contains some imap server specific presets.
-- 
Tomas


---
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


[SM-USERS] file_prefs.php

2003-10-30 Thread Muhamad Soleh Fajari



Hi, 
I want to use qmail + qmail-ldap + courier-imap + 
squirrelmail for my mailserver, all application already installed succesfully, 
except squirrelmail.
I use ldapuserdata (http://email.uoa.gr/projects/squirrelmail/ldapuserdata.php)
 
In ldapuserdata README, #3, I must move 
file_prefs.php to function directory, and my problem is I can not find 
file_prefs.php file. How I can get it ?
 
 
 


Re: [SM-USERS] add graphics to login page

2003-10-30 Thread pdontthink
>> how can i add graphics to the login page? below the login button.  i
>> want
>> to add a Spamassassin graphic so i can let our users know we are using
>> this product.
>
> They know that you are using it. I think, every your email contains
> headers bumped into message body.
>
> a) Edit src/login.php and add your graphics
> b) Create plugin that uses login_bottom hook. There was very simple
> ssl_link plugin that does such thing. One README and one setup.php file.
> No longer available in SM site.

That plugin is still very much active.  It actually allows you to add
random text at the bottom of the login screen, which could be used for the
purpose being requested in this thread.

http://squirrelmail.org/plugin_view.php?id=108

> c) fix mailscanner spam reporting. Space should not be added between Date:
> and  X-Student WebMail-MailScanner-Information:

d) use your own web page and add a squirrelmail login to it:

http://www.squirrelmail.org/wiki/wiki.php?EmbeddedSquirrelMailLogin

  - Paul


---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] /var/spool/squirrelmail/attach question

2003-10-30 Thread pdontthink
> Chris Hilts said:
>>> 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
>> 
>>> dating
>>> back from a few weeks ago.  Is there any reason I shouldn't delete
> these
>>> files?
>>
>> It is the location where attachments are temporarily stored during
> compose
>> sessions.  If the compose times out, occasionally an attachment will be
> left behind "unclaimed".  Yes, you can safely delete older files in this
> directory.  Most of us run a cron job (tmpreaper works like a charm for
> me) which automatically deletes files over a certain age.
>>
>
> If you can't setup a Cron Job to do it for you (because of payed hosting,
> ect...) you can tryout a plugin which I wrote a while back, just never
> released.
>
> When someone logins in, it checks the attachment directory for files over
> 1 day old (will be configurable later) and deletes them.  It also supports
> having your data directory and your attachment directory the same, as it
> skips over any php files, the default_pref, address books, ect... There
> may have been a few I missed that it shouldn't delete, so backup your data
> directory first!  (But in your case, your data and attachment directories
> are different so it doesn't matter)

Just a note: we typically recommend you do NOT give your web server READ
access to the attachments directory (only WRITE access), but to get this
plugin to work, you'll need to give your web server READ access to that
directory (if you do so, make sure you put a "deny from all" .htaccess
file in that directory).  If you have the right access (or your hosting
provider will help), you will be best off doing this as a cron job).

(Jimmy, you may want to add that info to the plugin README)

 - Paul




---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] /var/spool/squirrelmail/attach question

2003-10-30 Thread pdontthink
> Yeah, I'll probably use that plugin too. Does it slow down the login
> process at all?

Or what if us that are paying for hosting instruct our
> hosts to setup a cron job for us.. is there an easy way to tell them what
> needs to be done so they understand and set it up correctly?
>
> Jimmy Conner said:
>> If you can't setup a Cron Job to do it for you (because of payed
>> hosting,
>> ect...) you can tryout a plugin which I wrote a while back, just never
>> released.
>>
>> When someone logins in, it checks the attachment directory for files
>> over
>> 1 day old (will be configurable later) and deletes them.  It also
>> supports
>> having your data directory and your attachment directory the same, as it
>> skips over any php files, the default_pref, address books, ect... There
>> may have been a few I missed that it shouldn't delete, so backup your
>> data
>> directory first!  (But in your case, your data and attachment
>> directories
>> are different so it doesn't matter)
>>
>> Anyways, I'll go ahead and release it in a little bit since I see there
>> is
>> need for it,
>>
>> Jimmy
>
>
>
>
> ---
> 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
>



---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] /var/spool/squirrelmail/attach question

2003-10-30 Thread pdontthink
> Yeah, I'll probably use that plugin too. Does it slow down the login
> process at all?

Yes, a tad.  Jimmy implied that future versions will be a little more
'lightweight' in that they won't check the attachments directory for EVERY
single login (it's a small change, but those small changes really add up,
so be happy you have the plugin at all. ;-> )

> Or what if us that are paying for hosting instruct our
> hosts to setup a cron job for us.. is there an easy way to tell them what
> needs to be done so they understand and set it up correctly?

Cron is the better alternative.  man cron and use google or beg for some
examples on this list, then give them to your provider.




---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Domain Restriction

2003-10-30 Thread pdontthink
> My current setup is RedHat 7.2 , php4.0.6 ,perl 5.6 ,Sendmail,Apache,
> wu-imap and SM -1.4.1
> I have downloaded compatibility and Restrict senders Plugins,  installed
> both plugins, made changes in send_restrictions.dat file but found that it
> is not working. It gives error that invelid Destination domain even that
> domain is not restricted.
>
> Then i have downloaded SM-1.4.2 , installed in parralel directory ,
> installed compatibility and Restrict Sender plugins, made  changes in
> send_restrictions.dat file and it is working fine.
>
> Now i am planning to shift to SM-1.4.2 but i have questions that why it is
> not working in my current setup ?

Not really sure.  Might be something I missed - some reason that might
require  1.4.2 for this plugin, although not sure what that would be.  Or
you may have missed a configuration somewhere.  If you are moving to 1.4.2
and it works, I'm willing to call it an anomaly...

  - Paul


---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Forwarded mail citation/header

2003-10-30 Thread pdontthink
> Anyone know where in the SM source I can edit so when I forward a message
> to someone the "Original Message" citation displays the Subject, From,
> Date, To, in a different order and perhaps I could even change the lines
> "" separating this Original Message citation to something else?

Look in src/compose.php, look at the getforwardHeader() function.  That
has it all.

  - Paul


---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Bug report on attachment's filename

2003-10-30 Thread pdontthink
> Michael said:
>> This error only occurs on filename that has numbers in it.  Suppose I
>> have
>> an email with an attachment by the name of "test v1.1.doc".  When I
>> tried
>> to
>> download the document, the filename comes out as "test v1[1].1.doc".
>>
>
> Probably this is Internet Explorer behaviour.

I can confirm that this is the case.  IE blows, in case anyone had any
doubts...

> SquirrelMail does not adapt filenames the way you described.

And that is cuz SM doesn't try to be smarter than you and then fall flat
on its face...

  - Paul



---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] SM and Mercury

2003-10-30 Thread cfredlille



Hello all, sorry for my bad english, i'm 
french...
 
- Mercury/32 3.32, used by network with 
Outlook Express (pop and smtp)
  i install IMAP Server
- Sambar 4.3 Beta 8 (just a little old) 

  and php4isapi.dll
  and declare virtual host : 
sqmail
  all server are stopped except HTTP 
Proxy
- PHP 4.3.3

- SquirrelMail 1.2.8
- Perl 5.8.0
 
When i'm logging, i enter my login, password and 
ENTER
SquirrelMail work with the redirect.php, i see in 
Mercury IMAP4 Server a connection what is good, but disconnected 
rapidly
After when SquirrelMail show the webmail.php page, 
i can see :
--> "You must be logged in to access this 
page."
 
How can i see the webmail ?
i modified some of help in FAQ but 
nothing...
 
some one help me... with explain 
please
 
Fred


Re: [SM-USERS] Debian Stable, SQ 1.2.6 - question re: delete

2003-10-30 Thread Tomas Kuliavas
> I'm running Debian Stable, sendmail,ipopd and Squirrelmail. I installed
> the Squirrelmail version from Debian Stable - sm1.2.6.
>
> When reading messages, if I hit the delete key to deelte the message I'm
> reading, I go back to the message list. I can hit next and read through
> the list, then go back and delete them.
>
> Is this an uneducated user error? Should I be able to hit delete, then
> automagically move to the next message in the list? Is this behavior
> different in newer versions of Squirrelmail. And if so - is there a source
> for squirrelmail 1.4.2 backported to Debian Stable?

If you hit "delete" - you delete message that you are reading and go back
to message list.
If you hit "delete & next" (delete_move_next plugin) - you delete message
that you are reading and get next one.

Standard SM behaviour. delete_move_next plugin is included in SM 1.2.6.
You might need to enable it in your SM config and user preferences.

-- 
Tomas


---
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] Hang on Folders access

2003-10-30 Thread Jonathan Angliss
Hello Mike,
On Wednesday, October 29, 2003, Mike Loiterman wrote...

> SM seems to stop when I click on the Folders link at the top of the
> page.  Eventually it shows up, but after it does, anything else I
> click on just hangs.  This is with Mozilla 1.5a, Freebsd 5.1-CURRENT
> #0, SM 1.4.2, Apache 2.0.47 and UW 2002d,1.  Everything else works
> perfectly.  If I restart Apache the problem goes away.

Have you checked the archives? This is more than likely related to the
fact that UW reads the $HOME directory by default, a lot of files in
that location can cause such a hang.  Just to be nice:

  http://article.gmane.org/gmane.mail.squirrelmail.user/9714

Hope that helps.

-- 
Jonathan Angliss
([EMAIL PROTECTED])



---
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] Hang on Folders access

2003-10-30 Thread Mike Loiterman
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jonathan Angliss  wrote:
> Hello Mike,
> On Wednesday, October 29, 2003, Mike Loiterman wrote...
> 
>> SM seems to stop when I click on the Folders link at the top of
>> the page.  Eventually it shows up, but after it does, anything
>> else I click on just hangs.  This is with Mozilla 1.5a, Freebsd
>> 5.1-CURRENT #0, SM 1.4.2, Apache 2.0.47 and UW 2002d,1. 
>> Everything else works perfectly.  If I restart Apache the problem
>> goes away.
> 
> Have you checked the archives? This is more than likely related to
> the fact that UW reads the $HOME directory by default, a lot of
> files in that location can cause such a hang.  Just to be nice:
> 
>   http://article.gmane.org/gmane.mail.squirrelmail.user/9714
> 
> Hope that helps.

Awesome.  I knew I saw something about this somewhere.  Thank you
very much for the heads up.

- --
Mike Loiterman
grantADLER
Tel: 630-302-4944
Fax: 773-868-0071
Email: [EMAIL PROTECTED]
PGP Key 0xD1B9D18E

-BEGIN PGP SIGNATURE-
Version: PGP 8.0.3
Comment: Digitally signed by Mike Loiterman

iQA/AwUBP6EwqWjZbUnRudGOEQKC0gCeIQTBpaDnIm2dW36fLzq7SmChxGUAoLeq
NNSg6npRrUzWrtVTZLaOOdfV
=2Kqd
-END PGP SIGNATURE-



---
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


[SM-USERS] Serious Problem! - Inbox - 'unknown/no subject' behavior

2003-10-30 Thread James Grubic
Here's the problem I am having with SquirrelMail 1.4.2 and EIMS.

When some (not all) users login, they see the the first few messages in 
their inbox and then see the remaining messages as:

FromSubject
unknown (no subject)
These are legitimate messages which unfortunately are not being seen 
correctly.

I've been able to compensate for this issue by clicking on the "Date" 
sort box. When I do this, and unfortunately it takes some time to 
display larger inboxes, the unknown/no subject messages disappear and 
are displayed correctly.

So my first question is this - *is there any way to enable the Date 
sorting to appear as new messages first for ALL accounts by default?*

And second...is any member of the SquirrelMail development team willing 
to assist me with getting this resolved? I am more than happy to set up 
a test account specifically for this purpose. I have been struggling 
with SquirrelMail and EIMS compatibility problems for a long time now.



Thanks,



James



---
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] /var/spool/squirrelmail/attach question

2003-10-30 Thread Jimmy Conner
[EMAIL PROTECTED] said:
>> Chris Hilts said:
 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
>>> 
 dating
 back from a few weeks ago.  Is there any reason I shouldn't delete
>> these
 files?
>>>
>>> It is the location where attachments are temporarily stored during
>> compose
>>> sessions.  If the compose times out, occasionally an attachment will be
>> left behind "unclaimed".  Yes, you can safely delete older files in this
>> directory.  Most of us run a cron job (tmpreaper works like a charm for
>> me) which automatically deletes files over a certain age.
>>>
>>
>> If you can't setup a Cron Job to do it for you (because of payed
>> hosting,
>> ect...) you can tryout a plugin which I wrote a while back, just never
>> released.
>>
>> When someone logins in, it checks the attachment directory for files
>> over
>> 1 day old (will be configurable later) and deletes them.  It also
>> supports
>> having your data directory and your attachment directory the same, as it
>> skips over any php files, the default_pref, address books, ect... There
>> may have been a few I missed that it shouldn't delete, so backup your
>> data
>> directory first!  (But in your case, your data and attachment
>> directories
>> are different so it doesn't matter)
>
> Just a note: we typically recommend you do NOT give your web server READ
> access to the attachments directory (only WRITE access), but to get this
> plugin to work, you'll need to give your web server READ access to that
> directory (if you do so, make sure you put a "deny from all" .htaccess
> file in that directory).  If you have the right access (or your hosting
> provider will help), you will be best off doing this as a cron job).
>
> (Jimmy, you may want to add that info to the plugin README)
>
>  - Paul

  I will definitely put that in the readme, I will also recommend not
putting the attachments directory (or even the data directory) in the
web server root, if at all possible, and if you have to, then add an
.htaccess file to the directory to restrict access.

  This plugin should only be used as a last resort if you don't have
access to make a cron job.  I should also probably provide a few
examples on how to do the cron job just to make it that much easier.

Thanks and I'll get the recommendations in there.

Jimmy


---
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] Serious Problem! - Inbox - 'unknown/no subject' behavior

2003-10-30 Thread Marc Groot Koerkamp
James Grubic said:
> Here's the problem I am having with SquirrelMail 1.4.2 and EIMS.
>
> When some (not all) users login, they see the the first few messages in
> their inbox and then see the remaining messages as:
>
> From  Subject
> unknown   (no subject)
>
> These are legitimate messages which unfortunately are not being seen
> correctly.
>
> I've been able to compensate for this issue by clicking on the "Date"
> sort box. When I do this, and unfortunately it takes some time to
> display larger inboxes, the unknown/no subject messages disappear and
> are displayed correctly.
>
> So my first question is this - *is there any way to enable the Date
> sorting to appear as new messages first for ALL accounts by default?*
>
> And second...is any member of the SquirrelMail development team willing
> to assist me with getting this resolved? I am more than happy to set up
> a test account specifically for this purpose. I have been struggling
> with SquirrelMail and EIMS compatibility problems for a long time now.
>

Yes, please give me a test account where I can reproduce the bug and an
enabled imap info plugin (info).

Regards,

Marc Groot Koerkamp.



---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] qmail and vacation plugin

2003-10-30 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Ok, I'm using SM 1.4 and qmail (with courier-imap).

Everything is working faultlessly, however I've been asked to setup a vacation 
message plugin.

I've currently tried the 'Autorespond' plugin, from this page: 
http://www.squirrelmail.org/plugin_view.php?id=172
but I'm not having much luck with it (ranging from vanishing emails, to emails 
with no From: address).

Can someone point me to either a worked example for a (any) vacation plugin 
and qmail, or give me an 'idiots guide' to making it work?

Cheers

Mark.


- -- 
Mark Watts
Senior Systems Engineer
QinetiQ TIM
St Andrews Road, Malvern
GPG Public Key ID: 455420ED

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/oTvrBn4EFUVUIO0RAtNhAKDAtkqdQkUYxvUQGRq+dkKtj4L4uACfSMKM
p9VeoiptEN7O0EuvAQ0D0bo=
=msOc
-END PGP SIGNATURE-



---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Prefs database

2003-10-30 Thread Jodie
Hi Tomas,

Thanks for the reply.  Changing this option to false did not correct the
problem.  It was actually some white space at the end of the prefvals in
the database.  Once I corrected that, SM works fine with the DB.

Thanks for the help.  I really appreciate it.

Jodie Crouch

On Thu, 2003-10-30 at 02:21, Tomas Kuliavas wrote:
> > I am running SM 1.4.1-2 on RH 8.0 with Courier-IMAP.  It works fine
> > until I try to use a mysql database for prefs.  I created the database
> > called sqmaildb with attributes of user, prefval, and prefkey.  The
> > prefs_dsn = 'mysql://mail:[EMAIL PROTECTED]/sqmaildb'.
> >
> > I wrote a script to take my current prefs file and insert them into the
> > database.  The insert looks like it went well.  The data looks to be in
> > the database. However, when I try to login now, I get the message list
> > with the following error message at the top:
> >
> > Server-side sorting is not supported by your IMAP server.
> > Please report this to the system administrator.
> 
> server side sorting is not enabled in SM by default.
> 
> It was your choice to go to "4. General Options" in config (conf.pl) and
> set "server side sorting" to "true"
> 
> Your imap server does not support server side sorting. If you have plans
> to run SquirrelMail with 2500 users - change your imap server.
> 
> And configure SquirrelMail correctly. There is D option in SM config, that
> contains some imap server specific presets.
-- 
Jodie E Crouch III
Asst. Network Administrator
ShreveNet, Inc
(318) 222-2NET

It's a Great Day to ShreveNet!

Come Join Us!



---
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


[SM-USERS] Problems Sending Out Email:syntax error server replied:500 5.7.0 authentication

2003-10-30 Thread John Villa
I have seen this problem come up only once with a clients account a while 
back but I am unsure what the solution was.

A user is unable to send out email from S.M. and gets the following message:

syntax error;command not recognized
server replied:500 5.7.0 authentication failed
I have successfully sent email from her account on my computer(entirely 
different location).
I asked her to try from another computer in the office but she still gets 
the same error msg. Other S.M. users are able to send out from the office 
and using the same computer as the user who is affected.

I tried different solutions to try to isolate the problem but wasn't able to 
get anywhere. Can anybody shed some light on this?
I believe the systems are running I.E.5 on Windows 98. But I can get 
specifics if need be.
Thanks
JV

_
Fretting that your Hotmail account may expire because you forgot to sign in 
enough? Get Hotmail Extra Storage today!   
http://join.msn.com/?PAGE=features/es



---
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


[SM-USERS] example site of SM with calendars?

2003-10-30 Thread Mailing List Reader
Does anyone have an example site of SM running the calendar plugin that 
I can take a look at?

I'd especially like to see a site where some quality look&feel has been 
added.

Thanks for any tips/info.

M./



---
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


[SM-USERS] Delete folder leads to IMAP Error with SqM 1.4.2 (after Upgrading to php 4.3.3)

2003-10-30 Thread Nino Novak
Dear Squirrel-Developers,

after php upgrading we saw following behavior:
1.  create a new folder "test1"
2. Delete this folder test1
3. Squirrel displays following ERROR: 

| ERROR : Could not complete request.
| Query: UNSUBSCRIBE "test1"
| Reason Given: no such mailbox

IMAP server says:

30.10.2003, 22:16:22: login: nino: Successfull imap4 login from 195.177.18.156
30.10.2003, 22:16:22: debug: 14336 >A002 DELETE "INBOX.test1"<
30.10.2003, 22:16:22: debug: 14336 >A003 UNSUBSCRIBE "INBOX.test1"<
30.10.2003, 22:16:22: doimap4: nino: channel lost

so it first receives DELETE and than UNSUBSCRIBE  command - which produces
an error, because the folder doesn't exist any more.

Squirrel Problem? PHP issue?

In addition:
Squirrel folder list (left_main.php) does not refresh correctly i.e. the deleted 
folder never disappears (ok, it does, but only after logout and login again)
Interestingly, folder list refreshes accurately with SqM-1.2.11.

register_globals set to off or to on - always the same behavior.
Forgot: Apache/1.3.28.
(What else do you need to know?)

Thanks for any help :-)
Nino


---
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


[SM-USERS] How does message get to the send folder

2003-10-30 Thread Dave Basener
Hi,
This is really just for my education.  I am investigating an email problem
that I am almost certain has nothing to do with SquirrelMail - it has
confused user written all over it.

Anyway, as part of my investigation I *realized* something that I already
knew because I set SquirrelMail up.

I have SM on our SM machine and IMAP on our Mail machine.  SM is set up to
use sendmail on the SM machine, yet, our "sent" messages very cordially
show up in our IMAP server "Sent" file.

I realize that it probably involves the IMAP protocol over the network as
opposed to pixies, but I am just curious how it actually works.  Not
excruciating detail, just a sort of "well, first it does this, and then
this happens ..."  sort of thing.

I realize that I am intruding on your time when you probably have wolves
baying at your doors, but I would greatly appreciate what ever tidbits you
might be able to toss my way.

TIA
Dave Basener


"... be the change you wish to see in the world."  - Gandhi

David Basener   http://www.aurora.edu/~dbasener
System Administrator[EMAIL PROTECTED]
Aurora University  630 844 4889



---
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] example site of SM with calendars?

2003-10-30 Thread pdontthink
>
> Does anyone have an example site of SM running the calendar plugin that
> I can take a look at?

someone should be able to step up here... there are also some free sites
that use SM (not sure about calendar tho), but be aware that there is a
limited amount of look and feel customization (basically only color
themes) that can be done presently (we're working on changing that), so
whatever you are able to install yourself will give you a pretty good look
at what is there.  there is also a plugin called "shared calendars" that
gives a little more functionality, should you need, but it isn't different
in the GUI dept.




---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] message doubled when moved to Trash

2003-10-30 Thread Ernest Ho
Dear Jonathan

Yes. You are right. It is now working. 
I am sorry that I did not cc to the mailing list.

Thank you very much.

Best Regards

Ernest


--- Jonathan Angliss <[EMAIL PROTECTED]> wrote:
> Hello Ernest,
> On Wednesday, October 29, 2003, Ernest Ho wrote...
> 
> [Please make sure you CC the mailing list]
> 
> > I tried both. i.e. I tried to move the message
> from INBOX to Trash
> > and delete the message from INBOX. My IMAP is
> courier imapd.
> 
> You didn't read my original email completely... you
> have something
> setup your mail server that appears to be doing
> it... not
> SquirrelMail.  I suggest you check this setting:
> 
>   IMAP_MOVE_EXPUNGE_TO_TRASH
> 
> In your imapd file for courier. Set it to 0, and
> restart courier, see
> if it continues to happen.
> 
> -- 
> Jonathan Angliss
> ([EMAIL PROTECTED])
> 


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/


---
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


[SM-USERS] Problems attaching files to a message

2003-10-30 Thread División Informática - I . M . Rivera
I am having two problems when I try to attach files to a message:

1) When I receive a text file attached to a message and I download it, the
file contains strange characters in spite of having the character "End of
line", If I download the message with Outlook Express I have no problem.

2) I can't attach files greater than 500 Kb, but the max upload is 3 Mb.

My mail server is qmail and my web server is apache, th version of
squirrelmail is 1.4.1 and php is 4.2.2 on redhat 8.

I hope you could help me.

Carlos Pedezert.

División Informática
Intendencia Municipal de Rivera
Tel.: 062 - 34940
mailto:[EMAIL PROTECTED]




---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Bug Report

2003-10-30 Thread hsantos
I subscribe to the squirrelmail-users mailing list.
  [x]  True - No need to CC me when replying
  [ ]  False - Please CC me when replying

This bug occurs when I ...
  ... view a particular message -
  ... use a specific plugin/function
  ... try to do/view/use  X



The description of the bug:

When writing house arrests under bail and annexing 500 KB bigger archives
that , program nao attached.  I made alteracoes in the following archives
of the apache and php, but nao advanced.  The annexes of my Server have
that to be of 5 MB

I can reproduce the bug by:


(Optional) I got bored and found the bug occurs in:


(Optional) I got really bored and here's a fix:


--

My browser information:
  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0; .NET CLR 1.1.4322)
  get_browser() information (List)
* Nothing listed

My web server information:
  PHP Version 4.2.2
  PHP Extensions (List)
* 0 = yp
* 1 = xml
* 2 = wddx
* 3 = sysvshm
* 4 = sysvsem
* 5 = standard
* 6 = sockets
* 7 = shmop
* 8 = session
* 9 = pspell
* 10 = posix
* 11 = pcre
* 12 = openssl
* 13 = iconv
* 14 = gmp
* 15 = gettext
* 16 = gd
* 17 = ftp
* 18 = exif
* 19 = domxml
* 20 = dio
* 21 = dbx
* 22 = dba
* 23 = curl
* 24 = ctype
* 25 = calendar
* 26 = bz2
* 27 = bcmath
* 28 = zlib
* 29 = imap
* 30 = ldap
* 31 = Apache 2.0

SquirrelMail-specific information:
  Version:  1.4.2
  Plugins (List)
* 0 = change_passwd
* 1 = compatibility
* 2 = extract
* 3 = download_all
* 4 = filters
* 5 = folder_settings
* 6 = folder_sizes
* 7 = left_css
* 8 = jsclock
* 9 = listcommands
* 10 = message_details
* 11 = quicksave
* 12 = unsafe_image_rules
* 13 = administrator
* 14 = delete_move_next
* 15 = username
* 16 = mail_fetch
* 17 = smallcal
* 18 = newmail
* 19 = bug_report
* 20 = abook_take
* 21 = block_attach
* 22 = compose_fix
* 23 = block_sender
* 24 = spamcop
* 25 = retrieveuserdata
* 26 = empty_trash
* 27 = msg_flags
* 28 = notify
* 29 = view_as_html
* 30 = abook_import_export
* 31 = attachment_tnef
* 32 = admin_add
* 33 = show_headers
* 34 = archive_mail
* 35 = sent_confirmation
* 36 = cleanup
* 37 = virus_scan

My IMAP server information:
  Server type:  cyrus
  Server info:  * OK [HIDDEN] IMAP4REV1 LOGIN-REFERRALS STARTTLS
AUTH=LOGIN] mail.iepha.mg.gov.br IMAP4rev1 2001.315rh at Thu, 30 Oct
2003 16:08:12 -0200 (BRST)
  Cabailities:  IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS SCAN SORT
THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS
STARTTLS AUTH=LOGIN



---
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


[SM-USERS] need help to check mail- error website not responding

2003-10-30 Thread GSSAFES

HI i need help , im trying to log in and it shows   error: web site not responding is this something you could help me with. please contact me. thank you. 


Re: [SM-USERS] Setting timezone

2003-10-30 Thread Chris Winterrowd
I spent quite a bit of time learning how to do this with SquirrelMail..

First of all, SquirrelMail doesn't do much work with handling timezone offsets
- it sets TZ to the text string that you're selecting under Options -> Personal
Information, and depends on the OS to get the offset right.

It's mainly up to your OS to handle the offset, and in my situation, not all of
the 537 timezones in squirrelmail/locale/timezones.cfg were recognized by my OS
(Solaris). If all you need to do is switch your timezone, go to Options ->
Personal Information and try picking one in the pull down menu labelled "Your
current timezone"

If you want to clean this list up, or add the timezones to your OS, check out
the man page on 'zic' - time zone compiler. What I found on Solaris was a
directory /usr/share/lib/zoneinfo/src where I had enough examples such that I
could go as far as inventing my own timezones and use zic to "compile" it.. and
I used this to reduce the 537 timezones down to about 155 more prominent
locations.. 537 items makes for a really long drop down menu!

http://www.swissinfo.net/cgi/worldtime/ and
http://www.timeanddate.com/worldclock/ may be helpful for learning more about
timezones and what the offsets are.

-- 
Chris Winterrowd
Unix E-mail Administrator
Texas Instruments Inc.
[EMAIL PROTECTED]

> Does anyone know how to change the timezone within SM? Is there a mod or
> anything? I'm in the UK, but using a server in American, and I need to add
> 5 and a half hours onto SM's time.
>
> Cheers,
>
> Max


---
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


[SM-USERS] Fetch function problem (1.5.0 CVS)

2003-10-30 Thread Forrest Aldrich
I've verified that my login/password is correct, but cannot get the Fetch 
function to work properly -- wondering if there might be some other issue 
(permissions?):

Opening IMAP server
Opening POP server
Login OK: Inbox contains [12] messages
Fetching UIDL...
Leaving Mail on Server...
Fetching message 2
Error Appending Message! Array
Closing POP
Logging out from IMAP
Saving UIDL
Note the "Error Appending Message! Array" message.

Thanks,
Forrest


---
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] Problems attaching files to a message

2003-10-30 Thread Jonathan Angliss
On Thu, 2003-10-30 at 12:54, División Informática - I.M.Rivera wrote:
> I am having two problems when I try to attach files to a message:
> 
> 1) When I receive a text file attached to a message and I download it, the
> file contains strange characters in spite of having the character "End of
> line", If I download the message with Outlook Express I have no problem.

A couple of people have reported that their normal DOS based text files
are being converted to unix text files, I've not had a chance to look,
but could this be what you're seeing?

> 2) I can't attach files greater than 500 Kb, but the max upload is 3
> Mb.

Hrm, I'm guessing the archives have stopped working again?  This one has
been answered so many times... try taking a quick look again.

-- 
Jonathan Angliss
([EMAIL PROTECTED])




---
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] Bug Report

2003-10-30 Thread Jonathan Angliss
On Thu, 2003-10-30 at 08:12, [EMAIL PROTECTED] wrote:

> When writing house arrests under bail and annexing 500 KB bigger archives
> that , program nao attached.  I made alteracoes in the following archives
> of the apache and php, but nao advanced.  The annexes of my Server have
> that to be of 5 MB

Not a bug, this is your server setup... check the archives.  This has
been answered so many times.

-- 
Jonathan Angliss
([EMAIL PROTECTED])




---
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