Displaying 1 result from an estimated 1 matches for "c6c50a99141f".
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]%