Delivery error

fromberg

New member
Joined
Feb 24, 2013
Messages
3
Hi all,

Im getting the following error when an email is to be delivered. Below error message:

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")

By checking the syslog, I can see there is a access memory issue, please check below:

kernel: [ 7106.312710] deliver[21287]: segfault at 20 ip 00007f1696b64d09 sp 00007fff470cc0e0 error 4 in libdovecot.so.0.0.0[7f1696b36000+b3000]

Is this a bug? anyone has any idea on how to solve this?

Thanks in advance and regards,
Fabian
 
Try to reinstall your dovecot with custombuild:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build dovecot d

If not you need to backtrace to figure out what is going on with it.
 
Back
Top