From afcc5de071dfffdc507995d1845372ba40dc1dc2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Isma=C3=ABl=20Bouya?=
Date: Mon, 1 Jul 2019 22:07:52 +0200
Subject: Implement mta-sts and move mail services to specific domain
---
modules/private/websites/tools/mail/www/index.html | 73 ++++++++++++++++++++++
1 file changed, 73 insertions(+)
create mode 100644 modules/private/websites/tools/mail/www/index.html
(limited to 'modules/private/websites/tools/mail/www')
diff --git a/modules/private/websites/tools/mail/www/index.html b/modules/private/websites/tools/mail/www/index.html
new file mode 100644
index 0000000..3727c42
--- /dev/null
+++ b/modules/private/websites/tools/mail/www/index.html
@@ -0,0 +1,73 @@
+
+
+
+
+
+ E-mail configuration
+
+
+
+
+ Email configuration. For automatic configuration in your smart e-mail
+ client, use login@mail.immae.eu. If it
+ doesn’t work, the details are there:
+
+ - IMAP: imap.immae.eu
+
+ - No unencrypted access
+ - STARTTLS: 143 (recommended)
+ - SSL: 993
+
+
+ - POP3: pop3.immae.eu
+
+ - No unencrypted access
+ - STARTTLS: 110 (recommended)
+ - SSL: 995
+
+
+ - SMTP: smtp.immae.eu
+
+ - No unencrypted access
+ - STARTTLS: 587
+
+
+ - Sieve: imap.immae.eu
+
+ - No unencrypted access
+ - STARTTLS: 4190
+
+
+
+
+ Webmails:
+
+
+
+
+
--
cgit v1.2.3