infrastructure:serveur_mail:partie_1:debian_jessie_postfix_dovecot
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| infrastructure:serveur_mail:partie_1:debian_jessie_postfix_dovecot [2015/11/23 15:47] – ghusson | infrastructure:serveur_mail:partie_1:debian_jessie_postfix_dovecot [2017/01/08 17:10] (Version actuelle) – [At the end...] ghusson | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ===== Requisits ===== | ===== Requisits ===== | ||
| ==== Firsts remarks ==== | ==== Firsts remarks ==== | ||
| - | By initial choice, user mail directories are composed like this : / | + | - By initial choice, user mail directories are composed like this : / |
| + | - You must have a valid FQDN with the corresponding reverse DNS. | ||
| + | - You must have SSL/TLS certificates. | ||
| + | - Postfix configuration here is not suited to high traffic servers (ISP), for this target, see : hash_queue_depth and http:// | ||
| ==== Variables ==== | ==== Variables ==== | ||
| - | RQ : change the 3 usernames and their passwords | + | RQ : change the 3 usernames and their passwords, the mail domain and the server hostname |
| <code bash> | <code bash> | ||
| # for postfixadmin | # for postfixadmin | ||
| Ligne 24: | Ligne 28: | ||
| ==== Begin safely ==== | ==== Begin safely ==== | ||
| - | APT lists update and resolvconf installation : | + | Server |
| <code bash> | <code bash> | ||
| apt-get update | apt-get update | ||
| Ligne 60: | Ligne 64: | ||
| rndc flush | rndc flush | ||
| </ | </ | ||
| - | |||
| - | |||
| - | ==== FQDN ==== | ||
| - | You must have a valid FQDN with the corresponding reverse DNS. | ||
| ==== Network restart ==== | ==== Network restart ==== | ||
| Ligne 162: | Ligne 162: | ||
| # | # | ||
| $CONF[' | $CONF[' | ||
| + | $CONF[' | ||
| $CONF[' | $CONF[' | ||
| $CONF[' | $CONF[' | ||
| Ligne 179: | Ligne 180: | ||
| - | ** Todo by hand :== | + | ** Todo by hand :** |
| * RQ : if you need to use hook scripts, you have to configure a sudoer : " | * RQ : if you need to use hook scripts, you have to configure a sudoer : " | ||
| * go to postfixadmin web interface : http:// | * go to postfixadmin web interface : http:// | ||
| Ligne 586: | Ligne 587: | ||
| === master.cf file === | === master.cf file === | ||
| <code bash>vi / | <code bash>vi / | ||
| - | Ajouter | + | add : |
| < | < | ||
| submission inet n - n - - smtpd | submission inet n - n - - smtpd | ||
| Ligne 663: | Ligne 664: | ||
| <code bash> | <code bash> | ||
| echo " | echo " | ||
| - | echo " | + | echo " |
| newaliases | newaliases | ||
| </ | </ | ||
| Ligne 677: | Ligne 678: | ||
| ===== Not included for the moment : ==== | ===== Not included for the moment : ==== | ||
| - | *quota : table quota2 dans postfixadmin + option | + | * quota : table quota2 dans postfixadmin + option |
| - | *vacation | + | * group mailbox |
| - | *mailbox | + | * lucene/ |
| - | *SIEVE en listen ? revoir config sieve 90-sieve-extprograms.conf 90-sieve.conf 20-managesieve.conf | + | * logging mysql |
| - | *lucene/ | + | |
| - | *logging mysql | + | |
infrastructure/serveur_mail/partie_1/debian_jessie_postfix_dovecot.1448293624.txt.gz · Dernière modification : 2015/11/23 15:47 de ghusson