Community

Closed I Need help please?

lM
leader_Me #1

Has ssl stopped working in cyberpanel?
I need help please.

As the mail is received and not sent final?

ay
ayobpro #2

Please provide some more info

lM
leader_Me #3

What information do you want?

ay
ayobpro #4

Check your domain at checktls.com and post the result here.

lM
leader_Me #6

Email is received

But if you send to Gmail, it does not receive the message

If you send and receive another email, but from the same domain, it will be received, for example
info@dd.com
admin@dd.com
It is sent and received without problems

ay
ayobpro #7

Try check your gmail spam folder?

lM
leader_Me #8

I already did that I didn’t find anything
The strange thing is, if I disable the firewall when installing a site, it sends me a message from the panel, and when it activates, it does not send

MK
Mirza Khadnezar S [sick] #9

how u know about it ?

you can received email but you cant sent ?
did you try this from webmail or mail client ?

lM
leader_Me #10

Hi, glad you are trying to help
Regarding ssl I disabled ModSecurity Status at the time of release and now it works

To send an email, use Access Webmail

lM
leader_Me #11

I found the problem
I have to turn off the firewall in order for the messages to be sent

Is there a solution to this problem?

Surely there are firewall settings

MK
Mirza Khadnezar S [sick] #12

check the firewall port
blocking SMTP port or not
unsecure port (usually 25)
SSL port
TLS port

lM
leader_Me #13

How do I add port 25 to the firewall?

ay
ayobpro #14

What firewall do you use?

lM
leader_Me #15

ConfigServer Security & Firewall - csf v14.16 firewall

ay
ayobpro #16
sudo nano /etc/csf/csf.conf

Find line like below and add your port:

TCP_IN = "20,21,22,25,53,80,110,143,443,465,587,993,995"

# Allow outgoing TCP ports
TCP_OUT = "20,21,22,25,53,80,110,113,443,587,993,995"

# Allow incoming UDP ports
UDP_IN = "20,21,53,80,443"

# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list
UDP_OUT = "20,21,53,113,123"

After done adding, save and close the file and restart csf using the following command:

sudo csf -r
lM
leader_Me #17

This ports already exists

ay
ayobpro #18

There should be no problem if port already open. Have any error on the logs?

MK
Mirza Khadnezar S [sick] #19

what is your VPS provider ? some provider doesnt allow smtp, some of them only block 25. etc

K👑
King 👑 #20

I have the same problem. But I want to clarify something very important when you turn off the firewall, messages are sent and received, so I rule out the problem of vps

This topic is closed to new replies.