Hi,
for al larger project i need a solution to register new user mail accounts from an external program on the same server.
I am using Drupal 7 with Civicrm 4.7.12rc and i want to set up a personal mail box, for each registered user.
In addition, the user should also be able to log into a moddle with same credentials, which is also on the same server.
i have two ideas:
1. Write a drupal module, that makes all entrys in the different data bases diectly
or
2. use LDAP (wher i am not very fit with), to log into all applications (Drupal/Civicrm/Moodle) and also into Dovecot and Postfix
Any ideas, how to solve that?