Questions tagged [autodiscovery]

82 questions
1
vote
0 answers

Mapping network connections between servers

Sometimes I'd like an easy way to produce lists over everything a server accepts or connects to. Not what it can connect to/accept connections from (firewall rules etc) but actual connections. I can kind of solve this in a number of ways: running…
Erik I
  • 483
  • 3
  • 7
  • 18
1
vote
0 answers

Observium default snmp v3 communities for auto discovery

From the documentation I found it's possible to add multiple snmp v1 & v2 communities via the community array in config.php but I have a larger network with v3 only; Is there a way to define snmp v3 values which are used to query new devices? In the…
screenie
  • 83
  • 1
  • 7
1
vote
1 answer

Exchange 404 not found /autodiscover/autodiscover.xml

Yesterday I noticed that my error logs show: " 404 Not Found /autodiscover/autodiscover.xml: 893 Time(s) " How should I fix it? Any ideas?
ineedsomehelp
  • 11
  • 1
  • 1
  • 4
1
vote
1 answer

Automatic discovery of RDS endpoints from EC2 instances

I'm very new to AWS and cloud services in general, I'm trying to set up a simple webserver + database stack, as a staging environment before going into production and scaling out. My question regards the discovery of the RDS endpoints from the EC2…
1
vote
1 answer

How should I test all 300 of my AcceptedDomains for Autodiscover issues?

I noticed that many domains are failing on Exchange 2013 because of an invalid wildcard certificate on their website. How can I (at a minimum) scan and test for this type of failure? Below is the beginning of my script, but am really rusty in…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
1
vote
0 answers

Rewrite Autodiscover to autodiscover with apache

How can I use modrewrite to rewrite the requests made by testconnectivity microsoft com I want to rewrite Redirect URL: https://autodiscover myhost com/Autodiscover/Autodiscover.xml to Redirect URL: https://autodiscover myhost…
fred443
  • 11
  • 1
1
vote
1 answer

Autodiscover for IMAP over SSL

Is it possible to setup Autodiscover for your domain.com without the use of an Exchange Server in the back-end? I already have an IMAP/POP3/SMTP hMailServer running on Windows with IIS Web Server. When I bind the domain to use the…
Riaan
  • 145
  • 1
  • 1
  • 6
1
vote
1 answer

Cross-VLAN sharing and auto-discovery of selective resources

I have a network with several VLANs that each contain resources or clients with different access rights. For simplicity, let's say I have 3 VLANs: ID 10: Contains privileged clients and private resources only accessibly to these privileged…
Markus A.
  • 419
  • 7
  • 18
1
vote
1 answer

Exchange 2010 Autodiscover/OAB update issue

Mid way through migration from 2003 to 2010 and with a few test users on 2010 i've noticed that the OAB is not being downloaded to outlook clients. I've checked the URL's are configured, addded both our CAS servers to the web based distribution list…
bulldog5046
  • 11
  • 1
  • 2
1
vote
1 answer

Exchange 2010 Autodiscover DNS configuration

I'm unable to get the Autodiscover of Exchange 2010 working. Our email accounts are name@company .com and our AD is company .local When I open Outlook 2010 and Ctrl + RMK on the icon and select 'Test E-mail AutoConfiguration' I see this: …
juFo
  • 423
  • 3
  • 11
  • 22
1
vote
0 answers

Outlook client behind forefront TMG 2010 unable to connect to External Exchange server

Here is my situation. Our office just got sold and we are working on the migration to the new company's environment. Everything has worked fine until the Outlook client's migration. Our firewall is TMG Forefront 2010 and we were all connected using…
1
vote
1 answer

Autodiscover configures clients for IMAP

I have a single Exchange 2010 server whose autodiscover service had previously worked fine (correctly configured RPC-over-HTTP) when I had a non-wildcard certificate. After I replaced the certificate with a wildcard certificate, the autodiscover…
tacos_tacos_tacos
  • 3,250
  • 18
  • 63
  • 100
1
vote
1 answer

Does double encryption occur when Outlook Anywhere automatically encrypts MAPI data?

Does this checkbox mean that MAPI-based RPC data will be encrypted and then encapsulated over HTTPS, resulting in double encryption? I'm asking this question based on this understanding of terms.
1
vote
2 answers

Attempting to ping RPC endpoint 6001/6004 (Exchange Information Store) on server on Exchange2010

I have Exchange 2010 in hosting setup like: TMG 2010 as load balancer Exchange 2010 x 2 (CAS,MAILBOX,HUB on each server) AD1, AD2 machines File witness All people currently connect thru OWA or POP3/SMTP and that works fine. The problem is…
MadBoy
  • 3,725
  • 15
  • 63
  • 94
1
vote
2 answers

How does Thunderbird discover e-mail servers?

We are deploying some test e-mail servers with the subdomain mail (i.e., mail.example.com). Now, it seems that Thunderbird discovers that e-mail server when we are configuring e-mail. How does Thunderbird accomplish this? I'm assuming it tries to…