Search found 2 matches

by carson
09 Jan 2023, 04:11
Forum: General Discussion (csf)
Topic: Blocking all IPs & Using PHP mail()
Replies: 1
Views: 516

Re: Blocking all IPs & Using PHP mail()

I was able to resolve this by adding the following to my csf.allow

Code: Select all

icmp|out|d=25,465,587|s=0.0.0.0/0 # Allow all outgoing connections on ports 25, 465, and 587
by carson
09 Jan 2023, 03:46
Forum: General Discussion (csf)
Topic: Blocking all IPs & Using PHP mail()
Replies: 1
Views: 516

Blocking all IPs & Using PHP mail()

I run a MyBB forum, and MyBB utilizes PHP mail() for account activation e-mail addresses. In my csf.deny, I have 0.0.0.0/0 denied. This is to prevent all incoming requests directly to the server. The website is only accessible by going to the domain. The issue with this, is that it makes PHP's mail(...