Skip to content

Instantly share code, notes, and snippets.

@dstroot
Created November 18, 2012 16:10
Show Gist options
  • Save dstroot/4106030 to your computer and use it in GitHub Desktop.
Save dstroot/4106030 to your computer and use it in GitHub Desktop.
Setup email routing (Sendmail) on Asterisk Raspberry Pi
# Set "Smart" Relay Host
sudo sed -i.bak -e 's/DS$/DSsmtp.west.cox.net/' /etc/mail/sendmail.cf
# Restart Sendmail
/etc/init.d/sendmail restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment