do you have:
#locate qmail-badmimetypes
#locate qmail-badloadertypes
#locate simscanmk

if the files are missing try building again only qmail-oaster package and simscan and then manually copy them where they need to be\

regards
Lucian

nightduke wrote:
Changed but dosen't work.

Here's what i have changed
reload() {
        echo -n $"Reloading $prog: "
                RETVAL=$?
                echo
        [ $RETVAL = 0 ] && rm -f /var/lock/subsys/Qmail /var/run/Qmail.pid
}
cdb() {
  tcprules /etc/tcprules.d/tcp.smtp.cdb /etc/tcprules.d/tcp.smtp.tmp <
/etc/tcprules.d/tcp.smtp
  chmod 644 /etc/tcprules.d/tcp.smtp.cdb
  echo "Reloaded /etc/tcprules.d/tcp.smtp."
 }


2008/9/28 Lucian Cristian <[EMAIL PROTECTED]>:
nightduke wrote:
Hi i have a vps with a based qmail toaster installl, i have found
qmailctl cdb dosen't work, people told me to check my qmail toaster, i
have checked but seems to be a strange qmail install.

 rpm -aq | grep qmail
qmail-1.03-1.5.15
 rpm -aq | grep toaster
ucspi-tcp-toaster-0.88-1.3.5
libsrs2-toaster-1.0.18-1.3.3
daemontools-toaster-0.76-1.3.3
courier-authlib-toaster-0.59.2-1.3.6
autorespond-toaster-2.0.4-1.3.3
ezmlm-toaster-0.53.324-1.3.3
maildrop-toaster-2.0.3-1.3.5
ripmime-toaster-1.4.0.6-1.3.3
clamav-toaster-0.94-1.3.21
simscan-toaster-1.3.1-1.3.6
courier-imap-toaster-4.1.2-1.3.7




Mail is not at /var/qmail/domains,etc...
it's at /home/lxadmin/mail

Anyone know if there's a way to update mi qmail installation?.

i want to update qmail using qmailctl cdb but if i try to do that:

qmailctl cdb
Usage: Qmail
{start|stop|restart|condrestart|reload|status|fullstatus|graceful|help|configtest}

Nightduke

---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


you can add he lines in /etc/init.d/qmail, if core files are where  they
must be

cdb)
  tcprules /etc/tcprules.d/tcp.smtp.cdb /etc/tcprules.d/tcp.smtp.tmp <
/etc/tcprules.d/tcp.smtp
  chmod 644 /etc/tcprules.d/tcp.smtp*
  echo "Reloaded /etc/tcprules.d/tcp.smtp"
  if [ -f /var/qmail/bin/qmail-badmimetypes ] ; then
      /var/qmail/bin/qmail-badmimetypes;
      echo "Reloaded /var/qmail/control/badmimetypes.cdb";
  fi
  if [ -f /var/qmail/bin/qmail-badloadertypes ] ; then
      /var/qmail/bin/qmail-badloadertypes;
      echo "Reloaded /var/qmail/control/badloadertypes.cdb";
  fi
  if [ -f /var/qmail/bin/simscanmk ] ; then
      /var/qmail/bin/simscanmk -g >/dev/null 2>&1;
      echo "Reloaded /var/qmail/control/simversions.cdb";
      if [ -f /var/qmail/control/simcontrol ] ; then
         /var/qmail/bin/simscanmk >/dev/null 2>&1;
         echo "Reloaded /var/qmail/control/simcontrol.cdb";
      fi
  fi
  ;;


regards,
Lucian

---------------------------------------------------------------------
   QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to