Re: adding webmail

2003-10-07 Thread User Sellis
On Sun, Oct 05, 2003 at 09:47:52AM -0700, S Ellis wrote:
 
 I want to broaden access to my home email by adding a webmail interface.
 Right now I'm running sendmail with procmail and using spamassassin; I'd
 like to keep this setup.

A quick note to tie up.

I've gotten a long way towards what I wanted; we'll see how it actually
behaves in practice. To summarize, I needed to make both imap-uw and
cclient with -DWITH_SSL_AND_PLAINTEXT, and for both ports I had to patch
the source to use an alternate mailboxdir  as outlined in the CONFIG 
file in the docs directory of the source tree. After adding my original
mailboxes to ~/.mailboxlist the web app is opening where I want and with
what I want.

These are relevant:

http://marc.theaimsgroup.com/?l=freebsd-questionsm=105342946712054w=2

http://marc.theaimsgroup.com/?l=freebsd-questionsm=106486098828048w=2

--
Sean
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: adding webmail

2003-10-06 Thread Mike Jackson
ext Timothy J. Luoma ([EMAIL PROTECTED]) wrote:
 
 To paraphrase a Mutt slogan, All Webmail sucks so the key is finding one 
 that sucks less.

Hi,
 I'm a mutt user myself :-) And as for a webmail software that sucks the
least, it's Sqwebmail. Only caveat is that your mailboxes need to be in
maildir format, e.g. you need to use Qmail or Postfix as your MTA. There
are good utils available for converting mbox to maildir. And procmail
works just fine with maildir. Maildir is really great in that your
webmail cgi, etc, doesn't have to read a 100mb mbox file into memory
before displaying a single message :-)

--
mike
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: adding webmail

2003-10-06 Thread Peter Ulrich Kruppa
On Mon, 6 Oct 2003, Timothy J. Luoma wrote:

 On Sun, 5 Oct 2003 09:47:52 -0700, S Ellis
 [EMAIL PROTECTED] wrote:

  I want to broaden access to my home email by adding a webmail interface.
  Right now I'm running sendmail with procmail and using spamassassin; I'd
  like to keep this setup. Looking at the squirrelmail port has raised
  some questions for me.
There also is /usr/ports/sysutils/usermin .
This is a smaller version of /usr/ports/sysutils/webmin which
is an administration web interface. If I had to set up a webmailer
I would choose usermin, since I use webmin for remote server
administration anyway.

Take this is just as another idea.

Regards,

Uli.

+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


adding webmail

2003-10-05 Thread S Ellis
Hello,

I want to broaden access to my home email by adding a webmail interface.
Right now I'm running sendmail with procmail and using spamassassin; I'd
like to keep this setup. Looking at the squirrelmail port has raised
some questions for me. 

-I don't really grasp where the imap server comes into play
-can I even keep the setup above and have squirrelmail?
-can I continue to use the same 'unix' mailboxes, spools?

I know that these questions are rather basic, but I'm not seeing what I
need to in the squirrelmail docs, and the cyrus-imap port looks alittle
daunting as well (overkill?).

--
tia,
Sean
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: adding webmail

2003-10-05 Thread Minnesota Slinky
Hey.

I used to use ADJweb as my web-mail client.  Worked pretty well, too.
You should be able to find more about it at  http://www.adjeweb.com/
The interface is 100% customizable and I didn't have a single problem
with it while I was using it.

HTH

Eric F Crist
AdTech Integrated Systems, Inc
(952) 403-9000 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of S Ellis
Sent: Sunday, October 05, 2003 11:48 AM
To: [EMAIL PROTECTED]
Subject: adding webmail


Hello,

I want to broaden access to my home email by adding a webmail interface.
Right now I'm running sendmail with procmail and using spamassassin; I'd
like to keep this setup. Looking at the squirrelmail port has raised
some questions for me. 

-I don't really grasp where the imap server comes into play -can I even
keep the setup above and have squirrelmail? -can I continue to use the
same 'unix' mailboxes, spools?

I know that these questions are rather basic, but I'm not seeing what I
need to in the squirrelmail docs, and the cyrus-imap port looks alittle
daunting as well (overkill?).

--
tia,
Sean
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: adding webmail

2003-10-05 Thread T Kellers
On Sunday 05 October 2003 12:47 pm, S Ellis wrote:
 Hello,

 I want to broaden access to my home email by adding a webmail interface.
 Right now I'm running sendmail with procmail and using spamassassin; I'd
 like to keep this setup. Looking at the squirrelmail port has raised
 some questions for me.

 -I don't really grasp where the imap server comes into play
 -can I even keep the setup above and have squirrelmail?
 -can I continue to use the same 'unix' mailboxes, spools?

 I know that these questions are rather basic, but I'm not seeing what I
 need to in the squirrelmail docs, and the cyrus-imap port looks alittle
 daunting as well (overkill?).

openwebmail is in ports and it uses it's own pop3 client/server.

Personally, I like imp (/usr/ports/imp3), but it's configuration can be a bit 
daunting.

Tim Kellers
CPE/NJIT

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: adding webmail

2003-10-05 Thread User Sellis
On Sun, Oct 05, 2003 at 01:22:41PM -0400, T Kellers wrote:
 On Sunday 05 October 2003 12:47 pm, S Ellis wrote:

 
  -I don't really grasp where the imap server comes into play
  -can I even keep the setup above and have squirrelmail?
  -can I continue to use the same 'unix' mailboxes, spools?
 
 openwebmail is in ports and it uses it's own pop3 client/server.
 
 Personally, I like imp (/usr/ports/imp3), but it's configuration can be a bit 
 daunting.

Thanks for this and other suggestions, although it wasn't quite what I
was asking for. I got the cyrus imapd set up with my local account, but
now see (unless I'm mistaken) that I can't easily use my existing 'unix
mailboxes' in this situation. Whereas UW imap will allow me to continue
with same mailbox format, so hopefully I can do so without too much
hassle,

--
Sean
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: adding webmail

2003-10-05 Thread Timothy J. Luoma
On Sun, 5 Oct 2003 09:47:52 -0700, S Ellis 
[EMAIL PROTECTED] wrote:

I want to broaden access to my home email by adding a webmail interface.
Right now I'm running sendmail with procmail and using spamassassin; I'd
like to keep this setup. Looking at the squirrelmail port has raised
some questions for me.
FWIW I have an account with SquirrelMail and I'm really not impressed with 
it all that much.

I've heard OpenWebmail is excellent but haven't used it myself.

To paraphrase a Mutt slogan, All Webmail sucks so the key is finding one 
that sucks less.

TjL

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]