kdean
- Total activity 494
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 190
Comments
Recent activity by kdean-
Roundcube Settings -> Preferences -> User Interface -> Main Options De-selecting "Pretty dates" will remove any Today, day of the week, etc. conversion and will list the numerical date and time only.
-
FcgidMaxProcessesPerClass 100 This allows 100 php processes per cpanel account. FcgidMaxProcesses 40 This limits all php processes to 40. So, I would raise this to at least 100 if not more depe...
-
The "Pre VirtualHost Include" section is the correct place to add the configuration and will not be overwritten when Apache is recompiled. There is not fcgid config file. It simply runs with the de...
-
In WHM, you should be able to go to the Exim Configuration Manager -> Advanced Editor and make your changes there. If you don't see a setting, scroll down about 1/3rd to the "Add additional configu...
-
In my experience what generally happens is... your client received an email, they auto-respond back to the email that sent to them, that email could not be delivered and bounces back from the Maile...
-
#2 - In WHM, go to Packages " Feature Manager and edit your Feature List and uncheck "Change Style".
-
Works for me in 11.50.0.20. Have you checked your browser for any javascript errors on page load? If an error is blocking / delaying javascript, it could cause interactive functionality not to work...
-
cat /var/named/*.db | grep "MX" | grep -v "TXT" I excluded TXT records because sometimes the DKIM value included MX on my system.
-
One option could be to allow whitelisting an incoming email or domain regardless of the mail server sending it to more easily allow through senders who's email rotate through multiple mail servers ...
-
Assuming you don't have any permission errors.... FCGID errors shouldn't lock you out, but maybe your setup is different than mine. Have you actually fully set up FCGID for your server? You may ne...