Hello all.
I'm trying to set up a new mail server with Cyrus-IMAPd.
I use an original Cyrus docs which ships with source tarball, but I have a
serious difficulties.
I running master process according to Cyrus guide. When I trying to "telnet
myhost 143" to test IMAP server, I get following:
$ telnet localhost 143
Trying 127.0.0.1...
Connected to localhost
Escape character si '^]'.
And after that nothing happens.
Host:
- Pentium 133MHz/32Mb RAM
- OS Debian GNU Linux 3.0
Software:
- Cyrus-imapd-2.1.13
- Cyrus-sasl-2.1.13
- BerkeleyDB-3.3
- OpenSSL-0.9.7b
Compile time options:
- SASL:
./configure --with-dblib=berkeley\
--with-bdb-libdir=/usr/local/BerkeleyDB.3.3/lib\
--with-bdb-incdir=/usr/local/BerkeleyDB.3.3/include\
--with-saslauthd=/var/state/saslauthd\
--with-openssl=/usr/local/ssl
- IMAPd:
configure --with-dbdir=/usr/local/BerkeleyDB.3.3\
--with-bdb-libdir=/usr/local/BerkeleyDB.3.3/lib\
--with-bdb-incdir=/usr/local/BerkeleyDB.3.3/include\
--with-auth=unix\
--with-openssl=/usr/local/ssl\
--enable-fulldirhash\
--with-sasl=/usr/local/sasl2 Configuration files:
- cyrus.conf = small.conf from tarball
- imapd.conf = fully accordingly to original Cyrus imapd docs:
configdirectory: /var/imap
partition-default: /var/spool/imap
admins: cyrus root
sasl_pwcheck_method: saslauthd
After starting "master" and "telnet localhost 143" I have got following
imapd.log:
Jun 17 10:27:12 polygon master[295]: setrlimit: Unable to set file
descriptors limit to -1: Operation not permitted
Jun 17 10:27:12 polygon master[295]: retrying with 1024 (current max) Jun 17 10:27:12 polygon master[295]: process started Jun 17 10:27:12 polygon master[296]: about to exec /usr/cyrus/bin/ctl_cyrusdb Jun 17 10:27:12 polygon master[295]: process 296 exited, status 127 Jun 17 10:27:12 polygon master[295]: ready for work Jun 17 10:27:12 polygon master[297]: about to exec /usr/cyrus/bin/ctl_cyrusdb Jun 17 10:27:12 polygon master[295]: process 297 exited, status 127 Jun 17 10:29:58 polygon master[304]: about to exec /usr/cyrus/bin/imapd Jun 17 10:29:58 polygon master[295]: process 304 exited, status 127 Jun 17 10:57:12 polygon master[307]: about to exec /usr/cyrus/bin/ctl_cyrusdb Jun 17 10:57:12 polygon master[295]: process 307 exited, status 127 Somebody can tell me, what is wrong? May be OpenSSL is unnecessary? Anatoliy Borisov ( [EMAIL PROTECTED]
)
|
- Re: telnet localhost 143.....nothing heppens :-( Anatoliy Borisov
- Re: telnet localhost 143.....nothing heppens :-( Etienne Goyer
- Re: telnet localhost 143.....nothing heppens :-( Anatoliy Borisov
- Re: telnet localhost 143.....nothing heppens :-( foobar
- Re: telnet localhost 143.....nothing heppens... Anatoliy Borisov