vanessa
- Total activity 1160
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 492
Comments
Recent activity by vanessa-
What does your default address look like for this domain?
-
Something's wonky on your system for sure, just hard to tell without messing around in there myself. Are you running Cloudlinux w/cagefs?
-
As a ditch effort, you can reinstall dovecot to make sure it's set up "clean": yum remove cpanel-dovecot (this will also in turn remove exim, but not its config templates) mv /var/cpanel/ssl/dov...
-
How are you restarting? I assume you're doing this as root, but are you using the service/systemctl commands, or are you using /scripts/restartsrv_dovecot ?
-
weird - i checked my centos 7/alma8/CL8 servers and all of mine are symlinks
-
/etc/dovecot/ssl/dovecot.crt should be a symlink to /var/cpanel/ssl/dovecot/mydovecot.crt, and THAT file should be as follows: -rw-rw---- 1 root wheel 6.1K May 6 19:17 /var/cpanel/ssl/dovecot/myd...
-
You're going to have to get down and dirty with the console. When your server runs out of ram, you'll need to go in and run 'top' and 'htop' and sort by memory to see what's using it up. Are you r...
-
Maybe try this too, according to cpanel docs (which might be similar to what cprex was offering) /scripts/remove_dovecot_index_files --user user
-
I've seen this issue before, and for me, deleting the "maildirsize" files corrected the issue. There's a file in each account so if you want to be bold about it: rm -fv /home/*/mail/$domain/$user/...
-
I think some more context is needed. If you're adding a drive and wanting to mount /home off it it, what you need to do is: 1) mount the drive initially as something else, like /home2, 2) rsync a...