Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.
/ checkpassword-phpbb Public archive

DJB-compatible checkpassword for phpBB MySQL user database, used for Dovecot IMAP

License

Notifications You must be signed in to change notification settings

ser/checkpassword-phpbb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

checkpassword-phpbb

DJB-compatible checkpassword for phpBB MySQL user database, used for Dovecot IMAP

The interface is specified in http://cr.yp.to/checkpwd/interface.html

Dovecot related manual: http://wiki2.dovecot.org/AuthDatabase/CheckPassword

Debugging IMAP server:

$ python3
>>> import imaplib
>>> mail = imaplib.IMAP4_SSL('imap.server.com')
>>> mail.login('[email protected]', 'password')

and check /var/log/mail.log on the server side.

Author

Serge Victor 2014, https://random.re/

License

LGPLv3

About

DJB-compatible checkpassword for phpBB MySQL user database, used for Dovecot IMAP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages