search for: default_port

Displaying 9 results from an estimated 9 matches for "default_port".

Did you mean: default_export
2019 Jan 04
1
Feature request: client bind address for replication
...], port, NULL); + fd = net_connect_ip_blocking(&ips[0], port, use_my_ip ? &my_net_ip : NULL); if (fd == -1) { i_fatal("connect(%s:%u) failed: %m", net_ip2addr(&ips[0]), port); @@ -121,7 +131,7 @@ return fd; } -int doveadm_tcp_connect(const char *target, in_port_t default_port) +int doveadm_tcp_connect(const char *target, in_port_t default_port, char * my_ip) { const char *host; in_port_t port; @@ -130,18 +140,18 @@ i_fatal("Port not known for %s. Either set proxy_port " "or use %s:port", target, target); } - return doveadm_tcp_connect_p...
2019 Jun 19
1
Cannot connect to DOVECOT from Roundcube using SSL on Port 993
Hello I try to connect to dovecot from roundcube using this setup: $config['default_host'] = 'ssl://chogolisa.akadia.com'; $config['default_port'] = 993; and I get the following error message from dovecot: Jun 19 11:30:21 chogolisa dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=84.253.50.195, lip=84.253.50.195, TLS handshaking: Connection closed, session=<wEra4KmLm+ZU/TLD> When I try to con...
2015 Jun 12
4
Sorry, another faq
...ssl://myserver:993: Permission denied in /usr/share/roundcubemail/program/lib/Roundcube/rcube_imap.php on line 198 (POST /roundcubemail/?.... /etc/roundcubemail/config.inc.php Has the following: $config['default_host'] = 'ssl://mail.myserver.tld'; [address obfuscated] $config['default_port'] = 993; as I understand should be correct. I've been looking at various posts on the net that says the problem is a permission on dovecot, but I fail to find anything to how to fix this as it looks right to me. Any suggestions? /Martin S -- Regards, Martin S
2006 Jan 27
8
ror/lighttpd - HTML files via port 80 become application/octet-stream?
Hi everybody I am trying to get RoR to work with lighttpd. Nearly there, but I am stuck with a strange phenomenon. If I configure lighttpd to serve pages on say port 2000, I can get at my testapp fine and see the "Welcome aboard" page. However, if I configure lighttpd to use port 80, I get a download prompt from my browser. If I access my URI like
2009 Nov 04
7
About Unicorn Rack handler
Hi, A couple days ago, I was trying to run Unicorn for Ramaze, and found that `Unicorn.run'' didn''t share the same interface with other Rack handlers, i.e. `options[:Host]'' and `options[:Port]'' Because of this, I can''t just use: Rack::Handler.register(''unicorn'', ''Unicorn'') And invoke this:
2015 Jun 12
0
Sorry, another faq
...> /usr/share/roundcubemail/program/lib/Roundcube/rcube_imap.php on line > 198 (POST /roundcubemail/?.... > > /etc/roundcubemail/config.inc.php > > Has the following: > $config['default_host'] = 'ssl://mail.myserver.tld'; [address obfuscated] > $config['default_port'] = 993; > > as I understand should be correct. > > I've been looking at various posts on the net that says the problem is > a permission on dovecot, but I fail to find anything to how to fix > this as it looks right to me. > > Any suggestions? > > /Martin...
2015 Jun 12
2
Sorry, another faq
...ram/lib/Roundcube/rcube_imap.php on line > > 198 (POST /roundcubemail/?.... > > > > /etc/roundcubemail/config.inc.php > > > > Has the following: > > $config['default_host'] = 'ssl://mail.myserver.tld'; [address obfuscated] > > $config['default_port'] = 993; > > > > as I understand should be correct. > > > > I've been looking at various posts on the net that says the problem is > > a permission on dovecot, but I fail to find anything to how to fix > > this as it looks right to me. > > > &...
2023 Feb 16
0
[RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
...S_PER_GB (1024 * 1024 * 1024ULL) > #define NSEC_PER_SEC (1000000000ULL) > >+#ifndef SOL_VSOCK >+#define SOL_VSOCK 287 >+#endif I thought we use the current kernel headers when we compile the tests, do we need to fix something in the makefile? >+ > static unsigned int port = DEFAULT_PORT; > static unsigned long buf_size_bytes = DEFAULT_BUF_SIZE_BYTES; > static unsigned long vsock_buf_bytes = DEFAULT_VSOCK_BUF_BYTES; >+static bool zerocopy; > > static void error(const char *s) > { >@@ -247,15 +254,74 @@ static void run_receiver(unsigned long rcvlowat_bytes) >...
2007 Jan 31
2
SystemStackError: stack level too deep
I''m testing the http module in console. BUt I got the following error. Anyone knows why? >> Net::HTTP.get_print ''www.google.com'', ''index.html'' SystemStackError: stack level too deep from C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:451:in `newobj'' from C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:451:in