1
Updates / Re: How to stop update notifications for non existent updates?
« Last post by overseer on January 19, 2025, 11:31:28 PM »You shouldn't need an explicit crontab, as the daily jobs fire off if they are in place in that dir and have the proper permissions. But if you want an explicit root cron job, make sure you trigger it **after** the CWP daily anacron tasks.
Code: [Select]
0 5,12 * * * /usr/bin/yum -y update --security > /dev/null 2>&1
2
Updates / Re: How to stop update notifications for non existent updates?
« Last post by DragoCom on January 19, 2025, 06:57:59 PM »Ok, I deleted the other an added this: 0 0 * * * /etc/cron.daily/yum
Thank you
Thank you
3
Updates / Re: How to stop update notifications for non existent updates?
« Last post by overseer on January 19, 2025, 06:35:27 PM »This runs after the daily cwp task:
/etc/cron.daily/yum
/etc/cron.daily/yum
Code: [Select]
#!/bin/sh
/usr/bin/yum -y update --security
4
Problems on other RedHat linux servers / Re: rDNS/PTR = FAILED...
« Last post by cyberspace on January 19, 2025, 02:19:33 PM »If everything is correct then the RDNS of the primary IP assigned to your VPS/Server is good and there is no problem with the RDNS/PTR or... you missed something.
5
Problems on other RedHat linux servers / Re: rDNS/PTR = FAILED...
« Last post by venty on January 19, 2025, 11:20:24 AM »Review this post to get details how to check and diagnose RDNS/PTR related problems:
http://forum.centos-webpanel.com/dns/help-with-rdns/msg49130/#msg49130
Hi,
I did what you recommended in the link provided, it gives me the correct answers...
BR
Venty
6
Problems on other RedHat linux servers / Re: I can send and receive messages via the web, but it doesn't work through the...
« Last post by cyberspace on January 19, 2025, 09:33:40 AM »You have another thread associated with the RDNS/PTR problem. Please continue conversation through:
https://forum.centos-webpanel.com/problems-on-other-redhat-linux-servers/rdnsptr-failed-14517/msg50048
to avoid confusion.
https://forum.centos-webpanel.com/problems-on-other-redhat-linux-servers/rdnsptr-failed-14517/msg50048
to avoid confusion.
7
Problems on other RedHat linux servers / Re: rDNS/PTR = FAILED...
« Last post by cyberspace on January 19, 2025, 09:29:56 AM »Review this post to get details how to check and diagnose RDNS/PTR related problems:
http://forum.centos-webpanel.com/dns/help-with-rdns/msg49130/#msg49130
http://forum.centos-webpanel.com/dns/help-with-rdns/msg49130/#msg49130
8
Problems on other RedHat linux servers / Re: rDNS/PTR = FAILED...
« Last post by venty on January 19, 2025, 08:57:36 AM »You need forward and reverse DNS, both agreeing in order to be considered a valid sending source for other servers to accept mail. It should not be tied to a particular user account. What is the server's FQDN?
Hi,
PTR is available, but the panel shows that rDNS/PTR = FAILED...
BR
Venty
9
Problems on other RedHat linux servers / Re: I can send and receive messages via the web, but it doesn't work through the...
« Last post by venty on January 19, 2025, 08:54:59 AM »Def. an encryption problem -- not able to establish a secure connection. Is your Roundcube still set for defaults? Is it checking with SSL/TLS or STARTTLS? Roundcube checks the localhost, but mail ports may not be open for remote connections. What CSF ports do you have open for mail? Incoming: 143, 993, 995? Outgoing: 25, 465, 587?
Hi,
ports is OK...
rDNS/PTR = FAILED...?
BR
Venty
10
Updates / Re: How to stop update notifications for non existent updates?
« Last post by DragoCom on January 19, 2025, 06:14:28 AM »0 0 * * * yum -y update