1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-07-04 15:11:12 +02:00
docker-mailserver/target/dovecot/lmtp-master.inc

14 lines
277 B
C++

service lmtp {
unix_listener lmtp {
mode = 0660
group = postfix
}
# Create inet listener only if you can't use the above UNIX socket
# and avoid making LMTP visible for the entire internet
#inet_listener lmtp {
# address = 127.0.0.1
# port = 24
#}
}