1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/mail/hotwayd/pkg-message
Mark Linimon 08d02ac3ec Update to 0.8: added a first version of hotsmtpd (see ChangeLog for
details).  Also, the port now installs the documentation included with
the source tarball; pkg-plist re-created (the number of files installed
jumped from 2 to 11); and the description file was updated.

PR:		ports/63037
Submitted by:	John Nielsen <john@jnielsen.net> (maintainer)
2004-02-21 09:26:12 +00:00

29 lines
1.1 KiB
Plaintext

hotwayd and hotsmtpd need to be run from inetd (or xinetd).
To use the standard ports for pop3 and smtp, add lines
like the following to /etc/inetd.conf:
pop3 stream tcp nowait root /usr/local/sbin/hotwayd hotwayd
smtp stream tcp nowait root /usr/local/sbin/hotsmtpd hotsmtpd
Alternatively, you may specify arbitrary ports for hotwayd and hotsmtpd.
Define them in /etc/services, and then add lines like thke following to
/etc/inetd.conf:
hotwayd stream tcp nowait root /usr/local/sbin/hotwayd hotwayd
hotsmtpd stream tcp nowait root /usr/local/sbin/hotsmtpd hotsmtpd
After making your changes, restart inetd. e.g.:
killall -HUP inetd
You can now use fetchmail or any pop3 mail client to receive your
hotmail (or similar) e-mail. The username should be your full e-mail
address (e.g. example@hotmail.com), and the password is your your
password for hotmail (or whichever service you use).
Similarly, you can use any mail client that supports SASL authentication
for SMTP to send e-mail (through hotmail, etc).
For more detailed information see hotwayd(1), hotsmtpd(1), and the port
documentation in ${PREFIX}/share/doc/hotwayd.