On Wed, 2011-06-29 at 11:19 +0430, Meisam Navaki wrote: > dovecot: master: Error: service(config): child 8606 killed with signal 11 > (core dumps disabled)
config process crashes for some reason. Can you get a gdb backtrace? You should be able to do it simply by: ulimit -c unlimited dovecot gdb /usr/local/libexec/dovecot/config /var/run/dovecot/core (or wherever your config binary is) If the config binary is stripped, this isn't very useful. Then you'd have to build it yourself.