Redis lookup daemon for dovecot
npm install dovecot-core-authdA small node.js script answering dict lookup reqeuests from dovecot.
See:
npm install -g dovecot-core-authd
svccfg import /opt/local/lib/node_modules/dovecot-core-authd/manifest.xml
The following environment variables are used for configuration:
- REDIS_SOCKET: Path to UNIX socket for redis. If not set TCP to 127.0.0.1 on port 6379 is used.
- DOVECOT_AUTH_SOCKET: Path to UNIX socket on which to answer requests from dovecot.