Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. default_pass_scheme = MD5
  2. driver = mysql
  3. connect = host=localhost dbname=postfix user=postfix password=xxxxxx
  4. password_query = SELECT mailbox.password AS password FROM mailbox WHERE username='%u'
  5. user_query = SELECT '8' AS uid, '8' AS gid, CONCAT('/data/mail/vmail/', maildir) AS mail, CONCAT('/data/mail/vmail/', maildir) AS home FROM mailbox WHERE username='%u'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement