(Quote)
I believe that the cause of my direct entry to ip is some form of error that you can view the 404?
https://forums.cyberpanel.net/discussion/comment/1721/#Comment_1721
(Quote)
It seems that my emails are getting there inside my server, they are in webmail and it is returning this error:
This is the mail system at host server.example.com.
I'm sorry to have to inform you that your message could not
be delivered to…
Apparently the door is open as shown:
https://snag.gy/09iAhH.jpg
The email I am not able to send, it seems that it enters a loop until returning an error in the page
I did this and I succeeded, but now my site is returning the error: Error 502
https://snag.gy/09iAhH.jpg
I am using this code to send:
<?php
require 'phpmailer/PHPMailerAutoload.php';
$mail = new PHPMailer;
try {
$mail->…
I tried, but I still could not, could you help me?
As 25 is blocked I am trying to open port 2525 but I am not getting it, I tried to use the code below:
iptables -A INPUT -p tcp --dport 2525 -j ACCEPT
iptables -A FORWARD -p tcp --dport 2525 -j …
(Quote)
Yes it is but how the colors are in the tutorials on the net
See below:
# Global Postfix configuration file. This file lists only a subset
# of all parameters. For the syntax, and for a complete parameter
# list, see the postconf(5) manu…
(Quote)
I understand and is there any tutorial on how to do this SMTP configuration here? If it exists could you send it to me? I checked with my hosting (Digital Ocean) that port 25 is blocked by default and can only be unlocked from 3 months of us…
(Quote)
I disabled SELinux and managed to log in, but I have two more questions, I researched what would be a function of SeLinux and discovered that it would be a firewall if I deactivated can I be opening vulnerabilities? More information about se…