ini script

Julian Field mailscanner at ecs.soton.ac.uk
Sat May 3 17:20:45 IST 2003


At 17:10 03/05/2003, you wrote:
>I just upgraded to 4.20-3 and upon restarting MailScanner, I see this:
>
>Shutting down MailScanner daemons:
>          MailScanner:                                      [  OK  ]
>          incoming sendmail:                                [  OK  ]
>          outgoing sendmail:                                [  OK  ]
>Starting MailScanner daemons:
>          incoming sendmail: chown: `smmsp:smmsp': invalid user
>                                                            [  OK  ]
>          outgoing sendmail:                                [  OK  ]
>          MailScanner:                                      [  OK  ]
>
>Have I missed anything? I searched all the posts already.
>This is a RH 7.3 system with sendmail-8.11.6-25.73.

Your sendmail setup doesn't include the "submit.cf" sendmail instance. No
harm is done.
Apply this patch to your /etc/rc.d/init.d/MailScanner file

--- MailScanner Fri May  2 00:58:30 2003
+++ MailScanner.new     Sat May  3 17:21:37 2003
@@ -95,7 +95,7 @@
                        -OQueueDirectory=$INQDIR \
                        -OPidFile=$INPID
          touch /var/run/sm-client.pid
-        chown smmsp:smmsp /var/run/sm-client.pid
+        chown smmsp:smmsp /var/run/sm-client.pid 2>/dev/null
          $SENDMAIL -L sm-msp-queue -Ac -q15m 2>/dev/null
          success
          echo

--
Julian Field
www.MailScanner.info
Professional Support Services at www.MailScanner.biz
MailScanner thanks transtec Computers for their support



More information about the MailScanner mailing list