Paul,<br><br>Can you use your SMTP agent to make mails manually?<br><br>I'm lazy and old fashioned, try telnet'ing on port 25 and follow this:<br><br><pre>Trying 127.0.0.1...<br>Connected to localhost.<br>Escape character is '^]'.
<br>220 localhost ESMTP Sendmail 8.13.5.20060308/8.13.5/Debian-3ubuntu1.1; Fri, 26 Jan 2007 19:15:30 -0500; (No UCE/UBE) logging access from: localhost(OK)-localhost [<a href="http://127.0.0.1">127.0.0.1</a>]<br>helo me<br>
250 localhost Hello localhost [<a href="http://127.0.0.1">127.0.0.1</a>], pleased to meet you<br>mail from: <><br>250 2.1.0 <>... Sender ok<br>rcpt to: <span id="_user_paulehr@gmail.com" style="color: rgb(0, 104, 28);">
<a href="mailto:paulehr@gmail.com">paulehr@gmail.com</a></span><br>250 2.1.5 <span id="_user_paulehr@gmail.com" style="color: rgb(0, 104, 28);"><a href="mailto:paulehr@gmail.com">paulehr@gmail.com</a></span>... Recipient ok
<br>data<br>354 Enter mail, end with "." on a line by itself<br>subject: test<br><br>hello<br>.<br>250 2.0.0 l0R0FUx5001380 Message accepted for delivery<br>quit<br>221 2.0.0 localhost closing connection<br>Connection closed by foreign host.
</pre><br><br><div><span class="gmail_quote">On 11/7/07, <b class="gmail_sendername">Paul Ehrenreich</b> <<a href="mailto:paulehr@gmail.com">paulehr@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi everyone, <br><br>Long time listener, first time caller (or maybe second time ;) ). I seem to be having a weird issue with hobbit not sending out email alerts. I have the following rules set up (emails changed to protect the innocent). I did have macros setup for this and I thought it was part of the problem, but it was not.
<br><br>PAGE=oracle<br>        MAIL <a href="mailto:email1@test.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">email1@test.com</a>  SERVICE=conn,oracle,disk COLOR=red REPEAT=15m RECOVERED<br>
        MAIL <a href="mailto:email2@test.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">email2@test.com</a> SERVICE=conn,oracle,disk COLOR=red REPEAT=15m RECOVERED
<br><br> I sent out a test alert using bbcmd hobbitd_alerts --test atgtier2app1 oracle which is a host on  my oracle page  and it shows  that the rules match and that it sends on the emails <br><br>2007-11-07 15:42:52 Using default environment file /usr/lib/hobbit/server/etc/hobbitserver.cfg
<br>00030883 2007-11-07 15:42:52 send_alert atgtier2app1:oracle state Paging<br>00030883 2007-11-07 15:42:52 Matching host:service:page 'atgtier2app1:oracle:oracle' against rule line 131<br>00030883 2007-11-07 15:42:52 *** Match with 'PAGE=oracle' ***
<br>00030883 2007-11-07 15:42:52 Matching host:service:page 'atgtier2app1:oracle:oracle' against rule line 132<br>00030883 2007-11-07 15:42:52 *** Match with 'MAIL <a href="mailto:email1@test.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
email1@test.com
</a>  SERVICE=conn,oracle,disk COLOR=red REPEAT=15m RECOVERED' ***<br>00030883 2007-11-07 15:42:52 Mail alert with command 'mailx -s "Hobbit [12345] atgtier2app1:oracle CRITICAL (RED)" <a href="mailto:email1@test.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

email1@test.com</a>'<br>00030883 2007-11-07 15:42:52 Matching host:service:page 'atgtier2app1:oracle:oracle' against rule line 133<br>00030883 2007-11-07 15:42:52 *** Match with 'MAIL <a href="mailto:email2@test.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

email2@test.com</a> SERVICE=conn,oracle,disk COLOR=red REPEAT=15m RECOVERED' ***<br>00030883 2007-11-07 15:42:52 Mail alert with command 'mailx -s "Hobbit [12345] atgtier2app1:oracle CRITICAL (RED)" <a href="mailto:email2@test.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

email2@test.com</a>'<br><br><br>I verified that my server can send mail out by sending a test message using mailx to myself and I did receive it. I even took my troubleshooting a step further and ran tcpdump on the network interface looking for anything going to the remote mail server and saw SMTP traffic when i sent my test message, but not my hobbitd_alert --test message. At this point I am scratching my head. Is there is anything in hobbit to debug why messages are not being sent out? I tried looking at some of the hobbit and postfix logs, but nothing really indicated any problems. 
<br><br>The hobbit server is running Linux (ubuntu 7.04 server) and hobbit 4.2.0<br><br>Thanks for the help!<br><span class="sg"><br>-Paul <br><br><br><br>
</span></blockquote></div><br><br clear="all"><br>-- <br>Josh Luthman<br>Office: 937-552-2340<br>Direct: 937-552-2343<br>1100 Wayne St<br>Suite 1337<br>Troy, OH 45373<br><br>Those who don't understand UNIX are condemned to reinvent it, poorly.
<br>--- Henry Spencer