Re: throttle pop3 access

2002-06-27 Thread Damir Horvat
On Wed, 26 Jun 2002 11:11:28 +0200 Roger Abrahamsson [EMAIL PROTECTED] wrote: Hello. Well, scripts looking into logfiles, and each account that checks too often gets suddenly blocked.. change password or whatever, and then restore it 5/10 minutes later.. that should do the trick. I've

Re: throttle pop3 access

2002-06-27 Thread Tinus Nijmeijers
On Thu, 2002-06-27 at 02:20, Jeremy C. Reed wrote: On 26 Jun 2002, Tinus Nijmeijers wrote: Ideal would be to let the pop3 server tell them (if they checked again within 10 minutes of the last time): no messages. nupop does UIDL and STAT caching (using Berkeley DB) already so it would

Re: throttle pop3 access

2002-06-27 Thread Tinus Nijmeijers
On Thu, 2002-06-27 at 02:20, Jeremy C. Reed wrote: (I maintain vm-pop3d. It doesn't support that. I have thought about it before, but I am more concerned with users that continue to leave mail on server. I am more interested in a non-RFC option so all RETReived mail is DELEted automatically.)

Re: throttle pop3 access

2002-06-27 Thread Sanjeev \Ghane\ Gupta
From: Tinus Nijmeijers [EMAIL PROTECTED] On Thu, 2002-06-27 at 02:20, Jeremy C. Reed wrote: (I maintain vm-pop3d. It doesn't support that. I have thought about it before, but I am more concerned with users that continue to leave mail on server. I am more interested in a non-RFC option so

OpenSSH vuln: BSD only?

2002-06-27 Thread Wim Fournier
http://bvlive01.iss.net/issEn/delivery/xforce/alertdetail.jsp?oid=20584 I just read this over at iss, it seems that the vuln only exists for default installations of BSD and only for S-KEY and BSD authentication. So need to upgrade at all.. its just a way to get everyone over to 3.x i guess...

Fw: OpenSSH Security Advisory (adv.iss)

2002-06-27 Thread Jason Lim
Hi All, How are you guys handling the SSH vunerability issue? Have any of you got the 3.3 working on testing/woody? Anyone tested the newest 3.4? I've included patches below to solve the problem (courtesy Markus Friedl [EMAIL PROTECTED]). How soon do you think these patches could be included

Re: Problem with ssh

2002-06-27 Thread Erik Ljungström
On Thu, 27 Jun 2002 21:25:52 +0700 (JAVT) [EMAIL PROTECTED] wrote: Dear All, I have a problem with my ssh, when i try to connect to our server using ssh have an error like this : ssh -l [EMAIL PROTECTED] 2f65 7463 2f73 7368 Disconnecting: Bad packet length 795178083. What's Wrong

RE: Problem with ssh

2002-06-27 Thread Howland, Curtis
Try connecting in verbose mode for debugging, I think it's "ssh -v" or even "-v -v" as I saw someone suggest recently. Something changed. The goal is to find out what. Also try "ssh -1 ..." to force version 1 access and see if that works. Curt- First question: Has it worked before now?

Re: Problem with ssh

2002-06-27 Thread Sami Haahtinen
On Thu, Jun 27, 2002 at 09:25:52PM +0700, [EMAIL PROTECTED] wrote: I have a problem with my ssh, when i try to connect to our server using ssh have an error like this : ssh -l [EMAIL PROTECTED] 2f65 7463 2f73 7368 Disconnecting: Bad packet length 795178083. What's Wrong with my server

Re: Purging old e-mail

2002-06-27 Thread Sami Haahtinen
On Thu, Jun 27, 2002 at 01:43:49PM +1000, Andrew Tait wrote: Quick question. Quick answer. Does anyone know any easy way to delete e-mail (maildir format) that is more that two years old? (ie, be checking the contents of the e-mail, NOT the last time the file was modified). use archivemail,

Re: throttle pop3 access

2002-06-27 Thread Damir Horvat
On Wed, 26 Jun 2002 11:11:28 +0200 Roger Abrahamsson [EMAIL PROTECTED] wrote: Hello. Well, scripts looking into logfiles, and each account that checks too often gets suddenly blocked.. change password or whatever, and then restore it 5/10 minutes later.. that should do the trick. I've

Re: throttle pop3 access

2002-06-27 Thread Tinus Nijmeijers
On Thu, 2002-06-27 at 02:20, Jeremy C. Reed wrote: On 26 Jun 2002, Tinus Nijmeijers wrote: Ideal would be to let the pop3 server tell them (if they checked again within 10 minutes of the last time): no messages. nupop does UIDL and STAT caching (using Berkeley DB) already so it would

Re: throttle pop3 access

2002-06-27 Thread Tinus Nijmeijers
On Thu, 2002-06-27 at 02:20, Jeremy C. Reed wrote: (I maintain vm-pop3d. It doesn't support that. I have thought about it before, but I am more concerned with users that continue to leave mail on server. I am more interested in a non-RFC option so all RETReived mail is DELEted automatically.)

[Fwd: Re: OpenSSH 3.4 released... should FIX problems]

2002-06-27 Thread Wim Fournier
Head over to OpenSSH.com They have just released version 3.4, which should fix some overflow problems and adds lot's of new checks against dubious input. Advisories and updates on the various pages there. How about the compression support and PAM? is that already fixed? Cuz without that it

Re: throttle pop3 access

2002-06-27 Thread Sanjeev \Ghane\ Gupta
From: Tinus Nijmeijers [EMAIL PROTECTED] On Thu, 2002-06-27 at 02:20, Jeremy C. Reed wrote: (I maintain vm-pop3d. It doesn't support that. I have thought about it before, but I am more concerned with users that continue to leave mail on server. I am more interested in a non-RFC option so

OpenSSH vuln: BSD only?

2002-06-27 Thread Wim Fournier
http://bvlive01.iss.net/issEn/delivery/xforce/alertdetail.jsp?oid=20584 I just read this over at iss, it seems that the vuln only exists for default installations of BSD and only for S-KEY and BSD authentication. So need to upgrade at all.. its just a way to get everyone over to 3.x i guess...

Fw: OpenSSH Security Advisory (adv.iss)

2002-06-27 Thread Jason Lim
Hi All, How are you guys handling the SSH vunerability issue? Have any of you got the 3.3 working on testing/woody? Anyone tested the newest 3.4? I've included patches below to solve the problem (courtesy Markus Friedl [EMAIL PROTECTED]). How soon do you think these patches could be included

Problem with ssh

2002-06-27 Thread aku
Dear All, I have a problem with my ssh, when i try to connect to our server using ssh have an error like this : ssh -l [EMAIL PROTECTED] 2f65 7463 2f73 7368 Disconnecting: Bad packet length 795178083. What's Wrong with my server or my ssh client. And how to solve them. Thank's Ryansimon Aku

RE: Problem with ssh

2002-06-27 Thread Howland, Curtis
First question: (B (BHas it worked before now? (B (BSecond question: (B (BWhat did you change between then and now? (B (BCurt- (B (B Dear All, (B (B I have a problem with my ssh, when i try to connect to our (B server using (B ssh have an error like this : (B (B ssh -l [EMAIL

Re: Problem with ssh

2002-06-27 Thread Ljungström
On Thu, 27 Jun 2002 21:25:52 +0700 (JAVT) [EMAIL PROTECTED] wrote: Dear All, I have a problem with my ssh, when i try to connect to our server using ssh have an error like this : ssh -l [EMAIL PROTECTED] 2f65 7463 2f73 7368 Disconnecting: Bad packet length 795178083. What's Wrong

RE: Problem with ssh

2002-06-27 Thread aku
On Fri, 28 Jun 2002, Howland, Curtis wrote: First question: Has it worked before now? Yes. Second question: What did you change between then and now? no, i did not change anything with my configuration (ssh client or ssh server) -Ryansimon aku Curt- Dear All, I have a problem

RE: Problem with ssh

2002-06-27 Thread Howland, Curtis
Try connecting in verbose mode for debugging, I think it's "ssh -v" or even "-v (B-v" as I saw someone suggest recently. (B (BSomething changed. The goal is to find out what. (B (BAlso try "ssh -1 ..." to force version 1 access and see if that works. (B (BCurt- (B (B First question: (B