Re: webmail for debian

2002-02-10 Thread Theodore Knab

  does anybody know some webmail system for debian?

Just remember there is both IMAP and POP.

With webmail this is important. IMAP is more efficient than POP. 
With IMAP, the webmail client will grap the mail headers first. 
When users click on the mail to view, the webmail client will send 
a request through port 143 for the individual message. 

According to my understanding, POP uses a simplier and less efficient 
approach. I think that most would recommend IMAP for webmail.

An IMAP server should be a prerequisite for webmail unless you have
unlimited bandwidth.

So, do you have an IMAP server ?

My 2 favorite are Cyrus or Courier IMAP.

Courier IMAP provides the greatest performance for disk reads and
writes.

Cyrus provides the greatest flexibility and works with most proprietary
mail clients, including Eudora and Outlook.

UW IMAP is probably the best documented, but has various problems.

I have Cyrus working with Postfix.
All mail accounts are stored and managed by Cyrus.
Thus, there is no need for shell accounts for mail users.

Cyrus does not seem to have a stable native Directory Service, so LDAP 
may be needed if you want to lookup globally shared addresses like a campus
directory.

My favorite IMAP webclient is Silkymail.

O'Reilly publishing also recommends Silymail in the IMAP book.

http://demo.silkymail.com

For an IMAP example you and use: 
loging of anonymous
password  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: webmail for debian

2002-02-10 Thread Theodore Knab
  does anybody know some webmail system for debian?

Just remember there is both IMAP and POP.

With webmail this is important. IMAP is more efficient than POP. 
With IMAP, the webmail client will grap the mail headers first. 
When users click on the mail to view, the webmail client will send 
a request through port 143 for the individual message. 

According to my understanding, POP uses a simplier and less efficient 
approach. I think that most would recommend IMAP for webmail.

An IMAP server should be a prerequisite for webmail unless you have
unlimited bandwidth.

So, do you have an IMAP server ?

My 2 favorite are Cyrus or Courier IMAP.

Courier IMAP provides the greatest performance for disk reads and
writes.

Cyrus provides the greatest flexibility and works with most proprietary
mail clients, including Eudora and Outlook.

UW IMAP is probably the best documented, but has various problems.

I have Cyrus working with Postfix.
All mail accounts are stored and managed by Cyrus.
Thus, there is no need for shell accounts for mail users.

Cyrus does not seem to have a stable native Directory Service, so LDAP 
may be needed if you want to lookup globally shared addresses like a campus
directory.

My favorite IMAP webclient is Silkymail.

O'Reilly publishing also recommends Silymail in the IMAP book.

http://demo.silkymail.com

For an IMAP example you and use: 
loging of anonymous
password  [EMAIL PROTECTED]




Re: webmail for debian

2002-02-10 Thread Anthony J. Breeds-Taurima
On Fri, 8 Feb 2002 [EMAIL PROTECTED] wrote:

 does anybody know some webmail system for debian?

Try twig
http://twig.screwdriver.net/


Yours Tony.

/*
 * The significant problems we face cannot be solved at the 
 * same level of thinking we were at when we created them.
 * --Albert Einstein
 */




webmail for debian

2002-02-08 Thread soporte

does anybody know some webmail system for debian?

Thanks

Josep


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: webmail for debian

2002-02-08 Thread Robert Waldner


On Fri, 08 Feb 2002 14:52:29 +0100, [EMAIL PROTECTED] writes:
does anybody know some webmail system for debian?

squirrelmail (from unstable, but getting it to work on a stable box is 
 a one-line - fix) works pretty well here.

cheers,
rw
-- 
/ Ing. Robert Waldner | Security Engineer |  CoreTec IT-Security  \
\   [EMAIL PROTECTED]   | T +43 1 503 72 73 | F +43 1 503 72 73 x99 /





msg05303/pgp0.pgp
Description: PGP signature


RE: webmail for debian

2002-02-08 Thread Craigsc

Try horde / imp

..Craig

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 08, 2002 3:52 PM
To: [EMAIL PROTECTED]
Subject: webmail for debian


does anybody know some webmail system for debian?

Thanks

Josep


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: webmail for debian

2002-02-08 Thread Robert Waldner


On Fri, 08 Feb 2002 10:52:47 -0400, [EMAIL PROTECTED] writes:
Any hint about the fix for squirrel?

