Re: Required SSL with exceptions
On 12/08/14 23:50, SATOH Fumiyasu wrote:
Hi,
At Mon, 08 Dec 2014 16:01:43 -0600, List wrote:
Essentially we would like to host IMAP with SSL enforced for any connections coming from anywhere except the subnet where our other mail servers reside. The idea is to not install a local instance of dovecot on the webmail/carddav/caldav servers to reduce the number of instances that need to be managed. Is it possible to have two imap listeners, where ssl is enforced on one port, and not on another?
Use login_trusted_networks parameter.
What is the syntax for login_trusted_networks? The docs and WIKI do not show it.
On 12/09/2014 06:02 PM, dovecot@outputservices.com wrote:
What is the syntax for login_trusted_networks? The docs and WIKI do not show it.
grep -rn login_trusted_networks . ./example-config/dovecot.conf:48:#login_trusted_networks = …
# Space separated list of trusted network ranges. Connections from these # IPs are allowed to override their IP addresses and ports (for logging and # for authentication checks). disable_plaintext_auth is also ignored for # these networks. Typically you'd specify your IMAP proxy servers here. #login_trusted_networks =
Regards, Pascal
-- The trapper recommends today: c01dcofe.1434319@localdomain.org
participants (2)
-
dovecot@outputservices.com
-
Pascal Volk