Skip to content

Commit

Permalink
Merge pull request #1116 from Varying-Vagrant-Vagrants/postfix-ipv4
Browse files Browse the repository at this point in the history
Remove attempt to enforce ipv4 in postfix
  • Loading branch information
jeremyfelt authored Mar 4, 2017
2 parents 494a1a5 + a41ac4b commit ce3f9a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions provision/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ package_install() {
echo postfix postfix/main_mailer_type select Internet Site | debconf-set-selections
echo postfix postfix/mailname string vvv | debconf-set-selections

# Disable ipv6 as some ISPs/mail servers have problems with it
echo "inet_protocols = ipv4" >> "/etc/postfix/main.cf"

# Provide our custom apt sources before running `apt-get update`
ln -sf /srv/config/apt-source-append.list /etc/apt/sources.list.d/vvv-sources.list
echo "Linked custom apt sources"
Expand Down

0 comments on commit ce3f9a7

Please sign in to comment.