|
|
|
|
Bonjour,
J'ai installé Sendmail sur un serveur Linux SLES9.
Lorsque fait un telnet sur le port 25 sur l'adresse IP de la machine le message suivant apparait :
# telnet 192.25.1.6 25 Trying 192.25.1.6... telnet: connect to address 192.25.1.6: Connection refused
# telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. 220 machine.domaine.fr ESMTP Sendmail 8.12.10/8.12.10; Tue, 20 May 2008 15:39:20 +0200
# netstat -a | grep smtp tcp 0 0 localhost:smtp *:* LISTEN
Bonjour dubcek,
PING 192.25.1.6 (192.25.1.6) 56(84) bytes of data. 64 bytes from 192.25.1.6: icmp_seq=1 ttl=64 time=0.033 ms 64 bytes from 192.25.1.6: icmp_seq=2 ttl=64 time=0.012 ms Un telnet 192.25.1.6 donne : Connected to 192.25.1.6. Escape character is '^]'. Welcome to SUSE LINUX Enterprise Server 9 (x86_64) - Kernel 2.6.5-7.244-smp (2). login: Password: Last login: Tue May 27 07:54:46 from 192.9.0.6 Bonjour, mardi 27 mai 2008 # |
Hello
|
Cela donne :
# nslookup 192.25.1.6 Note: nslookup is deprecated and may be removed from future releases. Consider using the `dig' or `host' programs instead. Run nslookup with the `-sil[ent]' option to prevent this message from appearing. Server: 80.10.246.2 Address: 80.10.246.2#53 ** server can't find 6.1.25.192.in-addr.arpa: SERVFAIL |
Voila ce que me donne cette commande
# nslookup > set type=MX > mondomaine.com Server: 80.10.246.2 Address: 80.10.246.2#53 Non-authoritative answer: mondomaine.com mail exchanger = 5 mailhost.mondomaine.com. Pour information j'ai installer Postfix et il fonctionne parfaitement. Mais je suis curieux de savoir pourquoi Sendmail ne fonctionne pas, alors si vous avez encore d'autres idées n'hésitez pas.
|