Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-28 Thread nightduke
how can i install cdb_perl?

2008/9/28 Lucian Cristian [EMAIL PROTECTED]:
 or you could use perl cdb tools to update your files
 http://search.cpan.org/~plank/CDB_Perl-0.55/lib/CDB_Perl.pm

 regards
 Luci

 -
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]



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-28 Thread nightduke
locate qmail-badmimetypes
locate: can not open `/var/lib/mlocate/mlocate.db': No such file or directory
but i have
/var/qmail/bin/qmail-badmimetypes
/var/qmail/bin/qmail-badloadertypes
/var/qmail/bin/simscanmk

2008/9/28 Lucian Cristian [EMAIL PROTECTED]:
 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 21;
  echo Reloaded /var/qmail/control/simversions.cdb;
  if [ -f /var/qmail/control/simcontrol ] ; then
 /var/qmail/bin/simscanmk /dev/null 21;
 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]



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



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-28 Thread nightduke
somewhere i found qmail-1.03-1.5.15

2008/9/28 nightduke [EMAIL PROTECTED]:
 locate qmail-badmimetypes
 locate: can not open `/var/lib/mlocate/mlocate.db': No such file or directory
 but i have
 /var/qmail/bin/qmail-badmimetypes
 /var/qmail/bin/qmail-badloadertypes
 /var/qmail/bin/simscanmk

 2008/9/28 Lucian Cristian [EMAIL PROTECTED]:
 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 21;
  echo Reloaded /var/qmail/control/simversions.cdb;
  if [ -f /var/qmail/control/simcontrol ] ; then
 /var/qmail/bin/simscanmk /dev/null 21;
 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]




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



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-28 Thread nightduke
i can't find vdeldomain

2008/9/28 Eric Shubert [EMAIL PROTECTED]:
 I think Jake was referring to nightduke, Phil2, not you.
 Did you see my earlier post? Here it is again:

 qmail appears to be trying to deliver the message locally on 0.5. Is that
 domain in /var/qmail/control/virtualdomains? I don't think it should be. I'd
 try doing vdeldomain, then manually add the domain to rcpthosts.

 [EMAIL PROTECTED] wrote:
 Sorry, yes I am running qmail toaster. Sorry the dups. I was working on
 the mail server and I had a problem with it, but the dup problem has
 been fixed. I only have one ip address and two different mail servers,
 the main mail server process all the incomming Qmail Toaster 192.168.0.5
 and the public bulletin board system is running with the smtp mail
 server on 192.168.0.6. I am hosting three different domains on this on
 192..168.0.5 taylorassociate.com, cyberchatnet.com, bbs.cyberchatnet.com
 and buyyourhouseonline.us.  I need to be able to do things (1) all the
 incomming mail received for bbs.cyberchatnet.com needs to be forwarded
 to 192.168.0.6, and (2) all outgoing mail from 192.168.0.6 is being sent
 to 192.168.0.5 to be sent out on the internet.

 The error message I was getting earler with outlook, I am not sure if
 192.168.0.6 is connecting to 192.168.0.5?  The error with the etrn not
 enabled I am not sure if the problem is being caused by 192.168.0.6. At
 this point I am not sure what I need to do in order to debug and try and
 fix this problem.

 Thanks
 Phil


 - Original Message - From: Jake Vickers [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Saturday, September 27, 2008 9:32 PM
 Subject: Re: [qmailtoaster] qmail toaster with lxadmin panel


 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.


 I thought in a previous message you said that you were running some
 mail system that says they are based on Qmailtoaster.  That doesn't
 mean that it has the same features as Qmailtoaster. It's obvious
 they've removed some things (or never put some things in) that
 Qmailtoaster includes.  We can only help you with Qmailtoaster
 questions. If your software is based on Qmailtoaster, but is not
 Qmailtoaster, then you'll get more help elsewhere.  They may even mean
 Shupp's Toaster for all we know, or maybe they took a snapshot of the
 software from Qmailtoaster 3 years ago which would mean that it does
 not include any of the software/patches that have been incorporated
 into Qmailtoaster in the last 3 years.
 Sorry if you're not the one that said this - otherwise I'd suggest
 talking to whoever you got the software from. It's obvious it's
 differed enough from our packages for it to be difficult to help you,
 plus it's clutter on this list (especially with the annoying dupes -
 are they ever going to be fixed?) to answer questions for a suite of
 software that is not like what we offer.



 --
 -Eric 'shubes'


 -
 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]



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-28 Thread Eric Shubert
/home/vpopmail/bin/vdeldomain

