Facebook
From a, 3 Years ago, written in Bash.
Embed
Download Paste or View Raw
Hits: 89
  1. user = vmail
  2. password = z9zE2Nthz6
  3. hosts = 127.0.0.1
  4. dbname = vmail
  5. query = select concat(destination_username, '@', destination_domain) as destinations from aliases where source_username = '%u' and source_domain = '%d' and enabled = true;