GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
Yes this is normal, and password hashes are not kept in this file. If you want to be able to block that out, the I would suggest CloudLinux with CageFS.
-
In thinking about it, you could also CC yourself on those emails, and then create a filter that detects these emails based on subject or content and have the filter move the email to your sent fold...
-
Sending via SMTP doesn't work that way. The reality is that your sent folder is maintained by your email client. So when you use webmail or Outlook, etc, when you send an email the email program ...
-
That's your NIC's mac address. I'm not aware of cPanel using iptables itself. You may have some other mechanism on play here though.
-
If you are using csf then grep the IP in /var/log/lfd.log
-
You're running down the wrong road here. You've done something to your postgresql config that it does not like and you did not outline what that was so I have no way to know what you did to break ...
-
Though I would add that having postgresql wide open to the entire internet is not advisable.
-
5432 tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 942/postmaster Your service is only listening on 127.0.0.1 so its not set to listen on anything besides localho...
-
What you did should be correct. Its possible that hte port you are opening is not actually listening for anything. What is the output of netstat -nlp|grep YOU_PORT_NUMBER Although I would add t...
-
firewalld SHOULD be off. firewalld is NOT csf. firewalld should be removed if it was running it would fight with csf.