Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. mysql_virtual_alias_maps.cf
  2.  
  3. user = mta
  4. password = password
  5. hosts = localhost
  6. dbname = sys_mta
  7. table = alias
  8. select_field = goto
  9. where_field = address
  10.  
  11. mysql_virtual_domains_maps.cf
  12.  
  13. user = mta
  14. password = pass
  15. hosts = localhost
  16. dbname = sys_mta
  17. table = domain
  18. select_field = domain
  19. where_field = domain
  20. additional_conditions = and active = '1'
  21.  
  22. mysql_virtual_mailbox_limit_maps.cf
  23.  
  24. user = mta
  25. password = pass
  26. hosts = localhost
  27. dbname = sys_mta
  28. table = mailbox
  29. select_field = quota
  30. where_field = username
  31. additional_conditions = and active = '1'
  32.  
  33. mysql_virtual_mailbox_maps.cf
  34.  
  35. user = mta
  36. password = pass
  37. hosts = localhost
  38. dbname = sys_mta
  39. table = mailbox
  40. select_field = maildir
  41. where_field = username
  42. #additional_conditions = and active = '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement