[Dovecot] Add doveadm service
parent
c80d605632
commit
08b99c8d74
|
@ -34,6 +34,12 @@ passdb {
|
||||||
args = /usr/local/etc/dovecot/sql/dovecot-mysql.conf
|
args = /usr/local/etc/dovecot/sql/dovecot-mysql.conf
|
||||||
driver = sql
|
driver = sql
|
||||||
}
|
}
|
||||||
|
# Set doveadm_password=your-secret-password in data/conf/dovecot/extra.conf (create if missing)
|
||||||
|
service doveadm {
|
||||||
|
inet_listener {
|
||||||
|
port = 12345
|
||||||
|
}
|
||||||
|
}
|
||||||
namespace inbox {
|
namespace inbox {
|
||||||
inbox = yes
|
inbox = yes
|
||||||
location =
|
location =
|
||||||
|
|
Loading…
Reference in New Issue