home · contact · privacy
Change rules / locations for system scripts included.
[config] / jessie_start_server.sh
index 1b143bfa24e1a98538a9976f70315859bb87ed08..4a2e4af5f0a7008e9b49bd5549f249c989e8b3a5 100755 (executable)
@@ -24,6 +24,7 @@ echo 'APT::Install-Suggests "false";' >> /etc/apt/apt.conf.d/99mindeps
 
 # Set hostname and FQDN.
 echo 'plomlompom' > /etc/hostname
+hostname 'plomlompom'
 echo '127.0.0.1 localhost' > /etc/hosts
 ip=`hostname -I`
 echo "$ip plomlompom.com plomlompom" >> /etc/hosts
@@ -85,11 +86,14 @@ su plom -c 'mkdir -p /home/plom/.vimbackups/'
 apt-get -y install openssh-server
 
 # Set up mail system.
-DEBIAN_FRONTEND=noninteractive apt-get -y install getmail4 procmail mutt postfix maildrop
-cp config/systemfiles/main.cf /etc/postfix/main.cf
 su plom -c 'mkdir -p /home/plom/mail/'
 su plom -c 'mkdir -p /home/plom/mail/inbox/{cur,new,tmp}'
 su plom -c 'mkdir -p /home/plom/mail/new_inbox/{cur,new,tmp}'
+DEBIAN_FRONTEND=noninteractive apt-get -y install getmail4 procmail mutt postfix maildrop
+cp config/systemfiles/main.cf /etc/postfix/main.cf
+cp config/systemfiles/aliases /etc/aliases
+newaliases
+service postfix restart
 
 # Set up screen.
 apt-get -y install screen