
quietFinn
- Total activity 2051
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 1402
Comments
Recent activity by quietFinn-
if an account is exceeding bandwidth limit it will be suspended, if an account is exceeding disk quota it's not suspended, but it's not fully functional, for example it's not able to receive emails.
-
Check in /etc/csf/csf.ignore, you might find a line trying to include that /etc/csf/uptime-monitor-only-ips.txt
-
For my understanding this can be accomplished only if emails are sent from IP other than the server's public main IP. https://docs.cpanel.net/knowledge-base/email/how-to-configure-the-exim-outgoing...
-
When you create the backup directory with command:cp -rf /var/named{,.backup} then /var/named.backup and all files in it are owned by root. You should use this command instead:cp -rfp /var/named{,....
-
-rw-r----- 1 root named 2112 Feb 20 11:05 /var/named/named.ca in all our servers, i.e. 640, not 740
-
And then you have to figure out how to change MX records to point to that. For emails to work you do not need such a "smtp A record".It is used in many places, but it's not required.
-
What is a SMTP A record?
-
I was wondering how the maillog gets rotated, and I found this: In /etc/logrotate.d/syslog there is:/var/log/cron/var/log/maillog/var/log/messages/var/log/secure/var/log/spooler{ missingok sh...
-
Do these work for you:telnet 2a00:1450:4025:c03::1b 25andtelnet 142.251.9.27 25
-
The error message says it clearly:"Network is unreachable". Are you able to send emails to any addresses?