|
|
Re: ScriptingFrom: Aaron Lynch Date: Friday, May 3, 2002
Time: 5:23:45 pmOK this is what I have that works:
property domains : {"test1.com.", "test2.com."}
repeat with domain in domains
tell application "QuickDNS Manager for OS X"
activate
open zone (domain as string)
end tell
end repeat
Then
In that tell, I need it to create two mx records so I tried variations on:
make new record at beginning with data domain & "" & "MX" & "10" & (domain &
"mail.server.com")
But I invariably get "QDNS got an error: can't make a new record"
|
Messages In This Thread:- Scripting by Aaron Lynch on May 2, 2002 at 11:54:59 pm
- Re: Scripting by Men & Mice Support on May 4, 2002 at 12:51:21 pm
|

Return to Digital Point Solutions' Home Page |