Displaying 2 results from an estimated 2 matches for "mail_protocol_ani".
Did you mean:
mail_protocol_any
2005 Jul 31
1
[PATCH] settings parsing section/context return bug
There seems to be a minor bug in the settings parsing code (as of
today's dovecot-stable snapshot - 20050731) - after the closing
bracket of protocol (imap/pop3) {} section, the parser still regards
all options as affecting only that protocol and not globally (I have
some options, protocol imap {}, protocol pop3 {}, and then some more
options - now those latter options seem to only affect
2007 Sep 15
1
v1.1.alpha5 crashes with segmentation fault
Hello,
dovecot process crashes on startup with segmentation fault.
Here is backtrace:
(gdb) r
Starting program: /usr/local/dovecot/sbin/dovecot
Program received signal SIGSEGV, Segmentation fault.
settings_is_active (set=0x0) at master-settings.c:505
505 if (*set->protocols == '\0') {
(gdb) bt full
#0 settings_is_active (set=0x0) at master-settings.c:505
No locals.
#1