Hi,
we've been using IPv6 for a few years now, but so far we haven't used it
with Cyrus. Now we want to, and I have a few questions:
Is it correct that if we use host names in the listen statement and add a
record to the DNS that Cyrus will automatically listen to both the
IPv4 and the
On Wed, March 23, 2016 3:13 pm, Sebastian Hagedorn via Info-cyrus wrote:
> Hi,
>
>
> we've been using IPv6 for a few years now, but so far we haven't used it with
> Cyrus. Now we want to, and I have a few questions:
>
>
> Is it correct that if we use host names in the listen statement and add a
> A
Please disregard my previous comment,
misread your original post.
Need coffee.
Eric Luyten.
On Wed, March 23, 2016 3:27 pm, Eric Luyten via Info-cyrus wrote:
<>
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe
Zitat von Sebastian Hagedorn via Info-cyrus :
Hi,
we've been using IPv6 for a few years now, but so far we haven't
used it with Cyrus. Now we want to, and I have a few questions:
Is it correct that if we use host names in the listen statement and
add a record to the DNS that Cyrus w
--On 23. März 2016 um 15:41:25 +0100 lst_hoe02--- via Info-cyrus
wrote:
we've been using IPv6 for a few years now, but so far we haven't
used it with Cyrus. Now we want to, and I have a few questions:
Is it correct that if we use host names in the listen statement and
add a record to t
Hi,
> On Wed, 23 Mar 2016 16:03:10 +0100
> Sebastian Hagedorn via Info-cyrus said:
info-cyrus> Yes, I do (multi-homed system), and I have just tried it on a test
info-cyrus> system. Using literal IPv6 adresses without brackets works fine,
even
info-cyrus> though it looks strange:
info-
--On 24. März 2016 um 01:32:57 +0900 Hajimu UMEMOTO
wrote:
Though it is not mentioned in the manpage, the address:port notation
without bracket is also accepted.
You can find the following comment for parse_inet_listen() in
master/master.c:
* Parse the "listen" parameter as one of the form
Hi,
> On Wed, 23 Mar 2016 17:43:30 +0100
> Sebastian Hagedorn said:
> * Parse the "listen" parameter as one of the forms:
> *
> * hostname
> * hostname ':' port
> * ipv4-address
> * ipv4-address ':' port
> * '[' ipv4-address ']'
> * '[' ipv4-address ']' ':' port
> * '[' ipv6-add