search for: tomfooleri

Displaying 8 results from an estimated 8 matches for "tomfooleri".

Did you mean: tomfoolery
2020 Feb 28
3
[EXT] Re: max number of connections per ip
You can usually see from doveadm who or logs if your router/whatever is doing NAT. Which would be the reason why 500 connections wouldn't be enough. Aki > On 27/02/2020 23:21 Esteban L <esteban at little-beak.com> wrote: > > > > It's not behind a proxy (unless the router is acting as a proxy?). Could it be that my router is doing some Hairpin NAT tomfoolery? The
2020 Feb 28
1
[EXT] max number of connections per ip
Here is mine and I have no issue if they client is netted. Remo protocol imap { imap_client_workarounds = "delay-newmail" mail_plugins = $mail_plugins imap_quota mail_max_userip_connections = 50 } > On Feb 28, 2020, at 8:21 AM, Esteban L <esteban at little-beak.com> wrote: > > Ok. That is a nice command. > > I am able to see connections. It doesn't
2020 Feb 27
0
max number of connections per ip
It's not behind a proxy (unless the router is acting as a proxy?). Could it be that my router is doing some Hairpin NAT tomfoolery? The router is generic, so I run into that from time to time with my webserver. I tried doveadm who, but didn't see anything too peculiar. There is the expect half dozen or so users on common IPs. On 27.02.20 21:49, Aki Tuomi wrote: > Is your server behind
2006 Oct 24
4
Where to put a large constant?
In a registration form I allow the user to select several spoken languages and of course to minimize tomfoolery I am using selects. In the view I have: <%= select(''person'', ''language1'', LANGUAGES, options = {}) %> In my people_helper.rb I have: module PeopleHelper # constant for language selection in ''_form_background.rhtml''
2020 Feb 28
0
[EXT] Re: max number of connections per ip
Ok. That is a nice command. I am able to see connections. It doesn't seem remotely close to 500, though. If I understand things correctly, dovecot makes connections PER folder, and keeps making more connections via IDLE (I am not entirely sure how idle works, other than it keeps sockets open)? For example, in my case, I have about a dozen users, which combined equals around 80 folders. If
2020 Feb 27
3
max number of connections per ip
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Is your server behind proxy maybe? Can you see in logs that you get different IPs? </div> <div> <br> </div> <div> Maybe check with `doveadm who` how many connections you have? </div> <div>
2007 May 15
12
AAF quirks in production mode
So my ferret behaves nicely in dev mode, but I just deployed and now he is not happy! First thing I noticed was that in general my app would not start with a folder called "development" in my index folder, so I changed it to "production" and now my app is functioning. However, when I try to search I get errors, which you can see here: http://pastie.caboo.se/61767 Im
2013 Feb 16
22
How to manually create Puppet CA and client certificates using openssl?
I am wondering how to manually (using openssl instead of puppet cert command) create CA that would be usable by Puppet? The goal would be to script creation of such CA''s to deploy them on multiple puppetmasters, instead of certificates being created on them via puppet cert command. Any ideas on how to do it? I was only able to find something like that: