On 5.12.2004, at 13:31, John Peacock wrote:
Timo Sirainen wrote:
- Lots of fixes for mmap_disable = yes. It finally seems to be working pretty well.
- POP3 idle timeouts changed to 10min
Still no happiness on the dovecot-auth front with secure login (running SuSE Linux Enterprise 9.0, FWIW):
Program received signal SIGSEGV, Segmentation fault. 0x00000000 in ?? () (gdb) bt #0 0x00000000 in ?? () #1 0x08053e6a in mech_cram_md5_auth_continue (auth_request=0x8095d78, data=0x80780b0 "testing@example.com 11d39375ef6a105f19cea2442eaaa09c", data_size=52, callback=0x8075134
) at mech-cram-md5.c:145
This happens because you are using a passdb that doesn't work with anything else than plaintext (pam, passwd, shadow, etc.). Dovecot was actually supposed to be checking this and failing at startup but looks like I had broken the check at some point and instead it now just crashes.