Hello All,

Is it possible that the user who logs in for the first time needs not to create an identity and one is created for him automatically when he logs in for the first time? Since, if the user tries to compose a message without creating an identity the Sender field for email is empty.

Also, I am not able to access LDAP contacts through the Address Book eventhough I have entered all fields. Here is an extract:

$rcmail_config['ldap_public']['MD'] = array('hosts'     => array('mail.mydomain.org'),
                                                'port'          => 636,
                                                'base_dn'       => 'dc=mydomain,dc=org',
                                                'search_fields' => array('Email' => 'mail', 'Name' => 'cn'),
                                                'name_field'    => 'cn',
                                                'mail_field'    => 'mail',
                                                'scope'         => 'sub',
                                                'fuzzy_search'  => 1);


Sincerely,

Chintan.