mail: add ssl/tls infos

This commit is contained in:
creme 2019-11-12 10:35:33 +01:00
parent acac4ed0b6
commit 55e22f8449
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 11 additions and 14 deletions

View File

@ -1,27 +1,24 @@
# # user mail
we used [modoboa](https://modoboa.org/) - made multidomain email hosting simple
| | | |
| ------------------------- |:---:|:---:|
| server-address: | [mail.envs.net](https://mail.envs.net/) | |
| username: | username@envs.net | |
| | |
| ------------------------- |:---:|
| webmail: | [https://mail.envs.net](https://mail.envs.net/) |
| username: | username@envs.net |
| smtp server-address: | 587 | 465 |
| smtp connection-security: | STARTTLS | SSL/TLS |
| | |
| smtp server-address: | mail.envs.net |
| smtp server-address: | 587 |
| smtp connection-security: | STARTTLS |
| imap server-port: | 143 | 993 |
| imap connection-security: | STARTTLS | SSL/TLS |
| | |
| imap server-address: | mail.envs.net |
| imap server-port: | 143 |
| imap connection-security: | STARTTLS |
| | |
| pop server-address: | mail.envs.net |
| pop server-port: | 110 |
| pop connection-security: | STARTTLS |
| pop server-port: | 110 | 995 |
| pop connection-security: | STARTTLS | SSL/TLS |
you can find more mail settings directly in you're [webmail](https://mail.envs.net/user/#profile/).<br />
(*an secondary e-mail address, can be used for recovery needs*)
we also have managesieve support. managesieve is available on the default port (4190)
we also have managesieve support. managesieve is available on the default port `4190`.
if you want to use an external managesieve client (like the [thunderbird add-on](https://github.com/thsmi/sieve)).<br />
you can also set up your filter in the [webmailer](https://mail.envs.net/sfilters/).