Hello there everyone! I exported a list of a couple hundred forwarders from a cpanel install and would like to import them in my ispconfig home for the same domain(moving servers). It's in the format of: Code: [email protected]: [email protected] [email protected]: [email protected] [email protected]: [email protected] [continue] *: ":fail: No Such User Here" Is there a way for me to get these forwarders imported into the email forwarders for the same domain in my ispconfig install?
you could use the ispconfig migration tool to migrate them across from cpanel.. or create a little script to run through the list and add them to ispconfig via the api.
Is there documentation for doing something of this sort via the API? I see in the manual how to create a remote user but I don't see anything about how to pass things like commands to make an email forwarder.
It is mentioned many times in the forum where you can find the remote API documentation, please try using search function before you post. https://git.ispconfig.org/ispconfig/ispconfig3/-/tree/develop/remoting_client
Thanks for the heads up. I had already searched and couldn't find any help on crafting a script to work with the API. I just created a catchall instead.