mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 19:26:01 +03:00
Updated system hostname to tedivm.com
This commit is contained in:
parent
63a358bcfa
commit
13514054d9
@ -4,7 +4,7 @@ if which postfix > /dev/null; then
|
|||||||
echo 'Postfix is already installed'
|
echo 'Postfix is already installed'
|
||||||
else
|
else
|
||||||
echo 'Installing Postfix'
|
echo 'Installing Postfix'
|
||||||
sudo debconf-set-selections <<< "postfix postfix/mailname string precise64"
|
sudo debconf-set-selections <<< "postfix postfix/mailname string tedivm.com"
|
||||||
sudo debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Local only'"
|
sudo debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Local only'"
|
||||||
sudo apt-get -qq update
|
sudo apt-get -qq update
|
||||||
sudo apt-get -qq -y install postfix mailutils
|
sudo apt-get -qq -y install postfix mailutils
|
||||||
|
1
tests/vagrant/Vagrantfile
vendored
1
tests/vagrant/Vagrantfile
vendored
@ -25,6 +25,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||||||
|
|
||||||
# Create a private network, which allows host-only access to the machine
|
# Create a private network, which allows host-only access to the machine
|
||||||
# using a specific IP.
|
# using a specific IP.
|
||||||
|
config.vm.hostname = "tedivm.com"
|
||||||
config.vm.network :private_network, ip: "172.31.1.2"
|
config.vm.network :private_network, ip: "172.31.1.2"
|
||||||
|
|
||||||
# Create a public network, which generally matched to bridged network.
|
# Create a public network, which generally matched to bridged network.
|
||||||
|
Loading…
Reference in New Issue
Block a user