dpkg -i squirrelmail-package
vi /var/lib/dpkg/status
change the dependency from perl-base to perl or perl-5.005 (or 
 the other way around, can't remember)
apt-get install squirrelmail

cheers,
rw
-- 
/ Ing. Robert Waldner | Security Engineer |  CoreTec IT-Security  \
\   [EMAIL PROTECTED]   | T +43 1 503 72 73 | F +43 1 503 72 73 x99 /





msg05305/pgp0.pgp
Description: PGP signature


Re: webmail for debian

2002-02-08 Thread Erik Wenzel

On Fri, Feb 08, 2002 at 02:52:29PM +0100, [EMAIL PROTECTED] wrote:
 does anybody know some webmail system for debian?
Try apt-get install nocc on sid/woody.

--
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




RE: webmail for debian

2002-02-08 Thread John Ackermann N8UR

I've been using Silkymail from http://www.cyrusoft.com/silkymail.  It's a 
modified version of IMP that has a very smooth user interface (it's very 
similar to the Mulberry email client, which I also use and like very much). 
Installation is either a (relative) breeze or a nightmare.  It's a breeze 
if you're installing on an otherwise barren machine because the tarball 
includes about six different packages -- apache, SSL, uw-imap, imp, and 
gawd-knows-what-else -- which it installs under its own directory tree. 
The nightmare comes in if you already have some of those tools installed in 
other places on your system.  But it can be made to work.

The version I'm running right now is 1.1.x.  1.2 is out, and I was told 
several weeks ago that 1.3 is imminent, but there's no sign of it at the 
web site yet.

John
[EMAIL PROTECTED]


--On Friday, February 08, 2002 3:57 PM +0200 Craigsc [EMAIL PROTECTED] 
wrote:

 Try horde / imp

 ..Craig

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Friday, February 08, 2002 3:52 PM
 To: [EMAIL PROTECTED]
 Subject: webmail for debian


 does anybody know some webmail system for debian?

 Thanks

 Josep


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]







John AckermannN8UR [EMAIL PROTECTED] http://www.febo.com
President, TAPR[EMAIL PROTECTED]http://www.tapr.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




RE: webmail for debian

2002-02-08 Thread Bodó Zsolt

Try IMP
http://www.horde.org/

zs

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: 2002. február 8. 14:52
 To: [EMAIL PROTECTED]
 Subject: webmail for debian
 
 
 does anybody know some webmail system for debian?
 
 Thanks
 
 Josep
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: webmail for debian

2002-02-08 Thread ragnar

Hi,

Quoting [EMAIL PROTECTED]:

 does anybody know some webmail system for debian?

Yes,

And for the all important,

What is the best one?

I do not know.

We have used IMP 2.x for more than a year
and has worked well.
We use it with postgres and set it for
IMAP to only one domain / mail server.

It's what I use to read my mail.

As I had some problems in the install I would recomend
seting up the SQL (postgres) server before installing IMP.

There are some things I do not like about IMP but it
looks like IMP 3 is much better. (not.deb yet)

Best
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: webmail for debian

2002-02-08 Thread daniel

On Fri, Feb 08, 2002 at 02:52:29PM +0100, [EMAIL PROTECTED] wrote:
 does anybody know some webmail system for debian?
 
 Thanks
 
 Josep
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

I lately have been using squirrelmail, and there are also imp and
aeromail.

The first and third are the easiest to use...

Saludos

-- 

Daniel Ferradal
[EMAIL PROTECTED]
  Registered Linux user # 128322 
   http://www.debian-gnu.com
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: webmail for debian

2002-02-08 Thread rudi

Hi,

We are very happy using openwebmail
Cheers.
Rudi.
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, February 09, 2002 1:09 AM
Subject: Re: webmail for debian


 Hi,

 Quoting [EMAIL PROTECTED]:

  does anybody know some webmail system for debian?

 Yes,

 And for the all important,

 What is the best one?

 I do not know.

 We have used IMP 2.x for more than a year
 and has worked well.
 We use it with postgres and set it for
 IMAP to only one domain / mail server.

 It's what I use to read my mail.

 As I had some problems in the install I would recomend
 seting up the SQL (postgres) server before installing IMP.

 There are some things I do not like about IMP but it
 looks like IMP 3 is much better. (not.deb yet)

 Best
 [EMAIL PROTECTED]


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




webmail for debian

2002-02-08 Thread soporte
does anybody know some webmail system for debian?

Thanks

Josep




Re: webmail for debian

2002-02-08 Thread Robert Waldner

On Fri, 08 Feb 2002 14:52:29 +0100, [EMAIL PROTECTED] writes:
does anybody know some webmail system for debian?

squirrelmail (from unstable, but getting it to work on a stable box is 
 a one-line - fix) works pretty well here.

cheers,
rw
-- 
/ Ing. Robert Waldner | Security Engineer |  CoreTec IT-Security  \
\   [EMAIL PROTECTED]   | T +43 1 503 72 73 | F +43 1 503 72 73 x99 /




pgpOb6wH1bLPc.pgp
Description: PGP signature


RE: webmail for debian

2002-02-08 Thread Craigsc
Try horde / imp

..Craig

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, February 08, 2002 3:52 PM
To: debian-isp@lists.debian.org
Subject: webmail for debian


