37 lines
361 B
Cheetah
37 lines
361 B
Cheetah
service imap-login {
|
|
inet_listener imap {
|
|
port = 143
|
|
}
|
|
}
|
|
|
|
service lmtp {
|
|
inet_listener lmtp {
|
|
port = 7777
|
|
}
|
|
}
|
|
|
|
service imap {
|
|
}
|
|
|
|
service auth {
|
|
inet_listener postfix {
|
|
port = 6334
|
|
}
|
|
}
|
|
|
|
service auth-worker {
|
|
}
|
|
|
|
service anvil {
|
|
chroot =
|
|
}
|
|
service imap-login {
|
|
chroot =
|
|
}
|
|
service pop3-login {
|
|
chroot =
|
|
}
|
|
service ipc {
|
|
chroot =
|
|
}
|