Displaying 3 results from an estimated 3 matches for "28trusted".
2014 Dec 08
2
Required SSL with exceptions
I have a Dovecot cluster which is on separate machines from my
webmail/caldav/cardav cluster, and I currently have the system setup
with ssl = required. Unfortunately the caldav/cardav server I am
running doesn't support STARTTLS so I was wondering if there is a way to
still enforce ssl for every connection with the exception of a certain
subnet, or if there is a better way to accomplish
2014 Dec 08
0
Required SSL with exceptions
...; still enforce ssl for every connection with the exception of a certain
> subnet, or if there is a better way to accomplish this without install a
> local install of Dovecot on each of my caldav/cardav servers.
perhaps this helps
http://wiki2.dovecot.org/SSL/DovecotConfiguration?highlight=%28trusted%29
There are a couple of different ways to specify when SSL/TLS is required:
disable_plaintext_auth=yes allows plaintext authentication only when
SSL/TLS is used first.
ssl = required requires SSL/TLS also for non-plaintext authentication.
If you have only plaintext mechanisms enab...
2014 Dec 08
2
Required SSL with exceptions
...or every connection with the exception of a certain
>> subnet, or if there is a better way to accomplish this without install a
>> local install of Dovecot on each of my caldav/cardav servers.
> perhaps this helps
>
> http://wiki2.dovecot.org/SSL/DovecotConfiguration?highlight=%28trusted%29
>
>
> There are a couple of different ways to specify when SSL/TLS is required:
>
> disable_plaintext_auth=yes allows plaintext authentication only when
> SSL/TLS is used first.
>
> ssl = required requires SSL/TLS also for non-plaintext authentication.
>
>...