Solved Webmail issue

sufiyanshaikh

Verified User
Joined
Aug 14, 2019
Messages
183
Hello,

I am getting error while deleting the Emails received by the email account which is created by default when DirectAdmin user account is created.
"Server Error: UID MOVE: Internal error occurred. Refer to server log for more information. [2021-07-23 12:53:02] (0.001 + 0.000 secs)."

How to reproduce the error:
Delete any mail received within the user account which is by default created
For example, if you have created a domain name thehulk.com with username thehulk, the default email created within the user DA should be [email protected]
 
Most likely it's a permission issue, you can check your /var/log/maillog for more information about this.
 
Most likely it's a permission issue, you can check your /var/log/maillog for more information about this.

Jul 25 13:15:51 server22 dovecot[1392200]: imap([email protected])<1489698><2a9j0+3HNtx/AAAB>: Error: fchown(/home/testuser/Maildir/.Trash/tmp, group=1129(testuser)) failed: Operation not permitted (egid=12(mail), group based on /home/testuser/Maildir/.Trash - see http://wiki2.dovecot.org/Errors/ChgrpNoPerm)
Jul 25 13:15:51 server22 dovecot[1392200]: imap([email protected])<1489698><2a9j0+3HNtx/AAAB>: Error: Mailbox Trash: mkdir(/home/testuser/Maildir/.Trash/tmp) failed: Operation not permitted


How can I fix the permission issue?
 
I am trying the below command and I will update the post if it resolves my issue

cd /usr/local/directadmin/scripts
./set_permissions.sh all
 
Back
Top