openbsd-ports/mail/solid-pop3d/pkg/MESSAGE
danh dad9790d2c - /etc -> SYSCONFDIR
- cleanup DESCR
- cleanup DEINSTALL/INSTALL scripts
2001-02-13 01:31:23 +00:00

16 lines
470 B
Plaintext

+---------------
| You'll have to edit /etc/inetd.conf manually and add
| lines like the following:
|
| pop3 stream tcp nowait root ${PREFIX}/sbin/spop3d spop3d
| pop3 stream tcp6 nowait root ${PREFIX}/sbin/spop3d spop3d
|
| The second line is only necessary if you want to use IPv6
| support.
|
| An optional global configuration file may be used in ${SYSCONFDIR}
| called spop3d.conf.
|
| See spop3d(8) and spop3d.conf(5) for available options.
+---------------