Hello,
What happened to these localhostrelay settings? they were very helpful. I checked the changelog and there is no mention of their removal.
RT_LOCALHOSTRELAY
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: RT_LOCALHOSTRELAY
The Relay Tracking are still in the csf.conf for the cPanel and DirectAdmin installs, nothing there has changed and they have not been removed.
Re: RT_LOCALHOSTRELAY
I think my issue is that on some of my VPS's the CSF install is listed as :
[/etc/csf]# csf -v
csf: v7.58 (generic)
Whereas on the working boxes it states cPanel. How can I get this changed?
[/etc/csf]# csf -v
csf: v7.58 (generic)
Whereas on the working boxes it states cPanel. How can I get this changed?
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: RT_LOCALHOSTRELAY
Modify /etc/csf/csf.conf and set GENERIC = "0" then force update csf using:
Code: Select all
csf -uf
Re: RT_LOCALHOSTRELAY
awesome, thanks so much for the help.