Search Again:

Re: Scripting

From: Aaron Lynch
Date: Saturday, May 4, 2002
Time: 1:31:54 am

On 5/3/02 7:51 PM, Men & Mice Support mashed the following keys :

> At 5:22 PM -0700 5/3/02, Aaron Lynch wrote:
>> OK this is what I have that works:
>>=20
>> property domains : {"test1.com.", "test2.com."}
>>=20
>> repeat with domain in domains
>> tell application "QuickDNS Manager for OS X"
>> activate
>> open zone (domain as string)
>> end tell
>> end repeat
>>=20
>> Then
>> In that tell, I need it to create two mx records so I tried variations o=
n:
>>=20
>>=20
>> make new record at beginning with data domain & "" & "MX" & "10" & (doma=
in &
>> "mail.server.com")
>>=20
>> But I invariably get "QDNS got an error: can't make a new record"
>=20
> Try this:
>=20
> make new record at beginning with data "@ MX 10 mail.server.com."

Gets me "can't make a record"

>=20
> Alternatively:
>=20
> make new MX record at beginning with properties =AC
> {name: domain, preference: 10, mailhost name: "mail.server.com."}

Gets me Can't make an MX Record

Just for fun I tried in OS9 and OSX...




Messages In This Thread:



Return to Digital Point Solutions' Home Page