15 lines
189 B
Cheetah
15 lines
189 B
Cheetah
service auth {
|
|
unix_listener auth-userdb {
|
|
mode = 0660
|
|
user = chasquid
|
|
group = chasquid
|
|
}
|
|
}
|
|
|
|
service imap-login {
|
|
inet_listener imaps {
|
|
port = 993
|
|
ssl = yes
|
|
}
|
|
}
|