Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to programmatically configure a connector's address space

Status
Not open for further replies.

darrellblackhawk

Programmer
Aug 30, 2002
846
US
I'm trying to programmatically configure the address space
for an SMTP connector.

The connector; which is called "bad servers"; routes mail
that can't be sent directly, through our ISP SMTP account.

This works great, except I want to automate the addition
of new domains to the address space from certain nodes on
the network.

I can get access to the WMI objects from nodes on the
network, but the properties are read-only, plus there
doesn't seem to be an address space collection.

I'm studying the documentation on Exchange's object model,
but I'm unsure of what part of Exchange's object model and
by which method(s) I need to perform the above.

Any ideas/help would be greatly appreciated.

Darrell


 
The following line:

The connector; which is called "bad servers"; routes mail
that can't be sent directly, through our ISP SMTP account.

Should say:

The connector; which is called "bad servers"; routes mail
through a smart host that can't be sent directly by
Exchange Server.

Darrell
 
I think I might be on the right track now.

I'll post back when I've figured out the code so it can
help someone else.

Darrell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top