[SM-USERS] cannot delete (sub-)folders

2005-04-11 Thread Michael Borchers
I have problems with removing new folders I created when they have subfolders.
Though I first deleted the subfolder they still remain in the folder list
but cannot be clicked.

f.e.
main
- sub1
- sub2

After having removed every subfolder I tried to remove the main folder
but I get the follwing message:
DELETE failed: Can't delete mailbox main/sub1: no such mailbox

sure, the mailbox (folder) has been deleted on the server but
it's still there in the .mailboxlist file.

the .mailboxlist file has 644 rights and belongs to the same group as the 
folders,
so why hasn't it been changed too?!


SquirrelMail Version 1.4.4
Redhat



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] LDAP mailhost routing and squirrelmail

2005-04-11 Thread Alexandros Vellis
On Sat, 2005-04-09 at 20:00 -0400, anthony wrote:

> Does anyone know if any of the plugins use LDAP to get IMAP server info
> based on the username? 

As Paul wrote, the easiest solution would probably be to write some code
for the vlogin plugin for your case.


> The closest thing I have see is the vlogin
> plugin that uses regular expression to direct the user to the right IMAP
> server.  But then that defeats the whole ldap based routing feature of
> putting any user on any server.

Hm. Because Squirrelmail by itself is just a client, it usually leaves
this up to the IMAP server. How do your IMAP clients *know* which server
to connect to? :/

A more advanced solution would be to use Cyrus Murder setup. If
Squirrelmail supports at some time IMAP Referals and connects to the
right server every time, it will even save you load on the master
server.

Another idea would be to take a look at my ldapuserdata plugin. In this
plugin, among other things I am getting imapserver ldap attribute but
not really using it. Because I simply rely on IMAP server
authentication, that happens on LDAP anyway, you should really hack this
your own way and make some use out of it, or use it in conjuction with
vlogin and being very careful too. If you think that this could be
possible, check
http://email.uoa.gr/projects/squirrelmail/ldapuserdata.php and download
from my CVS rep.

BTW, you should really not disclose so many personal details (phone #s
etc) in public!

-- 
Alexandros Vellis   University of Athens
[EMAIL PROTECTED] Network Operations Centre




---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] LDAP mailhost routing and squirrelmail

2005-04-11 Thread Tomas Kuliavas
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> If it wasn't for squirrelmail I would push my LDAP mailhost routing
> change through this w/e.
>
> Does anyone know if any of the plugins use LDAP to get IMAP server info
> based on the username?  The closest thing I have see is the vlogin plugin
> that uses regular expression to direct the user to the right IMAP server.
> But then that defeats the whole ldap based routing feature of
> putting any user on any server.
>
> If I can't find anything I'll need to write a custom app that prompts
> for a username and then redirects the session to the correct webmail server
> installed locally on the IMAP server... yick!

You only need function that extracts imap server from ldap when only
username is given. simple ldap query, that can be included in
config_local.php.

squirrelmail functions/imap_general.php, last two functions in file.
Available in all squirrelmail versions from 1.3.0.

-- 
Tomas


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Re: Could not create Hash directory (linux + apache this time)

2005-04-11 Thread Daniel Watts
[...]

Yes although unfortunately the site numbers don't always stay the same!

OMG, what a horrible environment
haha it's not that bad really. it's only when i need to do a site 
restore - it might get a new number. I'd just  rather keep the number of 
restore steps down to avoid errors.

I might write a custom lookup function which just uses a hash table. 
Annoying that the symbolic links don't work as described. Would make 
life much easier!


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] IMAP : automatic Subscribe to (all) folders ?

2005-04-11 Thread vargas_e vargas_e
>
> Feature is not implemented in autosubscribe v.1.0. It was in my plans for
> v.1.1, but since it is implemented in squirrelmail 1.5.x configuration and
> https://sourceforge.net/tracker/index.php?func=detail&aid=794323&group_id=311&atid=300311
>  tracker is closed, I have switched to working on other issues.
>

Oh great 
I haven't try the developpement version...
It's work great, many thanks 

If I'll succed to authentificate the .htaccess with the exchange-ldap
protocol, that's will be terrific but I'm a problem with the mod_auth
:/

Many thx for your help ...


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Translation of Mail Forward plugin

2005-04-11 Thread Jevos, Peter
Hi,
I have one question about tranlastion of Mail Forward plugin.
There's nothing something like 
 bindtextdomain('demo', SM_PATH . 'plugins/demo/locale');
 textdomain('demo'); 