nightduke, I think you should strongly consider scrapping whatever it is you
presently have and install a genuine qmail-toaster. As Jake said, what you
have installed is different enough that this list can't really be of much
help to you. You need to be contacting whoever it is you got your software from.

nightduke wrote:
 i can't find vdeldomain
 
 2008/9/28 Eric Shubert [EMAIL PROTECTED]:
 I think Jake was referring to nightduke, Phil2, not you.
 Did you see my earlier post? Here it is again:

 qmail appears to be trying to deliver the message locally on 0.5. Is that
 domain in /var/qmail/control/virtualdomains? I don't think it should be. I'd
 try doing vdeldomain, then manually add the domain to rcpthosts.

 [EMAIL PROTECTED] wrote:
 Sorry, yes I am running qmail toaster. Sorry the dups. I was working on
 the mail server and I had a problem with it, but the dup problem has
 been fixed. I only have one ip address and two different mail servers,
 the main mail server process all the incomming Qmail Toaster 192.168.0.5
 and the public bulletin board system is running with the smtp mail
 server on 192.168.0.6. I am hosting three different domains on this on
 192..168.0.5 taylorassociate.com, cyberchatnet.com, bbs.cyberchatnet.com
 and buyyourhouseonline.us.  I need to be able to do things (1) all the
 incomming mail received for bbs.cyberchatnet.com needs to be forwarded
 to 192.168.0.6, and (2) all outgoing mail from 192.168.0.6 is being sent
 to 192.168.0.5 to be sent out on the internet.

 The error message I was getting earler with outlook, I am not sure if
 192.168.0.6 is connecting to 192.168.0.5?  The error with the etrn not
 enabled I am not sure if the problem is being caused by 192.168.0.6. At
 this point I am not sure what I need to do in order to debug and try and
 fix this problem.

 Thanks
 Phil


 - Original Message - From: Jake Vickers [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Saturday, September 27, 2008 9:32 PM
 Subject: Re: [qmailtoaster] qmail toaster with lxadmin panel


 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.

 I thought in a previous message you said that you were running some
 mail system that says they are based on Qmailtoaster.  That doesn't
 mean that it has the same features as Qmailtoaster. It's obvious
 they've removed some things (or never put some things in) that
 Qmailtoaster includes.  We can only help you with Qmailtoaster
 questions. If your software is based on Qmailtoaster, but is not
 Qmailtoaster, then you'll get more help elsewhere.  They may even mean
 Shupp's Toaster for all we know, or maybe they took a snapshot of the
 software from Qmailtoaster 3 years ago which would mean that it does
 not include any of the software/patches that have been incorporated
 into Qmailtoaster in the last 3 years.
 Sorry if you're not the one that said this - otherwise I'd suggest
 talking to whoever you got the software from. It's obvious it's
 differed enough from our packages for it to be difficult to help you,
 plus it's clutter on this list (especially with the annoying dupes -
 are they ever going to be fixed?) to answer questions for a suite of
 software that is not like what we offer.



-- 
-Eric 'shubes'


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



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-28 Thread nightduke
i have panel lxadmin

can i do an upgrade of my qmail toaster to an official one?
can i configure where domains is?

