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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jonwilliams

    Exchange 2003 Public Folder Permissions Viewing

    Here is what technet has to say about it... http://support.microsoft.com/default.aspx?scid=kb;en-us;324345 ____________________________________ I'm allowed one mistake per day, hopefully the suggestion I just gave wasn't it.
  2. jonwilliams

    cannot log into server via rdp/terminal services or console

    It's a long shot but try running mstsc with the /console switch (in other words start -> run -> mstsc.exe /console). Then try to log into the server as you normally would. Using the console switch will log you into the console through RDP and is not restricted by the 120 day Terminal Services...
  3. jonwilliams

    Receiving e-mails not addressed to user

    Most likely they are putting in your email address in the Blind Carbon Copy (BCC) field. Exchange by default (it may be possible to change this, but I've never tried) doesn't register any BCC email addresses in the Internet Headers.
  4. jonwilliams

    log buffer size change

    Check out the Microsoft Exchange 2000 Internals: Quick Tuning Guide http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/exchange/exchange2000/maintain/optimize/exchtune.asp It has information on setting the msExchESEParamLogBuffers. Keep in mind though that this...
  5. jonwilliams

    mssdmn.exe slows down exchange

    That is the indexing process that Exchange uses when creating a full or incremental index of your information store. If you don't need "Full-Text" indexing on your Exchange server, I would recommend shutting it off. If you do, Check out...
  6. jonwilliams

    hidden recipients

    Bpierini’s command is an excellent step to ensure you’re command it working, you can also try this less filtered command, which should return all objects with the hide from address book attribute. ldifde -f export.ldf -r "(msExchHideFromAddressLists=TRUE)" -d dc=domain,dc =com -l...
  7. jonwilliams

    Event ID 9153

    This article may shed some light on your issue (providing you haven't already seen it) http://support.microsoft.com/default.aspx?scid=KB;EN-US;q328931&
  8. jonwilliams

    Retention of e-mail messages?

    The option you’re looking for is deleted item retention. When this it turned on, all user deleted email is kept on the server for the specified retention time. You can configure this setting by going to the properties of the information store, the “limits” tab, and then to the “Deletion...
  9. jonwilliams

    Adding External contacts for Global Address book

    You actually use the “contact” object in AD. When creating the object, establish an email address and enter in the external SMTP address. The Contact will then display in the Address book, and any email sent to that user will forward to the configured external SMTP address. Here's a Q...
  10. jonwilliams

    hidden recipients

    Here is a quick and dirty way, Run this command from one of your servers. ldifde -f export.ldf -r &quot;(&(msExchHideFromAddressLists=TRUE)(|(objectClass=user)(objectClass=group)(objectClass=contact)))&quot; -d dc=<yourdomain>,dc=com -l proxyAddresses,mail Change the -d option to your reflect...
  11. jonwilliams

    Information store quits unexpectedly

    This may not have anything to do with your problem, but I found a couple of Q articles on this error. http://support.microsoft.com/default.aspx?scid=kb;en-us;Q304166 http://support.microsoft.com/default.aspx?scid=kb;en-us;Q316612 There were a couple of other mentions of this error being...
  12. jonwilliams

    How can list all used addresses in Exchange and find out who they

    Run this command on one of your DC or Exchange Servers ldifde -f export.ldf -r &quot;(&(mail=*)(|(objectClass=user)(objectClass=group)))&quot; -d dc=<yourdomain>,dc=com -l proxyAddresses,mail Change the -d option to your reflect the DN where you want to start the search, replace the...
  13. jonwilliams

    unable to remove SMTP address

    You can’t actually remove the SMTP addresses from recipients since SMTP is how Exchange 2000 resolves and delivers email (in Exchange 5.5 X.500 was the native addressing format and therefore you could remove the SMTP address since it was not required). What you can do however is restrict the...
  14. jonwilliams

    Internal Distribution List in Contacts folder

    Could you post the NDR message?
  15. jonwilliams

    Huge log file

    You have your diagnostic logging for your IMS on. Go to your IMS settings, diagnostic logging, and set your SMTP Protocol Log to none. You should be able to open up the log files and see they are just text files of email messages. You can just delete the log files if you don't need them.
  16. jonwilliams

    Internal Distribution List in Contacts folder

    Does the user get any error messages or NDR’s? If you open up the message in the sent items does it display all the addresses in the DL? Does this DL only consist of addresses from the GAL or does it contain addresses from the users contacts as well (they’ve setup contacts for those in the...
  17. jonwilliams

    Can OWA be deployed safely

    I've spent quite a bit of time researching this, and unfortunately not. There is however a company (I believe Microsoft uses this for their OWA deployments) that specializes in securing OWA deployments http://www.whalecommunications.com/webmail/ (It is kind of expensive however).
  18. jonwilliams

    Duplicate emails

    If it's only happening from one domain, It's probably a rule somewhere. If you can, have the other domain send an email to you. If it doesn't duplicate, then I'd suggest disabling all the rules in the users outlook and see if it continues, if it does, find the rule that's doing it. If it does...
  19. jonwilliams

    Problems sending e-mail

    The error you're getting is a DNS resolution problem. The email server is unable to resolve the destination domain. From the Exchange server can you do an NSLookup on the domain names you're trying to send to? And does your firewall allow your email server to directly connect to outside...

Part and Inventory Search

Back
Top