Re: secure pop server

2003-06-04 Thread Alex de Kruijff
On Fri, May 30, 2003 at 02:52:06PM +0700, Olivier Nicole wrote:
  yeah lets get some details in there.  the users of this application are
  windows outlook users wanting to download their email while they travel - so I
  think my options are to go for mbox support, no?
 
 That is unrelated. This is a matter of choice, whether your MDA does
 mbox or maildir (are all the email in INBOX kept in one single file -
 /var/mail/username of in a directory /var/mail/username/filename)

Both mbox and maildir have there strengts and weekness.

mbox is good at saving space, but bad at removing *one* mail at a time.
maildir is bat at saving space but good at removing *one* mail at a time.

If you expect your user to remove mail one by one then go with maildir,
otherwise go with mbox. What is more inportaint perfomance or saving 
space? (If you user though away there mail after recieving it all, 
then maildir sould decrease you performance. Since it hase to remove 
a large number of files, instead of just one.)

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


Re: secure pop server

2003-05-31 Thread Alfonso Romero
You can use imap-uw with SSL only, and if you´re gonna use sendmail as the
MTA, it´s the easiest choice I´ve seen. Just install the cclient port and
the imap-uw port, enable inetd and add the required lines to inetd.conf:

pop3s   stream  tcp nowait  root/usr/local/libexec/ipop3d
ipop3d
imaps   stream  tcp nowait  root/usr/local/libexec/imapd
imapd

you need a certificate to use SSL, so use 'make cert' at the
/usr/ports/mail/imap-uw directory.

I think that´s all.

Alfonso Romero

- Original Message -
From: admin [EMAIL PROTECTED]
To: Bryan Vyhmeister [EMAIL PROTECTED]; admin [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, May 30, 2003 2:28 AM
Subject: Re: secure pop server


 On Thu, 29 May 2003 23:34:41 -0700, Bryan Vyhmeister wrote
  On Thursday, May 29, 2003, at 11:23 PM, admin wrote:
 
   I am looking to set up a secure pop server on one of my FreeBSD 4.8
   Stable
   boxes.  Can somebody send me in the right direction?  Recommend
   software and
   provide links?
 
  A POP3 server like cucipop works very nicely. It is found in
  /usr/ports/mail/cucipop. By secure I am assuming you mean SSL
  support. The best way to add SSL support to cucipop is using
  stunnel. It is found in /usr/ports/security/stunnel. Cucipop works
  great on a small scale but I use courier-imap
  (/usr/ports/mail/courier-imap) along with stunnel for my main
  server. (In case you are wondering, courier-imap includes a POP3
  server as well as an IMAP server.) Courier-imap only supports
  maildir while cucipop only supports mbox. It really depends on what
  your requirements are. You did not give much information about what
  your goal is. Hope that helps.
 

 yeah lets get some details in there.  the users of this application are
 windows outlook users wanting to download their email while they travel -
so I
 think my options are to go for mbox support, no?


 - Noah



  Bryan


 ___
 [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: secure pop server

2003-05-30 Thread Olivier Nicole
Noah,

 I am looking to set up a secure pop server on one of my FreeBSD 4.8 Stable

It depends on other requierements you have.

I wanted APOP authentication as well as SSL, so I choosed WU-IMAP.

But if I had wanted maildir format of inboxes, I'd have looked at
courrier-imap.

Now that was some years ago.

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


Re: secure pop server

2003-05-30 Thread Bryan Vyhmeister
On Thursday, May 29, 2003, at 11:23 PM, admin wrote:

I am looking to set up a secure pop server on one of my FreeBSD 4.8 
Stable
boxes.  Can somebody send me in the right direction?  Recommend 
software and
provide links?
A POP3 server like cucipop works very nicely. It is found in 
/usr/ports/mail/cucipop. By secure I am assuming you mean SSL support. 
The best way to add SSL support to cucipop is using stunnel. It is 
found in /usr/ports/security/stunnel. Cucipop works great on a small 
scale but I use courier-imap (/usr/ports/mail/courier-imap) along with 
stunnel for my main server. (In case you are wondering, courier-imap 
includes a POP3 server as well as an IMAP server.) Courier-imap only 
supports maildir while cucipop only supports mbox. It really depends on 
what your requirements are. You did not give much information about 
what your goal is. Hope that helps.

Bryan

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


Re: secure pop server

2003-05-30 Thread admin
On Thu, 29 May 2003 23:34:41 -0700, Bryan Vyhmeister wrote
 On Thursday, May 29, 2003, at 11:23 PM, admin wrote:
 
  I am looking to set up a secure pop server on one of my FreeBSD 4.8 
  Stable
  boxes.  Can somebody send me in the right direction?  Recommend 
  software and
  provide links?
 
 A POP3 server like cucipop works very nicely. It is found in 
 /usr/ports/mail/cucipop. By secure I am assuming you mean SSL 
 support. The best way to add SSL support to cucipop is using 
 stunnel. It is found in /usr/ports/security/stunnel. Cucipop works 
 great on a small scale but I use courier-imap 
 (/usr/ports/mail/courier-imap) along with stunnel for my main 
 server. (In case you are wondering, courier-imap includes a POP3 
 server as well as an IMAP server.) Courier-imap only supports 
 maildir while cucipop only supports mbox. It really depends on what 
 your requirements are. You did not give much information about what 
 your goal is. Hope that helps.
 

yeah lets get some details in there.  the users of this application are
windows outlook users wanting to download their email while they travel - so I
think my options are to go for mbox support, no?


- Noah



 Bryan


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


Re: secure pop server

2003-05-30 Thread Olivier Nicole
 yeah lets get some details in there.  the users of this application are
 windows outlook users wanting to download their email while they travel - so I
 think my options are to go for mbox support, no?

That is unrelated. This is a matter of choice, whether your MDA does
mbox or maildir (are all the email in INBOX kept in one single file -
/var/mail/username of in a directory /var/mail/username/filename)

BTW, SSL support in wu-imap is native AFAIR, and of course, despite
the name, it supports POP as well as IMAP.

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


RE: secure pop server

2003-05-30 Thread Robert Covell
Why bother with worrying about this or that pop server.  Install the pop
server that best fits your situation and then run stunnel by itself to
provide secure smtp, pop3 or imap.  We do this exact thing with cyrus,
stunnel didn't care what it was...

Sincerely,

Robert T. Covell
President / Owner
Rolet Internet Services, LLC
Web: www.rolet.com
Email: [EMAIL PROTECTED]
Phone: 816.471.1095
Fax: 816.471.3447
24x7: 816.210.7145

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of admin
 Sent: Friday, May 30, 2003 1:23 AM
 To: [EMAIL PROTECTED]
 Subject: secure pop server




 I am looking to set up a secure pop server on one of my FreeBSD 4.8 Stable
 boxes.  Can somebody send me in the right direction?  Recommend
 software and
 provide links?

 - Noah

 ___
 [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]