OooLong
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
Comments
Recent activity by OooLong-
This issue is solved. iptables -D INPUT -p tcp --dport 25 -j DROP iptables -D OUTPUT -p tcp --dport 25 -j DROP service iptables save service iptables restart
-
Ticket ID: 9624463
-
Yea I'm testing, was trying to test from several source yahoo, gmail etc.. Still nothing. Still able to send mail to gmail, yahoo but can't receive back from them.
-
root@snvf [~]# iptables -L -n Chain INPUT (policy ACCEPT) target prot opt source destination cP-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0 acctboth all -- 0.0.0...
-
Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:587 0...
-
I finally get the bounce back. The response was: The recipient server did not accept our requests to connect. Learn more at mail.EXAMPLE.com. admin@destiny2infos.com'>admin@EXAMPLE.com Action: del...
-
Nope, added mail.subdomain to /etc/localdomains still didn't work. Is there anyway to check the MX to see that it actually working and its the server problem?
-
I have root access and I tried it, it show nothing: tail -500 /var/log/exim_mainlog | grep cryptos cryptos is the beginning of my email from gmail.
-
I did everything you described and it does show the correct IP of my server and no other ip. My domain, it's just an empty wordpress site: example.com What's weird is when selecting MX it show: 0...
-
It's confirmed now that the virtualhost include file doesn't work. I put the same directive in httpd.conf under and it work: ServerName example.com