Displaying 3 results from an estimated 3 matches for "mf01".
Did you mean:
mb01
2015 Jun 05
0
LMTPs between proxy and backend
Hi @all,
I have a 3 server setup (MX ==LMTP==> Proxy ==LMTP==> Backend).
After upgrading to 2.2.18 I was able to use LMTPs from MX to the proxy
but not from the proxy to the backend:
Received: from mf01.example.net ([172.17.1.5])
by mb01.example.net (Dovecot) with LMTP id T+LnDWrvcVWDSwAAJnBBGg
for <patrick at example.net>; Fri, 05 Jun 2015 20:50:58 +0200
Received: from mx01.example.net ([172.17.1.5])
(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
zlib compression)...
2013 Nov 09
1
Dovecot replication not redirecting if server is down
...}
}
service quota-warning {
executable = script /usr/local/etc/dovecot/quota_warning.sh
unix_listener quota-warning {
user = vmail
}
user = root
}
service replicator {
process_min_avail = 1
unix_listener replicator-doveadm {
mode = 0600
}
}
ssl = no
submission_host = mf01.example.net
userdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
protocol lmtp {
mail_plugins = quota notify replication sieve
}
protocol imap {
mail_max_userip_connections = 30
mail_plugins = quota notify replication imap_quota
}
Backend 2:
# 2.2.7: /usr/loca...
2013 Dec 03
1
disconnecting (disconnected by server)
...port = 4190
}
}
service quota-warning {
executable = script /usr/local/etc/dovecot/quota_warning.sh
unix_listener quota-warning {
user = vmail
}
user = root
}
ssl_cert = </etc/ssl/certs/mb01.example.com.crt
ssl_key = </etc/ssl/private/mb01.example.com.key
submission_host = mf01.wk-serv.net
userdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
protocol lmtp {
mail_plugins = quota sieve
}
protocol imap {
mail_max_userip_connections = 30
mail_plugins = quota imap_quota
}