diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2014-07-02 20:37:16 +0200 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:52:18 +0200 |
| commit | 9ff10c0ebe4d74f433d696232aa57c6a2c9e2aba (patch) | |
| tree | 8f9d80641e7decdf3186657688bf328a28f5ab34 | |
| parent | e04f5a300bd6c0aa5622093b936846fce69d82f2 (diff) | |
Make the IMAP caching proxy listen on ::1.
| -rw-r--r-- | roles/IMAP-proxy/files/etc/dovecot/conf.d/10-master.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-master.conf b/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-master.conf index ad9b08f..411d4bc 100644 --- a/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-master.conf +++ b/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-master.conf @@ -16,7 +16,7 @@ default_internal_user = dovecot service imap-login { inet_listener imap { - address = 127.0.0.1 + address = 127.0.0.1 ::1 port = 143 ssl = no } |
