Displaying 1 result from an estimated 1 matches for "oldtemp".
Did you mean:
old_temp
2015 May 06
0
dovecot-proxy with managesieve, director and backend dovecot imap
...-ldap.conf.ext
}
}
protocol doveadm {
auth_socket_path = director-userdb
}
plugin {
# Used by both the Sieve plugin and the ManageSieve protocol
sieve = file:~/sieve;active=~/.dovecot.sieve
}
-- dovecot backend config --
# dovecot version 2.1.7
protocols = imap pop3 lmtp #sieve
# OLDTEMP listen = 192.168.100.95
listen = 192.168.100.101
mail_location = maildir:~/
namespace {
prefix = INBOX.
separator = .
inbox = yes
}
base_dir = /var/run/dovecot/
login_greeting = Dovecot ready.
default_login_user = dovenull
default_internal_user = webmail
mail_access_groups = mail
post...