dovecot/rootfs/etc/confd/templates/10-master.conf.tmpl

26 lines
281 B
Cheetah
Raw Normal View History

2016-07-06 08:58:48 +00:00
service imap-login {
inet_listener imap {
port = 143
}
}
service lmtp {
inet_listener lmtp {
address = 127.0.0.1
port = 7777
}
}
service imap {
}
service auth {
inet_listener postfix {
address = 127.0.0.1
port = 6334
}
}
service auth-worker {
}