After updating Dovecot, I can send emails but not receive "Failed to connect to socket /var/run/dovecot/lmtp for "

csr_arg

Verified User
Joined
Mar 2, 2017
Messages
26
Hi!
After updating Dovecot, when I receive the emails they bounce.
In var/log/exim/mainlog it shows the error "R=virtual_user T=dovecot_lmtp_udp defer (-1): Failed to connect to socket /var/run/dovecot/lmtp for dovecot_lmtp_udp transport: No such file or directory"

Additional data: The file /var/run/dovecot/lmtp is missing, there is something that I have to install/update/execute

What do I need to update?
Maybe it's visible, but I can't find how to solve the error

Thanks!
 
Last edited:
No as root in ssh
run
Code:
cd /usr/local/directadmin/custombuild
./build clean
./build set_fastest
./build update
./build dovecot_conf

When you update dovecot did you not do? ro similar?

Code:
cd /usr/local/directadmin/custombuild
./build clean
./build set_fastest
./build update
./build dovecot
 
Back
Top