I am trying to isntall a decent pop3 server or imap server. We are a small isp and around 1,500 users. Can anyone point me in the right direction? I think qpopper but have had little success with it. pop3d i can''t figure out yet.. Thanks ...
Gee whiz, why all the off-topic posts of late? -shrug- We use the imap server that comes with Red Hat. As I recall, we''ve used both the one from 6.2 and 7.2 and had no problems with either one - just turn it on and it works. And, there''s a secure version of each available. I don''t know if these install when the software notices you have SSL or just by default. Either way, this is trivially easy to install and configure. RT -- Richard Troy, Chief Scientist Science Tools Corporation rtroy@ScienceTools.com, 510-567-9957, http://ScienceTools.com/ On Mon, 14 Jan 2002, glarm wrote:> Date: Mon, 14 Jan 2002 17:51:29 -0800 (PST) > From: glarm <glarm@kaleetan.interisland.net> > Reply-To: redhat-secure-server@redhat.com > To: redhat-secure-server@redhat.com > Subject: Email > > I am trying to isntall a decent pop3 server or imap server. We are a small > isp and around 1,500 users. Can anyone point me in the right direction? I > think qpopper but have had little success with it. pop3d i can''t figure > out yet.. > Thanks ... > > > > > _______________________________________________ > Redhat-secure-server mailing list > Redhat-secure-server@redhat.com > https://listman.redhat.com/mailman/listinfo/redhat-secure-server >
> We use the imap server that comes with Red Hat. As I recall, > both the one from 6.2 and 7.2 and had no problems with eitherNo special setup required. chkconfig ipop3 on service ipop3 start chkconfig imap on service imap start> I don''t know if these install when the software notices you > have SSL orIf you want to enable SSL over POP3 or IMAP, you first need to get a SSL certificate for your hosting server (i.e. mail.your_isp_name.com). Then edit /etc/xinetd.d/pop3s & /etc/xinetd.d/imaps and add your SSL certificate (-p /ssl_cert_location_key) in server_args. chkconfig pop3s on service pop3s start chkconfig imaps on service imaps start Alex _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
I installed the imap.....rpm and everything worked fine after I enabled them in extended services. RH 6.2 and RH7.1 Jay Hodges Draco Digital ----- Original Message ----- From: "glarm" <glarm@kaleetan.interisland.net> To: <redhat-secure-server@redhat.com> Sent: Monday, January 14, 2002 7:51 PM Subject: Email> I am trying to isntall a decent pop3 server or imap server. We are a small > isp and around 1,500 users. Can anyone point me in the right direction? I > think qpopper but have had little success with it. pop3d i can''t figure > out yet.. > Thanks ... > > > > > _______________________________________________ > Redhat-secure-server mailing list > Redhat-secure-server@redhat.com > https://listman.redhat.com/mailman/listinfo/redhat-secure-server