blob: 7478f1db876844f029821bea63ad71d42a4c92ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
##############################################################################
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
##############################################################################
|