You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/poppassd_ceti/files/poppassd.xinetd

13 lines
245 B

service poppassd
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/poppassd
log_on_success += HOST DURATION
log_on_failure += HOST
disable = yes
}