From b5837f272a7c744065a8a395f41a875da92fe021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ROUSSEAU=20Cl=C3=A9ment?= Date: Sun, 28 Oct 2018 10:30:17 +0100 Subject: [PATCH] Sauvegarde --- Linux/Messagerie/mail.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Linux/Messagerie/mail.sh b/Linux/Messagerie/mail.sh index 0158dfa..6465514 100644 --- a/Linux/Messagerie/mail.sh +++ b/Linux/Messagerie/mail.sh @@ -147,8 +147,7 @@ then echo "# Configuration de Dovecot #" echo "############################" echo "" > /etc/dovecot/dovecot.conf - echo -e " - !include_try /usr/share/dovecot/protocols.d/*.protocol\n protocols = imap lmtp sieve\nlisten = *\nmail_plugins = \$mail_plugins quota\n!include conf.d/*.conf\n!include_try local.conf" >> /etc/dovecot/dovecot.conf + echo -e "!include_try /usr/share/dovecot/protocols.d/*.protocol\n protocols = imap lmtp sieve\nlisten = *\nmail_plugins = \$mail_plugins quota\n!include conf.d/*.conf\n!include_try local.conf" >> /etc/dovecot/dovecot.conf echo "" > /etc/dovecot/conf.d/10-mail.conf echo -e "mail_location = maildir:/var/mail/vhosts/%d/%n/mail\nmaildir_stat_dirs=yes\nnamespace inbox {\n\tinbox = yes\n}\nmail_uid = 5000\nmail_gid = 5000\nfirst_valid_uid = 5000\nlast_valid_uid = 5000\nmail_privileged_group = vmail" >> /etc/dovecot/conf.d/10-mail.conf mkdir -p /var/mail/vhosts/$DOMAIN @@ -164,9 +163,9 @@ then chown -R vmail:dovecot /etc/dovecot chmod -R o-rwx /etc/dovecot echo "" > /etc/dovecot/conf.d/10-master.conf - echo -e "service imap-login {\n\tinet_listener imap {\n\t\tport = 143\n\t}\n\tinet_listener imaps {\n\t\tport = 993\n\t\tssl = yes\n\t}\n\tservice_count = 0\n}\nservice lmtp {\n\tunix_listener /var/spool/postfix/private/dovecot-lmtp {\n\t\tmode = 0600\n\t\tuser = postfix\n\t\tgroup = postfix\n\t}\n}\nservice imap {\n}\nservice auth {\n\tunix_listener auth-userdb {\n\t\tmode = 0600\n\t\tuser = vmail\n\t\tgroup = vmail\n\t}\n\tunix_listener /var/spool/postfix/private/auth {\n\t\tmode = 0666\n\t\tuser = postfix\n\t\tgroup = postfix\n\t}\n\tuser = dovecot\n}\nservice auth-worker {\n\tuser = vmail\n}" >> /etc/dovecot/conf.d/10-master.conf + echo -e "service imap-login {\n\tinet_listener imap {\n\t\tport = 143\n\t}\n\tinet_listener imaps {\n\t\tport = 993\n\t\tssl = yes\n\t}\n\tservice_count = 0\n}\nservice lmtp {\n\tunix_listener /var/spool/postfix/private/dovecot-lmtp {\n\t\tmode = 0600\n\t\tuser = postfix\n\t\tgroup = postfix\n\t}\n}\nservice auth {\n\tunix_listener auth-userdb {\n\t\tmode = 0600\n\t\tuser = vmail\n\t\tgroup = vmail\n\t}\n\tunix_listener /var/spool/postfix/private/auth {\n\t\tmode = 0666\n\t\tuser = postfix\n\t\tgroup = postfix\n\t}\n\tuser = dovecot\n}\nservice auth-worker {\n\tuser = vmail\n}" >> /etc/dovecot/conf.d/10-master.conf echo "" > /etc/dovecot/conf.d/10-ssl.conf - echo -e "ssl = required\nssl_cert = > /etc/dovecot/conf.d/10-ssl.conf + echo -e "ssl = required\nssl_cert = > /etc/dovecot/conf.d/10-ssl.conf