Tritonio

Fixing slow boot because of MTA (hostname)

Apr 19th, 2021 (edited)
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /etc/hosts should be like this (replace yourhostname with the actual hostname of the computer)
  2.  
  3. 127.0.0.1 localhost
  4. 127.0.1.1 yourhostname.example.com yourhostname
  5. ::1 ip6-localhost ip6-loopback
  6. fe00::0 ip6-localnet
  7. fe00::0 ip6-mcastprefix
  8. fe02::1 ip6-allnodes
  9. fe02::1 ip6-allrouters
  10.  
  11. Then "sudo dpkg-reconfigure exim4-config" in the simplest way possible
Add Comment
Please, Sign In to add comment