freebsd-ports/mail/hotwayd/pkg-message
Edwin Groothuis ff608940cc New port: mail/hotway, a POP3 gateway for Hotmail/MSN mail
PR:		ports/44593
Submitted by:	John Nielsen <john@jnielsen.net>
2003-01-16 04:55:24 +00:00

20 lines
650 B
Text

To run hotwayd you need to add it to inetd.conf.
To use the standard pop3 port for hotwayd, add the following
line to /etc/inetd.conf:
pop3 stream tcp nowait root /usr/local/sbin/hotwayd hotwayd
You may also specify an arbitrary port for hotwayd. Define it
in /etc/services, and then use a line like this in /etc/inetd.conf:
hotwayd stream tcp nowait root /usr/local/sbin/hotwayd hotwayd
After making your changes, restart inetd. e.g.:
killall -HUP inetd
You can now use fetchmail or any pop3 mail client to read your e-mail.
The POP username should be your full hotmail or msn e-mail address,
and the password is your hotmail/msn password.