14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
# default: on
|
|
# description: imapd
|
|
service imap
|
|
{
|
|
disable = no
|
|
socket_type = stream
|
|
wait = no
|
|
user = root
|
|
server = /usr/sbin/imapd
|
|
#log_on_success += DURATION USERID
|
|
#log_on_failure += USERID
|
|
nice = 10
|
|
}
|