/usr/share/doc/rlinetd/examples/popper is in rlinetd 0.9.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | service "in.popper" {
exec "/usr/sbin/in.pop3d";
instances 20;
port "pop-3";
nice 10;
tcpd;
log syslog "pop-3 connection from %O:%P";
user "root";
# alternatively, if you're daring...
# user "popper";
# capability "cap_setuid=eip";
}
|