Exchange issues, might be with client
-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Exchange issues, might be with client
I only have two black list servers entered, same ones i have in my barracuda spam filter
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Exchange issues, might be with client
My guess is that there are core services in the list that aren't started, can you run the following from the command linebenningtonr wrote:Exchange 2007 Blacklist Status Critical 1h 22m 58s 5/5 2012-05-23 16:08:05 (null)
Exchange Core Services Critical 1h 22m 25s 5/5 2012-05-23 16:07:58 MSExchangeADTopology: Started - MSExchangeAntispamUpdate: Started - MSExchangeEdgeSync: Started - MSExchangeFDS: Started - MSExchangeImap4: Started - MSExchangeIS: Started - MSExchangeMailboxAssistants: Started - MSExchangeMailSubmission: Started - MSExch
Code: Select all
cd /usr/local/nagios/libexec
./check_nt -H <EXCHANGE_SERVER_IP> -s "<NSCLIENT_PASSWORD>" -p 12489 -v SERVICESTATE -d SHOWALL -l MSExchangeADTopology,MSExchangeAntispamUpdate,MSExchangeEdgeSync,MSExchangeFDS,MSExchangeImap4,MSExchangeIS,MSExchangeMailboxAssistants,MSExchangeMailSubmission,MSExchangeMonangePop3,MSExchangeRepl,MSExchangeSA,MSExchangeSearch,MSExchangeServiceHost,MSExchangeTransport,MSExchangeTransportLogSearch,msftesql-Exchange-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Exchange issues, might be with client
MSExchangeMonangePop3: Not found
only one not started
only one not started
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Exchange issues, might be with client
That will do it, if you don't have that service, you can remove it from the list in
Configure -> Core config manager -> Services -> Core Exchange -> Modify
Configure -> Core config manager -> Services -> Core Exchange -> Modify
-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Exchange issues, might be with client
I took it out of the configured checks string.
Trying to fix the black list now, any ideas?
Trying to fix the black list now, any ideas?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Exchange issues, might be with client
Testing that would be similar, run
If you get an error about Can't locate Net/DNS.pm run
then try again
Code: Select all
cd /usr/local/nagios/libexec
./check_bl -H <EXCHANGE_SERVER_IP> -B rbl.server.com rbl.server2.com Code: Select all
yum install perl-Net-DNS -y-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Exchange issues, might be with client
I ran this, on a pre-built vm
yum install perl-Net-DNS.i686
got the green check now, can you send me the complete list of BL's so i can re-enter then, I took all of them but two out
yum install perl-Net-DNS.i686
got the green check now, can you send me the complete list of BL's so i can re-enter then, I took all of them but two out
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Exchange issues, might be with client
Code: Select all
zen.spamhaus.org bl.spamcop.net dnsbl.ahbl.org dnsbl.njabl.org dnsbl.sorbs.net virbl.dnsbl.bit.nl rbl.efnet.org phishing.rbl.msrbl.net 0spam.fusionzero.com list.dsbl.org multihop.dsbl.org unconfirmed.dsbl.org will-spam-for-food.eu.org blacklist.spambag.org blackholes.brainerd.net blackholes.uceb.org spamsources.dnsbl.info map.spam-rbl.com ns1.unsubscore.com psbl.surriel.com l2.spews.dnsbl.sorbs.net bl.csma.biz sbl.csma.biz dynablock.njabl.org no-more-funn.moensted.dk ubl.unsubscore.com dnsbl-1.uceprotect.net dnsbl-2.uceprotect.net dnsbl-3.uceprotect.net spamguard.leadmon.net opm.blitzed.org bl.spamcannibal.org rbl.schulte.org dnsbl.ahbl.org virbl.dnsbl.bit.nl combined.rbl.msrbl.net-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Exchange issues, might be with client
awsome,
I now have the complete list and it is working great.
Many thanks
I now have the complete list and it is working great.
Many thanks