search for: imaps_login

Displaying 3 results from an estimated 3 matches for "imaps_login".

Did you mean: imap_login
2020 Jul 01
4
local stanza only generated for IPv6
...en = mail.example.com.com,mail.otherexample.com,localhost Multiple local stanzas are of the form: local mail.example.com { ? protocol imap { ???? ssl_cert = </etc/letsencrypt/live/mail.example.com/fullchain.pem ???? ssl_key = </etc/letsencrypt/live/mail.example.com/privkey.pem ???? service imaps_login { ?????? inet_listener imaps { ???????? address=mail.example.com ?????? } ?????? inet_listener imap { ???????? address=mail.example.com ?????? } ???? } ? } } mail.example.com has IPv4 and IPv6 addresses in DNS When I run doveconf -n the local configuration is only generated for the IPv6 address....
2020 Jul 01
0
local stanza only generated for IPv6
...om,localhost > > Multiple local stanzas are of the form: > > local mail.example.com { > protocol imap { > ssl_cert = </etc/letsencrypt/live/mail.example.com/fullchain.pem > ssl_key = </etc/letsencrypt/live/mail.example.com/privkey.pem > > service imaps_login { > inet_listener imaps { > address=mail.example.com > } > inet_listener imap { > address=mail.example.com > } > } > } > } > > mail.example.com has IPv4 and IPv6 addresses in DNS > > When I run doveconf -...
2020 Jul 02
0
local stanza only generated for IPv6
Jeremy Ardley skrev den 2020-07-01 06:50: > local mail.example.com { > protocol imap { > ssl_cert = </etc/letsencrypt/live/mail.example.com/fullchain.pem > ssl_key = </etc/letsencrypt/live/mail.example.com/privkey.pem > > service imaps_login { > inet_listener imaps { > address=mail.example.com > } not using hostname here, it should be either ipv4 or ipv6 not hostname > inet_listener imap { > address=mail.example.com does this make sense for ssl ? :=) > How do I force local ge...