Alors, déjà le champ MX est bien renseigné :
$ host -t mx zekicker.dyndns.org
zekicker.dyndns.org mail is handled by 5 zekicker.dyndns.org.
zekicker.dyndns.org mail is handled by 10 zekicker.dyndns.org.
Mais sur ta machine, le port 25 n'est pas accessible :
Starting Nmap 4.03 ( http://www.insecure.org/nmap/ ) at 2006年07月25日 20:14 CEST
Interesting ports on ram94-5-82-229-222-208.fbx.proxad.net (82.229.222.208):
(The 1671 ports scanned but not shown below are in state: filtered)
PORT STATE SERVICE
22/tcp open ssh
5801/tcp closed vnc-http-1
5901/tcp open vnc-1
Nmap finished: 1 IP address (1 host up) scanned in 44.645 seconds
Donc je pense que ton firewall bloque le port 25...
A+
[^] # Re: Message de retour
Posté par Anthony Levaufre . En réponse au message Serveur de mail + dyndns. Évalué à 1.
$ host -t mx zekicker.dyndns.org
zekicker.dyndns.org mail is handled by 5 zekicker.dyndns.org.
zekicker.dyndns.org mail is handled by 10 zekicker.dyndns.org.
Mais sur ta machine, le port 25 n'est pas accessible :
$ telnet zekicker.dyndns.org 25
Trying 82.229.222.208...
échoue...
$ nmap -P0 zekicker.dyndns.org
Starting Nmap 4.03 ( http://www.insecure.org/nmap/ ) at 2006年07月25日 20:14 CEST
Interesting ports on ram94-5-82-229-222-208.fbx.proxad.net (82.229.222.208):
(The 1671 ports scanned but not shown below are in state: filtered)
PORT STATE SERVICE
22/tcp open ssh
5801/tcp closed vnc-http-1
5901/tcp open vnc-1
Nmap finished: 1 IP address (1 host up) scanned in 44.645 seconds
Donc je pense que ton firewall bloque le port 25...
A+