Guest User

Untitled

a guest
Jun 6th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. driver = mysql
  2. default_pass_scheme = MD5-CRYPT
  3. connect = host=localhost user=postfix password=bajs dbname=postfix
  4. password_query = SELECT password,concat('/home/vmail/', maildir) as userdb_home,concat('/home/vmail/', maildir) as userdb_mail FROM mailbox WHERE username = '%u'
  5. user_query = SELECT concat('/home/vmail/', maildir) as home, maildir, concat('maildir:/home/vmail/', maildir) as mail, 125 AS uid, 125 AS gid FROM mailbox WHERE username = '%u'
Add Comment
Please, Sign In to add comment