linux:mail:dovecot
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| linux:mail:dovecot [2020/07/19 09:49] – créée root | linux:mail:dovecot [2021/06/20 09:40] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 35: | Ligne 35: | ||
| password_query = SELECT concat(a.user,' | password_query = SELECT concat(a.user,' | ||
| - Vérifier si ça fonctionne: <code bash> | - Vérifier si ça fonctionne: <code bash> | ||
| + | - Modifier les droits sur les fichiers de configuration <code bash> | ||
| + | chmod -R o-rwx / | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | nano / | ||
| + | |||
| + | service imap-login { | ||
| + | inet_listener imap { | ||
| + | port = 0 | ||
| + | } | ||
| + | inet_listener imaps { | ||
| + | port = 993 | ||
| + | ssl = yes | ||
| + | } | ||
| + | } | ||
| + | |||
| + | service pop3-login { | ||
| + | inet_listener pop3 { | ||
| + | port = 0 | ||
| + | } | ||
| + | inet_listener pop3s { | ||
| + | port = 995 | ||
| + | ssl = yes | ||
| + | } | ||
| + | } | ||
| + | |||
| + | service lmtp { | ||
| + | unix_listener / | ||
| + | #mode = 0666i | ||
| + | mode = 0600 | ||
| + | user = postfix | ||
| + | group = postfix | ||
| + | } | ||
| + | # Create inet listener only if you can't use the above UNIX socket | ||
| + | # | ||
| + | # Avoid making LMTP visible for the entire internet | ||
| + | #address = | ||
| + | #port = | ||
| + | #} | ||
| + | } | ||
| + | |||
| + | service auth { | ||
| + | |||
| + | | ||
| + | mode = 0660 | ||
| + | user = postfix | ||
| + | group = postfix | ||
| + | } | ||
| + | |||
| + | unix_listener auth-userdb { | ||
| + | mode = 0600 | ||
| + | user = vmail | ||
| + | } | ||
| + | user = dovecot | ||
| + | } | ||
| + | |||
| + | service auth-worker { | ||
| + | user = vmail | ||
| + | } | ||
| + | |||
| + | cert.pem | ||
| + | root@mail2:/ | ||
| + | |||
| + | nano / | ||
| + | ssl = required | ||
| + | ssl_cert = </ | ||
| + | ssl_key = </ | ||
| + | |||
| + | ===== Sources ===== | ||
| + | * https:// | ||
| + | |||
linux/mail/dovecot.1595152155.txt.gz · Dernière modification : (modification externe)
