home · contact · privacy
In server postinstall config script, default getmail to no-mail-delete.
[config] / jessie_start_server.sh
index d3af7fbfe515b4a2f398f71abebe5e2db245d5d6..245c83b4e168414509d8682c0b0c0ca4fbe4e5c8 100755 (executable)
@@ -92,6 +92,7 @@ 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}'
+sed -i 's/^delete = true$/delete = false/g' /home/plom/config/dotfiles_user_server/getmail/getmailrc
 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
@@ -100,7 +101,7 @@ service postfix restart
 
 # Set up regular system update reminder.
 apt-get -y install cron
-su plom -c "echo '0 0 * * 0 ~/config/bin/simplemail.sh ~/config/mails/update_reminder' | crontab -"
+su plom -c "echo '0 18 * * 0 ~/config/bin/simplemail.sh ~/config/mails/update_reminder' | crontab -"
 
 # Set up screen.
 apt-get -y install screen