2008/9/28 Eric Shubert [EMAIL PROTECTED]:
 /home/vpopmail/bin/vdeldomain

 nightduke, I think you should strongly consider scrapping whatever it is you
 presently have and install a genuine qmail-toaster. As Jake said, what you
 have installed is different enough that this list can't really be of much
 help to you. You need to be contacting whoever it is you got your software 
 from.

 nightduke wrote:
 i can't find vdeldomain

 2008/9/28 Eric Shubert [EMAIL PROTECTED]:
 I think Jake was referring to nightduke, Phil2, not you.
 Did you see my earlier post? Here it is again:

 qmail appears to be trying to deliver the message locally on 0.5. Is that
 domain in /var/qmail/control/virtualdomains? I don't think it should be. I'd
 try doing vdeldomain, then manually add the domain to rcpthosts.

 [EMAIL PROTECTED] wrote:
 Sorry, yes I am running qmail toaster. Sorry the dups. I was working on
 the mail server and I had a problem with it, but the dup problem has
 been fixed. I only have one ip address and two different mail servers,
 the main mail server process all the incomming Qmail Toaster 192.168.0.5
 and the public bulletin board system is running with the smtp mail
 server on 192.168.0.6. I am hosting three different domains on this on
 192..168.0.5 taylorassociate.com, cyberchatnet.com, bbs.cyberchatnet.com
 and buyyourhouseonline.us.  I need to be able to do things (1) all the
 incomming mail received for bbs.cyberchatnet.com needs to be forwarded
 to 192.168.0.6, and (2) all outgoing mail from 192.168.0.6 is being sent
 to 192.168.0.5 to be sent out on the internet.

 The error message I was getting earler with outlook, I am not sure if
 192.168.0.6 is connecting to 192.168.0.5?  The error with the etrn not
 enabled I am not sure if the problem is being caused by 192.168.0.6. At
 this point I am not sure what I need to do in order to debug and try and
 fix this problem.

 Thanks
 Phil


 - Original Message - From: Jake Vickers [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Saturday, September 27, 2008 9:32 PM
 Subject: Re: [qmailtoaster] qmail toaster with lxadmin panel


 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.

 I thought in a previous message you said that you were running some
 mail system that says they are based on Qmailtoaster.  That doesn't
 mean that it has the same features as Qmailtoaster. It's obvious
 they've removed some things (or never put some things in) that
 Qmailtoaster includes.  We can only help you with Qmailtoaster
 questions. If your software is based on Qmailtoaster, but is not
 Qmailtoaster, then you'll get more help elsewhere.  They may even mean
 Shupp's Toaster for all we know, or maybe they took a snapshot of the
 software from Qmailtoaster 3 years ago which would mean that it does
 not include any of the software/patches that have been incorporated
 into Qmailtoaster in the last 3 years.
 Sorry if you're not the one that said this - otherwise I'd suggest
 talking to whoever you got the software from. It's obvious it's
 differed enough from our packages for it to be difficult to help you,
 plus it's clutter on this list (especially with the annoying dupes -
 are they ever going to be fixed?) to answer questions for a suite of
 software that is not like what we offer.



 --
 -Eric 'shubes'


 -
 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]



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-28 Thread nightduke
or how be done an upgrade at qmail toaster?

