Author Topic: dovecot problem  (Read 8958 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
dovecot problem
« on: September 09, 2018, 05:57:54 PM »
Hello! I can send messages, rouncube is working, but i cant recieve messages. Please help me, i cant find the answer.

Its dovecot log
Sep 09 13:52:31 lda(test@mydomain.com): Fatal: setuid(101) failed with euid=5000(vmail): Operation not permitted (This binary should probably be called with process user set to 101 instead of 5000(vmail))

Offline
*****
Re: dovecot problem
« Reply #1 on: May 10, 2026, 04:19:34 AM »
LDA must have root permissions to switch between users with different unique system UIDs. Grant Setuid Permissions on the LDA binary (this could get reset with a system or package update):
Code: [Select]
chown root:mail /usr/libexec/dovecot/dovecot-lda
chmod 4750 /usr/libexec/dovecot/dovecot-lda
postqueue -f