mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 05:47:13 +08:00
89f5fdf6ea
- added some makedeps - fixed some pkgs - broken pkgs: 7
11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
service pop3
|
|
{
|
|
socket_type = stream
|
|
wait = no
|
|
user = root
|
|
server = /usr/sbin/ipop3d
|
|
log_on_success += HOST DURATION
|
|
log_on_failure += HOST
|
|
disable = yes
|
|
}
|