Skip to content

Instantly share code, notes, and snippets.

@brablc
Created April 17, 2016 21:35
Show Gist options
  • Save brablc/37c5eca1f0be6664ba40cbc367da6e0e to your computer and use it in GitHub Desktop.
Save brablc/37c5eca1f0be6664ba40cbc367da6e0e to your computer and use it in GitHub Desktop.
if query == nil then
s = "users"
else
-- Remove part before @
s = string.gsub( query, ".*@", "")
-- Remove dots from selector
s = string.gsub( s, "%.", "_")
end
d = "smtp.shoptet.cz"
return d, s, "/etc/opendkim/shoptet.private"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment