On Wed,03.Mar.10, 13:26:19, Marco Nenciarini wrote:
 
> To obtain a core dump you should enable them in /etc/defaults/dovecot
> and then restart the daemon with /etc/init.d/dovecot restart
 
$ grep CORE /etc/default/dovecot
ALLOW_COREDUMPS=1

> You'll find the resulting core file as  /var/run/dovecot/core
> 
> If you want to allow multiple core files try to execute something like
> 
> echo "core.%p" > /proc/sys/kernel/core_pattern
> 
> After that the core files will be named like core.<pid> until the next
> reboot.
 
In syslog I still have "(core not dumped)".
 
> > My dovecot setup is quite simple - it's a workstation setup, so I only have
> > myself as user, and I only allow access from localhost, so no need to do any
> > bigger encryption or difficult mechanism. It should be using PAM.
> > 
> 
> To be sure, please attach the output of dovecot -n command to the next
> email.

Sure.

Regards,
Andrei
-- 
http://yetanotherpersonal.blogspot.com/2009/09/neticheta-in-vremurile-noastre.html
# 1.2.10: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-trunk-amd64 x86_64 Debian squeeze/sid 
log_timestamp: %Y-%m-%d %H:%M:%S 
login_dir: /var/run/dovecot/login
login_executable: /usr/lib/dovecot/imap-login
mail_privileged_group: mail
mbox_write_locks: fcntl dotlock
auth default:
  passdb:
    driver: pam
  userdb:
    driver: passwd

Attachment: signature.asc
Description: Digital signature

Reply via email to