I've found a few references to people trying to setup multiple email accounts quickly on ISPConfig 3, but none had any kind of solution. Is this possible without custom coding a SOAP client/script? Anyone have a working script that I can use? Thanks,
I've written a simple importer some time ago that adds email accounts from a csv file, but havent tested it with latest ispconfig. install it with install.sh script, you can find the tool then in the ispconfig tools menu.
Thanks, works perfectly in 3.0.5.3! Although its a ';' delimited file that is needed Nothing some regex replacement couldn't handle. This should really be part of the core offering!
Hi there i've used to bulk create emails in ispconfig 3.0.5.4p1. It seems to work ok, but the cvs should be something like this Name;Name;Email;Password;Quota John Doe;John Doe;[email protected];12345;28 Jane Doe;Jane Doe;[email protected];12345;6 The double Name do the trick, if you onle put one time wont work. Obviously should be fixed and work better