[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] latest sendmail update



> 
> 
> It was an installation from F-prot by somebody alse.
> I will paid for a working NEW version so the problems are 
> over. I stop the mailscanner and mail is sending OK, but 
> UNprotected :(
> 
> 

> > > the mail scanner I get:
> > > Starting MailScanner daemons:
> > >        incoming sendmail: ok
> > >        outgoing sendmail: ok
> > >        MailScanner:       ok
> > > [root admin]# /var/spool/mqueue.in & /var/spool/mqueue must be on 
> > > the
> >same
> > > files
> > > ystem/partition! at /usr/sbin/MailScanner line 609
> >


Mailscanner 4 requires mqueue and mqueue.in to be on the same partition.
For the RAQ550 i did this; Of course, your actual directory can vary
(check in mailscanner.conf what is configured there)

Type; mkdir /home/spool/mqueue.in  
Type; rmdir /var/spool/mqueue.in
Type; ln -sf /home/spool/mqueue.in /var/spool/mqueue.in
These steps removed the default incoming mailqueue, and relocated it to
a different partition. (this is required for MailScanner)