Re: [PHP] PHP Web Mail

2004-07-25 Thread robert mena
ROTECTED] > > Sent: 05 July 2004 12:09 > > To: I.A. Gray > > Cc: [EMAIL PROTECTED] > > Subject: Re: [PHP] PHP Web Mail > > > > > > Hello, > > > Does anyone know a good PHP-based (free if possible) web mail other than > > > UebiMiau that

Re: [PHP] PHP Web Mail

2004-07-07 Thread raditha dissanayake
Christophe Chisogne wrote: raditha dissanayake a écrit : IMAP being a general file access protocol, there are inherent security problems to be aware of. On some srv, you could easily get /etc/passwd by simply knowing a single user/password. Please explain how. [sorry to be off-topic on a php list

Re: [PHP] PHP Web Mail

2004-07-07 Thread Christophe Chisogne
Marek Kilimajer a écrit : > it's not the fault of the imap protocol. IMAP is a general file access protocol[1] (POP3 isnt) So IMAP is more dangerous, by its very nature. From a user perspective, this doesnt matters. But it's very different when you're administrator taking care of a site's security.

Re: [PHP] PHP Web Mail

2004-07-07 Thread Marek Kilimajer
Christophe Chisogne wrote: Example: badly configured server, angry user john using mozilla and knowing a single login/password on the server (that login doesnt even have a valid shell, ex /bin/false) In mozilla, john creates an IMAP account, choosing '/etc' as directory folder, then 'subscribe' to

Re: [PHP] PHP Web Mail

2004-07-07 Thread Christophe Chisogne
raditha dissanayake a écrit : IMAP being a general file access protocol, there are inherent security problems to be aware of. On some srv, you could easily get /etc/passwd by simply knowing a single user/password. Please explain how. [sorry to be off-topic on a php list but I'll answer anyway] Exam

Re: [PHP] PHP Web Mail

2004-07-06 Thread raditha dissanayake
Christophe Chisogne wrote: raditha dissanayake a écrit : at the risk of starting a flame war: IMAP is the devine way of using email. POP3 sux. :-) IMAP being a general file access protocol, there are inherent security problems to be aware of. On some srv, you could easily get /etc/passwd by simpl

Re: [PHP] PHP Web Mail

2004-07-06 Thread raditha dissanayake
Justin Patrin wrote: On Mon, 5 Jul 2004 13:01:08 -0400, John Hicks <[EMAIL PROTECTED]> wrote: On Monday 05 July 2004 07:33 am, I.A. Gray wrote: Thanks- looked at Squirrel Mail. Looks really good, however we use POP3- I don't think Squirrel Mail uses POP3 does it? Most if not all web

Re: [PHP] PHP Web Mail

2004-07-06 Thread Christophe Chisogne
raditha dissanayake a écrit : at the risk of starting a flame war: IMAP is the devine way of using email. POP3 sux. :-) IMAP being a general file access protocol, there are inherent security problems to be aware of. On some srv, you could easily get /etc/passwd by simply knowing a single user/pass

Re: [PHP] PHP Web Mail

2004-07-05 Thread Curt Zirzow
* Thus wrote Justin Patrin: > On Mon, 5 Jul 2004 13:01:08 -0400, John Hicks <[EMAIL PROTECTED]> wrote: > > On Monday 05 July 2004 07:33 am, I.A. Gray wrote: > > > Thanks- looked at Squirrel Mail. Looks really good, > > > however we use POP3- I don't think Squirrel Mail > > > uses POP3 does it? > >

Re: [PHP] PHP Web Mail

