Similar Threads:
1.Script Bulk Change of Primary SMTP Address Domain?
We're bring an outside mail server into our Exchange server, and I need to
alter the primary SMTP address for every user, I believe just the domain
portion. Rather than hand-walk through 300+ AD caccounts, is there an
existing script or tool to do this on a bulk basis?
Thanks,
Jeff
2.Windows 2003 / Exchange 2003 SMTP Address properties script
I'm working on a Groupwise to Exchange 2003 migration and am having a problem getting SMTP addresses correct. There is no set pattern for the addresses of the users, so most are custom. I have an excel spreadsheet that I lookup up the values from and populate the fields. However, it does not appear to set the "Primary SMTP Address" correctly.
My steps:
1. Bind to the user object
2. Append the "proxyAddresses" array with my custom address
3. Set the "mail" value to this new address
4. Clear the "Auto update address" flag
5. Disconnect from the user
Using VBS code, I can set the "proxyAddresses" values as I want. I can set the "mail" values as I want, but I cannot change the "Set as Primary" flag to be the custom address that I put in programatically. If I do it manually, in ADU&C, it works fine.
Any ideas would be appreciated.
Brian Weigle
3.relay to another smtp domain without using port 25
Hi,
I have an email domain for my own private emails. However, since I'm
running my Exchange 2003 at home and my ISP blocked all port 25 traffic in
both direction, my Exchange server is basically useless except for testing
within my local lan. At the same time, my aunt's company has an Exchange
2003 on SBS which I hope can help relay my private emails to my home using a
port other than port 25. I tried to create a connector for the
private_domain.com address space on my aunt's Exchange but then I realize
there is nowhere to configure which port to use and now I'm stuck. Maybe
this design won't work and I'm open to any options.
Would someone help provide some ideas to achieve the following:
1. Send / Receive emails on the internet for 2 separate smtp domains of 2
separate forests and organizations on one Exchange 2003 (SBS version); in
addition, my home ISP provide dynamic IP and my assigned IP keeps changing
every few hours;
2. Forward all private_domain.com emails to my Exchange 2003 server at home
using a port other than port 25;
3. Create an user account at my_aunts_domain.com with 2 email addresses is
not an option.
Thanks in advance.
4.different port associate with SMTP port 25
Hi,
Some ISPs don't allow clients to use port 25 to send email. Is there a way
that I can set up a different listening port associates with smtp port 25 on
exhcange 2003 for clients who can't relay using their ISP?
5.Recover all possible infos from exchange server
Hello,
i have a script that give me some info about echange user:
email, name, surname, days from last password change etc.
syntax used is this:
__________________________________________________________
' ***** Retrieve the records (Run the LDAP Query)
SET rs = com.Execute
IF rs.eof THEN
wscript.echo "Nothing selected"
ELSE
contatore = 0
DO WHILE NOT rs.EOF
DNuser = rs.fields(0)
Pwdchanged = rs.fields(1)
strCname = rs.fields(2)
Accountstatus = rs.fields(3)
email = rs.fields(4)
bla bla bla
_______________________________________________
How to have the complete list of "rs.list" var?
I search to obtain also:
account options
account expiration
logon script
member of
last logon
account status
i'm on the right way?
Thanks !!!!!
6. SBS 2003 Exchange setup - ISP blocks SMTP port 25
7. Exchange 2003 - alternate smtp port
8. Exchange and Windows Server 2003 R2 SP1- Cannot telnet to SMTP port 25