in the php scripts as it is written in Plugin translations how to on
http://cvs.sourceforge.net/viewcvs.py/squirrelmail/squirrelmail/doc/plug
in.txt?rev=HEAD&content-type=text/vnd.viewcvs-markup
Could someone help me ?
Thanks a lot 
pet 


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Deleted "internal folder data"-mail

2005-04-11 Thread Jon Funderud
Erreur: Impossible d'achever la requete.
Requete: SELECT "INBOX"
Raison invoquee: Internal error occured. Error report written to server
log. [...]

(Yes, it's in French... I think it translates to  "Could not complete
request")

I get this message when logging in. I am running SM on the web through ie.
I'm quite sure the reason is that I accidentally(!) deleted the "DO NOT
DELETE THIS MESSAGE" mail...

How can I get it back? It has not regenerated by itself..

Please forgive me if this problem has been covered already, I HAVE
searched the FAQ and archives, and found similar but none that made any
sense to me. Please also forgive me for being very much a novice...:)

Thank you!
Jon




---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Re: Could not create Hash directory (linux + apache this time)

2005-04-11 Thread Paul Lesneiwski
For your interest this is the situation. Quite interesting:
I'm using openbase_dir for security.
/home/virtual/domain1 ==symbolic==> site1/fst/
/home/virtual/site1/fst/var/www/squirrelmail-data
so therefore:
/home/virtual/domain1/var/www/squirrelmail-data is the same directory.
In squirrelmail vlogin config:
$data_dir = /home/virtual/###VIRTUALDOMAIN###/var/www/squirrelmail-data
In that domains apache's directives:
php_admin_value open_basedir 
/home/virtual/domain1/var/www/squirrelmail-data

The above doesn't work because of the symbolic link. I read that all 
symbolic links are resolved before checking against the the allowed 
baserdir's.
So I change apache to:

php_admin_value open_basedir 
/home/virtual/site1/fst/var/www/squirrelmail-data

However this won't work either.
It appears I actually have to change the vlogin config as well to 
show the actual path.

