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/qpopper/files/qpopper.xinetd

17 lines
408 B

# default: off
# description: The POP3 service allows remote users to access their mail \
# using an POP3 client such as Netscape Communicator, mutt, \
# or fetchmail.
service pop-3
{
socket_type = stream
wait = no
user = root
port = 110
server = /usr/sbin/popper
server_args = -f /etc/qpopper.conf
log_on_success += USERID
log_on_failure += USERID
disable = yes
}