Displaying 1 result from an estimated 1 matches for "imap_hpx".
2020 Oct 25
1
Dovecot replication not picking up new mail in maildir
...fifo {
mode = 0666
user = dovecot
}
unix_listener replication-notify {
mode = 0666
user = dovecot
}
}
service config {
unix_listener config {
user = dovecot
}
}
service doveadm {
inet_listener {
port = 9943
}
}
service imap-login {
inet_listener imap_hpx {
haproxy = yes
port = 943
}
}
service replicator {
process_min_avail = 1
unix_listener replicator-doveadm {
mode = 0666
}
}
ssl = no
userdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
protocol lda {
mail_plugins = zlib notify replication
}
protocol...