$site = exec(sitelookup(###VIRTUALDOMAIN###))
$data_dir = /home/virtual/site/fst/var/www/squirrelmail-data

you mean
$data_dir = /home/virtual/$site/fst/var/www/squirrelmail-data
?
($site, not site)

yes oops
if you need ###VIRTUALDOMAIN### to be replaced with "site1" then it 
might be possible to instead move your domain definition inside of 
vlogin's $virtualDomains array:

  'domain' => '/home/virtual/site1/fst/var/www/squirrelmail-data',
you mean 'data_dir' => ...?
yep.  this time my blunder.
Yes although unfortunately the site numbers don't always stay the same!
OMG, what a horrible environment
I might write a custom lookup function which just uses a hash table. 
Annoying that the symbolic links don't work as described. Would make 
life much easier!

--
Open Guild, LLC
http://openguild.net/
Software.Systems.Solutions
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Re: Re: Re: Sending Japanese Characters

2005-04-11 Thread Erin D. Hughes
--__--__-- Message: 3 Date: Tue, 29 Mar 2005 13:31:15 +0300 (EEST) 
Subject: Re: [SM-USERS] Re: Sending Japanese Characters From: "Tomas 
Kuliavas" <[EMAIL PROTECTED]> To: 
squirrelmail-users@lists.sourceforge.net

Message: 10 Date: Tue, 22 Mar 2005 20:51:22 +0200 (EET) Subject: Re:
[SM-USERS] Sending Japanese Characters From: "Tomas Kuliavas"
<[EMAIL PROTECTED]> To:
squirrelmail-users@lists.sourceforge.net>
 

I am experiencing a problem sending Japanese characters from
Squirrelmail using the English interface.

They end up in the users mailbox as テツ

if I send through my mail server via mail client like Thunderbird.
The
text is received correctly. Also if I send via Squirrel Mail with the
Japanese interface the characters are printed correctly as well.

Is there a way to switch the encoding to something like UTF-8 so it
will send Japanese from the English version of Squirrel Mail?
 


   

edit functions/i18n.php and set utf-8 charset for en_US translation in
$languages array or check custom_charset plugin.
Tomas

--  __--__-- 


Tomas thanks for your suggestion but I that did not work for me... most
of the text Kanji, Hirigana and Katakana is moji baki (unreadable)
regardless of what I change the en_US encoding to. I have tried utf-8 and
ja-utf-8 (saw this in phpmyadmin). Also I noticed what ever I changed the
encoding to this is what appeared in the header 
User-Agent: SquirrelMail/1.4.4-1.FC2
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit

I changed these lines in i18n.php

$languages['en_US']['NAME']= 'English';
$languages['en_US']['CHARSET'] = 'utf-8';
$languages['en_US']['LOCALE']  = 'en_US.utf-8';
$languages['en']['ALIAS']  = 'en_US';
 Was I changing the wrong lines or is there something else I need
to change? My problem is I have a number of bi-lingual users who's first
language is English but have to communicate with customers in Japanese
they would rather see a English interface even though they read/write
Japanese. Thanks Again, Erin
 

You have changed different squirrelmail install or RH changed something 
in squirrelmail i18n. Your changes should have set US English 
translation to utf-8 charset. Which charsets are used in your emails? 
iso-2022-jp, euc-jp, some other charset. Which extensions are supported 
by your php install? I need information about iconv and recode support. 
Which php version is used? Can you check if you can write in Japanese 
when Lithuanian or Russian translations are used. If lt_LT and ru_RU 
locales are not installed, interface will remain in English. Don't try 
to reply to other Japanese email. Only write in Japanese and check if 
others can read it. Can you create utf-8 encoded html page with all 
Kanji, Hirigana and Katakana characters and check if your browser 
displays them correctly?
-- Tomas

Tomas- 

First let me apologize for the delay in my response I was dragged away to work 
on a Windows project for a week or so.
PHP Version php-4.3.10-2.4
I am sorry I do not know what you mean by iconv and recode I searched for them on my system and in a the 
code sent back from my php info page and did not see them. 

I sent a mail from the Lithuanian interface of my Squirrelmail and it appears 
fine like and uses UTF-8
here is the header:
User-Agent: SquirrelMail/1.4.4-1.FC2
MIME-Version: 1.0
Content-Type: text/plain;charset=utf-8
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on localhost
X-Virus-Status: Clean

When I tried to change the English to UTF-8 it gives me broken text again. It 
is still including this header which has charset=iso-8859-1. If I manually 
change the encoding to UTF-8 in the users mail program and the text appears 
correctly in (Thunderbird or OE) (After it is sent from SquirrelMail)
User-Agent: SquirrelMail/1.4.4-1.FC2
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on localhost
X-Virus-Status: Clean
Status:   

æ

ããã
æåæ
ããã
I can create UTF-8 pages and post them on the server and they read correctly. 

Japanese mail is ussually encoded in iso-2022-jp and that will handle all Kanji, Hirigana, and Katakana.
But UTF-8 will work for most everything as well. 

2 points of interest ***I am sure others know this file much better than I do but here goes***
I found this in while searching for en_US 

// Catch removed translation
   if (!isset($languages[$my_language])) {
   $my_language="en_US";
   }
   while (isset($languages[$my_language]['ALIAS'])) {
   $my_language = $languages[$my_language]['ALIAS'];
   }
   $my_charset = $languages[$my_language]['CHARSET'];
   if ($my_language!='en_US') {
   $default_charset = $my_charset;

And I also note there was a extra line associated with Japanese XTRA_CODE
$languages['ja_JP']['N

Re: [SM-USERS] Re: php accelerators

2005-04-11 Thread Ricardo Stella
Look at eaccelerator instead - MMCache apparently is no longer being 
supported, and eaccelerator took over.

www.eaccelerator.net

Daniel Watts wrote:
Paul Lesneiwski wrote:
 

All,
 After seeing Turck MMCache bite it hard on PHP 4.3.10 (segfaults if
you use the cache; optimizer still works), I was pretty disappointed, as
the other options aren't appealing (PHPA I found to be dreadfully slow,
think $995/yr amounts to little less than extortion, etc).
 I saw a site that looked like it was trying to continue MMCache
development ala integrating patches that were compiled to date (sorry,
don't have the URI handy), but it was hard to figure out how to get that
code and once I did, it STILL didn't work with PHP 4.3.10.
 I just came across what looks to be the most promising alternative so
far: http://eaccelerator.net/HomeUk  This appears to be a MMCache
extension under current development, except it gives me the impression
that even that is tentative.
 Anyone have any input, experience, thoughts, etc?
-paul
   

I'm just bringing this worthwhile thread back to life. PHP accelerators
are obvoiusly of hugh import to squirrelmail admins/users. I am
currently running PHPA and, whilst it does help, I'm not sure how it
will cope as I scale upwards.
Is MMCache still buggy with 4.3.10 (or .11)?
Whilst we are on about performance improvers, what other things should
we suggest people use to help squeeze performance? I for one am
currenlty using IMAPProxy which works a charm.
Here are my stats for imapproxy:
 Server Start Time: Mon Apr  4 08:48:31 2005
Last Counter Reset Time: Mon Apr  4 08:48:31 2005

CLIENT CONNECTIONS

   current: 0 peak:11

ACTIVE SERVER CONNECTIONS

   current: 0 peak:10

CACHED SERVER CONNECTIONS

   current:18 peak:   123

CONNECTION TOTALS

   client connections accepted:283875
   client logins:  283259
   server connections created:  33776
   server connection reuses:   249483
   client login to server login ratio:   8.39 : 1
It really helps when moving from one email in a folder to the next.
Instant responses.
One downside to this is the fact that you have to change your
squrirelmail config file to point to the port that imapproxy listens on.
What would be nice would be if we could get squirrelmail to have a
fallback port of the default imap port. Then if imapproxy ever crashed
squirrelmail would continue using normal imap connections.
(new thread started for this topic actually!).
Best,
Daniel

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
 

--
{[][][]=|||=(==
begin:vcard
fn:Ricardo Stella
n:Stella;Ricardo
org:Rider University
adr;dom:;;2083 Lawrenceville Rd;Lawrenceville;NJ;08648
version:2.1
end:vcard



[SM-USERS] Bug Report

2005-04-11 Thread normg1
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 ...
... try to do/view/use 
OPTIONs INDEX ORDER ADD SIZE



The description of the bug:
I NEED TO KEEP MY MAIL ONT HE SERVER FOR A FEW DYAS BECAUSE I ACCESS IT
FROM BOTH MY PC AND FROM MY PALM TREO. HOWEVER, IF SOMEONE SENDS ME A
LARGE MESSAGE I NEED TO GO INTO THE PROGRAM DIRECTLY USING WEB MAIL AND
DELETE IT. SO I TREID TO ADD SIZE TO THE LIST OF INDEX OPTIONS. WHILE YOU
CAN ADD SIZE, IF YOU THEN TRY TO MOVE IT UP IN THE LIST, THE WORD SIZE
DISAPPEARS. IF YOU THEN MOVE IT UP ONE MORE LEVEL, IT GOES AWAY
COMPLETELY. IF YOU REMOVE FLAGS TO MAKE MORE ON SCREEN SPACE, SIZE GOES
AWAY TOO.

BOTTOM LINE. YOU CAN NEVER EVER GET A SIZE COLUMN TO DISPLAY, YOU CANNOT
VIEW OR SORT BY SIZE, AND YOU CERTAINLY CANNOT SEARCH BY SIZE (IE. MESSAGE
LARGER THAN 1 MB FOR EXAMPLE. THE LATTER DEFICIENCY IS NOT A BUG BUT A
MISSING FEATURE. THE INABILITY TO EVEN GET A SIZE COLUMN TO DISPLAY OR TO
SORT BY SIZE OF TO MORE SIZE AROUND INTHE COLUMN LIST IS A REAL BUG!)


I can reproduce the bug by:

TRYING TO ADD SIZE TO THE SORT OPTIONS AND TRYING TO MOVE SIZE UP IN THE
LIST. OR BY ADDING SIZE AND THEN TRYING  TO REMOVE FLAGS.


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


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


--

My browser information:
  Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.7
(KHTML, like Gecko) Safari/125.12
  get_browser() information (List)
* Nothing listed

My web server information:
  PHP Version 4.3.4
  PHP Extensions (List)
* 0 = xml
* 1 = tokenizer
* 2 = standard
* 3 = sockets
* 4 = session
* 5 = posix
* 6 = pcre
* 7 = overload
* 8 = mysql
* 9 = ftp
* 10 = ctype
* 11 = apache

SquirrelMail-specific information:
  Version:  1.2.7
  Plugins (List)
* 0 = administrator
* 1 = bug_report
* 2 = calendar
* 3 = delete_move_next
* 4 = newmail
* 5 = sent_subfolders
* 6 = squirrelspell
* 7 = view_as_html
* 8 = undelete
* 9 = sqclock
* 10 = paginator
* 11 = msg_flags
* 12 = motd
* 13 = legend
* 14 = folder_sizes
* 15 = email_priority
* 16 = email_footer
* 17 = dictionary
* 18 = autocomplete
* 19 = auto_cc
* 20 = address_add
* 21 = addgraphics
* 22 = abook_take
* 23 = abook_import_export
* 24 =
* 25 = new_window
* 26 = picons

My IMAP server information:
  Server type:  other
  Server info:  * OK [HIDDEN] Ready emprox03.adnc.com
  Cabailities:  IMAP4 IMAP4REV1


-
This email was sent using AIS WebMail.
http://www.americanis.net/




---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Thanks

2005-04-11 Thread Matthew Kiliswa Shahi


I se squirrel mail


Please advice me on how to upgrade it.

I need to hve your most ecent version.

Thanks



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Re: php accelerators

2005-04-11 Thread Daniel Watts

Look at eaccelerator instead - MMCache apparently is no longer being 
supported, and eaccelerator took over.

www.eaccelerator.net
Thanks for the link Ricardo.
Can anyone confirm fautless use of eaccelerator with squirrelmail / php 
4.3.10/11?

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Bug Report

2005-04-11 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:squirrelmail-
> [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> Sent: Sunday, April 10, 2005 1:49 PM

> BOTTOM LINE. YOU CAN NEVER EVER GET A SIZE COLUMN TO DISPLAY, YOU
CANNOT
> VIEW OR SORT BY SIZE, AND YOU CERTAINLY CANNOT SEARCH BY SIZE (IE.
MESSAGE
> LARGER THAN 1 MB FOR EXAMPLE. THE LATTER DEFICIENCY IS NOT A BUG BUT A
> MISSING FEATURE. THE INABILITY TO EVEN GET A SIZE COLUMN TO DISPLAY OR
TO
> SORT BY SIZE OF TO MORE SIZE AROUND INTHE COLUMN LIST IS A REAL BUG!)
>


> SquirrelMail-specific information:
>   Version:  1.2.7

1.2.7 is almost 3 years out of date. There have been a huge number of
bug fixes since its release including a number of important security
fixes. I do not experience your problem above with 1.4.4. If possible,
you should consider upgrading.

--
Marc


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] LDAP mailhost routing and squirrelmail

2005-04-11 Thread acqant
Thanks for the responses!  I sent the original from the wrong email
thanks for the heads up.

Anyway.  I plan on using Perdition and pointing Squirrelmail to that so
it's perditions job to get them to the correct IMAP/POP server.  The
biggest problem isn't so much vlogin but the vacation plugin.

I was hoping the plugins used session based user environment variables
instead of startup initialization.  Then if you used something like a
vlogin or ldapuserdata the other plugins, like vacation, would get it's
server information from that.

If someone could point me to a part in the development guide that would
explain how I could pass username and imap server via login
attributes/envrionment variables I'll be glad to hack up vlogin and vaction.



> On Sat, 2005-04-09 at 20:00 -0400, anthony wrote:
> 
> 
>>> Does anyone know if any of the plugins use LDAP to get IMAP server
>>> info based on the username?
> 
> 
> As Paul wrote, the easiest solution would probably be to write some code
> for the vlogin plugin for your case.
> 
> 
> 
>>> The closest thing I have see is the vlogin plugin that uses regular
>>> expression to direct the user to the right IMAP server.  But then
>>> that defeats the whole ldap based routing feature of putting any
>>> user on any server.
> 
> 
> Hm. Because Squirrelmail by itself is just a client, it usually leaves
> this up to the IMAP server. How do your IMAP clients *know* which server
> to connect to? :/
> 
> A more advanced solution would be to use Cyrus Murder setup. If
> Squirrelmail supports at some time IMAP Referals and connects to the
> right server every time, it will even save you load on the master
> server.
> 
> Another idea would be to take a look at my ldapuserdata plugin. In this
> plugin, among other things I am getting imapserver ldap attribute but
> not really using it. Because I simply rely on IMAP server
> authentication, that happens on LDAP anyway, you should really hack this
> your own way and make some use out of it, or use it in conjuction with
> vlogin and being very careful too. If you think that this could be
> possible, check
> http://email.uoa.gr/projects/squirrelmail/ldapuserdata.php and download
> from my CVS rep.
> 
> BTW, you should really not disclose so many personal details (phone #s
> etc) in public!
> 
> -- Alexandros Vellis University of Athens [EMAIL PROTECTED] Network
> Operations Centre


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Thanks

2005-04-11 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:squirrelmail-
> [EMAIL PROTECTED] On Behalf Of Matthew Kiliswa Shahi
> Sent: Monday, April 11, 2005 1:51 AM
> To: squirrelmail-users@lists.sourceforge.net
> Subject: [SM-USERS] Thanks
> 
> 
> 
> I se squirrel mail
> 
> 
> Please advice me on how to upgrade it.

Follow the instructions in the UPGRADE file.

> 
> I need to hve your most ecent version.

http://www.squirrelmail.org/download.php

--
Marc



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Translation of Mail Forward plugin

2005-04-11 Thread Fredrik Jervfors
> Hi,
> I have one question about tranlastion of Mail Forward plugin.
> There's nothing something like
> bindtextdomain('demo', SM_PATH . 'plugins/demo/locale');
> textdomain('demo'); in the php scripts as it is written in Plugin
> translations how to on
> http://cvs.sourceforge.net/viewcvs.py/squirrelmail/squirrelmail/doc/plug
> in.txt?rev=HEAD&content-type=text/vnd.viewcvs-markup Could someone help me
> ?
> Thanks a lot
> pet


Hi Peter.

Try this (untested) patch. Note that the translation should be in 'locale'
instead of 'plugins/mail_fwd/locales' since that's a better choice for
various reasons. Now all you have to do is to translate it.

Sincerely,
Fredrik.


mail_fwd.patch.gz
Description: GNU Zip compressed data


Re: [SM-USERS] Re: Re: Re: Sending Japanese Characters

2005-04-11 Thread Tomas Kuliavas
>>> I changed these lines in i18n.php
>>> 
>>> $languages['en_US']['NAME']= 'English';
>>> $languages['en_US']['CHARSET'] = 'utf-8';
>>> $languages['en_US']['LOCALE']  = 'en_US.utf-8';
>>> $languages['en']['ALIAS']  = 'en_US';
>>>  Was I changing the wrong lines or is there something else I
>>> need to change? My problem is I have a number of bi-lingual users
>>> who's first language is English but have to communicate with customers
>>> in Japanese they would rather see a English interface even though they
>>> read/write Japanese. Thanks Again, Erin
>>>
>>
>>
>> You have changed different squirrelmail install or RH changed something
>> in squirrelmail i18n. Your changes should have set US English translation
>> to utf-8 charset. Which charsets are used in your emails? iso-2022-jp,
>> euc-jp, some other charset. Which extensions are supported by your php
>> install? I need information about iconv and recode support. Which php
>> version is used? Can you check if you can write in Japanese when
>> Lithuanian or Russian translations are used. If lt_LT and ru_RU
>> locales are not installed, interface will remain in English. Don't try to
>> reply to other Japanese email. Only write in Japanese and check if others
>> can read it. Can you create utf-8 encoded html page with all Kanji,
>> Hirigana and Katakana characters and check if your browser
>> displays them correctly? -- Tomas
>
>
>
> Tomas-
>
>
> First let me apologize for the delay in my response I was dragged away to
> work on a Windows project for a week or so.
>
> PHP Version php-4.3.10-2.4
> I am sorry I do not know what you mean by iconv and recode I searched for
> them on my system and in a the code sent back from my php info page and
> did not see them.
>
> I sent a mail from the Lithuanian interface of my Squirrelmail and it
> appears fine like and uses UTF-8 here is the header:
>
> User-Agent: SquirrelMail/1.4.4-1.FC2
> MIME-Version: 1.0
> Content-Type: text/plain;charset=utf-8
> Content-Transfer-Encoding: 8bit
> X-Priority: 3 (Normal)
> Importance: Normal
> X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on
> localhost X-Virus-Status: Clean
>
>
>
>
> When I tried to change the English to UTF-8 it gives me broken text
> again. It is still including this header which has charset=iso-8859-1. If
> I manually change the encoding to UTF-8 in the users mail program and the
> text appears correctly in (Thunderbird or OE) (After it is sent from
> SquirrelMail)
>
>
> User-Agent: SquirrelMail/1.4.4-1.FC2
> MIME-Version: 1.0
> Content-Type: text/plain;charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
> X-Priority: 3 (Normal)
> Importance: Normal
> X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on
> localhost X-Virus-Status: Clean
> Status:
>
>
> æ
>
>
> 
>
>
> ããã
>
>
> æåæ
>
>
> ããã
>
>
> I can create UTF-8 pages and post them on the server and they read
> correctly.
>
> Japanese mail is ussually encoded in iso-2022-jp and that will handle all
> Kanji, Hirigana, and Katakana.
> But UTF-8 will work for most everything as well.
>
>
> 2 points of interest ***I am sure others know this file much better than
> I do but here goes***
> I found this in while searching for en_US
>
> // Catch removed translation
> if (!isset($languages[$my_language])) { $my_language="en_US";
> }
> while (isset($languages[$my_language]['ALIAS'])) { $my_language =
> $languages[$my_language]['ALIAS'];
> }
> $my_charset = $languages[$my_language]['CHARSET'];
> if ($my_language!='en_US') { $default_charset = $my_charset;
>
>
>
>
> And I also note there was a extra line associated with Japanese XTRA_CODE
>
>
> $languages['ja_JP']['NAME']= 'Japanese';
> $languages['ja_JP']['CHARSET'] = 'iso-2022-jp';
> $languages['ja_JP']['XTRA_CODE'] = 'japanese_charset_xtra';
> $languages['ja']['ALIAS']  = 'ja_JP';
>
>
> Does anyone have any other thoughts on this?

http://www.php.net/iconv
http://www.php.net/recode
In order to read Eastern charsets without toasting your server,
squirrelmail needs external functions that support convertions to html
entities. In some cases conversion to utf-8 works too. Convertion to html
entities can be implemented in php recode extension (ussually not enabled
due to conflicts with imap extension) or php 4.3+ mbstring extension (i
suspect it does not cover some Japanese chars). Conversion to utf-8 can be
implemented in php recode, iconv or mbstring extensions. I might try
implementing it in external conversion program too.

Japanese translation uses XTRA_CODE functions to override default behavior
of squirrelmail functions. Used code converts composed emails to
iso-2022-jp, uses mb_encode_mimeheader() to encode headers to B encoding
instead of Q encoding used in squirrelmail by default, converts headers
and body between different Japanese charsets.

You have posted code from set_up_language() function, which sets charset
used by translation and makes sure that translation exists in $languages
array. It can 

[SM-USERS] Messages looking odd?

2005-04-11 Thread Matt
Does anyone have any idea what would cause e-mail from some customers
to go out like this:


This
is
an
example
of
how
the
e-mail
from
squirrelmail
is
going
out
sometimes.


Where every time the user hits space it seems to interpret that as a
carrage return.   I've watched the one person type the mail and it's
being typed just fine.  Any thoughts?


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Spam

2005-04-11 Thread krobbins
I have started getting bombarded in the last 2 days with spam regarding
stocks and financial companies.  Any way to filter this out?

Thank you,

Kevin Robbins







---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Spam

2005-04-11 Thread Patrick Donker
[EMAIL PROTECTED] wrote:
I have started getting bombarded in the last 2 days with spam regarding
stocks and financial companies.  Any way to filter this out?
Thank you,
Kevin Robbins
 

What server do you run? There is enough info on this matter on the 
support site from your mta developer
For qmail I know there are many solutions on this
-Patrick

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Thanks

2005-04-11 Thread Paul Lesneiwski

Matthew Kiliswa Shahi wrote:
I se squirrel mail
Please advice me on how to upgrade it.
I need to hve your most ecent version.
Read.
Read the web site.
Download the software and read the documentation.

--
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Bug Report

2005-04-11 Thread Marc Powell
Please reply on-list so others can follow.

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Norm
> Gilbert
> Sent: Monday, April 11, 2005 12:40 PM
> To: Marc Powell
> Subject: RE: [SM-USERS] Bug Report
> 
> how? The software runs on my ISP servers?

Then ask them to upgrade. If you're not the administrator of the
software you should have gone to them in the first place. Presumably you
pay them to provide you with functional services. 
 
> Can you contact them? Adnc.com

Umm. No. Why would they listen to me even if I was remotely interested
in handling your problems for you. I had my tires rotated the other day
but now my car vibrates a lot. Can you call my mechanic for me? It's
Joe's Fix-It-All.

--
Marc

> -Original Message-
> 
> From:  "Marc Powell" <[EMAIL PROTECTED]>
> Subj:  RE: [SM-USERS] Bug Report
> Date:  Mon Apr 11, 2005 7:31 am
> Size:  900 bytes
> To:  <[EMAIL PROTECTED]>, 
> 
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:squirrelmail-
> > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> > Sent: Sunday, April 10, 2005 1:49 PM
> 
> > BOTTOM LINE. YOU CAN NEVER EVER GET A SIZE COLUMN TO DISPLAY, YOU
> CANNOT
> > VIEW OR SORT BY SIZE, AND YOU CERTAINLY CANNOT SEARCH BY SIZE (IE.
> MESSAGE
> > LARGER THAN 1 MB FOR EXAMPLE. THE LATTER DEFICIENCY IS NOT A BUG BUT
A
> > MISSING FEATURE. THE INABILITY TO EVEN GET A SIZE COLUMN TO DISPLAY
OR
> TO
> > SORT BY SIZE OF TO MORE SIZE AROUND INTHE COLUMN LIST IS A REAL
BUG!)
> >
> 
> 
> > SquirrelMail-specific information:
> >   Version:  1.2.7
> 
> 1.2.7 is almost 3 years out of date. There have been a huge number of
> bug fixes since its release including a number of important security
> fixes. I do not experience your problem above with 1.4.4. If possible,
> you should consider upgrading.
> 
> --
> Marc
> 
> 
> 
> Norm Gilbert


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Translation of Mail Forward plugin

2005-04-11 Thread Paul Lesneiwski

Jevos, Peter wrote:
Hi,
I have one question about tranlastion of Mail Forward plugin.
There's nothing something like 
 bindtextdomain('demo', SM_PATH . 'plugins/demo/locale');
 textdomain('demo'); 
Yep, it is an old-ish plugin.  You'll need to add those bind calls to 
the code.  Send a patch when you're done.

Cheers,
 Paul
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] LDAP mailhost routing and squirrelmail

2005-04-11 Thread Paul Lesneiwski

acqant wrote:
Thanks for the responses!  I sent the original from the wrong email
thanks for the heads up.
Anyway.  I plan on using Perdition and pointing Squirrelmail to that so
it's perditions job to get them to the correct IMAP/POP server.  The
biggest problem isn't so much vlogin but the vacation plugin.
I was hoping the plugins used session based user environment variables
instead of startup initialization.  Then if you used something like a
vlogin or ldapuserdata the other plugins, like vacation, would get it's
server information from that.
Eh?  If you give SM a username and pass it along to the IMAP server or 
other proxy software, then why do you ever expect SM will have anything 
other than the original username?  What is your vacation system?  If you 
have something like Maildrop, the courier-vacation plugin has a LDAP 
backend I can send you, but the way your system works, it'd need to be 
modified.

If someone could point me to a part in the development guide that would
explain how I could pass username and imap server via login
attributes/envrionment variables I'll be glad to hack up vlogin and vaction.
Dig in the code yourself.  I am not sure what you're trying to do.


On Sat, 2005-04-09 at 20:00 -0400, anthony wrote:

Does anyone know if any of the plugins use LDAP to get IMAP server
info based on the username?

As Paul wrote, the easiest solution would probably be to write some code
for the vlogin plugin for your case.


The closest thing I have see is the vlogin plugin that uses regular
expression to direct the user to the right IMAP server.  But then
that defeats the whole ldap based routing feature of putting any
user on any server.

Hm. Because Squirrelmail by itself is just a client, it usually leaves
this up to the IMAP server. How do your IMAP clients *know* which server
to connect to? :/
A more advanced solution would be to use Cyrus Murder setup. If
Squirrelmail supports at some time IMAP Referals and connects to the
right server every time, it will even save you load on the master
server.
Another idea would be to take a look at my ldapuserdata plugin. In this
plugin, among other things I am getting imapserver ldap attribute but
not really using it. Because I simply rely on IMAP server
authentication, that happens on LDAP anyway, you should really hack this
your own way and make some use out of it, or use it in conjuction with
vlogin and being very careful too. If you think that this could be
possible, check
http://email.uoa.gr/projects/squirrelmail/ldapuserdata.php and download
from my CVS rep.
BTW, you should really not disclose so many personal details (phone #s
etc) in public!
-- Alexandros Vellis University of Athens [EMAIL PROTECTED] Network
Operations Centre

--
Open Guild, LLC
http://openguild.net/
Software.Systems.Solutions
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Apache2Triad

2005-04-11 Thread Thomas R. Stephenson
I have been running into a problem trying to use the Apache2Triad.  I've
copied the SquirrelMail for an old v1.3 setup htdocs to the Apache2 setup
htdocs on both a Win2K Pro and WinXP Pro machine and it appears to work
but
trying to write the .pref files fails.

Has anyone else tried using the Apache2Triad package with SquirrelMail?


-- 

Thomas R. Stephenson, CPL
Member of the Pegasus Mail Support Team



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users