informatique:nix:linux:linux_iredmail

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
informatique:nix:linux:linux_iredmail [2021/01/12 16:55] beninformatique:nix:linux:linux_iredmail [2021/01/18 09:50] (Version actuelle) ben
Ligne 1: Ligne 1:
-====== iRedMail ====== 
  
 +====== imapsync ======
 +
 +   git clone https://github.com/imapsync/imapsync.git
 +   /root/imapsync/imapsync --host1 mail.toto.fr --port1 993 --ssl1 --user1 toto@toto.fr --password1 'PASSWORD' --host2 mail2.toto.fr --user2 toto@toto.fr --password2 'PASSWORD' --delete2
 +
 +====== iRedMail ======
  
 ===== Ajouter / supprimer un alias ===== ===== Ajouter / supprimer un alias =====
  
-/!\ Backend OpenLDAP obligatoire, ça ne fonctionne pas en MySQL/MariaDB+/!\ Backend OpenLDAP obligatoire, ça ne fonctionne pas (encore) avec MySQL/MariaDB.
  
   ldapmodify -x -D "cn=vmailadmin,dc=toto,dc=fr" -f /tmp/alias.add.ldif -w <ldap_admin_password>   ldapmodify -x -D "cn=vmailadmin,dc=toto,dc=fr" -f /tmp/alias.add.ldif -w <ldap_admin_password>
Ligne 14: Ligne 19:
 changetype: modify changetype: modify
 add: shadowAddress add: shadowAddress
 +shadowAddress: alias@toto.fr
 +</code>
 +
 +  * __/tmp/alias.del.ldif__
 +
 +<code>
 +dn: mail=email@toto.fr,ou=Users,domainName=toto.fr,o=domains,dc=toto,dc=fr
 +changetype: modify
 +delete: shadowAddress
 shadowAddress: alias@toto.fr shadowAddress: alias@toto.fr
 </code> </code>
Ligne 30: Ligne 44:
   systemctl restart sogo   systemctl restart sogo
  
 +===== Obtenir un certificat S/MIME gratuit et validé =====
 +
 +https://extrassl.actalis.it/portal/uapub/freemail?lang=en
 +
 +====== SOGo ======
 +
 +===== Contacts partagés =====
 +
 +{{:informatique:nix:linux:sogo_cardav.png?400|}}\\
 +{{:informatique:nix:linux:sogo_cardav2.png?400|}}
 +
 +===== Calendriers partagés =====
 +
 +{{:informatique:nix:linux:sogo_caldav.png?400|}}\\
 +{{:informatique:nix:linux:sogo_caldav2.png?400|}}
 +
 +===== Client Android =====
 +
 + [[https://play.google.com/store/apps/details?id=com.deependhulla.opensync&hl=fr&gl=US|Open Sync]]
  
 +{{:informatique:nix:linux:screenshot_20210118_092001_com.deependhulla.opensync.jpg?200|}}
  • informatique/nix/linux/linux_iredmail.1610466940.txt.gz
  • Dernière modification : 2021/01/12 16:55
  • de ben