2004-07-05 Thread Justin Patrin
ose Leon [mailto:[EMAIL PROTECTED] > > Sent: 05 July 2004 12:09 > > To: I.A. Gray > > Cc: [EMAIL PROTECTED] > > Subject: Re: [PHP] PHP Web Mail > > > > > > Hello, > > > > > Does anyone know a good PHP-based (free if > > > possible) web

Re: [PHP] PHP Web Mail

2004-07-05 Thread Tom Rogers
Hi, Monday, July 5, 2004, 8:14:44 PM, you wrote: IAG> Hi everyone, IAG> I use UebiMiau for our web mail service, but to be honest I haven't been IAG> particularly happy with it. It's ok, but what I find frustrating is that if IAG> our customers click the back button on their browser it always gi

Re: [PHP] PHP Web Mail

2004-07-05 Thread John Hicks
t; the world. And, of course it has to be in PHP- what > other language is there? > > Thanks again, > > Ian > > -Original Message- > From: John Hicks [mailto:[EMAIL PROTECTED] > Sent: 05 July 2004 18:01 > To: I.A. Gray; Jose Leon; [EMAIL PROTECTED] > Subject:

RE: [PHP] PHP Web Mail

2004-07-05 Thread I.A. Gray
] Sent: 05 July 2004 18:01 To: I.A. Gray; Jose Leon; [EMAIL PROTECTED] Subject: Re: [PHP] PHP Web Mail On Monday 05 July 2004 07:33 am, I.A. Gray wrote: > Thanks- looked at Squirrel Mail. Looks really good, > however we use POP3- I don't think Squirrel Mail > uses POP3 does it? M

Re: [PHP] PHP Web Mail

2004-07-05 Thread Matthew Sims
7;s fantastic. --Matthew Sims --<http://killermookie.org> > > >> -Original Message- >> From: Jose Leon [mailto:[EMAIL PROTECTED] >> Sent: 05 July 2004 12:09 >> To: I.A. Gray >> Cc: [EMAIL PROTECTED] >> Subject: Re: [PHP] PHP Web Mail >

Re: [PHP] PHP Web Mail

2004-07-05 Thread John Hicks
to the client and then drops it. --John > -Original Message- > From: Jose Leon [mailto:[EMAIL PROTECTED] > Sent: 05 July 2004 12:09 > To: I.A. Gray > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] PHP Web Mail > > > Hello, > > > Does anyone know a good PHP-ba

Re: [PHP] PHP Web Mail

2004-07-05 Thread Petar [Lists]
www.ilohamail.org You can set this one up in about 10 minutes and will do IMAP and POP3. Works with flat files or MYSQL ..Petar - Original Message - From: "I.A. Gray" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 05, 2004 6:14 PM Subject: [PHP] PHP Web Mail > Hi ever

Re: [PHP] PHP Web Mail

2004-07-05 Thread raditha dissanayake
I.A. Gray wrote: Thanks- looked at Squirrel Mail. Looks really good, however we use POP3- I don't think Squirrel Mail uses POP3 does it? at the risk of starting a flame war: IMAP is the devine way of using email. POP3 sux. :-) (sorry couldn't resist) -- Raditha Dissanayake. --

Re: [PHP] PHP Web Mail

2004-07-05 Thread Jose Leon
Hello, On Mon, 5 Jul 2004 12:33:38 +0100, I.A. Gray <[EMAIL PROTECTED]> wrote: > Thanks- looked at Squirrel Mail. Looks really good, however we use POP3- I > don't think Squirrel Mail uses POP3 does it? SquirrelMail is a web interface to an IMAP mail server, you can set up fetch mail to retrieve y

RE: [PHP] PHP Web Mail

2004-07-05 Thread webmaster
> > -Original Message- > From: Jose Leon [mailto:[EMAIL PROTECTED] > Sent: 05 July 2004 12:09 > To: I.A. Gray > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] PHP Web Mail > > > Hello, > > Does anyone know a good PHP-based (free if possible) web mail other than

RE: [PHP] PHP Web Mail

2004-07-05 Thread I.A. Gray
Thanks- looked at Squirrel Mail. Looks really good, however we use POP3- I don't think Squirrel Mail uses POP3 does it? -Original Message- From: Jose Leon [mailto:[EMAIL PROTECTED] Sent: 05 July 2004 12:09 To: I.A. Gray Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP Web Mail

Re: [PHP] PHP Web Mail

2004-07-05 Thread Jose Leon
Hello, > Does anyone know a good PHP-based (free if possible) web mail other than > UebiMiau that they would recommend? Why not Squirrel Mail? http://www.squirrelmail.org Regards. -- qadram :: software development http://www.qadram.com -- PHP General Mailing List (http://www.php.net/) To unsubs