<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<META content="MSHTML 5.50.4916.2300" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=690084518-19062002><FONT face=Arial color=#0000ff size=2>Thank 
you for the info.</FONT></SPAN></DIV>
<DIV><SPAN class=690084518-19062002><FONT face=Arial color=#0000ff size=2>There 
was <FONT face="Times New Roman"><FONT color=#000000 size=3>a line in the 
/etc/syslog.conf file "&gt;mail.none /var/log/maillog &lt;" I changed it to 
"&gt;mail.debug /var/log/maillog &lt;" (none to debug) restarted syslog and 
still no go.</FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=690084518-19062002>Upon reading your next option I also noticed 
there was a missing "-r" switch in the line from /etc/rc.d/init.d/syslog .. I 
did a restart and unfortunately no go.. I restarted mailscanner.. then a tail -f 
/var/log/maillog and no action..:( at that point I can send mail still but all 
of a sudden I cant receive any new ones..so I tried sending mail from a remote 
domain over and over and got no erros on the sendees side but on my receiving 
end (with mailscanner) I received no new mail.. being in a panic ..lol.. I did a 
mailscanner stop and then a sendmail start and immediatly received all mail from 
10 minutes ago from the remote domain.. These test emails have no attachments 
and have as little as one word of text in both subject and body..permissions for 
any files including the maillog have not been altered&nbsp;since the beginning 
of mailscanner install...from yesterdays fresh new install of mailscanner the 
only thing new today was the new version you put out on the ftp 
site..mailscanner-3.20-6.i386.rpm -U option was used.. that i did... (not saying 
this problem wasn't an issue yesturday, ,it was).. I have found something in 
Google about a statement in a procmail.rc file? I did a locate for it and its 
not on my RH7.2 system at least. apparently someone had a issue with maillog not 
being written to and a line in that file was the fix..oh well, I hope to get 
this thing working .. I like it.. As with some unix programs i have to put up a 
small fight..but its worth it to keep windows and gates away from my world..:) 
Thank You Much for speedy reply!! however I am still stuck.:(</SPAN></DIV>
<DIV><SPAN class=690084518-19062002>I did check all files and reread the 
mailscanner.conf file.. no changes to the conf file were needed.. It kept my 
previous settings.. sophos etc.. </SPAN></DIV>
<BLOCKQUOTE>
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Julian Field 
  [mailto:jkf@ECS.SOTON.AC.UK]<BR><B>Sent:</B> Wednesday, June 19, 2002 3:19 
  PM<BR><B>To:</B> MAILSCANNER@JISCMAIL.AC.UK<BR><B>Subject:</B> Re: Strange 
  Message<BR><BR></FONT></DIV>At 17:56 19/06/2002, you wrote: <BR>&gt;RH 7.2 
  <BR>&gt;Sendmail 8.11.6 <BR>&gt;latest RPM fresh install of mailscanner and 
  all perl updates <BR>&gt; <BR>&gt;When I do a chkconfig --list | grep sendmail 
  <BR>&gt;It shows 0 - 5 runlevels as off <BR><BR>Correct. You don't want 
  sendmail to be run from the sendmail <BR>/etc/rc.d/init.d/sendmail script, 
  which is what <BR>chkconfig --list | grep sendmail <BR>will show you. 
  <BR><BR>&gt;ps -A | more shows sendmail and mailscanner running <BR><BR>Good. 
  There should be 2 sendmail processes running, one with something like 
  <BR>"-q15m" on its command-line, and another accepting connections on port 25. 
  <BR>And 1 MailScanner process running. <BR><BR>&gt;maillog is not being 
  written to and there is no sign of a .maillog.swp either <BR><BR>There 
  shouldn't be a .maillog.swp file as you don't really want to edit <BR>your 
  logs with vi, which is what that usually implies. <BR><BR>As your maillog 
  isn't being written to by MailScanner, check that there is <BR>a line in your 
  /etc/syslog.conf file that says <BR>mail.debug /var/log/maillog <BR>If there 
  isn't one, then add it and then run the command <BR>/etc/rc.d/init.d/syslog 
  restart <BR>If you still can't get anything from MailScanner into your 
  maillog, then <BR>you will need to edit /etc/rc.d/init.d/syslog a little bit. 
  There is a line <BR>that sets the value of "SYSLOGD_OPTIONS", and this should 
  say <BR>SYSLOGD_OPTIONS="-r -m 0" <BR>(the new bit is the "-r"). If you make 
  that change, you will need to <BR>/etc/rc.d/init.d/syslog restart <BR>again so 
  that it makes use of the change. <BR><BR>&gt;chkconfig mailscanner on (or off) 
  shows nothing.. I just get the command <BR>&gt;prompt <BR><BR>It doesn't print 
  anything, but it has the effect of telling Linux whether <BR>to start 
  MailScanner (or not) the next time the computer boots Linux. If <BR>you have 
  done this a few times, then you need to ensure it is set to start <BR>on boot. 
  So do <BR>chkconfig mailscanner on <BR>and then do <BR>chkconfig --list | grep 
  mail <BR>and you should see that sendmail is switched off at all run levels, 
  and <BR>mailscanner is switched on at levels 3,4,5. The startup script 
  <BR>corresponding to this is /etc/rc.d/init.d/mailscanner, which actually not 
  <BR>only starts MailScanner, but also starts the 2 sendmail processes it 
  needs. <BR>This is why sendmail is apparently off and mailscanner is on. 
  <BR><BR>&gt;doing tests im lucky to say mail is being sent.. but have no idea 
  if <BR>&gt;mailscanner is scanning due to the fact that the maillog is not 
  being <BR>&gt;written to .. strange? <BR>&gt;my mail log is is in its default 
  location too... /var/log/maillog so I am <BR>&gt;worried. <BR>&gt;I am sorry 
  if this seems to be a newbie question, cuz I am :) <BR>&gt;should I execute 
  these commands in this order? <BR>&gt;chkconfig --add mailscanner <BR>&gt; 
  &gt;/etc/rc.d/init.d/sendmail stop <BR>&gt; &gt;chkconfig sendmail off 
  <BR>&gt; &gt;chkconfig --level 2345 sendmail off <BR>&gt; &gt;rm -f 
  /etc/rc.d/rc2.d/S30sendmail <BR><BR>You can do that if your like, it won't do 
  any harm. But if you do a <BR>chkconfig --list | grep mail <BR>first you will 
  probably find you don't need to do them as sendmail will be <BR>off and 
  mailscanner will be on. <BR><BR>&gt; I have not done this yet.. <BR>&gt;I 
  guess you could tell im abit scared to do this during a busy time at our 
  <BR>&gt;company, but need to get mailscanner working properly at this very 
  <BR>&gt;moment.. ahhh! <BR><BR>A good way to test MailScanner is to send some 
  mail through it containing <BR>the "eicar" test virus. This is a totally 
  harmless file which you can <BR>download from www.eicar.org but which will be 
  detected as a virus by all <BR>the virus scanners. Remember, if sending it 
  from the same machine as the <BR>one running MailScanner, that you need to 
  send the mail in via the SMTP <BR>port (25) and you don't just call sendmail 
  directly. So probably best for <BR>your testing to send the mail from another 
  PC so you can be sure it is <BR>talking to the MailScanner server by SMTP. 
  <BR><BR>Hopefully that's enough to get you going. And I hope a few people find 
  this <BR>info useful in future via the mailing list archives... <BR><BR>Jules. 
  <BR>&gt;-----Original Message----- <BR>&gt;From: Julian Field 
  [mailto:jkf@ECS.SOTON.AC.UK] <BR>&gt;Sent: Tuesday, June 18, 2002 11:18 PM 
  <BR>&gt;To: MAILSCANNER@JISCMAIL.AC.UK <BR>&gt;Subject: Re: Strange Message 
  <BR>&gt; <BR>&gt;At 22:56 18/06/2002, you wrote: <BR>&gt; &gt;-----Original 
  Message----- <BR>&gt; &gt;From: Matthew_doherty@DATAWATCH.COM <BR>&gt; &gt; 
  <BR>&gt; &gt; &gt; Does this mean we have to remove sendmail from RedHats boot 
  up <BR>&gt; services ? <BR>&gt; &gt; <BR>&gt; &gt;Yep, like I said 2 responses 
  ago :-) <BR>&gt; &gt;on RH, use chkconfig <BR>&gt; &gt; <BR>&gt; &gt; &gt; Or 
  does the rpm automatically do that during the install? <BR>&gt; &gt; <BR>&gt; 
  &gt;nope, it doesn't. <BR>&gt; <BR>&gt;Oh, yes it does. (Cue Punch &amp; Judy 
  jokes... oh, no it doesn't... oh, yes it <BR>&gt;does... :-) <BR>&gt; <BR>&gt; 
  From the "%post" script in the RPM spec From the "%post" script in the 
  <BR>&gt; RPM spec &lt;a href=": <BR>&gt; &gt;chkconfig --add mailscanner 
  <BR>&gt; &gt;/etc/rc.d/init.d/sendmail stop <BR>&gt; &gt;chkconfig sendmail 
  off <BR>&gt; &gt;chkconfig --level 2345 sendmail off <BR>&gt; &gt;rm -f 
  /etc/rc.d/rc2.d/S30sendmail <BR>&gt; <BR>&gt;-- <BR>&gt;Julian Field Teaching 
  Systems Manager <BR>&gt;jkf@ecs.soton.ac.uk Dept. of Electronics &amp; 
  Computer Science <BR>&gt;Tel. 023 8059 2817 University of Southampton 
  <BR>&gt;Southampton SO17 1BJ <BR><BR>-- <BR>Julian Field Teaching Systems 
  Manager <BR>jkf@ecs.soton.ac.uk Dept. of Electronics &amp; Computer Science 
  <BR>Tel. 023 8059 2817 University of Southampton <BR>Southampton SO17 1BJ 
  <BR><BR></BLOCKQUOTE></BODY></HTML>