[qmailtoaster] POP3 Not working

2008-12-08 Thread akisakye
Greetings Everyone,
I need help getting my POP3 to work again. My mail server has a public ip
address and was working fine until a couple of days ago... i did not make
any changes on the firewall in place since I run it as well, but when i
telnet to the pop port whether inside lan or from a remote location all I
get is this...

akisakye$ telnet mailserver.com 110
Trying xx.xx.xx.xx...
Connected to mailserver.com.
Escape character is '^]'.

POP banner doesnt appear... ive tried to telnet on the machine itself and
a telnet to the localhost or 127.0.0.1 responds immediately with the pop
banner while a telnet to mailserver.com even on the servers terminal
reproduces the results...

akisakye$ telnet mailserver.com 110
Trying xx.xx.xx.xx...
Connected to mailserver.com.
Escape character is '^]'.

this is my POP3 Log...

@4000493cf766371eb5cc tcpserver: end 9857 status 256
@4000493cf766371ec56c tcpserver: status: 5/200
@4000493cf76702adff3c tcpserver: end 9858 status 256
@4000493cf76702ae16ac tcpserver: status: 4/200
@4000493cf76704ae343c tcpserver: status: 5/200
@4000493cf76704ae43dc tcpserver: pid 9993 from xx.xx.xx.158(my
resident gw router)
@4000493cf76b2b7af17c tcpserver: status: 6/200
@4000493cf76b2b7cb69c tcpserver: pid 9995 from xx.xx.xx.158(my
resident gw router)

And stats
[EMAIL PROTECTED] ~]# qmailctl stat
authlib: up (pid 2858) 3896 seconds
clamd: up (pid 2883) 3896 seconds
imap4: up (pid 2865) 3896 seconds
imap4-ssl: up (pid 2855) 3896 seconds
pop3: up (pid 2840) 3896 seconds
pop3-ssl: up (pid 2863) 3896 seconds
send: up (pid 2873) 3896 seconds
smtp: up (pid 2854) 3896 seconds
spamd: up (pid 2848) 3896 seconds
submission: up (pid 2851) 3896 seconds
authlib/log: up (pid 2876) 3896 seconds
clamd/log: up (pid 2879) 3896 seconds
imap4/log: up (pid 2878) 3896 seconds
imap4-ssl/log: up (pid 2868) 3896 seconds
pop3/log: up (pid 2874) 3896 seconds
pop3-ssl/log: up (pid 2882) 3896 seconds
send/log: up (pid 2880) 3896 seconds
smtp/log: up (pid 2875) 3896 seconds
spamd/log: up (pid 2867) 3896 seconds
submission/log: up (pid 2877) 3896 seconds


any one experienced this before?

thanks



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] POP3 Not working

2008-12-08 Thread Kisakye ALex

Jake Vickers wrote:

[EMAIL PROTECTED] wrote:

Greetings Everyone,
I need help getting my POP3 to work again. My mail server has a 
public ip
address and was working fine until a couple of days ago... i did not 
make

any changes on the firewall in place since I run it as well, but when i
telnet to the pop port whether inside lan or from a remote location 
all I

get is this...

akisakye$ telnet mailserver.com 110
Trying xx.xx.xx.xx...
Connected to mailserver.com.
Escape character is '^]'.

POP banner doesnt appear... ive tried to telnet on the machine itself 
and

a telnet to the localhost or 127.0.0.1 responds immediately with the pop
banner while a telnet to mailserver.com even on the servers terminal
reproduces the results...
  


Sounds like a DNS issue.  Your server will perform a reverse DNS 
lookup on the IP connecting during the initial transaction.
What does your /var/qmail/supervise/pop3/run file look like?  Try 
adding an -H to the tcpserver options to disable remote IP lookups.



Thanks Jake,
I've adjusted the run file like below and it connected although it took 
close to 40 seconds... which is tooo slow for a connection on LAN... Any 
ideas on what else i should tweak? here is the run file


#!/bin/sh

PASSPROG=/home/vpopmail/bin/vchkpw
HOSTNAME=`hostname --fqdn`

exec /usr/bin/softlimit -m 900 \
/usr/bin/tcpserver -H -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21


ALex

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] POP3 Not working

2008-12-08 Thread Jake Vickers

[EMAIL PROTECTED] wrote:

