Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.56 KB

email.md

File metadata and controls

44 lines (30 loc) · 1.56 KB

#Email

YunoHost provides:

Desktop email client

You can access your emails via desktop email clients such as Mozilla Thunderbird or Evolution.

You will need your email address and your password.

Caution: your login is your SSO username and not your email address

#####Settings:

IMAP | 993 | SSL/TLS

SMTP | 465 | SSL/TLS

Mozilla Thunderbird

The automatic detection tool of Thunderbird does not work with YunoHost. You will need to set it up manually. To do so, add the account information, then select SSL/TLS for IMAP and SMTP. Afterwards select 'Normal Password' for Authentication and click on 'Advanced Config'. You will need to accept the certificate exceptions for fetching mails and after you send your first mail. Remove dot before domain name.

####For Android K-9 Mail application works.

Migration

Emails can be migrated with Larch:

  • on your client install Larch:
sudo gem install larch
  • Proceed to the transfert between two YunoHost servers:
larch -a -f imaps://serveur_d'origine.org -t imaps://serveur_de_destination.org

For other type of tranfers refer you to Larch documentation.