Search found 4 matches
- 08 Mar 2017, 09:47
- Forum: General Discussion (csf)
- Topic: Disabled LFD has issues with systemd
- Replies: 2
- Views: 3067
Re: Disabled LFD has issues with systemd
Why does CSF enable the LFD systemd service if LF_DAEMON is set to 0? Why would you want to start something on boot that is disabled? That makes no sense.
- 28 Feb 2017, 15:07
- Forum: General Discussion (csf)
- Topic: Disabled LFD has issues with systemd
- Replies: 2
- Views: 3067
Disabled LFD has issues with systemd
If you disable LFD in the CSF configuration (LF_DAEMON = "0") it will still be enabled in systemd. This means that systemd will try to start LFD on boot. That will fail because if LFD is disabled in the configuration the lfd binary will immediately kill it's own process. root@server:~/csf#...
- 06 Jul 2015, 15:15
- Forum: Suggestions (csf)
- Topic: Port 587 outgoing
- Replies: 2
- Views: 4580
Re: Port 587 outgoing
Great! Thank you very much.
- 30 Jan 2015, 13:06
- Forum: Suggestions (csf)
- Topic: Port 587 outgoing
- Replies: 2
- Views: 4580
Port 587 outgoing
Port 587 outgoing is default disabled in csf.conf. Is there a reason for having it disabled ? If not, i would like to suggest to open it in the default csf.conf for TCP_OUT and TCP6_OUT. This because many clients and servers prefer to connect secure over TLS. For example; to relay e-mail at another ...