Hi!
Have anyone successed with hp-ux (how) ?
I've compiled 0.99.14 with gcc-3.4.3 at hpux 11.11.
I can telnet to port 143 and connection stays up, but
I don't get any response back. It seems like dovecot
"doesn't see" what I type in telnet. I tried to debug...
# ps -ef | grep dovecot
# gdb -tui -p 17185 /usr/local/sbin/dovecot
Attaching to program: /usr/local/sbin/dovecot, process 17185
[ No Source Available ]
warning: reading `r3' register: No data
0x77faff30 in _poll_sys+0x10 () from /usr/lib/libc.2
(gdb) up
#1 0x77fba9ac in poll+0x6c () from /usr/lib/libc.2
(gdb) up
|163 ret = poll(data->fds, data->fds_pos, msecs);
>|164 if (ret < 0 && errno != EINTR)
|165 i_warning("poll() : %m");
#2 0x14310 in io_loop_handler_run (ioloop=warning: reading `r8' register:
No data 0x0) at ioloop-poll.c:163
(gdb)
This works fine...
# MAIL=mbox:~/mail /usr/local/libexec/dovecot/imap
* PREAUTH [CAPABILITY IMAP4rev1 SORT...
I tried also 1.0, but it hangs if .conf file is larger than ~400 bytes
and the the process never goes into the background.
So - I have same problems than Ajaxster...
http://dovecot.org/list/dovecot/2004-December/005612.html
Best Regards
/Jim