opnsense-ports/security/courierpassd/pkg-message
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

17 lines
604 B
Text

##############################################################################
In order to run this port, please add the following line to
/etc/inetd.conf if not already there:
pop3pw stream tcp nowait root /usr/local/sbin/courierpassd courierpassd -s imap
"imap" can be replaced with the service you wish to authenticate (and change)
passwords against, eg: "pop3". If you leave out the -s switch altogether,
its value defaults to "login".
After modifying /etc/inetd.conf, you must (as root) run:
killall -HUP inetd
##############################################################################