2008/9/28 nightduke [EMAIL PROTECTED]:
 i have panel lxadmin

 can i do an upgrade of my qmail toaster to an official one?
 can i configure where domains is?

 2008/9/28 Eric Shubert [EMAIL PROTECTED]:
 /home/vpopmail/bin/vdeldomain

 nightduke, I think you should strongly consider scrapping whatever it is you
 presently have and install a genuine qmail-toaster. As Jake said, what you
 have installed is different enough that this list can't really be of much
 help to you. You need to be contacting whoever it is you got your software 
 from.

 nightduke wrote:
 i can't find vdeldomain

 2008/9/28 Eric Shubert [EMAIL PROTECTED]:
 I think Jake was referring to nightduke, Phil2, not you.
 Did you see my earlier post? Here it is again:

 qmail appears to be trying to deliver the message locally on 0.5. Is that
 domain in /var/qmail/control/virtualdomains? I don't think it should be. 
 I'd
 try doing vdeldomain, then manually add the domain to rcpthosts.

 [EMAIL PROTECTED] wrote:
 Sorry, yes I am running qmail toaster. Sorry the dups. I was working on
 the mail server and I had a problem with it, but the dup problem has
 been fixed. I only have one ip address and two different mail servers,
 the main mail server process all the incomming Qmail Toaster 192.168.0.5
 and the public bulletin board system is running with the smtp mail
 server on 192.168.0.6. I am hosting three different domains on this on
 192..168.0.5 taylorassociate.com, cyberchatnet.com, bbs.cyberchatnet.com
 and buyyourhouseonline.us.  I need to be able to do things (1) all the
 incomming mail received for bbs.cyberchatnet.com needs to be forwarded
 to 192.168.0.6, and (2) all outgoing mail from 192.168.0.6 is being sent
 to 192.168.0.5 to be sent out on the internet.

 The error message I was getting earler with outlook, I am not sure if
 192.168.0.6 is connecting to 192.168.0.5?  The error with the etrn not
 enabled I am not sure if the problem is being caused by 192.168.0.6. At
 this point I am not sure what I need to do in order to debug and try and
 fix this problem.

 Thanks
 Phil


 - Original Message - From: Jake Vickers [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Saturday, September 27, 2008 9:32 PM
 Subject: Re: [qmailtoaster] qmail toaster with lxadmin panel


 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.

 I thought in a previous message you said that you were running some
 mail system that says they are based on Qmailtoaster.  That doesn't
 mean that it has the same features as Qmailtoaster. It's obvious
 they've removed some things (or never put some things in) that
 Qmailtoaster includes.  We can only help you with Qmailtoaster
 questions. If your software is based on Qmailtoaster, but is not
 Qmailtoaster, then you'll get more help elsewhere.  They may even mean
 Shupp's Toaster for all we know, or maybe they took a snapshot of the
 software from Qmailtoaster 3 years ago which would mean that it does
 not include any of the software/patches that have been incorporated
 into Qmailtoaster in the last 3 years.
 Sorry if you're not the one that said this - otherwise I'd suggest
 talking to whoever you got the software from. It's obvious it's
 differed enough from our packages for it to be difficult to help you,
 plus it's clutter on this list (especially with the annoying dupes -
 are they ever going to be fixed?) to answer questions for a suite of
 software that is not like what we offer.



 --
 -Eric 'shubes'


 -
 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]



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-28 Thread Jake Vickers

nightduke wrote:

i have panel lxadmin

can i do an upgrade of my qmail toaster to an official one?
can i configure where domains is?
  


To get Qmailtoaster, there are various docs on the wiki, main page, 
various blogs, etc. all explaining how to install it. I've written 8-12 
documents myself on how to install it. You're sure to trip over one of 
the articles somewhere.

As far as getting support for lxadmin, I would suggest talking to them:
http://lxlabs.com/
They're listed as a proprietary hosting panel (according to wikipedia) 
which means they charge for their software and thus will usually provide 
support for it. They also have a forum for their software:

http://forum.lxlabs.com/
If they don't help you there then you'll need to turn to who bills you 
for the virtual machine. They'll provide support to keep you as a 
customer, or you can go somewhere else that does provide support.



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



[qmailtoaster] qmail toaster with lxadmin panel

2008-09-27 Thread nightduke
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]



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-27 Thread Lucian Cristian

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 21;
   echo Reloaded /var/qmail/control/simversions.cdb;
   if [ -f /var/qmail/control/simcontrol ] ; then
  /var/qmail/bin/simscanmk /dev/null 21;
  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]



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-27 Thread nightduke
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 21;
   echo Reloaded /var/qmail/control/simversions.cdb;
   if [ -f /var/qmail/control/simcontrol ] ; then
  /var/qmail/bin/simscanmk /dev/null 21;
  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]



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-27 Thread nightduke
 qmailctl cdb
Usage: Qmail 
{start|stop|restart|condrestart|reload|status|fullstatus|graceful|help|configtest}

