Re: [qmailtoaster] Slow connecting pop3 server

2007-04-26 Thread Ole J
Yes i did, even reinstalled the Centos and QT several times, with the 
same result
Funny thing i was adding up SSL for POP3 in Outlook and then it works 
fast and neat.

Also testing this with Thunderbird

Any toughts what that can be?
Would be ok to use common pop3 without ssl thou.

Ole



Craig Smith wrote:


I take it you restarted qmail?  In which case it will be dns related.  I
don't have the djbdns module installed on my QMT so I can't really say.
Basically, find your domains zone file which is probably in
/var/djbdns/tinydns/root/data. and add the key.  I'm not sure that is a key
issue though.


What do your pop3 logs indicate?

tail /var/log/qmail/pop3/current  just after you do a send and receive, it
may give more clues.


Also in terms of your dns, can the server see the internet, ping hostnames
etc etc?  




-Original Message-
From: Ole J [mailto:[EMAIL PROTECTED] 
Sent: 26 April 2007 09:35

To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Slow connecting pop3 server

Thanks for the tip, but it hadnt any effect.

If you look at this:

***

Make dns entry: 


 BIND - in the your-domain.com zone file (see yourdomain-dk.txt):

private._domainkey IN TXT "k=rsa; p=MEwwDQY . . . to end of key" 
   (NOTE QUOTATION MARKS MUST BE THERE) 


 DJBDNS - in /var/djbdns/tinydns/root/data (make from
your-domain-dk.txt): 

   '_domainkey.your-domain.com:o=-; [EMAIL PROTECTED] 


   'private._domainkey.your-domain.com:k=rsa; p=MEwwDQY . . . to end of
key 


***
How do i do this?



Craig Smith wrote:

 


If it is a case of when you click send and receive on a mail client, it
takes a long time before it checks it is probably the pop3 run file and not
necessarily dns, although it may be dns related.  The solution below solved
slow pop3 login.


I had this problem in the past and it had to do with the pop3 run file, in
my case at least.  Although it was some time ago.

Check /var/qmail/supervise/pop3/run

It possibly looks like this 


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

I changed the tcpserver line to 


/usr/bin/tcpserver -l0 -H -v -R -c 200 0 110 \  (I added the -l0 and -H)

It had something to do with stopping local or remote host dns lookup, I
can't remember the specifics, but it changed from 60 seconds plus for pop3
login to virtually straight away.

Try that.



-Original Message-
From: Ole J [mailto:[EMAIL PROTECTED] 
Sent: 26 April 2007 09:11

To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Slow connecting pop3 server

I might have done the djbdns wrong.
Do i really need it?

Where do i find a simple howto, more examples than the one in the setup 
instruction.


Thanks for your reply


Janno Sannik wrote:



   

This is a dns issue. I have had lot's of them in early days of qmail 
installation.
Your dns is not resolving correctly incoming ip addresses and thus it 
takes a lot of time (until timeout occurs) when connecting to pop3


Ole J wrote:

  

 


Hello,
When i am trying to connect pop3 server, usual it is ve slow.
I have tested telnet to the pop3 server with very mixed result.

Any ideas? I have not :(

The box:
Xeon, lots of the rest, raid and blabla.
Fresh installed Centos 5 with QT

This might popup by telnet after 30 seconds, telneiting to the box 
via LAN

+OK <[EMAIL PROTECTED]>

SMTP works as it should.
Incoming email drops in but usual outlook 2003 ends with a timeout to 
the server.


I run QT on several other boxes with Centos 4 without problems.
Only difference is the djbdns stuff and package versions ...

Thanks in advance for any help.

Best regards
Ole



   


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

  

 




   




 




--
Please note that this message may contain confidential information. If you
have received this message by mistake, please inform the sender of the
mistake by sending a reply, then delete the message from your system without
making, distributing or retaining any copies of it.
Although we believe that the message and any attachments are free from
viruses and other errors that might affect the computer or IT system where
it is received and read, the recipient opens the message at his or her own
risk. We assume no responsibility for any loss or damage arising from the
receipt or use of this message.



-
QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscr

Re: [qmailtoaster] Slow connecting pop3 server

2007-04-26 Thread Jake Vickers

Ole J wrote:

Thanks for the tip, but it hadnt any effect.


Did you stop and start qmail afterwards? A good reboot is always safe.
Look at the wiki - it has a couple sections on DNS in there. There are 
not any instructions for Cent5 yet, so look at the Cent4 install for the 
djbdns portion.


smime.p7s
Description: S/MIME Cryptographic Signature


RE: [qmailtoaster] Slow connecting pop3 server

2007-04-26 Thread Craig Smith
I take it you restarted qmail?  In which case it will be dns related.  I
don't have the djbdns module installed on my QMT so I can't really say.
Basically, find your domains zone file which is probably in
/var/djbdns/tinydns/root/data. and add the key.  I'm not sure that is a key
issue though.


What do your pop3 logs indicate?

tail /var/log/qmail/pop3/current  just after you do a send and receive, it
may give more clues.


Also in terms of your dns, can the server see the internet, ping hostnames
etc etc?  



-Original Message-
From: Ole J [mailto:[EMAIL PROTECTED] 
Sent: 26 April 2007 09:35
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Slow connecting pop3 server

Thanks for the tip, but it hadnt any effect.

If you look at this:

***

Make dns entry: 

  BIND - in the your-domain.com zone file (see yourdomain-dk.txt):

 private._domainkey IN TXT "k=rsa; p=MEwwDQY . . . to end of key" 
(NOTE QUOTATION MARKS MUST BE THERE) 

  DJBDNS - in /var/djbdns/tinydns/root/data (make from
your-domain-dk.txt): 

'_domainkey.your-domain.com:o=-; [EMAIL PROTECTED] 

'private._domainkey.your-domain.com:k=rsa; p=MEwwDQY . . . to end of
key 

***
How do i do this?



Craig Smith wrote:

>If it is a case of when you click send and receive on a mail client, it
>takes a long time before it checks it is probably the pop3 run file and not
>necessarily dns, although it may be dns related.  The solution below solved
>slow pop3 login.
>
>
>I had this problem in the past and it had to do with the pop3 run file, in
>my case at least.  Although it was some time ago.
>
>Check /var/qmail/supervise/pop3/run
>
>It possibly looks like this 
>
>exec /usr/bin/softlimit -m 900 \
>/usr/bin/tcpserver -v -R -c 200 0 110 \
>/var/qmail/bin/qmail-popup $HOSTNAME \
>$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 2>&1
>
>I changed the tcpserver line to 
>
>/usr/bin/tcpserver -l0 -H -v -R -c 200 0 110 \  (I added the -l0 and -H)
>
>It had something to do with stopping local or remote host dns lookup, I
>can't remember the specifics, but it changed from 60 seconds plus for pop3
>login to virtually straight away.
>
>Try that.
>
>
>
>-Original Message-----
>From: Ole J [mailto:[EMAIL PROTECTED] 
>Sent: 26 April 2007 09:11
>To: qmailtoaster-list@qmailtoaster.com
>Subject: Re: [qmailtoaster] Slow connecting pop3 server
>
>I might have done the djbdns wrong.
>Do i really need it?
>
>Where do i find a simple howto, more examples than the one in the setup 
>instruction.
>
>Thanks for your reply
>
>
>Janno Sannik wrote:
>
>  
>
>>This is a dns issue. I have had lot's of them in early days of qmail 
>>installation.
>>Your dns is not resolving correctly incoming ip addresses and thus it 
>>takes a lot of time (until timeout occurs) when connecting to pop3
>>
>>Ole J wrote:
>>
>>
>>
>>>Hello,
>>>When i am trying to connect pop3 server, usual it is ve slow.
>>>I have tested telnet to the pop3 server with very mixed result.
>>>
>>>Any ideas? I have not :(
>>>
>>>The box:
>>>Xeon, lots of the rest, raid and blabla.
>>>Fresh installed Centos 5 with QT
>>>
>>>This might popup by telnet after 30 seconds, telneiting to the box 
>>>via LAN
>>>+OK <[EMAIL PROTECTED]>
>>>
>>>SMTP works as it should.
>>>Incoming email drops in but usual outlook 2003 ends with a timeout to 
>>>the server.
>>>
>>>I run QT on several other boxes with Centos 4 without problems.
>>>Only difference is the djbdns stuff and package versions ...
>>>
>>>Thanks in advance for any help.
>>>
>>>Best regards
>>>Ole
>>>
>>>  
>>>
>>-
>>QmailToaster hosted by: VR Hosted <http://www.vr.org>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>
>
>  
>


-- 
Please note that this message may contain confidential information. If you
have received this message by mistake, please inform the sender of the
mistake by sending a reply, then delete the message from your system without
making, distributing or retaining any copies of it.
Although we believe that the message and any attachments are free from
viruses and other errors that might affect the computer or IT system where
it is received and read, the 

Re: [qmailtoaster] Slow connecting pop3 server

2007-04-26 Thread Ole J

When i do a ps aux, i get also this one

3509 ? z 0:00 TCPSERVER] 

Ole J wrote:


I done everything as it says in
http://www.qmailtoaster.com/centos/cnt50/very-quick-install.txt

The actual (make from your-domain-dk.txt) file i made seems to be 
under /root


TinyDNS is something i have not, even i installed the djbdns localcache.



Ole J wrote:


Thanks for the tip, but it hadnt any effect.

If you look at this:

***

Make dns entry:
 BIND - in the your-domain.com zone file (see yourdomain-dk.txt):

private._domainkey IN TXT "k=rsa; p=MEwwDQY . . . to end of 
key"(NOTE QUOTATION MARKS MUST BE THERE)
 DJBDNS - in /var/djbdns/tinydns/root/data (make from 
your-domain-dk.txt):

   '_domainkey.your-domain.com:o=-; [EMAIL PROTECTED]
   'private._domainkey.your-domain.com:k=rsa; p=MEwwDQY . . . to 
end of key

***
How do i do this?



Craig Smith wrote:


If it is a case of when you click send and receive on a mail client, it
takes a long time before it checks it is probably the pop3 run file 
and not
necessarily dns, although it may be dns related.  The solution below 
solved

slow pop3 login.


I had this problem in the past and it had to do with the pop3 run 
file, in

my case at least.  Although it was some time ago.

Check /var/qmail/supervise/pop3/run

It possibly looks like this
exec /usr/bin/softlimit -m 900 \
/usr/bin/tcpserver -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 2>&1

I changed the tcpserver line to
/usr/bin/tcpserver -l0 -H -v -R -c 200 0 110 \  (I added the -l0 and 
-H)


It had something to do with stopping local or remote host dns lookup, I
can't remember the specifics, but it changed from 60 seconds plus 
for pop3

login to virtually straight away.

Try that.



-Original Message-
From: Ole J [mailto:[EMAIL PROTECTED] Sent: 26 April 2007 09:11
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Slow connecting pop3 server

I might have done the djbdns wrong.
Do i really need it?

Where do i find a simple howto, more examples than the one in the 
setup instruction.


Thanks for your reply


Janno Sannik wrote:

 

This is a dns issue. I have had lot's of them in early days of 
qmail installation.
Your dns is not resolving correctly incoming ip addresses and thus 
it takes a lot of time (until timeout occurs) when connecting to pop3


Ole J wrote:

 


Hello,
When i am trying to connect pop3 server, usual it is ve slow.
I have tested telnet to the pop3 server with very mixed result.

Any ideas? I have not :(

The box:
Xeon, lots of the rest, raid and blabla.
Fresh installed Centos 5 with QT

This might popup by telnet after 30 seconds, telneiting to the box 
via LAN

+OK <[EMAIL PROTECTED]>

SMTP works as it should.
Incoming email drops in but usual outlook 2003 ends with a timeout 
to the server.


I run QT on several other boxes with Centos 4 without problems.
Only difference is the djbdns stuff and package versions ...

Thanks in advance for any help.

Best regards
Ole





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


  





 










--
Please note that this message may contain confidential information. If you
have received this message by mistake, please inform the sender of the
mistake by sending a reply, then delete the message from your system without
making, distributing or retaining any copies of it.
Although we believe that the message and any attachments are free from
viruses and other errors that might affect the computer or IT system where
it is received and read, the recipient opens the message at his or her own
risk. We assume no responsibility for any loss or damage arising from the
receipt or use of this message.



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



Re: [qmailtoaster] Slow connecting pop3 server

2007-04-26 Thread Ole J

I done everything as it says in
http://www.qmailtoaster.com/centos/cnt50/very-quick-install.txt

The actual (make from your-domain-dk.txt) file i made seems to be under 
/root


TinyDNS is something i have not, even i installed the djbdns localcache.



Ole J wrote:


Thanks for the tip, but it hadnt any effect.

If you look at this:

***

Make dns entry:
 BIND - in the your-domain.com zone file (see yourdomain-dk.txt):

private._domainkey IN TXT "k=rsa; p=MEwwDQY . . . to end of 
key"(NOTE QUOTATION MARKS MUST BE THERE)
 DJBDNS - in /var/djbdns/tinydns/root/data (make from 
your-domain-dk.txt):

   '_domainkey.your-domain.com:o=-; [EMAIL PROTECTED]
   'private._domainkey.your-domain.com:k=rsa; p=MEwwDQY . . . to 
end of key

***
How do i do this?



Craig Smith wrote:


If it is a case of when you click send and receive on a mail client, it
takes a long time before it checks it is probably the pop3 run file 
and not
necessarily dns, although it may be dns related.  The solution below 
solved

slow pop3 login.


I had this problem in the past and it had to do with the pop3 run 
file, in

my case at least.  Although it was some time ago.

Check /var/qmail/supervise/pop3/run

It possibly looks like this
exec /usr/bin/softlimit -m 900 \
/usr/bin/tcpserver -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 2>&1

I changed the tcpserver line to
/usr/bin/tcpserver -l0 -H -v -R -c 200 0 110 \  (I added the -l0 and -H)

It had something to do with stopping local or remote host dns lookup, I
can't remember the specifics, but it changed from 60 seconds plus for 
pop3

login to virtually straight away.

Try that.



-Original Message-
From: Ole J [mailto:[EMAIL PROTECTED] Sent: 26 April 2007 09:11
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Slow connecting pop3 server

I might have done the djbdns wrong.
Do i really need it?

Where do i find a simple howto, more examples than the one in the 
setup instruction.


Thanks for your reply


Janno Sannik wrote:

 

This is a dns issue. I have had lot's of them in early days of qmail 
installation.
Your dns is not resolving correctly incoming ip addresses and thus 
it takes a lot of time (until timeout occurs) when connecting to pop3


Ole J wrote:

  


Hello,
When i am trying to connect pop3 server, usual it is ve slow.
I have tested telnet to the pop3 server with very mixed result.

Any ideas? I have not :(

The box:
Xeon, lots of the rest, raid and blabla.
Fresh installed Centos 5 with QT

This might popup by telnet after 30 seconds, telneiting to the box 
via LAN

+OK <[EMAIL PROTECTED]>

SMTP works as it should.
Incoming email drops in but usual outlook 2003 ends with a timeout 
to the server.


I run QT on several other boxes with Centos 4 without problems.
Only difference is the djbdns stuff and package versions ...

Thanks in advance for any help.

Best regards
Ole




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


  




 







--
Please note that this message may contain confidential information. If you
have received this message by mistake, please inform the sender of the
mistake by sending a reply, then delete the message from your system without
making, distributing or retaining any copies of it.
Although we believe that the message and any attachments are free from
viruses and other errors that might affect the computer or IT system where
it is received and read, the recipient opens the message at his or her own
risk. We assume no responsibility for any loss or damage arising from the
receipt or use of this message.



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



Re: [qmailtoaster] Slow connecting pop3 server

2007-04-26 Thread Ole J

Thanks for the tip, but it hadnt any effect.

If you look at this:

***

Make dns entry: 


 BIND - in the your-domain.com zone file (see yourdomain-dk.txt):

private._domainkey IN TXT "k=rsa; p=MEwwDQY . . . to end of key" 
   (NOTE QUOTATION MARKS MUST BE THERE) 

 DJBDNS - in /var/djbdns/tinydns/root/data (make from your-domain-dk.txt): 

   '_domainkey.your-domain.com:o=-; [EMAIL PROTECTED] 

   'private._domainkey.your-domain.com:k=rsa; p=MEwwDQY . . . to end of key 


***
How do i do this?



Craig Smith wrote:


If it is a case of when you click send and receive on a mail client, it
takes a long time before it checks it is probably the pop3 run file and not
necessarily dns, although it may be dns related.  The solution below solved
slow pop3 login.


I had this problem in the past and it had to do with the pop3 run file, in
my case at least.  Although it was some time ago.

Check /var/qmail/supervise/pop3/run

It possibly looks like this 


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

I changed the tcpserver line to 


/usr/bin/tcpserver -l0 -H -v -R -c 200 0 110 \  (I added the -l0 and -H)

It had something to do with stopping local or remote host dns lookup, I
can't remember the specifics, but it changed from 60 seconds plus for pop3
login to virtually straight away.

Try that.



-Original Message-
From: Ole J [mailto:[EMAIL PROTECTED] 
Sent: 26 April 2007 09:11

To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Slow connecting pop3 server

I might have done the djbdns wrong.
Do i really need it?

Where do i find a simple howto, more examples than the one in the setup 
instruction.


Thanks for your reply


Janno Sannik wrote:

 

This is a dns issue. I have had lot's of them in early days of qmail 
installation.
Your dns is not resolving correctly incoming ip addresses and thus it 
takes a lot of time (until timeout occurs) when connecting to pop3


Ole J wrote:

   


Hello,
When i am trying to connect pop3 server, usual it is ve slow.
I have tested telnet to the pop3 server with very mixed result.

Any ideas? I have not :(

The box:
Xeon, lots of the rest, raid and blabla.
Fresh installed Centos 5 with QT

This might popup by telnet after 30 seconds, telneiting to the box 
via LAN

+OK <[EMAIL PROTECTED]>

SMTP works as it should.
Incoming email drops in but usual outlook 2003 ends with a timeout to 
the server.


I run QT on several other boxes with Centos 4 without problems.
Only difference is the djbdns stuff and package versions ...

Thanks in advance for any help.

Best regards
Ole

 


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

   




 




--
Please note that this message may contain confidential information. If you
have received this message by mistake, please inform the sender of the
mistake by sending a reply, then delete the message from your system without
making, distributing or retaining any copies of it.
Although we believe that the message and any attachments are free from
viruses and other errors that might affect the computer or IT system where
it is received and read, the recipient opens the message at his or her own
risk. We assume no responsibility for any loss or damage arising from the
receipt or use of this message.



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



RE: [qmailtoaster] Slow connecting pop3 server

2007-04-26 Thread Craig Smith
If it is a case of when you click send and receive on a mail client, it
takes a long time before it checks it is probably the pop3 run file and not
necessarily dns, although it may be dns related.  The solution below solved
slow pop3 login.


I had this problem in the past and it had to do with the pop3 run file, in
my case at least.  Although it was some time ago.

Check /var/qmail/supervise/pop3/run

It possibly looks like this 

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

I changed the tcpserver line to 

/usr/bin/tcpserver -l0 -H -v -R -c 200 0 110 \  (I added the -l0 and -H)

It had something to do with stopping local or remote host dns lookup, I
can't remember the specifics, but it changed from 60 seconds plus for pop3
login to virtually straight away.

Try that.



-Original Message-
From: Ole J [mailto:[EMAIL PROTECTED] 
Sent: 26 April 2007 09:11
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Slow connecting pop3 server

I might have done the djbdns wrong.
Do i really need it?

Where do i find a simple howto, more examples than the one in the setup 
instruction.

Thanks for your reply


Janno Sannik wrote:

> This is a dns issue. I have had lot's of them in early days of qmail 
> installation.
> Your dns is not resolving correctly incoming ip addresses and thus it 
> takes a lot of time (until timeout occurs) when connecting to pop3
>
> Ole J wrote:
>
>> Hello,
>> When i am trying to connect pop3 server, usual it is ve slow.
>> I have tested telnet to the pop3 server with very mixed result.
>>
>> Any ideas? I have not :(
>>
>> The box:
>> Xeon, lots of the rest, raid and blabla.
>> Fresh installed Centos 5 with QT
>>
>> This might popup by telnet after 30 seconds, telneiting to the box 
>> via LAN
>> +OK <[EMAIL PROTECTED]>
>>
>> SMTP works as it should.
>> Incoming email drops in but usual outlook 2003 ends with a timeout to 
>> the server.
>>
>> I run QT on several other boxes with Centos 4 without problems.
>> Only difference is the djbdns stuff and package versions ...
>>
>> Thanks in advance for any help.
>>
>> Best regards
>> Ole
>>
>
>
> -
> QmailToaster hosted by: VR Hosted <http://www.vr.org>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-- 
Please note that this message may contain confidential information. If you
have received this message by mistake, please inform the sender of the
mistake by sending a reply, then delete the message from your system without
making, distributing or retaining any copies of it.
Although we believe that the message and any attachments are free from
viruses and other errors that might affect the computer or IT system where
it is received and read, the recipient opens the message at his or her own
risk. We assume no responsibility for any loss or damage arising from the
receipt or use of this message.



-
 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] Slow connecting pop3 server

2007-04-26 Thread Ole J

I might have done the djbdns wrong.
Do i really need it?

Where do i find a simple howto, more examples than the one in the setup 
instruction.


Thanks for your reply


Janno Sannik wrote:

This is a dns issue. I have had lot's of them in early days of qmail 
installation.
Your dns is not resolving correctly incoming ip addresses and thus it 
takes a lot of time (until timeout occurs) when connecting to pop3


Ole J wrote:


Hello,
When i am trying to connect pop3 server, usual it is ve slow.
I have tested telnet to the pop3 server with very mixed result.

Any ideas? I have not :(

The box:
Xeon, lots of the rest, raid and blabla.
Fresh installed Centos 5 with QT

This might popup by telnet after 30 seconds, telneiting to the box 
via LAN

+OK <[EMAIL PROTECTED]>

SMTP works as it should.
Incoming email drops in but usual outlook 2003 ends with a timeout to 
the server.


I run QT on several other boxes with Centos 4 without problems.
Only difference is the djbdns stuff and package versions ...

Thanks in advance for any help.

Best regards
Ole




-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Please note that this message may contain confidential information. If you
have received this message by mistake, please inform the sender of the
mistake by sending a reply, then delete the message from your system without
making, distributing or retaining any copies of it.
Although we believe that the message and any attachments are free from
viruses and other errors that might affect the computer or IT system where
it is received and read, the recipient opens the message at his or her own
risk. We assume no responsibility for any loss or damage arising from the
receipt or use of this message.



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Slow connecting pop3 server

2007-04-25 Thread Janno Sannik
This is a dns issue. I have had lot's of them in early days of qmail 
installation.
Your dns is not resolving correctly incoming ip addresses and thus it 
takes a lot of time (until timeout occurs) when connecting to pop3


Ole J wrote:

Hello,
When i am trying to connect pop3 server, usual it is ve slow.
I have tested telnet to the pop3 server with very mixed result.

Any ideas? I have not :(

The box:
Xeon, lots of the rest, raid and blabla.
Fresh installed Centos 5 with QT

This might popup by telnet after 30 seconds, telneiting to the box via 
LAN

+OK <[EMAIL PROTECTED]>

SMTP works as it should.
Incoming email drops in but usual outlook 2003 ends with a timeout to 
the server.


I run QT on several other boxes with Centos 4 without problems.
Only difference is the djbdns stuff and package versions ...

Thanks in advance for any help.

Best regards
Ole




-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Slow connecting pop3 server

2007-04-25 Thread Ole J

Hello,
When i am trying to connect pop3 server, usual it is ve slow.
I have tested telnet to the pop3 server with very mixed result.

Any ideas? I have not :(

The box:
Xeon, lots of the rest, raid and blabla.
Fresh installed Centos 5 with QT

This might popup by telnet after 30 seconds, telneiting to the box via LAN
+OK <[EMAIL PROTECTED]>

SMTP works as it should.
Incoming email drops in but usual outlook 2003 ends with a timeout to 
the server.


I run QT on several other boxes with Centos 4 without problems.
Only difference is the djbdns stuff and package versions ...

Thanks in advance for any help.

Best regards
Ole

--
Please note that this message may contain confidential information. If you
have received this message by mistake, please inform the sender of the
mistake by sending a reply, then delete the message from your system without
making, distributing or retaining any copies of it.
Although we believe that the message and any attachments are free from
viruses and other errors that might affect the computer or IT system where
it is received and read, the recipient opens the message at his or her own
risk. We assume no responsibility for any loss or damage arising from the
receipt or use of this message.



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]