Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.52 KB | None | 0 0
  1. driver = mysql
  2. connect = host=domain.hu dbname=dbispconfig user=ispconfig password=******
  3. default_pass_scheme = CRYPT
  4.  
  5. password_query = SELECT password FROM mail_user WHERE (login = '%u' OR email = '%u') AND disable%Ls = 'n' AND server_id = '1'
  6. user_query = SELECT email as user, maildir as home, CONCAT('maildir:', maildir, '/Maildir') as mail, uid, gid, CONCAT('*:storage=', quota, 'B') AS quota_rule, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE (login = '%u' OR email = '%u') AND disable%Ls = 'n' AND server_id = '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement