[Dovecot] Config for master user in dovecot 1.1.20
izul
izul_2003 at yahoo.com
Fri Jun 21 07:30:10 EEST 2013
Hi folks..
Im planning to migrate my mail server using imapsync.I need master user in
my dovecot 1.1.20.Im so blind about this.Anybody can help me?
Below is my 'dovecot -n' :
###############
[root at mail etc]# dovecot -n
# 1.1.20: /etc/dovecot.conf
# OS: Linux 2.6.18-194.8.1.el5 i686 CentOS release 5.5 (Final)
log_path: /var/log/dovecot.log
protocols: pop3 pop3s imap imaps
listen: *
ssl_cert_file: /etc/pki/tls/certs/iRedMail_CA.pem
ssl_key_file: /etc/pki/tls/private/iRedMail.key
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dovecot/pop3-login
mail_uid: 507
mail_gid: 507
mail_location: maildir:/%Lh/Maildir/:INDEX=/%Lh/Maildir/
mail_debug: yes
mail_executable(default): /usr/libexec/dovecot/imap
mail_executable(imap): /usr/libexec/dovecot/imap
mail_executable(pop3): /usr/libexec/dovecot/pop3
mail_plugins(default): quota imap_quota zlib
mail_plugins(imap): quota imap_quota zlib
mail_plugins(pop3): quota zlib
mail_plugin_dir(default): /usr/lib/dovecot/imap
mail_plugin_dir(imap): /usr/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
lda:
postmaster_address: root
auth_socket_path: /var/run/dovecot/auth-master
mail_plugins: cmusieve quota
sieve_global_path: /var/vmail/sieve/dovecot.sieve
log_path: /var/log/sieve.log
auth default:
mechanisms: plain login
user: vmail
master_user_separator: *
verbose: yes
debug: yes
debug_passwords: yes
passdb:
driver: sql
args: /etc/dovecot-mysql.conf
passdb:
driver: passwd-file
args: /etc/dovecot-master-user-password
pass: yes
master: yes
userdb:
driver: sql
args: /etc/dovecot-mysql.conf
socket:
type: listen
client:
path: /var/spool/postfix/dovecot-auth
mode: 438
user: postfix
group: postfix
master:
path: /var/run/dovecot/auth-master
mode: 438
user: vmail
group: vmail
plugin:
quota_warning: storage=85%% /usr/bin/dovecot-quota-warning.sh 85
quota_warning2: storage=90%% /usr/bin/dovecot-quota-warning.sh 90
quota_warning3: storage=95%% /usr/bin/dovecot-quota-warning.sh 95
quota: maildir
quota_rule: *:storage=100M
expire: Trash 7 Trash/* 7 Junk 30
expire_dict: proxy::expire
auth_socket_path: /var/run/dovecot/auth-master
dict:
expire: db:/var/lib/dovecot/expire/expire.db
[root at mail etc]#
###############
And below is my dovecot.conf : (part of it)
###############
auth_master_user_separator = *
auth default {
auth_master_user_separator= *
mechanisms = plain login
user = vmail
passdb sql {
args = /etc/dovecot-mysql.conf
}
userdb sql {
args = /etc/dovecot-mysql.conf
}
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0666
user = vmail
group = vmail
}
client {
path = /var/spool/postfix/dovecot-auth
mode = 0666
user = postfix
group = postfix
}
}
# Add below lines
passdb passwd-file {
args = /etc/dovecot-master-user-password
master = yes
pass = yes
}
}
###############
--
View this message in context: http://dovecot.2317879.n4.nabble.com/Config-for-master-user-in-dovecot-1-1-20-tp42906.html
Sent from the Dovecot mailing list archive at Nabble.com.
More information about the dovecot
mailing list