Hello
I just install Cyrus cyrus-imapd-2.0.9-3.rpm in a Red Hat 7.1 Box.
I can get it to start. If I telnet to the machine its does not open the
port.
telnet localhost 110
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
If I run the master process manually. I can connect.
[root@hos imap]# /usr/cyrus/bin/master &
[1] 2582
[root@hos imap]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
+OK hosting.xx.com Cyrus POP3 v2.0.9 server ready
Any ideas of what I can do to make it active each time it receive a
connection ?
I also modify the /etc/imapd.conf for Pam auth.
I already install Mysql too for the auth, and I am going to use postfix for
the smtp.
Thanks for the help