MESSAGE 547 B

123456789101112131415161718
  1. You'll have to edit /etc/inetd.conf manually and add
  2. lines like the following:
  3. pop3 stream tcp nowait root ${PREFIX}/sbin/spop3d spop3d
  4. pop3 stream tcp6 nowait root ${PREFIX}/sbin/spop3d spop3d
  5. The second line is only necessary if you want to use IPv6
  6. support.
  7. inetd(8) must be reloaded (or started). To enable it at boot, the
  8. following line needs to be added to rc.conf.local(5):
  9. inetd_flags=
  10. An optional global configuration file may be used in ${SYSCONFDIR}
  11. called spop3d.conf.
  12. See spop3d(8) and spop3d.conf(5) for available options.