RE: Install problem resolved.

2004-01-29 Thread David Grant
EMAIL PROTECTED] Sent: Friday, January 30, 2004 4:43 AM To: David Grant Subject: Re: Install problem resolved. David Grant wrote: > I went back and took a look and I was mixed up. > > I thought I needed two keys, one set for pop3 and one set for imap, so now I > have: > > Tls_p

Re: Install problem resolved.

2004-01-29 Thread Ken Murchison
PROTECTED] Sent: Friday, January 30, 2004 1:11 AM To: David Grant Cc: [EMAIL PROTECTED] Subject: Re: Install problem resolved. David Grant wrote: Jan 29 08:58:42 server1 pop3s[31979]: pop3s: required OpenSSL options not present Jan 29 08:58:42 server1 pop3s[31979]: Fatal error: pop3s: required

RE: Install problem resolved.

2004-01-29 Thread David Grant
Yes, I have tls_cert_file and tls_key_file. David Grant -Original Message- From: Mike Brodbelt [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 1:11 AM To: David Grant Cc: [EMAIL PROTECTED] Subject: Re: Install problem resolved. David Grant wrote: > Jan 29 08:58:42 serv

Re: Install problem resolved.

2004-01-29 Thread Mike Brodbelt
David Grant wrote: > Jan 29 08:58:42 server1 pop3s[31979]: pop3s: required OpenSSL options not > present > Jan 29 08:58:42 server1 pop3s[31979]: Fatal error: pop3s: required OpenSSL > options not present > Jan 29 08:58:42 server1 master[24086]: service pop3s pid 31979 in READY > state: terminated

Re: install problem

2001-03-27 Thread Marco Colombo
On Tue, 27 Mar 2001, unplug wrote: > Yeah, I am using redhat linux6.1. > I have check that the files /etc/hosts.allow & /etc/hosts.deny are > empty. > Below is the config in /etc/services > imap 143/tcp > pop3 110/tcp > > /etc/inet.conf > imapstream tcp nowait cyrus/usr/cyrus/bi

Re: install problem

2001-03-26 Thread Seva Adari
The latest version of imapd gets built with tcpwrapper library and hence you don't need to list it in /etc/inetd.conf. You would have to provide more details about your configuration and compilation options used, etc. If you are using "PAM" check if you have a config file setup for imap service

Re: install problem

2001-03-26 Thread unplug
Yeah, I am using redhat linux6.1. I have check that the files /etc/hosts.allow & /etc/hosts.deny are empty. Below is the config in /etc/services imap143/tcp pop3110/tcp /etc/inet.conf imapstream tcp nowait cyrus/usr/cyrus/bin/imapd imapd pop3stream tcp nowait cy

Re: install problem

2001-03-26 Thread Seva Adari
If you are using a Linux system, see if you have disallowed connectivity to your "imapd" on your imap server. May not be specifically for "imapd" but for all services. Check the entries in /etc/hosts.allow and /etc/hosts.deny. __ Seva unplug wrote: > > Hi all, > > I have successfully installe