On 1.3.2013, at 13.43, Fabian von Romberg <fromberg...@hotmail.com> wrote:
> actually this is the first user I created. Im running postfix 2.10 and > dovecot 2.2 rc2. Im using telnet to send and email for testing purposes. > Sending from an email client like Thunderbird happens the same. .. >>>> relay=dovecot, delay=4912, delays=4911/0.03/0/0.69, dsn=4.3.0, >>>> status=deferred (Command died with signal 11: >>>> "/usr/local/dovecot/libexec/dovecot/deliver") That's a bug. gdb backtrace for this would be helpful in fixing it. With LDA it may be a bit more difficult to get a core than normally. See if you can reproduce this with: ulimit -c unlimited echo hello | /usr/local/dovecot/libexec/dovecot/dovecot-lda -d user@domain Hopefully there's now a core file and you can do: gdb /usr/local/dovecot/libexec/dovecot/dovecot-lda core bt full