bonjour, j'essaie de rapatrier mais mail dans mozilla, mais j'ai un peu de mal avec hotway
je suis sous debian donc j'ai fait un apt-get install inetd
ensuite je suis les instructions de http://hotwayd.sourceforge.net/install/#inetd (j'ai inetd,)
j'ai mis
pop3 stream tcp nowait root /usr/sbin/tcpd hotwayd
dans le fichier etc/inetd.conf
-----------------------
> #:MAIL: Mail, news and uucp services.
> #disabled#smtp stream tcp nowait mail /usr/sbin/exim exim -bs
> pop3 stream tcp nowait root /usr/sbin/tcpd hotwayd
PS, je sais pas si je dois mettre root ou pas, a defaut d'autre chose et ne sachant pas quo mettre, j'ai laisser roort
j'ai bien verifier que pop3 est dans /etc/services
pop2 109/udp pop-2
pop3 110/tcp pop-3 # POP version 3
pop3 110/udp pop-3
sunrpc 111/tcp portmapper # RPC 4.0 portmapper
j'ai tuer tout les processus de inetd pis je l'ai relancer
j'ai rajouter hotway au ficheir hosts.allow
# /etc/hosts.allow: list of hosts that are allowed to access the system.
# See the manual pages hosts_access(5), hosts_options(5)
# and /usr/doc/netbase/portmapper.txt.gz
#
# Example: ALL: LOCAL @some_netgroup
# ALL: .foobar.edu EXCEPT terminalserver.foobar.edu
#
hotwayd : 127.0.0.1
# If you're going to protect the portmapper use the name "portmap" for the
# daemon name. Remember that you can only use the keyword "ALL" and IP
ben quand je fais telnet 127.0.0.1 110
il me met ca:
carla:/home/elekis# telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
puis il me met ca
carla:/home/elekis# telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host.
j'ai eu beau essayer dans mozilla pas moyen
grand merci
a+++