22 Jul
2004
22 Jul
'04
4:58 p.m.
On Thu, 2004-07-22 at 17:38, Viren Patel wrote:
Hello. I am trying to setup Dovecot on an Alpha running FreeBSD 4.10. I am simply trying the imap/pop3 protocols at this time. But with both protocols the log message I get is:
pop3-login: fd_send(5) failed: Bad file descriptor dovecot: child 275 (login) returned error 89
Hmm. Yet another problem with fd_send().. Code in src/lib/fdpass.c isn't working right with your system. This is a bit difficult to fix without access to the system since I can only guess what could go wrong.
Does FreeBSD define CMSG_LEN, CMSG_SPACE and CMSG_ALIGN macros somewhere under /usr/include/? What are they? How is "struct cmsghdr" defined?