home · contact · privacy
In mail system config, remove mailname setting, reinstate newaliases.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 7 Oct 2015 02:20:43 +0000 (04:20 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 7 Oct 2015 02:20:43 +0000 (04:20 +0200)
jessie_start_server.sh

index 162a55110c1c5cde6b60070c7a5bca27b3ac3c54..4a2e4af5f0a7008e9b49bd5549f249c989e8b3a5 100755 (executable)
@@ -89,10 +89,10 @@ apt-get -y install openssh-server
 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}'
-echo 'plomlompom.com' > /etc/mailname
 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.