Hi there,
I can add domains to PMG like so:
#Add domains to Transport
pmgsh create /config/transport -domain somedomain.com -host <IP> -port 25 -protocol smtp -use_mx 0 -comment test
#Add domains to Relay
pmgsh create /config/domains --domain somedomain.com -comment test
But how can I delete them?
I am trying to automate things with scripts.
Thanks.
I can add domains to PMG like so:
#Add domains to Transport
pmgsh create /config/transport -domain somedomain.com -host <IP> -port 25 -protocol smtp -use_mx 0 -comment test
#Add domains to Relay
pmgsh create /config/domains --domain somedomain.com -comment test
But how can I delete them?
I am trying to automate things with scripts.
Thanks.