Difference between revisions of "Linux Mailsystem"
From ivc wiki
Jump to navigationJump to search
(Created page with "This is a guide to set up a Postfix and Cyrus mailsystem on Linux using MySQL authentication. == Authentication == === SASL auth === Central user authentication. == MySQL == In...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== Authentication == | == Authentication == | ||
=== SASL auth === | === SASL auth === | ||
Central user authentication. | Central user authentication. SASL is the abbreviation for Simple Authentication and Security Layer. Developed by the group behind Cyrus. | ||
== MySQL == | Used for: | ||
* Cyrus IMAP server - Incoming IMAPS users on secure port 993 | |||
* Postfix - Users sending mail through secure TLS line on port 25 | |||
=== MySQL === | |||
Install the required tables to store the virtual e-mail addresses and account information. | Install the required tables to store the virtual e-mail addresses and account information. | ||
== SMTP == | == SMTP == | ||
=== Postfix SMTP === | === Postfix SMTP === | ||
Send and receive e-mail through Postfix. | Send and receive e-mail through Postfix. Sends incoming e-mail off to Cyrus. | ||
=== Sieve filter === | === Sieve filter === | ||
Control and filter messages on the server instead on the client. | Control and filter messages on the server instead on the client. | ||
=== SpamAssassin === | |||
Mark spam to be moved to junk directory. | |||
== IMAP == | == IMAP == | ||
=== Cyrus IMAP === | === Cyrus IMAP === | ||
Retrieve e-mails from the server. | Retrieve e-mails from the server. |
Latest revision as of 20:40, 26 November 2010
This is a guide to set up a Postfix and Cyrus mailsystem on Linux using MySQL authentication.
Authentication
SASL auth
Central user authentication. SASL is the abbreviation for Simple Authentication and Security Layer. Developed by the group behind Cyrus.
Used for:
- Cyrus IMAP server - Incoming IMAPS users on secure port 993
- Postfix - Users sending mail through secure TLS line on port 25
MySQL
Install the required tables to store the virtual e-mail addresses and account information.
SMTP
Postfix SMTP
Send and receive e-mail through Postfix. Sends incoming e-mail off to Cyrus.
Sieve filter
Control and filter messages on the server instead on the client.
SpamAssassin
Mark spam to be moved to junk directory.
IMAP
Cyrus IMAP
Retrieve e-mails from the server.
Squirrel webmail
Access the account through a web interface.