22 Jul
2004
22 Jul
'04
9:47 p.m.
On Thu, 2004-07-22 at 20:35, Viren Patel wrote:
Hope this helps. Should I send the entire socket.h file?
Hmm. What would happen if in src/lib/fdpass.c you added:
#undef CMSG_LEN #undef CMSG_DATA
#define CMSG_LEN(l) (sizeof(struct cmsghdr) + (l)) #define CMSG_DATA(cmsg) ((u_char *)(cmsg) + sizeof(struct cmsghdr))
Yes! This did the trick. It seems to be working fine now. Thanks for your help. I can now go on to further testing and imaps/pop3s. I am seriously looking at Dovecot for our production mail server.
Viren Patel University of Texas at Austin