Custom script upon add/remove of local mail domain?

kristian

Verified User
Joined
Nov 4, 2005
Messages
440
Location
Norway
Hi,

I need to perform certain actions whenever a domain has been added or removed to receive mail on a DA-server (as in, the checkbox for "Use this server to handle my emails."). Specifically I need to tell some other mailservers I have in front that they are supposed to deliver mail for a certain domain to a certain DA-server.

Looking through the various custom scripts that are available, I can't seem to find one that matches this situation. Am I just overlooking it, or is there no such scripts?

If there are in fact none, does anyone have any alternatives that might work?

Is it possible to add such as custom script to DA?

Thanks for any help.
 
At least you can try with all_pre.sh and all_post.sh to do what you need. You need to analyze POST/GET data to identify the page CMD_DNS_MX and then perform any action you want.
 
Back
Top