26 lines
281 B
Cheetah
26 lines
281 B
Cheetah
|
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 {
|
||
|
}
|