2008/9/28 nightduke [EMAIL PROTECTED]:
 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 21;
   echo Reloaded /var/qmail/control/simversions.cdb;
   if [ -f /var/qmail/control/simcontrol ] ; then
  /var/qmail/bin/simscanmk /dev/null 21;
  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]



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-27 Thread Lucian Cristian
or you could use perl cdb tools to update your files 
http://search.cpan.org/~plank/CDB_Perl-0.55/lib/CDB_Perl.pm


regards
Luci

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



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-27 Thread Lucian Cristian

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 21;
  echo Reloaded /var/qmail/control/simversions.cdb;
  if [ -f /var/qmail/control/simcontrol ] ; then
 /var/qmail/bin/simscanmk /dev/null 21;
 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]



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-27 Thread Jake Vickers

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.
  


I thought in a previous message you said that you were running some mail 
system that says they are based on Qmailtoaster.  That doesn't mean that 
it has the same features as Qmailtoaster. It's obvious they've removed 
some things (or never put some things in) that Qmailtoaster includes.  
We can only help you with Qmailtoaster questions. If your software is 
based on Qmailtoaster, but is not Qmailtoaster, then you'll get more 
help elsewhere.  They may even mean Shupp's Toaster for all we know, or 
maybe they took a snapshot of the software from Qmailtoaster 3 years ago 
which would mean that it does not include any of the software/patches 
that have been incorporated into Qmailtoaster in the last 3 years.
Sorry if you're not the one that said this - otherwise I'd suggest 
talking to whoever you got the software from. It's obvious it's differed 
enough from our packages for it to be difficult to help you, plus it's 
clutter on this list (especially with the annoying dupes - are they ever 
going to be fixed?) to answer questions for a suite of software that is 
not like what we offer.


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



Re: [qmailtoaster] qmail toaster with lxadmin panel

2008-09-27 Thread phil2
Sorry, yes I am running qmail toaster. Sorry the dups. I was working on the 
mail server and I had a problem with it, but the dup problem has been fixed. 
I only have one ip address and two different mail servers, the main mail 
server process all the incomming Qmail Toaster 192.168.0.5 and the public 
bulletin board system is running with the smtp mail server on 192.168.0.6. 
I am hosting three different domains on this on 192..168.0.5 
taylorassociate.com, cyberchatnet.com, bbs.cyberchatnet.com and 
buyyourhouseonline.us.  I need to be able to do things (1) all the incomming 
mail received for bbs.cyberchatnet.com needs to be forwarded to 192.168.0.6, 
and (2) all outgoing mail from 192.168.0.6 is being sent to 192.168.0.5 to 
be sent out on the internet.


The error message I was getting earler with outlook, I am not sure if 
192.168.0.6 is connecting to 192.168.0.5?  The error with the etrn not 
enabled I am not sure if the problem is being caused by 192.168.0.6. At this 
point I am not sure what I need to do in order to debug and try and fix this 
problem.


Thanks
Phil


- Original Message - 
From: Jake Vickers [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Saturday, September 27, 2008 9:32 PM
Subject: Re: [qmailtoaster] qmail toaster with lxadmin panel



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.



I thought in a previous message you said that you were running some mail 
system that says they are based on Qmailtoaster.  That doesn't mean that 
it has the same features as Qmailtoaster. It's obvious they've removed 
some things (or never put some things in) that Qmailtoaster includes.  We 
can only help you with Qmailtoaster questions. If your software is based 
on Qmailtoaster, but is not Qmailtoaster, then you'll get more help 
elsewhere.  They may even mean Shupp's Toaster for all we know, or maybe 
they took a snapshot of the software from Qmailtoaster 3 years ago which 
would mean that it does not include any of the software/patches that have 
been incorporated into Qmailtoaster in the last 3 years.
Sorry if you're not the one that said this - otherwise I'd suggest talking 
to whoever you got the software from. It's obvious it's differed enough 
from our packages for it to be difficult to help you, plus it's clutter on 
this list (especially with the annoying dupes - are they ever going to be 
fixed?) to answer questions for a suite of software that is not like what 
we offer.


-
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]