Re: courierpassd with sork?
Fred Ho <[email protected]>
| Newsgroups | gmane.comp.horde.sork |
|---|---|
| Message-ID | <[email protected]> |
Erald,
Specify in the config/backends.conf:
$backends['poppassd'] = array(
'name' => $_SERVER['SERVER_NAME'],
'preferred' => '',
'password policy' => array(
'minLength' => 6,
'minNumeric' => 1
),
'driver' => 'poppassd',
'params' => array(
'host' => 'localhost',
'port' => 106
)
);
Modify /etc/services and add courierpassd 106/tcp and
comment out the original poppassd 106 statements.
Regards,
Fred
Quoting erald <[email protected]>:
> Is it possible to use courierpassd with paswd?
>
> I have no idea how to configure this. Anyone who can give me some help here?
>
> Regards
> erald
>
>
>
> --
> Sork mailing list - Join the hunt: http://horde.org/bounties/#sork
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: [email protected]
>
--
Sork mailing list - Join the hunt: http://horde.org/bounties/#sork
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]