Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-30 Thread csharp2a
I gave up and ripped it all out. It does not work and I cant put anymore time into it. Sendmail and qpopper to the rescue. Thanks to everone for the replies! -- Original message -- From: Fajar Priyanto <[EMAIL PROTECTED]> > On Saturday 25 March 2006 04:51 am,

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-29 Thread Fajar Priyanto
On Saturday 25 March 2006 04:51 am, [EMAIL PROTECTED] wrote: > Ok problem.. > > http://www.domain.com/admin-toaster > > It does not exist. I have substituted domain for my actual domain. > webmail shows up and qmailadmin works too. You need to type it like this: http://www.domain.com/admin-toast

Re: SV: [qmailtoaster] CentOS errors on install---HELP ---- AGAIN!!!

2006-03-26 Thread Fajar Priyanto
On Saturday 25 March 2006 11:19 pm, Ole Johansen wrote: > Hello, > If you have working hardware, > A clean install of centos 4'xx 32bit & QT following Nick's guide should > give you no errors. There has to be something no-needed program-installs > you did when installing centos. > > You seems to ha

SV: [qmailtoaster] CentOS errors on install---HELP ---- AGAIN!!!

2006-03-25 Thread Ole Johansen
x from scratch following Nick's guide at the dots. Otherwise you could get some of us to install this for you. Ole J -Opprinnelig melding- Fra: Craig Sharp [mailto:[EMAIL PROTECTED] Sendt: 25. mars 2006 14:51 Til: qmailtoaster-list@qmailtoaster.com Emne: [qmailtoaster] CentOS error

[qmailtoaster] CentOS errors on install---HELP ---- AGAIN!!!

