informatique:nix:linux:linux_iredmail

Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
informatique:nix:linux:linux_iredmail [2021/01/12 16:53] – créée beninformatique:nix:linux:linux_iredmail [2021/01/18 09:50] (Version actuelle) ben
Ligne 1: Ligne 1:
-====== Ajouter / supprimer un alias ====== 
  
-/!\ Backend OpenLDAP obligatoire, ça ne fonctionne pas en MySQL/MariaDB+====== 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 ===== 
 + 
 +/!\ 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 22:
 </code> </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
 +</code>
 +
 +  * Pour la prise en compte
 +
 +<code>
 +systemctl restart slapd.service
 +systemctl restart mlmmjadmin
 +</code>
 +
 +  * Penser à passer à YES le paramètre ci-dessous dans /etc/sogo/sogo.conf :
 +
 +   SOGoMailCustomFromEnabled = YES;
 +
 +  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.1610466786.txt.gz
  • Dernière modification : 2021/01/12 16:53
  • de ben