integracion con servicio dovecot

This commit is contained in:
Mauro Torrez
2019-09-08 14:33:33 -03:00
parent f71ce1d16b
commit 5cfa3d75f5
3 changed files with 7 additions and 30 deletions

View File

@@ -1,23 +0,0 @@
# LMTP delivery service for Postfix
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
mode = 0600
group = postfix
user = postfix
}
service lmtp {
inet_listener lmtp {
address = 192.168.0.24 127.0.0.1 ::1
port = 24
}
}
# Authentication service for Postfix
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0660
user = postfix
group = postfix
}
}