Skip to content

Instantly share code, notes, and snippets.

@dstroot
Created November 18, 2012 16:10
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
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