search for: proxy_domain

Displaying 5 results from an estimated 5 matches for "proxy_domain".

2018 Sep 17
2
Using both starttls and ssl in passdb on proxy results in timeouts
...ple.com): Login for so.me.i.p:993 timed out in state=/none (after 30 secs, local=lo.cal.i.p:60524): user=<someuser at example.com>, method=PLAIN, rip=re.mo.te.ip, lip=lo.cal.i.p, TLS, session=<OySXgw12auwgARYIAAYABwAAAAAAAwAU> My query looks like this: password_query = SELECT host from proxy_domain, NULL as password, 'y' as nopassword, 'y' as proxy, NULL as destuser, 'y' as proxy_nopipelining, 'y' as nodelay, 'y' as nologin, IF(%{real_lport}=4190, 'any-cert', 'no') as 'starttls', IF(%{real_lport}<>4190, 'any-cert',...
2020 Aug 31
3
Dovecot Proxy
...uests to the backend via SSL. So - I understand:|| |password_query = ? SELECT ? ? NULL AS password, ? ? NULL AS destuser, ? ? host, ? ? 'Y' AS nologin, ? ? 'Y' AS nodelay, ? ? 'Y' AS nopassword, ? ? 'Y' AS proxy, ? ? 'any-cert' AS `ssl` ? FROM ? ? proxy_domain ? WHERE ? ? domain = '%d' | But that is only 50% of the show. The rest ist submission (and maybe sieve). Practically the submission implementation in dovecot works too. But because dovecot by default only opens port 587 (starttls), my passdb setting has a problem. When I try to use t...
2020 Sep 01
1
Dovecot Proxy
...NULL AS password, >> NULL AS destuser, >> host, >> 'Y' AS nologin, >> 'Y' AS nodelay, >> 'Y' AS nopassword, >> 'Y' AS proxy, >> 'any-cert' AS `ssl` >> FROM >> proxy_domain >> WHERE >> domain = '%d' | >> >> But that is only 50% of the show. The rest ist submission (and maybe sieve). Practically the submission implementation in dovecot works too. But because dovecot by default only opens port 587 (starttls), my passdb setting has...
2018 Sep 18
0
Using both starttls and ssl in passdb on proxy results in timeouts
...for so.me.i.p:993 timed out in state=/none (after 30 secs, local=lo.cal.i.p:60524): user=<someuser at example.com>, method=PLAIN, rip=re.mo.te.ip, lip=lo.cal.i.p, TLS, session=<OySXgw12auwgARYIAAYABwAAAAAAAwAU> > > My query looks like this: > password_query = SELECT host from proxy_domain, NULL as password, 'y' as nopassword, 'y' as proxy, NULL as destuser, 'y' as proxy_nopipelining, 'y' as nodelay, 'y' as nologin, IF(%{real_lport}=4190, 'any-cert', 'no') as 'starttls', IF(%{real_lport}<>4190, 'any-cert',...
2020 Sep 01
0
Dovecot Proxy
...; > |password_query = > SELECT > NULL AS password, > NULL AS destuser, > host, > 'Y' AS nologin, > 'Y' AS nodelay, > 'Y' AS nopassword, > 'Y' AS proxy, > 'any-cert' AS `ssl` > FROM > proxy_domain > WHERE > domain = '%d' | > > But that is only 50% of the show. The rest ist submission (and maybe sieve). Practically the submission implementation in dovecot works too. But because dovecot by default only opens port 587 (starttls), my passdb setting has a problem. >...