2000-05-25 21:51:34 -04:00
|
|
|
+---------------
|
2000-08-15 16:36:57 -04:00
|
|
|
| You'll have to edit /etc/inetd.conf manually and add
|
2000-06-20 16:23:59 -04:00
|
|
|
| lines like the following:
|
2000-05-25 21:51:34 -04:00
|
|
|
|
|
2000-06-20 16:23:59 -04:00
|
|
|
| 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.
|
2000-05-25 21:51:34 -04:00
|
|
|
|
|
2001-02-12 20:31:23 -05:00
|
|
|
| An optional global configuration file may be used in ${SYSCONFDIR}
|
2000-05-25 21:51:34 -04:00
|
|
|
| called spop3d.conf.
|
|
|
|
|
|
|
|
|
| See spop3d(8) and spop3d.conf(5) for available options.
|
|
|
|
+---------------
|