mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3acc3fb9e4
PR: 17180 Submitted by: maintainer
13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
===========================================================================
|
|
1. Edit your /etc/inetd.conf to use popa3d. The line should look like this:
|
|
|
|
pop3 stream tcp nowait root /usr/local/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. Restart inetd by sending it a SIGHUP:
|
|
|
|
# killall -HUP inetd
|
|
===========================================================================
|