Displaying 5 results from an estimated 5 matches for "_listeners_".
Did you mean:
_listeners
2020 Mar 26
2
making sense of the stats
I can't make sense of the connection stats on the admin page. We have
one source and one mountpoint.
What is the difference between _client_connections_ and _clients_ and
_connection_s? How can they be so different in value? Same questions
for _listener_connections_ and _listeners_? The connections values seem
high for only 5 listeners and one admin.
Here is a snapshot of the admin page a few minutes after the server was
started and mountpoint was made available:
client_connections
18
clients
7
connections...
2020 Oct 15
2
how to set smtp-client -> submission_relay_host for IPv4 only?
...or some other reason then create an alias DNS A record and point your clients to that instead
That's not the issue.
All my machines are dual stack.
All my hosts' DNS records exist for both A & AAAA records.
Some services listen on only IPv4, some only on IPv6, some both.
For Dovecot _listeners_ it's trivial to set IPv4/6-only, or both, addresses.
It's also trivial to set OTHER clients, connecting TO Dovecot, to use IPv4-only.
I'm asking how/where to 'tell', via config, Dovecot's smtp-CLIENT, that's making to connection to the submission_relay_host, to use _on...
2020 Mar 27
2
making sense of the stats
...r "4 services" you mean _sources_?
If clients are source connections (one and the same?), then how do we
reconcile limits for both clients and sources? Is it like saying, 'for
all of the X sources, they can have a total of Y connections'?
How can I set limits on the number of _listeners_? And this limit would
be different than a limit on the number of _listener connections_"?
On 2020-03-26 00:18, Robert Jeffares wrote:
> Hi Justin,
>
> _ AREN'T LISTENERS ALSO CLIENTS?_
>
> No.
>
> Icecast xml is a bit daunting.
>
> There are two kind...
2020 Oct 16
0
how to set smtp-client -> submission_relay_host for IPv4 only?
...A record and point your clients to that instead
>
> That's not the issue.
>
> All my machines are dual stack.
> All my hosts' DNS records exist for both A & AAAA records.
>
> Some services listen on only IPv4, some only on IPv6, some both.
>
> For Dovecot _listeners_ it's trivial to set IPv4/6-only, or both, addresses.
>
> It's also trivial to set OTHER clients, connecting TO Dovecot, to use IPv4-only.
>
> I'm asking how/where to 'tell', via config, Dovecot's smtp-CLIENT, that's making to connection to the submission_re...
2020 Oct 15
2
how to set smtp-client -> submission_relay_host for IPv4 only?
In dovecot conf, for submission relay, I've config'd
submission_relay_host = lan.example.com
submission_relay_port = 465
hostname -- not IP -- must be used, to inform relay for cert verification match.
Here,
host lan.example.com
lan.example.com has address 10.0.1.47
lan.example.com has IPv6 address fd80:25:01::47
The receiving smtp relay listens only on IPv4 -- no