6 messages in net.sourceforge.lists.courier-usersRE: [courier-users] imap / pop3 maxpe...
FromSent OnAttachments
Mitch (WebCob)Oct 23, 2004 11:09 am 
Sam VarshavchikOct 23, 2004 1:55 pm 
Mitch (WebCob)Oct 23, 2004 2:53 pm 
Sam VarshavchikOct 23, 2004 3:05 pm 
Mitch (WebCob)Oct 23, 2004 6:28 pm 
Sam VarshavchikOct 23, 2004 7:07 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [courier-users] imap / pop3 maxperip - how to detect a problem and override on a per-ip basis?Actions...
From:Mitch (WebCob) (mit@webcob.com)
Date:Oct 23, 2004 2:53:40 pm
List:net.sourceforge.lists.courier-users

Mitch (WebCob) writes:

Is there a way to override the limit for known "good" hosts? We

have some

No. The only thing you can do is start another copy of the server on a different IP address, with a different configuration.

Thanks Sam. You might be the only one who knows enough about the internals for these...

If I do the above, my problem would probably be a fiar bit of inefficiency - the servers have many IP addresses, and if I have to list them all in the generic config instead of a listen_all, that results in a file handle per connection and some overhead in other areas right? That wouldn't be the best - if I have to do this, I guess I could use a different port, and configure webmails to you that port though - that way I can keep both daemons on listen_all, and avoid the difficulties that would otherwise result from IP adding and deleting.

BUT...

Is the limit in effect for localhost? (Just checking if that's a special case... I found an OLD note I made that at one point I thought it was - not sure if I was right then or if it still applies though...)

Is there an error message generated when this condition occurs - something I could find in the logs? At this point I can't even be sure that's my problem. I only get told about the problem about once a week - used to be once a month though...

Same question I guess applies to other limit conditions... like MAXDAEMONS, MAXPERIP etc. Is there a way to detect if the limits are being tested? I don't want to set them unrealistically high, but I also don't want a limit of 40 instead of 50 or whatever to cause 1 or 2 client complaints a day ;-)

Thanks again.

m/