Greetings Everyone,
I need help getting my POP3 to work again. My mail server has a public ip
address and was working fine until a couple of days ago... i did not make
any changes on the firewall in place since I run it as well, but when i
telnet to the pop port whether inside lan or from a remote location all I
get is this...

akisakye$ telnet mailserver.com 110
Trying xx.xx.xx.xx...
Connected to mailserver.com.
Escape character is '^]'.

POP banner doesnt appear... ive tried to telnet on the machine itself and
a telnet to the localhost or 127.0.0.1 responds immediately with the pop
banner while a telnet to mailserver.com even on the servers terminal
reproduces the results...
  


Sounds like a DNS issue.  Your server will perform a reverse DNS lookup 
on the IP connecting during the initial transaction.
What does your /var/qmail/supervise/pop3/run file look like?  Try adding 
an -H to the tcpserver options to disable remote IP lookups.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] POP3 Not working

2008-12-08 Thread Jake Vickers

Kisakye ALex wrote:

Thanks Jake,
I've adjusted the run file like below and it connected although it 
took close to 40 seconds... which is tooo slow for a connection on 
LAN... Any ideas on what else i should tweak? here is the run file


#!/bin/sh

PASSPROG=/home/vpopmail/bin/vchkpw
HOSTNAME=`hostname --fqdn`

exec /usr/bin/softlimit -m 900 \
/usr/bin/tcpserver -H -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21


You need to reboot after making that change.  You *could* kill all the 
daemons, wait for them to all close out, and then start them again, but 
to be honest it's just easier to reboot.



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] POP3 Not working

2008-12-08 Thread akisakye
Jake Vickers wrote:
 [EMAIL PROTECTED] wrote:
 Greetings Everyone,
 I need help getting my POP3 to work again. My mail server has a public ip
 address and was working fine until a couple of days ago... i did not make
 any changes on the firewall in place since I run it as well, but when i
 telnet to the pop port whether inside lan or from a remote location all I
 get is this...

 akisakye$ telnet mailserver.com 110
 Trying xx.xx.xx.xx...
 Connected to mailserver.com.
 Escape character is '^]'.

 POP banner doesnt appear... ive tried to telnet on the machine itself and
 a telnet to the localhost or 127.0.0.1 responds immediately with the pop
 banner while a telnet to mailserver.com even on the servers terminal
 reproduces the results...


 Sounds like a DNS issue.  Your server will perform a reverse DNS lookup
on the IP connecting during the initial transaction.
 What does your /var/qmail/supervise/pop3/run file look like?  Try adding
an -H to the tcpserver options to disable remote IP lookups.



Thanks Jake,
I've adjusted the run file like below and it connected although it took
close to 40 seconds... which is tooo slow for a connection on LAN... Any
ideas on what else i should tweak? here is the run file

#!/bin/sh

PASSPROG=/home/vpopmail/bin/vchkpw
HOSTNAME=`hostname --fqdn`

exec /usr/bin/softlimit -m 900 \
/usr/bin/tcpserver -H -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21


ALex



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] POP3 Not working

2008-12-08 Thread akisakye
 Kisakye ALex wrote:
 Thanks Jake,
 I've adjusted the run file like below and it connected although it
 took close to 40 seconds... which is tooo slow for a connection on
 LAN... Any ideas on what else i should tweak? here is the run file

 #!/bin/sh

 PASSPROG=/home/vpopmail/bin/vchkpw
 HOSTNAME=`hostname --fqdn`

 exec /usr/bin/softlimit -m 900 \
 /usr/bin/tcpserver -H -v -R -c 200 0 110 \
 /var/qmail/bin/qmail-popup $HOSTNAME \
 $PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21

 You need to reboot after making that change.  You *could* kill all the
 daemons, wait for them to all close out, and then start them again, but
 to be honest it's just easier to reboot.


I forgot to mention, yes I did reboot... the connections are still slow
wether on LAN or remote location...

thanks

Alex



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] POP3 Not working

2008-12-08 Thread Jake Vickers

[EMAIL PROTECTED] wrote:


I forgot to mention, yes I did reboot... the connections are still slow
wether on LAN or remote location...
  


Have you checked your DNS?
You may also be looking up DNS names for your local IP. There's a wiki 
page on it:

http://wiki.qmailtoaster.com/index.php/Slow_pop3
If it's DNS, you'll still need to fix that anyway, instead of just 
trying to work around another problem.




Re: [qmailtoaster] POP3 Not working

