blob: 6a99a4ccc52616c3bead8d52cc4628c273a56f55 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{ 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
}
]
|