# CRAM-MD5 authentication database # # Dovecot expects CRYPT passwords in here, unless you specify # another auth scheme. Use htpasswd -d # to update with CRYPT passwords. Note: CRAM_MD5 must have # cleartext passwords in here to work. # Entries are in form # : # or specify an auth scheme: # :{SCHEME} # ...where SCHEME is one of {PLAIN|CRYPT|MD5} and # describes the password that follows.(see # http://wiki.dovecot.org/moin.cgi/Authentication # for more information) # Since exim uses this file as a userdb for sending authentification too, # you need to change /etc/exim/exim.conf if you want to use another # format than :\{PLAIN|CRYPT|MD5\} # # Lines starting with "#" are comments. testuser:{PLAIN}SuperSecret