This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Example Dovecot checkpassword script that may be used as both passdb or userdb. | |
# | |
# Originally written by Nikolay Vizovitin, 2013. | |
# Assumes authentication DB is in /etc/dovecot/users, each line has '<user>:<password>' format. | |
# Place this script into /etc/dovecot/checkpassword.sh file and make executable. | |
# Implementation guidelines at http://wiki2.dovecot.org/AuthDatabase/CheckPassword |