[Linux] erreur telnet pour envoyer un mail de test

bernard.schoenacker@::1 bernard.schoenacker@::1
Mer 12 Juil 17:41:27 CEST 2017



----- Mail original -----
> De: "bernard schoenacker" <bernard.schoenacker@::1>
> À: linux@::1
> Envoyé: Mercredi 12 Juillet 2017 17:31:50
> Objet: Re: [Linux] erreur telnet pour envoyer un mail de test
> 
> 
> 
> ----- Mail original -----
> > De: "Daniel Huhardeaux" <daniel.huhardeaux@::1>
> > À: linux@::1
> > Envoyé: Mercredi 12 Juillet 2017 17:28:07
> > Objet: Re: [Linux] erreur telnet pour envoyer un mail de test
> > 
> > Le 12/07/2017 à 16:48, bernard.schoenacker@::1 a écrit :
> > > bonjour,
> > 
> > Bonjour
> > 
> > > 
> > > je suis en train de finir la configuration d'un serveur de
> > > courrier
> > > et j'ai un problème avec telnet :
> > > 
> > > telnet localhost 25
> > > Trying ::1...
> > > Trying 127.0.0.1...
> > > telnet: Unable to connect to remote host: Connection refused
> > 
> > C'est que personne n'écoute le port 25. Vérifie avec un
> > netstat -taupen|grep 25
> > 
> > [...]
> > 
> > --
> > TOOTAi
> > 
> 
> 
> bonjour,
> 
> voici le résultat de la commande :
> 
> netstat -taupen|grep 25
> tcp        0      0 0.0.0.0:1               0.0.0.0:*
>               LISTEN      0          25032      1939/portsentry
> tcp        0      0 0.0.0.0:20034           0.0.0.0:*
>               LISTEN      0          25066      1939/portsentry
> tcp        0      0 0.0.0.0:32771           0.0.0.0:*
>               LISTEN      0          25072      1939/portsentry
> tcp        0      0 0.0.0.0:32772           0.0.0.0:*
>               LISTEN      0          25074      1939/portsentry
> tcp        0      0 0.0.0.0:40421           0.0.0.0:*
>               LISTEN      0          25080      1939/portsentry
> tcp        0      0 0.0.0.0:32773           0.0.0.0:*
>               LISTEN      0          25076      1939/portsentry
> tcp        0      0 0.0.0.0:32774           0.0.0.0:*
>               LISTEN      0          25078      1939/portsentry
> tcp        0      0 0.0.0.0:31337           0.0.0.0:*
>               LISTEN      0          25070      1939/portsentry
> tcp        0      0 0.0.0.0:6667            0.0.0.0:*
>               LISTEN      0          25060      1939/portsentry
> tcp        0      0 0.0.0.0:11              0.0.0.0:*
>               LISTEN      0          25034      1939/portsentry
> tcp        0      0 0.0.0.0:5742            0.0.0.0:*
>               LISTEN      0          25058      1939/portsentry
> tcp        0      0 0.0.0.0:79              0.0.0.0:*
>               LISTEN      0          25038      1939/portsentry
> tcp        0      0 0.0.0.0:15              0.0.0.0:*
>               LISTEN      0          25036      1939/portsentry
> tcp        0      0 0.0.0.0:54320           0.0.0.0:*
>               LISTEN      0          25084      1939/portsentry
> tcp        0      0 0.0.0.0:2000            0.0.0.0:*
>               LISTEN      0          25056      1939/portsentry
> tcp        0      0 0.0.0.0:27665           0.0.0.0:*
>               LISTEN      0          25068      1939/portsentry
> tcp        0      0 0.0.0.0:1524            0.0.0.0:*
>               LISTEN      0          25054      1939/portsentry
> tcp        0      0 127.0.0.1:631           0.0.0.0:*
>               LISTEN      0          25100      1808/cupsd
> tcp        0      0 0.0.0.0:119             0.0.0.0:*
>               LISTEN      0          25043      1939/portsentry
> tcp        0      0 0.0.0.0:1080            0.0.0.0:*
>               LISTEN      0          25052      1939/portsentry
> tcp        0      0 0.0.0.0:12345           0.0.0.0:*
>               LISTEN      0          25062      1939/portsentry
> tcp        0      0 0.0.0.0:12346           0.0.0.0:*
>               LISTEN      0          25064      1939/portsentry
> tcp        0      0 0.0.0.0:635             0.0.0.0:*
>               LISTEN      0          25050      1939/portsentry
> tcp        0      0 0.0.0.0:49724           0.0.0.0:*
>               LISTEN      0          25082      1939/portsentry
> tcp        0      0 0.0.0.0:540             0.0.0.0:*
>               LISTEN      0          25048      1939/portsentry
> tcp6       0      0 ::1:631                 :::*
>                    LISTEN      0          25099      1808/cupsd
> udp        0      0 0.0.0.0:55975           0.0.0.0:*
>                           106        25991      1797/avahi-daemon:
> udp        0      0 0.0.0.0:5353            0.0.0.0:*
>                           106        25989      1797/avahi-daemon:
> udp6       0      0 :::45710                :::*
>                                106        25992
>      1797/avahi-daemon:
> udp6       0      0 :::5353                 :::*
>                                106        25990
>      1797/avahi-daemon:
> 
> merci
> 
> slt
> bernard
> 

bonjour,

j'ai repris la commande netstat :

netstat |grep postfix
unix  2 [ ] DGRAM  25772 /var/spool/postfix/dev/log


commentaire pour que le port 25 soit ouvert alors que je n'ai rien
dans iptables

slt
bernard


Plus d'informations sur la liste de diffusion linux