freebsd-ports/mail/popa3d/files/pkg-message.in
2019-08-13 22:29:42 +00:00

16 lines
341 B
Text

[
{ type: install
message: <<EOM
1. Edit your /etc/inetd.conf to use popa3d. The line should look like this:
pop3 stream tcp nowait root %%PREFIX%%/libexec/popa3d popa3d
Note: when started via an inetd clone, the logging of connections is left
up to that inetd clone or TCP wrappers.
2. Reload inetd
# /etc/rc.d/inetd reload
EOM
}
]