blob: d5e6b55488ba2f4d71766bbc846213c127cd2bee (
plain)
1
2
3
4
5
6
7
8
9
10
|
=================================================================
In order to enable POP service, you should add the following line
to your /etc/inetd.conf:
pop3 stream tcp nowait root ${PKG_PREFIX}/libexec/popa3d popa3d
and send a HUP signal to inetd.
=================================================================
|