does anybody know some webmail system for debian?

Thanks

Josep


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




Re: webmail for debian

2002-02-08 Thread Robert Waldner

On Fri, 08 Feb 2002 10:52:47 -0400, [EMAIL PROTECTED] writes:
Any hint about the fix for squirrel?

dpkg -i squirrelmail-package
vi /var/lib/dpkg/status
change the dependency from perl-base to perl or perl-5.005 (or 
 the other way around, can't remember)
apt-get install squirrelmail

cheers,
rw
-- 
/ Ing. Robert Waldner | Security Engineer |  CoreTec IT-Security  \
\   [EMAIL PROTECTED]   | T +43 1 503 72 73 | F +43 1 503 72 73 x99 /




pgpnKI9brVRGH.pgp
Description: PGP signature


Re: webmail for debian

2002-02-08 Thread Erik Wenzel
On Fri, Feb 08, 2002 at 02:52:29PM +0100, [EMAIL PROTECTED] wrote:
 does anybody know some webmail system for debian?
Try apt-get install nocc on sid/woody.

--
[EMAIL PROTECTED]




RE: webmail for debian

2002-02-08 Thread John Ackermann N8UR
I've been using Silkymail from http://www.cyrusoft.com/silkymail.  It's a 
modified version of IMP that has a very smooth user interface (it's very 
similar to the Mulberry email client, which I also use and like very much). 
Installation is either a (relative) breeze or a nightmare.  It's a breeze 
if you're installing on an otherwise barren machine because the tarball 
includes about six different packages -- apache, SSL, uw-imap, imp, and 
gawd-knows-what-else -- which it installs under its own directory tree. 
The nightmare comes in if you already have some of those tools installed in 
other places on your system.  But it can be made to work.

The version I'm running right now is 1.1.x.  1.2 is out, and I was told 
several weeks ago that 1.3 is imminent, but there's no sign of it at the 
web site yet.

John
[EMAIL PROTECTED]
--On Friday, February 08, 2002 3:57 PM +0200 Craigsc [EMAIL PROTECTED] 
wrote:

Try horde / imp
..Craig
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, February 08, 2002 3:52 PM
To: debian-isp@lists.debian.org
Subject: webmail for debian
does anybody know some webmail system for debian?
Thanks
Josep
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]



John AckermannN8UR [EMAIL PROTECTED] http://www.febo.com
President, TAPR[EMAIL PROTECTED]http://www.tapr.org



RE: webmail for debian

2002-02-08 Thread Bodó
Try IMP
http://www.horde.org/

zs

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: 2002. február 8. 14:52
 To: debian-isp@lists.debian.org
 Subject: webmail for debian
 
 
 does anybody know some webmail system for debian?
 
 Thanks
 
 Josep
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 




Re: webmail for debian

2002-02-08 Thread ragnar
Hi,

Quoting [EMAIL PROTECTED]:

 does anybody know some webmail system for debian?

Yes,

And for the all important,

What is the best one?

I do not know.

We have used IMP 2.x for more than a year
and has worked well.
We use it with postgres and set it for
IMAP to only one domain / mail server.

It's what I use to read my mail.

As I had some problems in the install I would recomend
seting up the SQL (postgres) server before installing IMP.

There are some things I do not like about IMP but it
looks like IMP 3 is much better. (not.deb yet)

Best
[EMAIL PROTECTED]




Re: webmail for debian

2002-02-08 Thread daniel
On Fri, Feb 08, 2002 at 02:52:29PM +0100, [EMAIL PROTECTED] wrote:
 does anybody know some webmail system for debian?
 
 Thanks
 
 Josep
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

I lately have been using squirrelmail, and there are also imp and
aeromail.

The first and third are the easiest to use...

Saludos

-- 

Daniel Ferradal
[EMAIL PROTECTED]
  Registered Linux user # 128322 
   http://www.debian-gnu.com
 




Re: webmail for debian

2002-02-08 Thread rudi
Hi,

We are very happy using openwebmail
Cheers.
Rudi.
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: debian-isp@lists.debian.org
Sent: Saturday, February 09, 2002 1:09 AM
Subject: Re: webmail for debian


 Hi,

 Quoting [EMAIL PROTECTED]:

  does anybody know some webmail system for debian?

 Yes,

 And for the all important,

 What is the best one?

 I do not know.

 We have used IMP 2.x for more than a year
 and has worked well.
 We use it with postgres and set it for
 IMAP to only one domain / mail server.

 It's what I use to read my mail.

 As I had some problems in the install I would recomend
 seting up the SQL (postgres) server before installing IMP.

 There are some things I do not like about IMP but it
 looks like IMP 3 is much better. (not.deb yet)

 Best
 [EMAIL PROTECTED]


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]