I have patched qmail, that store all users in SQL with md5 passwords. How I can move all users in sasl2.db(or in MySQL?)? For example I can convert all entries in database to file: login_0:md5_password_0 ..... ..... login_1000:md5_password_1000 sasl2 store passwords in MySQL as md5 or as clear-text? Thanks in advance.