Displaying 1 result from an estimated 1 matches for "88a91".
Did you mean:
8891
2009 Mar 17
1
Segmentation fault when only use pop3
Hi.
I found the problem when only use POP3 at v1.1.12.
[root at kessel]# diff /usr/local/etc/dovecot-example.conf
/usr/local/etc/dovecot.conf
23a24
> protocols = pop3
47a49
> disable_plaintext_auth = no
88a91
> ssl_disable = yes
[root at kessel]# /usr/local/sbin/dovecot
Segmentation fault
Cause, call null-pointer's pointer.
The following is quick-hack patch,
[toyota at kessel]% diff -c master-settings.c.org master-settings.c
*** master-settings.c.org 2009-03-14 04:11:53.000000000 +0900
-...