Re: solid-pop3d-0.15p4-apop on sparc64

2010-11-13 Thread Michael Warmuth
On Fri, 12 Nov 2010 20:45:17 +1100, Rod Whitworth wrote > On Fri, 12 Nov 2010 11:21:42 +0200, Alexey Suslikov wrote: > >> Are there any better POP3 servers with APOP support? > > > >mail/dovecot ? > > > Or Teapop? Thank you for your suggestions, I'll give them a try. For the moment, I "fixed" the

Re: solid-pop3d-0.15p4-apop on sparc64

2010-11-12 Thread Rod Whitworth
On Fri, 12 Nov 2010 11:21:42 +0200, Alexey Suslikov wrote: >Michael Warmuth wrote: > >> How should this be fixed? Use posix_memalign to align mbuf? >> Are there any better POP3 servers with APOP support? >> And why did it work before (at least with OpenBSD 4.6)? > >mail/dovecot ? > Or Teapop? ***

Re: solid-pop3d-0.15p4-apop on sparc64

2010-11-12 Thread Alexey Suslikov
Michael Warmuth wrote: > How should this be fixed? Use posix_memalign to align mbuf? > Are there any better POP3 servers with APOP support? > And why did it work before (at least with OpenBSD 4.6)? mail/dovecot ?

solid-pop3d-0.15p4-apop on sparc64

2010-11-11 Thread Michael Warmuth
Hello, solid-pop3d-0.15p4-apop does not work for me on sparc64. Connection gets closed right after successful authentication. I think the cause is an alignment problem: In mailbox.c, mb_parse(): 340:char mbuf[128]; 500:md5_process_bytes(mbuf, mcount, &context); md5.c, md5_process_bytes