Exim folder "Inbox" doesn't load

Bardysya

New member
Joined
Nov 21, 2018
Messages
1
Hi there.

Have trouble with exim today.
User doesn't receive any messages. Logs say: Child process of dovecot_delivery transport was terminated by command 6 (Aborted).
Then I decided to check receiver's mail client (Thunderbird), but it always gave me error server gone down, when I tried to open "Inbox". Although, inbox subfolders and outbox are working fine, and user can send messages to others. Tried to open users email in web browser, it also loaded me all subfolders and outbox, but "Inbox" had error - there is no messages.
Where could the problem be?
 
Hello,

Try and rebuild the Mail stack with the following commands executed as root:

Code:
cd /usr/local/directadmin/custombuild/
./build update

./build set dovecot yes
./build set dovecot_conf yes
./build set exim yes
./build set eximconf yes
./build set eximconf_release 4.5

./build dovecot
./build dovecot_conf

./build exim
./build exim_conf


If it does not help, then /var/log/maillog, /var/log/exim/mainlog, and other logs should be learned.
 
Back
Top