X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=jessie_start_server.sh;h=dcdfbf4bcdcac801f4559388cd74e9feb0553b6e;hb=52810a2158f5c9af7cd4fbef11a903b27a79e7f1;hp=0f9746c721f485a5c71b1a6661703812947e7bd7;hpb=073ace129de258c1c17a1083ab471970f61526a8;p=config diff --git a/jessie_start_server.sh b/jessie_start_server.sh index 0f9746c..dcdfbf4 100755 --- a/jessie_start_server.sh +++ b/jessie_start_server.sh @@ -84,10 +84,12 @@ su plom -c 'mkdir -p /home/plom/.vimbackups/' # Set up openssh-server. apt-get -y install openssh-server -# Set up mail client system. -apt-get -y install getmail4 procmail mutt -su plom -c 'mkdir -p /home/plom/mail' +# Set up mail system. +apt-get -y install getmail4 procmail mutt postfix maildrop +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}' +cp config/systemfiles/mail.cf /etc/postfix/main.cf # Set up screen. apt-get -y install screen