search for: 10110

Displaying 20 results from an estimated 43 matches for "10110".

Did you mean: 10.10
2017 Oct 26
2
haproxy ssl support
...sl crt /etc/pki/tls/private/haproxy.pem mode tcp default_backend pop3 backend pop3 mode tcp balance leastconn stick store-request src stick-table type ip size 200k expire 30m timeout connect 5000 timeout server 50000 server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl --- --- dovecot.conf haproxy_trusted_networks = [2001:db8::]/64 service pop3-login { inet_listener pop3_haproxy { port = 10110 haproxy = yes } } --- It would also be nice if haproxy would support STARTTLS...
2017 Oct 26
1
haproxy ssl support
...default_backend pop3 >> backend pop3 >> mode tcp >> balance leastconn >> stick store-request src >> stick-table type ip size 200k expire 30m >> timeout connect 5000 >> timeout server 50000 >> server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl >> server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl >> --- >> >> --- dovecot.conf >> haproxy_trusted_networks = [2001:db8::]/64 >> service pop3-login { >> inet_listener pop3_haproxy { >> port = 10110 >> hapro...
2009 Jan 24
2
IO: streaming input data
Hello - I need to read in some tables that are embedded within data files like this: line 1 line 2 data table 01000 10110 00011 end table line 3 line 4 Is there any way to read just the data by telling an input device to start reading when it encounters the keyword "data table" and stop reading at "end table"? Thanks in advance, Jesse -- View this message in context: http://www.nabble.com/IO%3A-...
2011 Aug 16
1
how to sort the levels of a table
...ot;, "41", "42"), `1` = c("110", "0", "0", "10000", "0", "0", "0", "10000", "0", "0", "11110", "10000", "0", "100", "1110", "10110", "110", "1100", "0", "1000", "11100", "0", "11000", "0", "0", "0", "1110", "0", "0", "10110", "1000", "10010", "10001", &qu...
2015 Jul 17
2
Dovecot - Telnet error
Hello All, I have installed dovecot and started it. However when I try to telnet getting below error means dovecot starting is not successful. telnet localhost 10110 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Connection to localhost closed by foreign host. Please advise. Thanks and Regards, Sachin Kulkarni ==================================================================================================================...
2017 Oct 26
0
haproxy ssl support
...mode tcp > default_backend pop3 > backend pop3 > mode tcp > balance leastconn > stick store-request src > stick-table type ip size 200k expire 30m > timeout connect 5000 > timeout server 50000 > server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl > server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl > --- > > --- dovecot.conf > haproxy_trusted_networks = [2001:db8::]/64 > service pop3-login { > inet_listener pop3_haproxy { > port = 10110 > haproxy = yes > } > } > -...
2010 Feb 01
1
Number with fixed digit length - zero fill-up
Dear R-help members, I'm quite new to R and I apologize for my basic question, but I haven't been able to find a solution yet. I try to interpret vector entries as a binary code, but unfortunately every first digit which is zero disappears. So how can I set any number (e.g. x = 10110) to a 8-digit zero fill-up (x = 00010110) in order to address digit indices? Or other way round, how can I make the 'substr' function to count from the right hand side? Thank you. With kind regards, Jonas J?germeyr Department of Geography Humboldt-University of Berlin jonas.jaegermeyr...
2006 Feb 22
2
Changing listen ports
Hi, I want to change ports that Dovecot uses to listen for connections. I have listen = [::] in global section and listen = 0.0.0.0:10143 and listen = 0.0.0.0:10110 in protocol imap and protocol pop3 sections. The problem is that it doesn't seem to work for SSL ports of the two protocols and I get following error when I try to start the service: Fatal: listen(993) failed: Address already in use This is because I still have IMAP-UW installed and running....
2008 Oct 23
2
Dovecot returns the same UIDL for another message
...nt when dovecot stops incrementing marked digits. In other words when new message arrive to mbox, UIDL command returns used UID. I'll show with example: 1. Send some message and try to retrieve UIDL via telnet: # echo test-mailbox-1 | mail -s Test-1 mbox at cu.kiev.ua # telnet pop3.cu.kiev.ua 10110 Trying 193.108.130.4... Connected to emx.itcons.net.ua. Escape character is '^]'. +OK IT Consulting POP3/IMAP Server USER mbox at cu.kiev.ua +OK PASS XXX +OK Logged in. LIST +OK 1 messages: 1 1155 . UIDL +OK 1 0000001c49006cec . RETR 1 +OK 1155 octets [...] . DELE 1 +OK Marked to be deleted...
2014 Jun 03
2
director with multiple instances
...r the two configs (dovecot-main.conf, dovecot-director.conf) are included below. dovecot-sql.conf has: driver = sqlite connect = /etc/dovecot/empty.db password_query = select 'y' as proxy, \ NULL as password, \ 'y' as nopassword, \ case '%a' \ when '110' then '10110' \ when '995' then '10110' \ when '143' then '10143' \ when '993' then '10143' end \ as port; (where empty.db is completely empty; this is just used since there's no other way to handle the port mapping, as described elsewhere on the list). A...
2015 Jul 18
1
Dovecot - Telnet error
...<SK00335601 at TechMahindra.com> > wrote: > > > > Hello All, > > > > I have installed dovecot and started it. > > > > However when I try to telnet getting below error means dovecot starting > is not successful. > > > > telnet localhost 10110 > > Trying 127.0.0.1... > > Connected to localhost. > > Escape character is '^]'. > > Connection to localhost closed by foreign host. > > > > Please advise. > > > > Thanks and Regards, > > Sachin Kulkarni > > > >...
2015 Aug 10
0
userdb / user map with director
...static' driver = sql args = /etc/dovecot/dovecot-sql.conf } [in /etc/dovecot/dovecot-sql.conf] driver = sqlite connect = /etc/dovecot/empty.db password_query = select 'y' as proxy, \ NULL as password, \ 'y' as nopassword, \ case '%a' \ when '110' then '10110' \ when '995' then '10110' \ when '143' then '10143' \ when '993' then '10143' end \ as port; This works, but I was getting a failure on usernames, since director instance didn't have a userdb. So I tried the following: [in config] passdb {...
2011 Jun 24
0
replacing empty cells, and Date question
...onth, and date, respectively such that I can do time-series analysis after aggregating them for each month? Or, Is there a way to transform the id into Date for doing irregular ts analysis? With much thanks, Keun-Hyung > data1 year month id 1 2001 Jan 10104 2 NA 10110 3 NA 10116 4 NA 10122 5 NA Feb 10201 6 NA 10208 7 NA 10216 8 NA 10226 9 NA Mar 10303 10 NA 10309 50 2002 Jan 20104 51 NA 20111 52 NA 20117 53 NA 20124 54 NA Feb 20201 55 NA...
2004 Mar 01
1
ldap replication sleep seems not working
...ns [2004/03/01 20:01:23, 3] smbd/connection.c:yield_connection(69) Yielding connection to [2004/03/01 20:01:23, 3] smbd/connection.c:yield_connection(76) yield_connection: tdb_delete for name failed with error Record does not exist. >From the samba pdc : [root@credo samba]# id raptor2$ uid=10110(raptor2$) gid=2005(wsjkt) groups=2005(wsjkt) Its only posix entries created by add machine script, no samba objectclass. On the second try, it will works. replication sleep = 10000 (10 secs). --beast
2012 May 08
1
Director and backend on the same server
I have setup director and a backend dovecot service on the same machine using different ports. The backend service is listening on the default 24, 110 and 143 for lmtp, pop3 and imap respectively. Director is listening on 10024, 10110 and 10143 for the same respective services. I can get this setup to work if I have one backend server on a different IP listening on 10024, it seems director tries to use the same port it is listening on when making backend connections. If I point it to the local backend server, it tries to conne...
2017 Jan 27
2
llvm return value propagation & asm
...4 } ; Function Attrs: naked noinline optnone define void @jumptocont(i32, i32, i32) #3 !dbg !10107 { BasicBlock8473: call void asm "\0D\0A movl 12(%esp), %ebp\0D\0A movl 4(%esp), %eax\0D\0A movl 8(%esp), %esp\0D\0A jmpl *%eax\0D\0A", ""(), !dbg !10108, !srcloc !10110 ret void, !dbg !10108 } The calling code is like; %530 = call i32 @callcatch(i32 %528, i32 %529) #3, !dbg !7648 store i32 %530, i32* %20, !dbg !7648 %531 = load i32, i32* %20, !dbg !7630 ... call void @jumptocont(i32 %531, i32 %532, i32 %533) #3, !dbg However the return constant pr...
2010 Feb 16
1
Courier->Dovecot Migration Issue
..._5468708bc28f W6410 :963cc43e_0355_481e_99d5_5468708bc28f:2,S 10107 P1405aefc_b98b_4a35_a7dd_a69199f724d0 W4703 :1405aefc_b98b_4a35_a7dd_a69199f724d0:2,S 10108 P67908fad_ec0a_4786_b0f1_c7cfaa23d09a W127288 :67908fad_ec0a_4786_b0f1_c7cfaa23d09a:2,S 10109 :9176f3b2_1927_4657_baa8_bfe4c39e89d4:2,S 10110 :79047185_aef7_48ec_aff2_6b71bd566acd:2,S 10111 :efe275a0_a7a8_4f47_b638_45a18bc0b108:2,S The last three entries exist in the Courier IMAP file, but NOT the Courier POP file. The resulting dovecot-uidlist format is different, but to be honest, I haven't been able to find the exact specifi...
2010 Oct 20
1
Samba 3.5.6 pam problems
...Samba file and print server log level = 3 max log size = 4192 printcap name = cups idmap config SAMBATEST : backend = ad idmap config SAMBATEST : range = 10000-10020 idmap config SAMBATEST : schema_mode = rfc2307 idmap config SAMBATEST : default = yes idmap backend = tdb idmap uid = 10100-10110 idmap gid = 10100-10110 winbind separator = + winbind enum users = Yes winbind enum groups = Yes winbind refresh tickets = Yes winbind normalize names = Yes winbind nested groups = Yes client ntlmv2 auth = yes encrypt passwords = yes password server = w2k3r2svr.sambatest.local template s...
2008 Aug 07
2
dovecot-antispam: Failed to read mail beginning, Next message unexpectedly lost
...nexpectedly lost from 337928 The message is not moved/copied. My config (dovecot -n): base_dir: /var/run/dovecot_test/ log_path: /var/log/dovecot/test_log info_log_path: /var/log/dovecot/test_info_log protocols: pop3s imaps pop3 imap listen(default): *:10143 listen(imap): *:10143 listen(pop3): *:10110 ssl_listen(default): *:10993 ssl_listen(imap): *:10993 ssl_listen(pop3): *:10995 ssl_cert_file: /etc/ssl/anxur.pem ssl_key_file: /etc/ssl/anxur.pem ssl_parameters_regenerate: 24 login_dir: /var/run/dovecot_test/login login_executable(default): /packages/run.64/dovecot-1.1.2/libexec/dovecot/imap-log...
2003 Oct 12
1
Error openning file (PR#4550)
...NA NA NA NA NA NA 3683 "Aledo" 973 958 1335 1233 1297 1384 1237 1067 1081 985 "Alguazas" 2579 2910 3169 3349 4063 4226 5079 4886 5782 6931 "Alhama_de_Murcia" 8410 9207 9743 10042 11083 11344 11786 11600 13132 14175 "Archena" 4510 5827 6238 7071 8269 7608 8935 10110 11944 13487 "Beniel" 1617 2111 2497 3058 4183 4381 4572 5041 6043 7220 "Blanca" 4024 4352 4390 5098 5109 5683 6156 6173 6486 5768 "Bullas" 7704 5021 7974 9182 9363 9883 9594 9132 9666 10009 "Calasparra" 6428 7464 7851 8673 10627 10416 9707 8357 8678 8745 &quo...