Search Again:

Re: Scripting

From: Aaron Lynch
Date: Friday, May 3, 2002
Time: 5:23:45 pm

OK 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:



Return to Digital Point Solutions' Home Page