Is there a way to control the making of emailaccounts with a php script? p.s.: my english is very bad
What exactly are you trying to do? ISPConfig creates the email accounts for you, so normally you don't have to do anything else.
A PHP Script, with which one enters only username and password. The email accounts are then produced automatically. I would like to thus know which I do must around email accounts to put on. With Remoteframe I would not like to make it.
The remoting framework is the only way to create email users easily from external scripts. If you dont want to use the remoting framework, you must enter the information in the ISPConfig database directly with your script, but dont forget to modify the dependinf isp_nodes and isp_dep tables for each record you create.