Guest User

Untitled

a guest
Jan 29th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. user = <DATABASE_USER>
  2. password = <DATABASE_PASSWORD>
  3. hosts = <DATABASE_HOST>
  4. dbname = <DATABASE_SCHEMA>
  5. query = SELECT email from <USERS_TABLE> WHERE email='%s'
  6.  
  7. virtual_alias_maps = mysql:/etc/postfix/virtual-cancel.cf, mysql:/etc/postfix/mysql-virtual-alias-maps.cf
Add Comment
Please, Sign In to add comment