Difference between revisions of "email server"
Jump to navigation
Jump to search
(proper acronyms) |
(→Terminology: IMAP) |
||
Line 7: | Line 7: | ||
* '''MDA''': [[Mail Delivery Agent]] | * '''MDA''': [[Mail Delivery Agent]] | ||
* '''[[POP3]]''': the current version of the Post Office Protocol which allows an email client to retrieve mail from a server | * '''[[POP3]]''': the current version of the Post Office Protocol which allows an email client to retrieve mail from a server | ||
+ | * '''IMAP''': [[Internet Mail Access Protocol]] | ||
+ | |||
==Setup== | ==Setup== | ||
For now, a collection of links: | For now, a collection of links: | ||
* '''2009-06-11''' [http://flurdy.com/docs/postfix/ How to set up a (Postfix) mail server on a GNU / Linux system] "Based on an [[Ubuntu]] distribution platform, but instructions are [[Linux distribution|distro]] generic." | * '''2009-06-11''' [http://flurdy.com/docs/postfix/ How to set up a (Postfix) mail server on a GNU / Linux system] "Based on an [[Ubuntu]] distribution platform, but instructions are [[Linux distribution|distro]] generic." | ||
* '''2004-12-15''' [http://webhosting.devshed.com/c/a/Web-Hosting-HowTos/Email-Server-Setup/ Email Server Setup]: a 5-page article | * '''2004-12-15''' [http://webhosting.devshed.com/c/a/Web-Hosting-HowTos/Email-Server-Setup/ Email Server Setup]: a 5-page article |
Revision as of 21:38, 16 August 2009
Overview
An email server is server software which accepts email for one or more recipients and stores it until deleted by an email client (usually as part of the delivery process). The term "email server" may refer to the software, the hardware on which the software runs, or the combination of the two.
Terminology
- MTA: Mail Transfer Agent
- MDA: Mail Delivery Agent
- POP3: the current version of the Post Office Protocol which allows an email client to retrieve mail from a server
- IMAP: Internet Mail Access Protocol
Setup
For now, a collection of links:
- 2009-06-11 How to set up a (Postfix) mail server on a GNU / Linux system "Based on an Ubuntu distribution platform, but instructions are distro generic."
- 2004-12-15 Email Server Setup: a 5-page article