2006-03-25 Thread Craig Sharp
Here we go again. I have everything installed, but the webmail is not working right. When I login, I get the following errors: ERROR: Connection dropped by IMAP server. Also the admin-toaster page comes up and I can change the password but that is all I can do. If I bring up the domain ad

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread csharp2a
qmailadmin also works! -- Original message -- From: Warren <[EMAIL PROTECTED]> > [EMAIL PROTECTED] wrote: > > Ok, here is the latest run. > > > > ==> autorespond.log <== > > + rm -rf /usr/src/redhat/BUILD/autorespond-2.0.4 > > + rm -rf /var/tmp/autorespond-2.0.4-gc

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread csharp2a
Ok problem.. http://www.domain.com/admin-toaster It does not exist. I have substituted domain for my actual domain. webmail shows up and qmailadmin works too. -- Original message -- From: Warren <[EMAIL PROTECTED]> > [EMAIL PROTECTED] wrote: > > Ok, here is th

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread csharp2a
Got it!!! Thanks to all for your help. -- Original message -- From: Warren <[EMAIL PROTECTED]> > [EMAIL PROTECTED] wrote: > > Ok, here is the latest run. > > > > ==> autorespond.log <== > > + rm -rf /usr/src/redhat/BUILD/autorespond-2.0.4 > > + rm -rf /var/tmp/aut

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread Warren
[EMAIL PROTECTED] wrote: Ok, here is the latest run. ==> autorespond.log <== + rm -rf /usr/src/redhat/BUILD/autorespond-2.0.4 + rm -rf /var/tmp/autorespond-2.0.4-gcc + exit 0 Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.81905 + umask 022 + cd /usr/src/redhat/BUILD + rm -rf autorespond-2.

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread mike opoien
your going to have to rpm -e every toaster package installeddo a rpm -a |grep toasterthen rpm -e each packageStart over.  My recommendation is to manually do it, that way to can see each error as they come up.  the scripts just run right through it.

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread csharp2a
Ok, here is the latest run. ==> autorespond.log <== + rm -rf /usr/src/redhat/BUILD/autorespond-2.0.4 + rm -rf /var/tmp/autorespond-2.0.4-gcc + exit 0 Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.81905 + umask 022 + cd /usr/src/redhat/BUILD + rm -rf autorespond-2.0.4 + exit 0 Preparing...

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread Jake Vickers
[EMAIL PROTECTED] wrote: Ok, I compiled and installed vpopmail-toaster...it shows in rpm -qa. I still am getting errors in the logs. ==> pop3d.log <== + exit 0 Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.94835 + umask 022 + cd /usr/src/redhat/BUILD + rm -rf qmail-1.03 + exit 0 error: Fa

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread csharp2a
Ok, I compiled and installed vpopmail-toaster...it shows in rpm -qa. I still am getting errors in the logs. ==> autorespond.log <== + rm -rf /usr/src/redhat/BUILD/autorespond-2.0.4 + rm -rf /var/tmp/autorespond-2.0.4-gcc + exit 0 Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.29279 + umask 022

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread Jake Vickers
[EMAIL PROTECTED] wrote: Jake's script is downloading the src rpms to the qtms dir but they do not exist in the RPMS dir that the install is referencing as seen by the errors in the logs. In that case, try this: rpmbuild --rebuild --with cnt40 /usr/src/qtms/vpopmail-toaster-5.4.10-1.2.10

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread mike opoien
Sorry about that-  I misread.  I had the best luck when I manually rebuild each package (rpmbuild --rebuild --with distro package.src.rpm) in the /usr/src/qtms-install/Then I watched for errors, fixed when neccessary, then watched to what dir it wrote too. most get written to /usr/src/redhat/RPM/i3

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread csharp2a
Jake's script is downloading the src rpms to the qtms dir but they do not exist in the RPMS dir that the install is referencing as seen by the errors in the logs. -- Original message -- From: "mike opoien" <[EMAIL PROTECTED]> > manually download them from the sit

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread mike opoien
manually download them from the site.  On the front page, bunch of green links.  download them to /usr/src/qtms-install/such as: http://www.qmailtoaster.com/download/stable/qmailmrtg-toaster-4.2-1.2.8.src.rpmhttp://www.qmailtoaster.com/download/stable/qmail-toaster-1.03-1.2.10.src.rpm

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread csharp2a
[EMAIL PROTECTED] toaster-install-0.1]# rpm -Uvh /usr/src/redhat/RPMS/i386/vpopmail-toaster* error: File not found by glob: /usr/src/redhat/RPMS/i386/vpopmail-toaster* [EMAIL PROTECTED] toaster-install-0.1]# I ran the download part again to be sure that everything was downloaded. Here is the l

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread Jake Vickers
[EMAIL PROTECTED] wrote: Ok, there was a user with a uid of 89 (postfix). I removed the user and re-ran the scripts from the top. Still no goHere is the tail of all of the files. Lots of errors. ed ==> vpopmail.log <== Please add the vchkpw group and vpopmail user. Then run configure

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread csharp2a
Ok, there was a user with a uid of 89 (postfix). I removed the user and re-ran the scripts from the top. Still no goHere is the tail of all of the files. Lots of errors. ==> autorespond.log <== + rm -rf /usr/src/redhat/BUILD/autorespond-2.0.4 + rm -rf /var/tmp/autorespond-2.0.4-gcc + exit

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread Jake Vickers
Craig Sharp wrote: Yes it is a fresh install although I have tried over and over with the same result (definition if insanity). Also the server is a new install with a complete load. I used the following instruction from the website for the Centos install. http://www.qmailtoaster.com/inf

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-24 Thread Craig Sharp
Yes it is a fresh install although I have tried over and over with the same result (definition if insanity). Also the server is a new install with a complete load. I used the following instruction from the website for the Centos install. http://www.qmailtoaster.com/info/EZ-QmailToaster-Ins

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-23 Thread Erik Espinoza
Is this a fresh install? What instructions/order did you use? On 3/23/06, Craig Sharp <[EMAIL PROTECTED]> wrote: > Yup...no go... > > On Mar 23, 2006, at 8:58 PM, Erik Espinoza wrote: > > > Did you make sure sendmail was not installed? > > > > On 3/23/06, Craig Sharp <[EMAIL PROTECTED]> wrote: > >

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-23 Thread Craig Sharp
Yup...no go... On Mar 23, 2006, at 8:58 PM, Erik Espinoza wrote: Did you make sure sendmail was not installed? On 3/23/06, Craig Sharp <[EMAIL PROTECTED]> wrote: I have been fighting to load qmail-toaster for two days now. I am loading on centos 4.2. I have tried the menu loader, the manual

Re: [qmailtoaster] CentOS errors on install---HELP????

2006-03-23 Thread Erik Espinoza
Did you make sure sendmail was not installed? On 3/23/06, Craig Sharp <[EMAIL PROTECTED]> wrote: > I have been fighting to load qmail-toaster for two days now. I am > loading on centos 4.2. I have tried the menu loader, > the manual loader and still no luck. I am following the directions > for

[qmailtoaster] CentOS errors on install---HELP????

2006-03-23 Thread Craig Sharp
I have been fighting to load qmail-toaster for two days now. I am loading on centos 4.2. I have tried the menu loader, the manual loader and still no luck. I am following the directions for centos. I have made sure to follow the dependencies and run the dep script and still nothing. I a