Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. sudo apt-get update
  4. sudo debconf-set-selections <<EOF
  5. postfix postfix/root_address string pi
  6. postfix postfix/main_mailer_type select Internet Site
  7. postfix postfix/mailname string raspberry.pi
  8. postfix postfix/mynetworks string
  9. postfix postfix/recipient_delim string
  10. postfix postfix/protocols select all
  11. postfix postfix/destinations string
  12. EOF
  13.  
  14. sudo apt-get install -q -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" postfix mutt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement