Skip to content

Instantly share code, notes, and snippets.

@trubeck
trubeck / configure-mailgun
Last active June 29, 2018 07:30 — forked from jgeewax/configure-mailgun
Script to configure Postfix for Mailgun
#!/bin/bash
# Configuration for the script
POSTFIX_CONFIG=/etc/postfix/main.cf
POSTFIX_SASL=/etc/postfix/sasl_passwd
function confirm () {
read -r -p "${1:-Are you sure? [Y/n]} " response
if [[ $response == "" || $response == "y" || $response == "Y" ]]; then
echo 0;

Keybase proof

I hereby claim:

  • I am trubeck on github.
  • I am trubeck (https://keybase.io/trubeck) on keybase.
  • I have a public key ASCjG1Di4ITtOdc7sY6xB3I_w2GEPJhW40JFIP3CEfMu2Qo

To claim this, I am signing this object: