Difference between revisions of "Email"

From ProgClub
Jump to: navigation, search
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is a project to get email and the [[Mailing lists]] functional for ProgClub. For other projects see [[Projects]].
+
This is a ProgClub [[network administration]] project to get email and the [[mailing lists]] functional for ProgClub. For other projects see [[Projects]].
  
 
== Project status ==
 
== Project status ==
  
Just barely begun. So far we've only gone through the [[Mailing lists|planning phase]]. Lots of work to do here, and we'll probably be doing it ''after'' [[Single sign-on]].
+
SMTP, IMAP and POP3 email is now configured on [[charity]], including the secure versions of those protocols. The [[mailing lists]] are all up and running, and spamassassin is installed and configured. This project is done.
  
 
== Contributors ==
 
== Contributors ==
Line 10: Line 10:
  
 
* [[User:John|John]]
 
* [[User:John|John]]
 +
 +
All contributors have agreed to the terms of the [[ProgClub:Copyrights#ProgClub_projects|Contributor License Agreement]]. This excludes any upstream contributors who tend to have different administrative frameworks.
  
 
== Copyright ==
 
== Copyright ==
Line 23: Line 25:
 
Things to do, in rough order of priority.
 
Things to do, in rough order of priority.
  
* Get postfix installed
+
* There's nothing to see here, it's all done.
* Integrate postfix with LDAP if possible, else MySQL (maybe MySQL anyway)
 
* Get courier (??) installed
 
* Integrate courier with LDAP if possible, else MySQL
 
* Get spamassassin installed
 
* Get mailing list software installed
 
  
 
== Done ==
 
== Done ==
  
* [[User:John|JE]] 2011-08-11: started documentation
+
* [[User:John|JE]] 2011-08-21: [[Charity_admin#Installing_spamassassin|Installed spamassassin]]
 +
* [[User:John|JE]] 2011-08-20: installed mailing list software
 +
* [[User:John|JE]] 2011-08-18: [[Charity_admin#John_2011-08-18_19:05|installed and configured]] [[pcmail]] (aka: Postfix Admin)
 +
* [[User:John|JE]] 2011-08-18: configured postfix and courier to use MySQL db pcmaildb
 +
* [[User:John|JE]] 2011-08-18: [[Charity_admin#John_2011-08-18_16:24|installed]] postfix and courier on [[charity]]
 +
* [[User:John|JE]] 2011-08-02: started documentation

Latest revision as of 04:19, 8 December 2011

This is a ProgClub network administration project to get email and the mailing lists functional for ProgClub. For other projects see Projects.

Project status

SMTP, IMAP and POP3 email is now configured on charity, including the secure versions of those protocols. The mailing lists are all up and running, and spamassassin is installed and configured. This project is done.

Contributors

Members who have contributed to this project. Newest on top.

All contributors have agreed to the terms of the Contributor License Agreement. This excludes any upstream contributors who tend to have different administrative frameworks.

Copyright

Copyright 2011, Contributors. Licensed under the New BSD license.

Links

No links yet.

TODO

Things to do, in rough order of priority.

  • There's nothing to see here, it's all done.

Done