瀏覽代碼

Instructions on how to subscribe to the mailing list

Bob Mottram 10 年之前
父節點
當前提交
b9a325ec79
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      install-freedombone.sh

+ 6
- 0
install-freedombone.sh 查看文件

1769
   update-exim4.conf
1769
   update-exim4.conf
1770
   service exim4 restart
1770
   service exim4 restart
1771
 
1771
 
1772
+  if grep -q "$PUBLIC_MAILING_LIST mailing list" /home/$MY_USERNAME/README; then
1773
+      echo '' >> /home/$MY_USERNAME/README
1774
+      echo "To subscribe to the $PUBLIC_MAILING_LIST mailing list send a" >> /home/$MY_USERNAME/README
1775
+      echo "cleartext email to $PUBLIC_MAILING_LIST+subscribe@$DOMAIN_NAME" >> /home/$MY_USERNAME/README
1776
+  fi
1777
+
1772
   mailinglistrule $MY_USERNAME "$PUBLIC_MAILING_LIST" "$PUBLIC_MAILING_LIST"
1778
   mailinglistrule $MY_USERNAME "$PUBLIC_MAILING_LIST" "$PUBLIC_MAILING_LIST"
1773
 
1779
 
1774
   echo 'create_public_mailing_list' >> $COMPLETION_FILE
1780
   echo 'create_public_mailing_list' >> $COMPLETION_FILE