Op woensdag 07 februari 2001 11:19 schreef Bart B het volgende:
[..]
Ik heb het uitgevoerd (zelf heb ik geen idee wat je daarmee doet, kun je het uitleggen

)
Je bekijkt je processen die draaien op een systeem. ps is een proceslist (zoiets)
ik krijg de volgende output
root 3670 0.0 1.1 1240 460 tty6 S 11:15 0:00 grep pop
Ik begrijp hieruit dat er dus wel iets draait dat op een POP server lijkt. HMM, toch mijn firewall:? NOPE! weer uitgezet en het zelfde.
Nope. je ziet nu het proces dat je zelf net gestart hebt. het zoeken naar pop..
voorbeeld:
[root@linux /root]# ps xauw |grep httpd
root 1346 0.0 0.2 2176 72 ? S Jan31 0:01 /usr/local/apache/bin/httpd
nobody 1409 0.0 2.6 2400 824 ? S Jan31 0:11 /usr/local/apache/bin/httpd
nobody 1410 0.0 2.4 2404 748 ? S Jan31 0:09 /usr/local/apache/bin/httpd
nobody 1411 0.0 2.9 2400 908 ? S Jan31 0:09 /usr/local/apache/bin/httpd
nobody 1412 0.0 2.4 2388 744 ? S Jan31 0:09 /usr/local/apache/bin/httpd
nobody 1413 0.0 2.4 2400 772 ? S Jan31 0:08 /usr/local/apache/bin/httpd
nobody 1416 0.0 2.3 2376 740 ? S Jan31 0:08 /usr/local/apache/bin/httpd
nobody 1422 0.0 2.3 2376 740 ? S Jan31 0:10 /usr/local/apache/bin/httpd
nobody 1682 0.0 2.4 2400 744 ? S Jan31 0:07 /usr/local/apache/bin/httpd
nobody 1683 0.0 2.7 2400 860 ? S Jan31 0:07 /usr/local/apache/bin/httpd
nobody 1684 0.0 2.4 2376 744 ? S Jan31 0:10 /usr/local/apache/bin/httpd
root 21007 0.0 1.6 1244 512 pts/0 S 11:47 0:00 grep httpd
[root@linux /root]#
Misschien dat je hier wat aan hebt, bij IMAP mail zecht hij dat de connectie wordt afgeslagen (connection refused).
Hoe moeten we nu verder?
Eh.. pop staat dus niet bij ps.... bij mij ook niet..
heb je het bestand /etc/inetd.conf?
kijk eens of voor de pop commandoregels niet een # staat?
zoja? hekje weghalen opslaan en dan:
killall -HUP inetd
telnet naar ip 110
en?
voorbeeld inetd.conf
#
# inetd.conf This file describes the services that will be available
# through the INETD TCP/IP super server. To re-configure
# the running INETD process, edit this file, then send the
# INETD process a SIGHUP signal.
#
# Version: @(#)/etc/inetd.conf 3.10 05/27/93
#
# Authors: Original taken from BSD UNIX 4.3/TAHOE.
# Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
#
# Modified for Debian Linux by Ian A. Murdock <imurdock@shell.portal.com>
#
# Modified for RHS Linux by Marc Ewing <marc@redhat.com>
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
# Echo, discard, daytime, and chargen are used primarily for testing.
#
# To re-read this file after changes, just do a 'killall -HUP inetd'
#
#echo stream tcp nowait root internal
#echo dgram udp wait root internal
#discard stream tcp nowait root internal
#discard dgram udp wait root internal
#daytime stream tcp nowait root internal
#daytime dgram udp wait root internal
#chargen stream tcp nowait root internal
#chargen dgram udp wait root internal
#time stream tcp nowait root internal
#time dgram udp wait root internal
#
# These are standard services.
#
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
#
# Shell, login, exec, comsat and talk are BSD protocols.
#
#shell stream tcp nowait root /usr/sbin/tcpd in.rshd
#login stream tcp nowait root /usr/sbin/tcpd in.rlogind
#exec stream tcp nowait root /usr/sbin/tcpd in.rexecd
#comsat dgram udp wait root /usr/sbin/tcpd in.comsat
talk dgram udp wait nobody.tty /usr/sbin/tcpd in.talkd
ntalk dgram udp wait nobody.tty /usr/sbin/tcpd in.ntalkd
#dtalk stream tcp wait nobody.tty /usr/sbin/tcpd in.dtalkd
#
# Pop and imap mail services et al
#
#pop-2 stream tcp nowait root /usr/sbin/tcpd ipop2d
pop-3 stream tcp nowait root /usr/sbin/tcpd ipop3d
#pop-3 stream tcp nowait root /usr/sbin/tcpd /usr/lib/linuxconf/lib/vpop3d /usr/sbin/ipop3d
#imap stream tcp nowait root /usr/sbin/tcpd imapd
#
# The Internet UUCP service.
#
#uucp stream tcp nowait uucp /usr/sbin/tcpd /usr/lib/uucp/uucico -l
#
# Tftp service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers." Do not uncomment
# this unless you *need* it.
#
#tftp dgram udp wait root /usr/sbin/tcpd in.tftpd
#bootps dgram udp wait root /usr/sbin/tcpd bootpd
#
# Finger, systat and netstat give out user information which may be
# valuable to potential "system crackers." Many sites choose to disable
# some or all of these services to improve security.
#
#finger stream tcp nowait nobody /usr/sbin/tcpd in.fingerd
#cfinger stream tcp nowait root /usr/sbin/tcpd in.cfingerd
#systat stream tcp nowait guest /usr/sbin/tcpd /bin/ps -auwwx
#netstat stream tcp nowait guest /usr/sbin/tcpd /bin/netstat -f inet
#
# Authentication
#
auth stream tcp wait root /usr/sbin/in.identd in.identd -e -o
#
# End of inetd.conf
linuxconf stream tcp wait root /bin/linuxconf linuxconf --http
#swat stream tcp nowait.400 root /usr/sbin/swat swat