2008-12-08 Thread akisakye
 [EMAIL PROTECTED] wrote:

 I forgot to mention, yes I did reboot... the connections are still slow
 wether on LAN or remote location...


 Have you checked your DNS?
 You may also be looking up DNS names for your local IP. There's a wiki
 page on it:
 http://wiki.qmailtoaster.com/index.php/Slow_pop3
 If it's DNS, you'll still need to fix that anyway, instead of just
 trying to work around another problem.


Thanks Jake,
I'd not seen that page on the wiki... it has helped me however am
going to check what could be the problem with the DNS here.

Alex


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] POP3 Not working

2008-08-23 Thread South Computers
Probably either reverse dns lookups or blocklists. Got a call yesterday 
from a client about another error, was probably a blocklist down. Try 
temporarily removing all blocklists  see if it cures it, then put them 
back in one at a time.


Andreas wrote:


What do you have in the logs of pop3d (/var/log/qmail/pop3) when
attempting to pop3 from clients?
If you dont find anything there: Try ngrep on port 110 and see what
happens when client connects.

Andreas

Am Freitag, den 22.08.2008, 12:02 +0300 schrieb Kisakye Alex:
 


Thanks
Telnet from outside works fine as well. And firewall has not been
tampared with... However I realised the server hard drive was full, I
deleted unnecessary files... backups etc and now i Have almost 30GB
free but still services wont work from mail client


ALex

On Fri, Aug 22, 2008 at 11:45 AM, Andreas Galatis [EMAIL PROTECTED] wrote:
   Hi Alex,
   
   What happens if you telnet to 110 from outside?

   Any changes in your firewall-config?
   
   Andreas

   Am Freitag, 22. August 2008 schrieb [EMAIL PROTECTED]:
Greetings,
My POP just stopped working, Funny thing is that its running
   in qmailctl
stats and the logs dont show anything weird. Mail clients
   cannot pick mail
but they can send and fast.. I have rebooted the machine and
   still no show
of what is happening... Telnet from any computer on the lan
   into the
servers 110 port works fine as well..
   
Any pointers?
   
ALex
   
   
   
   -
 QmailToaster hosted by: VR Hosted http://www.vr.org
   
   -
To unsubscribe, e-mail:
   [EMAIL PROTECTED]
For additional commands, e-mail:
   [EMAIL PROTECTED]
   
   
   
   -

   QmailToaster hosted by: VR Hosted http://www.vr.org
   -
   To unsubscribe, e-mail:
   [EMAIL PROTECTED]
   For additional commands, e-mail:
   [EMAIL PROTECTED]
   
   



   




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] POP3 Not working

2008-08-22 Thread akisakye
Greetings,
My POP just stopped working, Funny thing is that its running in qmailctl
stats and the logs dont show anything weird. Mail clients cannot pick mail
but they can send and fast.. I have rebooted the machine and still no show
of what is happening... Telnet from any computer on the lan into the
servers 110 port works fine as well..

Any pointers?

ALex


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] POP3 Not working

2008-08-22 Thread Andreas Galatis
Hi Alex,

What happens if you telnet to 110 from outside?
Any changes in your firewall-config?

Andreas
Am Freitag, 22. August 2008 schrieb [EMAIL PROTECTED]:
 Greetings,
 My POP just stopped working, Funny thing is that its running in qmailctl
 stats and the logs dont show anything weird. Mail clients cannot pick mail
 but they can send and fast.. I have rebooted the machine and still no show
 of what is happening... Telnet from any computer on the lan into the
 servers 110 port works fine as well..

 Any pointers?

 ALex


 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] POP3 Not working

2008-08-22 Thread Kisakye Alex
Thanks
Telnet from outside works fine as well. And firewall has not been tampared
with... However I realised the server hard drive was full, I deleted
unnecessary files... backups etc and now i Have almost 30GB free but still
services wont work from mail client


ALex

On Fri, Aug 22, 2008 at 11:45 AM, Andreas Galatis [EMAIL PROTECTED] wrote:

 Hi Alex,

 What happens if you telnet to 110 from outside?
 Any changes in your firewall-config?

 Andreas
 Am Freitag, 22. August 2008 schrieb [EMAIL PROTECTED]:
  Greetings,
  My POP just stopped working, Funny thing is that its running in qmailctl
  stats and the logs dont show anything weird. Mail clients cannot pick
 mail
  but they can send and fast.. I have rebooted the machine and still no
 show
  of what is happening... Telnet from any computer on the lan into the
  servers 110 port works fine as well..
 
  Any pointers?
 
  ALex
 
 
  -
   QmailToaster hosted by: VR Hosted http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




