email server: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Terminology: ok, my original acronym was also correct
software - stacks - dovecot
Line 9: Line 9:
* '''IMAP''': [[Internet Mail Access Protocol]]
* '''IMAP''': [[Internet Mail Access Protocol]]
* '''SMTP''': [[Simple Mail Transfer Protocol]]
* '''SMTP''': [[Simple Mail Transfer Protocol]]
 
==Software==
===stacks===
These packages include both the MTA and MDA.
* [[Dovecot]]: fully supported by [[Ubuntu]]; uses [[Postfix]] (MTA), supports POP3 and IMAP
==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 22:33, 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.

This is a growing seedling article. You can help HTYP by watering it.

Terminology

Software

stacks

These packages include both the MTA and MDA.

Setup

For now, a collection of links: