Espace Wiki ∂'Alembert Espace Guide de survie du SysAdmin Espace Guide de survie du Développeur Espace Institut ∂’Alembert Le Site Aide PmWikiFr Help PmWiki |
Vous êtes dans un espace restreint en écriture. Version obsolète InstallationAvec un bon Configuration de baseDémarrage
IMAP/SMTPDans le fichier */etc/roundcube/main.inc.php*: $rcmail_config['default_host'] = 'heywood.dalembert.upmc.fr'; $rcmail_config['smtp_server'] = 'heywood.dalembert.upmc.fr'; domaine de mailPour changer l'email d'émission, il faut change le parametre $rcmail_config['mail_domain'] = '%d'; editeur HTML$rcmail_config['htmleditor'] = 1; Configuration de LDAPRecherche et autocompletionConfiguration pour chercher et autocompletion des adresses d'Alembert $rcmail_config['ldap_public']['dalembert'] = array( 'name' => "Annuaire D'Alembert", 'hosts' => array('ldap.dalembert.upmc.fr'), 'port' => 389, 'user_specific' => false, 'writable' => false, 'base_dn' => 'ou=personnels,o=ijlrda', 'bind_dn' => '', 'bind_pass' => '', 'filter' => '(objectClass=inetOrgPerson)', 'scope' => 'sub', 'sort' => 'cn', 'search_fields' => array('mail', 'cn', 'sn', 'givenName'), 'fuzzy_search' => true, 'fieldmap' => array( // Roundcube => LDAP 'name' => 'cn', 'surname' => 'sn', 'firstname' => 'givenName', 'email' => 'mail', 'phone:home' => 'homePhone', 'phone:work' => 'telephoneNumber', 'phone:mobile' => 'mobile', 'street' => 'street', 'zipcode' => 'postalCode', 'locality' => 'l', 'country' => 'c', 'organization' => 'o', ), ); $rcmail_config['autocomplete_addressbooks'] = array('sql', 'dalembert'); Configuration pour chercher et autocompletion des adresses UPMC $rcmail_config['ldap_public']['upmc'] = array( 'name' => "Annuaire UPMC", 'hosts' => array('ldap.upmc.fr'), 'port' => 389, 'user_specific' => false, 'writable' => false, 'base_dn' => 'ou=People,dc=upmc,dc=fr', 'bind_dn' => '', 'bind_pass' => '', 'filter' => '(objectClass=personne)', 'scope' => 'sub', 'sort' => 'cn', 'searchonly' => true, 'search_fields' => array('mail', 'cn', 'sn', 'givenName'), 'fuzzy_search' => true, 'fieldmap' => array( // Roundcube => LDAP 'name' => 'cn', 'surname' => 'sn', 'firstname' => 'givenName', 'email' => 'mail', 'phone:home' => 'homePhone', 'phone:work' => 'telephoneNumber', 'phone:mobile' => 'mobile', 'street' => 'street', 'zipcode' => 'postalCode', 'locality' => 'l', 'country' => 'c', 'organization' => 'o', ), ); $rcmail_config['autocomplete_addressbooks'] = array('sql', 'dalembert', 'upmc'); Liens Externes
|