RE: [qmailtoaster] POP3 Not working

2008-08-22 Thread Craig Smith
What error (if any) are the clients getting?  

 

From: Kisakye Alex [mailto:[EMAIL PROTECTED] 
Sent: 22 August 2008 10:03
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] POP3 Not working

 

Thanks
Telnet from outside works fine as well. And firewall has not been tampared
with... However I realised the server hard drive was full, I deleted
unnecessary files... backups etc and now i Have almost 30GB free but still
services wont work from mail client


ALex

On Fri, Aug 22, 2008 at 11:45 AM, Andreas Galatis [EMAIL PROTECTED] wrote:

Hi Alex,

What happens if you telnet to 110 from outside?
Any changes in your firewall-config?

Andreas
Am Freitag, 22. August 2008 schrieb [EMAIL PROTECTED]:

 Greetings,
 My POP just stopped working, Funny thing is that its running in qmailctl
 stats and the logs dont show anything weird. Mail clients cannot pick mail
 but they can send and fast.. I have rebooted the machine and still no show
 of what is happening... Telnet from any computer on the lan into the
 servers 110 port works fine as well..

 Any pointers?

 ALex


 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 



Re: [qmailtoaster] POP3 Not working

2008-08-22 Thread Andreas
What do you have in the logs of pop3d (/var/log/qmail/pop3) when
attempting to pop3 from clients?
If you dont find anything there: Try ngrep on port 110 and see what
happens when client connects.

Andreas

Am Freitag, den 22.08.2008, 12:02 +0300 schrieb Kisakye Alex:
 Thanks
 Telnet from outside works fine as well. And firewall has not been
 tampared with... However I realised the server hard drive was full, I
 deleted unnecessary files... backups etc and now i Have almost 30GB
 free but still services wont work from mail client
 
 
 ALex
 
 On Fri, Aug 22, 2008 at 11:45 AM, Andreas Galatis [EMAIL PROTECTED] wrote:
 Hi Alex,
 
 What happens if you telnet to 110 from outside?
 Any changes in your firewall-config?
 
 Andreas
 Am Freitag, 22. August 2008 schrieb [EMAIL PROTECTED]:
  Greetings,
  My POP just stopped working, Funny thing is that its running
 in qmailctl
  stats and the logs dont show anything weird. Mail clients
 cannot pick mail
  but they can send and fast.. I have rebooted the machine and
 still no show
  of what is happening... Telnet from any computer on the lan
 into the
  servers 110 port works fine as well..
 
  Any pointers?
 
  ALex
 
 
 
 -
   QmailToaster hosted by: VR Hosted http://www.vr.org
 
 -
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 
 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 
 


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] POP3 Not working

2008-08-22 Thread Kisakye ALex
While I was still trying to figure out what was wrong it worked again 
after 4hrs of searching, can say wat was wrong,

since the logs where all normal.

thanks for all the help

ALex

Andreas wrote:

What do you have in the logs of pop3d (/var/log/qmail/pop3) when
attempting to pop3 from clients?
If you dont find anything there: Try ngrep on port 110 and see what
happens when client connects.

Andreas

Am Freitag, den 22.08.2008, 12:02 +0300 schrieb Kisakye Alex:
  

Thanks
Telnet from outside works fine as well. And firewall has not been
tampared with... However I realised the server hard drive was full, I
deleted unnecessary files... backups etc and now i Have almost 30GB
free but still services wont work from mail client


ALex

On Fri, Aug 22, 2008 at 11:45 AM, Andreas Galatis [EMAIL PROTECTED] wrote:
Hi Alex,

What happens if you telnet to 110 from outside?

Any changes in your firewall-config?

Andreas

Am Freitag, 22. August 2008 schrieb [EMAIL PROTECTED]:
 Greetings,
 My POP just stopped working, Funny thing is that its running
in qmailctl
 stats and the logs dont show anything weird. Mail clients
cannot pick mail
 but they can send and fast.. I have rebooted the machine and
still no show
 of what is happening... Telnet from any computer on the lan
into the
 servers 110 port works fine as well..

 Any pointers?

 ALex



-
  QmailToaster hosted by: VR Hosted http://www.vr.org

-
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]



-

QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]









-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]