Advertisement
Guest User

Untitled

a guest
Apr 15th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #/bin/sh
  2.  
  3. echo "mailhub=${SMTP_HOST}:${SMTP_PORT}" > /etc/ssmtp/ssmtp.conf
  4. echo "AuthUser=${SMTP_USER}" >> /etc/ssmtp/ssmtp.conf
  5. echo "AuthPass=${SMTP_PASS}" >> /etc/ssmtp/ssmtp.conf
  6. echo "UseTLS=YES" >> /etc/ssmtp/ssmtp.conf
  7. echo "UseSTARTTLS=YES" >> /etc/ssmtp/ssmtp.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement