Manage config files by plugin

Svamle

New member
Joined
Oct 15, 2022
Messages
2
I want to write a plugin that will allow me to set an different IP address only for sending mails from the admin panel. These are changes to /etc/mailips and /etc/mailhelo. Possibly, changes to the exim configuration of specific parameters. I am new to directadmin plugin development and would like to know how to approach this.
 
Hello,

I am new to directadmin plugin development and would like to know how to approach this.

It will take too much time to describe in all details on how to write a Directadmin plugin that will do the things you want. So you'd better download an existing plugin and see hot it's organized, then clone a structure of files and directories.

Also you can read forums and docs:

- https://docs.directadmin.com/directadmin/customizing-workflow/writing-a-plugin.html
- https://www.google.com/search?q=write+plugin+site:forum.directadmin.com&sourceid=chrome&ie=UTF-8
 
Back
Top