This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS-WebPanel Bugs / Security - Hide all processes - keep disabling after reboot
« on: December 04, 2019, 12:13:47 PM »
After each reboot, the protection is temporary disabled.
Security - Hide all processes if not owned by the user [STATUS: ACTIVE PERMANENT]
after reboot
Security - Hide all processes if not owned by the user [STATUS: DISABLED TEMPORARY and ACTIVE PERMANENT]
so after a reboot, you should not forget to go and enable it, please make it permanent if it's set as permanent
Security - Hide all processes if not owned by the user [STATUS: ACTIVE PERMANENT]
after reboot
Security - Hide all processes if not owned by the user [STATUS: DISABLED TEMPORARY and ACTIVE PERMANENT]
so after a reboot, you should not forget to go and enable it, please make it permanent if it's set as permanent
2
CentOS-WebPanel Bugs / SELinux is preventing Dovecot to write on /var/vmail/domain...
« on: December 03, 2019, 04:36:14 PM »
After last update, seems that Dovecot failed to initialize mail storage if SELINUX=enforcing & SELINUXTYPE=targeted
If we put the SElinux on permissive mode, all work right, but to disable the SElinux it's not recommended.
The command "semanage permissive -a dovecot_t" it puts dovecot into a permissive mode and we can connect to mail server.
But that is not the right way to resolve the problem, it's just a temporary solution.
We need some custom rules for SELINUX to work with Dovecot.
Cheers
Code: [Select]
lda(email@domain.tld): Error: User initialization failed: Initializing mail storage from mail_location setting failed: mkdir(/var/vmail/domain.tld/email) failed: Permission denied (euid=101(vmail) egid=12(mail) missing +w perm: /var/vmail, UNIX perms appear ok (ACL/MAC wrong?))
lda: Fatal: Invalid user settings. Refer to server log for more information.
If we put the SElinux on permissive mode, all work right, but to disable the SElinux it's not recommended.
The command "semanage permissive -a dovecot_t" it puts dovecot into a permissive mode and we can connect to mail server.
But that is not the right way to resolve the problem, it's just a temporary solution.
We need some custom rules for SELINUX to work with Dovecot.
Cheers
3
E-Mail / dovecot.log Fatal: Invalid user settings. Refer to server log for more info
« on: December 02, 2019, 04:50:13 PM »
Hi guys, on relative new CWP config on Centos, I created an email address and I tried to configure Outlook to connect.
When I failed to connect, I tried to login on Roundcube who failed as well.
So I look in the dovecot log and found that error:
lda(email@domain.tld): Error: User initialization failed: Initializing mail storage from mail_location setting failed: mkdir(/var/vmail/domain.tld/email) failed: Permission denied (euid=101(vmail) egid=12(mail) missing +w perm: /var/vmail, UNIX perms appear ok (ACL/MAC wrong?))
lda: Fatal: Invalid user settings. Refer to server log for more information.
Any ideas what to do? I hate the mail server config ((
When I failed to connect, I tried to login on Roundcube who failed as well.
So I look in the dovecot log and found that error:
lda(email@domain.tld): Error: User initialization failed: Initializing mail storage from mail_location setting failed: mkdir(/var/vmail/domain.tld/email) failed: Permission denied (euid=101(vmail) egid=12(mail) missing +w perm: /var/vmail, UNIX perms appear ok (ACL/MAC wrong?))
lda: Fatal: Invalid user settings. Refer to server log for more information.
Any ideas what to do? I hate the mail server config ((
Pages: [1]