Author Topic: Which password plugin I can use with password-file?  (Read 3134 times)

Offline thomasho

  • Newbie
  • *
  • Posts: 4
Which password plugin I can use with password-file?
« on: November 23, 2014, 11:22:02 PM »
Hi,

I conifg virtual user and virtual domain in mail server..

virtual user's password is store in password file.
Code: [Select]
  passdb passwd-file {
    # [scheme=<default password scheme>] [username_format=<format>]
    # <Path for passwd-file>
    args = username_format=%n /etc/virtual/%d/passwd
  }

and I use "htpasswd" to creat user password or change password..

In my case,which password plugin can I use?