Date: Fri, 30 May 2003 13:53:23 -0500 From: Alfonso Romero <ibac@prodigy.net.mx> To: freebsd-questions <freebsd-questions@freebsd.org>, admin <admin2@enabled.com> Subject: Re: secure pop server Message-ID: <006001c326dc$bf42ea00$0100a8c0@ibac> References: <20030530062218.M73042@enabled.com> <CB722F75-9268-11D7-9043-000393D5E5DA@hub3.net> <20030530072737.M50681@enabled.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <admin2@enabled.com> To: "Bryan Vyhmeister" <bsd@hub3.net>; "admin" <admin2@enabled.com> Cc: <freebsd-questions@freebsd.org> 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 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006001c326dc$bf42ea00$0100a8c0>
