PDA

View Full Version : Only the pop3 / port 110 @#$%!@#$%!@#$%!@#$%! doesn´t works


Ruffneck
06-08-2004, 09:21 AM
Hi, qmailrocks.org is a great tutorial service yeah...

Now i´ve installed all on the debian 3.1 with the tutorial from part 1 - part 12...

squiirremail rocks works perfectly
imap based mail account on thunderbird works perfectly
vqadmin worls also

ONLY the badly pop3 protcoll doesnßt works
on telnet and also not on outlook or thunderbird

Telnet says

debian:/etc/courier# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK
user webmaster@brain-webspace.de
+OK
pass ******
-ERR Authentication failed (bad password?)
Connection closed by foreign host.

I can´t understand it...

my ports using
PORT STATE SERVICE
9/tcp open discard
13/tcp open daytime
22/tcp open ssh
25/tcp open smtp
37/tcp open time
80/tcp open http
110/tcp open pop3
111/tcp open rpcbind
143/tcp open imap
993/tcp open imaps
10000/tcp open snet-sensor-mgmt


debian:/etc/init.d# fuser -n tcp 25
debian:/etc/init.d# fuser -n tcp 110
110/tcp: 404
debian:/etc/init.d#



netstat -atp

debian:/etc/init.d# netstat -atp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:32768 *:* LISTEN 321/inetd
tcp 0 0 *:imaps *:* LISTEN 310/couriertcpd
tcp 0 0 *:time *:* LISTEN 321/inetd
tcp 0 0 *:discard *:* LISTEN 321/inetd
tcp 0 0 *:daytime *:* LISTEN 321/inetd
tcp 0 0 *:pop3 *:* LISTEN 404/popa3d
tcp 0 0 *:imap2 *:* LISTEN 296/couriertcpd
tcp 0 0 *:sunrpc *:* LISTEN 200/portmap
tcp 0 0 *:10000 *:* LISTEN 469/perl
tcp 0 0 *:www *:* LISTEN 428/apache
tcp 0 0 *:ssh *:* LISTEN 410/sshd

/var/log/qmail/qmail-pop3d/current

code:

@4000000040c5b7a9314ecb8c tcpserver: fatal: unable to bind: address already used
@4000000040c5b7aa331ac95c tcpserver: fatal: unable to bind: address already used
@4000000040c5b7ab34e36bcc tcpserver: fatal: unable to bind: address already used


Die stmpd logfile ist wohl weniger interessant, da stmpd perfekt läuft aber hier auch nochmal

code:

@4000000040c5b18825f3242c tcpserver: status: 0/30
@4000000040c5b19238c4dc1c tcpserver: status: 1/30
@4000000040c5b19238c5f55c tcpserver: pid 5515 from 127.0.0.1
@4000000040c5b19238de3464 tcpserver: ok 5515 your_fqdn_hostname:127.0.0.1:25 localhost:127.0.0.1$
@4000000040c5b1930194694c tcpserver: end 5515 status 0
@4000000040c5b193019480bc tcpserver: status: 0/30
@4000000040c5b1a33758bd44 tcpserver: status: 1/30
@4000000040c5b1a3375a20bc tcpserver: pid 5547 from 127.0.0.1
@4000000040c5b1a337628144 tcpserver: ok 5547 your_fqdn_hostname:127.0.0.1:25 localhost:127.0.0.1$
@4000000040c5b1a4021d7b24 tcpserver: end 5547 status 0
@4000000040c5b1a4021d8ac4 tcpserver: status: 0/30
@4000000040c5b20f0b153a14 tcpserver: status: 1/30
@4000000040c5b20f0b161ca4 tcpserver: pid 5740 from 221.155.192.134
@4000000040c5b20f0b2e8e74 tcpserver: ok 5740 your_fqdn_hostname:213.239.197.35:25 :221.155.192.1$
@4000000040c5b21b36e66f8c tcpserver: end 5740 status 0
@4000000040c5b21b36e6775c tcpserver: status: 0/30


:shock:

geier
06-16-2004, 11:47 AM
hmm, I'm having the same problem, and I don't think that any otherl pop3 server installed. When I had the problem first I thought there might justbe an other pop3 server, so I removed everything that had anything to do with the mailsystem, rebooted, checked that there was no pop3 server running and started all over again, but still that strange pop3 error...

ps: great tutorial!!!