Re: [qmailtoaster] Re: qtp-backup qtp-restore

2012-05-08 Thread Jake Vickers

On 05/08/2012 09:19 PM, David Milholen wrote:

Jake,
I have 2 VM of your iso running.
I went ahead and installed q-control on one of the servers and looks nice.
Bummer only one Domain :)
I guess I spend the cash to get the pro ver tomorrow.
I think adding some more of the control files from /qmail/control for
editing IE: ME and defaulthost for initial or migration changes.
One thing I want is a really cool web frontend for Spamdyke and
reporting tool for it.
I know this has been thought of for spamdyke but I would really like to
help
with Dev of this if anyone is working on one.


Thanks David - ping me offline with features you'd like to see.


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: qtp-backup qtp-restore

2012-05-08 Thread David Milholen

Jake,
I have 2 VM of your iso running.
I went ahead and installed q-control on one of the servers and looks nice.
Bummer only one Domain :)
I guess I spend the cash to get the pro ver tomorrow.
  I think adding some more of the control files from /qmail/control for
editing IE: ME and defaulthost for initial or migration changes.
 One thing I want is a really cool web frontend for Spamdyke and 
reporting tool for it.
I know this has been thought of for spamdyke but I would really like to 
help

with Dev of this if anyone is working on one.

Eric, FYI the mysql PW thing I fixed.
seems to be a 5.0 or higher thing but when anonymous accts are created with
no password it will break stuff.
 Remove those accounts and renew your root password and
all is good.
 1. service mysqld stop
2. mysqld_safe --skip-grant-tables &
3. mysql>use mysql
4. mysql>delete user where user ='';
5.mysql>  update user set Password=PASSWORD('new-password') where 
user='root';

flush privileges;
exit;
6. service mysqld stop
7. service mysqld start
8. mysql -p
Enter password:

All is good:)




On 5/8/2012 7:05 PM, Jake Vickers wrote:

On 05/08/2012 07:42 PM, David Milholen wrote:

Ok,
I just read that post.. I kinda thought so.
I will start doing trial runs with Q-control.
I thought i had to purchase q-control to use the full version?



QControl needs a revamp - it's on my list of things to get to, now 
that some time is freeing up for me. Expect a new version in a few 
months.
QControl is free if you only need to manage 1 domain. If you need 
more, then the full version is purchasable.
If you have additional questions or concerns, feel free to email me 
directly (j...@v2gnu.com)

Thanks.



- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com






--

David Milholen
Project Engineer
P:501-318-1300


Re: [qmailtoaster] Re: qtp-backup qtp-restore

2012-05-08 Thread Jake Vickers

On 05/08/2012 07:42 PM, David Milholen wrote:

Ok,
I just read that post.. I kinda thought so.
I will start doing trial runs with Q-control.
I thought i had to purchase q-control to use the full version?



QControl needs a revamp - it's on my list of things to get to, now that 
some time is freeing up for me. Expect a new version in a few months.
QControl is free if you only need to manage 1 domain. If you need more, 
then the full version is purchasable.
If you have additional questions or concerns, feel free to email me 
directly (j...@v2gnu.com)

Thanks.



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: qtp-backup qtp-restore

2012-05-08 Thread David Milholen

Ok,
 I just read that post.. I kinda thought so.
I will start doing trial runs with Q-control.
 I thought i had to purchase q-control to use the full version?

Dave

On 5/8/2012 9:54 AM, Eric Shubert wrote:

On 05/08/2012 05:32 AM, David Milholen wrote:

Hello all,
I have recently installed a new QMT5-1.2 iso and works great.
I am trying to do a restore from the old machine that has the qmt
centos4-1.4
Every thing goes well except a one thing that has to be done.
#1 Ensure that you can access mysql on the new machine. If not:
remove the anonymous accounts and reset the root password.

Once I started the qtp-restore all went well but when using vqadmin to
view a domain.
It only showed a blank screen. I did like some older post had talked
about changing the
'cur usr' field in dir-contrl to 0 and then I got an internal server 
error.

I could navigate to view users for that domain and view all users but
could not view any domains.
If I do a ./vdominfo I get a segmentation fault.

If I create a new domain using vqadmin it doesnt place the domain in the
tables of the mysql database.
not sure if this get done after creating more users or vqadmin id
defaulting to using cdb.

Thinking of trying to do a fresh QMT5.1.2 install and just create the
domains using the vqadmin and
do a scp command to move the /home/vpopmail/domains dir and a mysql-dump
to restore the users.

Any ideas on this or what I could to make this a smoother transition.
Thanks
Dave



That's simple. Don't use vqadmin. ;)

(See previous post)




--

David Milholen
Project Engineer
P:501-318-1300


[qmailtoaster] Re: qtp-backup qtp-restore

2012-05-08 Thread Eric Shubert

On 05/08/2012 05:32 AM, David Milholen wrote:

Hello all,
I have recently installed a new QMT5-1.2 iso and works great.
I am trying to do a restore from the old machine that has the qmt
centos4-1.4
Every thing goes well except a one thing that has to be done.
#1 Ensure that you can access mysql on the new machine. If not:
remove the anonymous accounts and reset the root password.

Once I started the qtp-restore all went well but when using vqadmin to
view a domain.
It only showed a blank screen. I did like some older post had talked
about changing the
'cur usr' field in dir-contrl to 0 and then I got an internal server error.
I could navigate to view users for that domain and view all users but
could not view any domains.
If I do a ./vdominfo I get a segmentation fault.

If I create a new domain using vqadmin it doesnt place the domain in the
tables of the mysql database.
not sure if this get done after creating more users or vqadmin id
defaulting to using cdb.

Thinking of trying to do a fresh QMT5.1.2 install and just create the
domains using the vqadmin and
do a scp command to move the /home/vpopmail/domains dir and a mysql-dump
to restore the users.

Any ideas on this or what I could to make this a smoother transition.
Thanks
Dave



That's simple. Don't use vqadmin. ;)

(See previous post)

--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: vqadmin error

2012-05-08 Thread Eric Shubert

On 05/05/2012 04:07 PM, David Milholen wrote:

Hello all,
I have tried to isolate this issue before and just had to blow away the
machine and start over.

I just did a qtp-backup from a qtp 1.4 version and restore to the latest
1.5.

Before I did the restore I was able to access vqadmin domains and show
user list with a test domain I did.
After the restore I could get to everything but the show users is where
it would puke this in the apache logs

[Sat May 05 17:38:44 2012] [error] [client 98.16.107.2] PHP Notice:
Undefined index: file in /usr/share/toaster/include/admin.inc.php on line 5
[Sat May 05 17:38:44 2012] [error] [client 98.16.107.2] PHP Notice:
Undefined variable: PHP_SELF in
/usr/share/toaster/htdocs/admin/index.php on line 55
[Sat May 05 17:38:44 2012] [error] [client 98.16.107.2] PHP Notice:
Undefined index: oldpasswd in /usr/share/toaster/htdocs/admin/index.php
on line 81
[Sat May 05 17:38:44 2012] [error] [client 98.16.107.2] PHP Notice:
Undefined index: newpasswd in /usr/share/toaster/htdocs/admin/index.php
on line 81
[Sat May 05 17:38:44 2012] [error] [client 98.16.107.2] PHP Notice:
Undefined index: newpasswd2 in /usr/share/toaster/htdocs/admin/index.php
on line 81
[Sat May 05 17:38:44 2012] [error] [client 98.16.107.2] PHP Notice: Use
of undefined constant r - assumed 'r' in
/usr/share/toaster/include/admin.inc.php on line 10
[Sat May 05 17:38:44 2012] [error] [client 98.16.107.2] PHP Notice:
Undefined variable: html in /usr/share/toaster/include/admin.inc.php on
line 93
[Sat May 05 17:38:44 2012] [error] [client 98.16.107.2] PHP Notice: Use
of undefined constant r - assumed 'r' in
/usr/share/toaster/include/admin.inc.php on line 137
[Sat May 05 17:38:44 2012] [error] [client 98.16.107.2] PHP Notice:
Undefined variable: html in /usr/share/toaster/include/admin.inc.php on
line 138
[Sat May 05 17:38:44 2012] [error] [client 98.16.107.2] PHP Notice: Use
of undefined constant r - assumed 'r' in
/usr/share/toaster/include/admin.inc.php on line 137
[Sat May 05 17:38:44 2012] [error] [client 98.16.107.2] PHP Notice: Use
of undefined constant r - assumed 'r' in
/usr/share/toaster/include/admin.inc.php on line 137
[Sat May 05 17:38:44 2012] [error] [client 98.16.107.2] PHP Notice: Use
of undefined constant r - assumed 'r' in
/usr/share/toaster/include/admin.inc.php on line 137
[Sat May 05 17:38:50 2012] [error] [client 98.16.107.2] Premature end of
script headers: toaster.vqadmin, referer:
http://mx2.wletc.com/mail/vqadmin/toaster.vqadmin

What did I break to cause vqadmin to die. Is there another domain
manager out there?

thanks
Dave

--


Vqadmin has been broken for quite some time. Jake wrote qcontrol a while 
back to help fill in the gap.


It's reportedly fixed in the upcoming vpopmail/qmailadmin/vqadmin 
release, which is available for testing (this is the next major change 
scheduled for QMT).


Please hop on over to the devel list if you'd like to do some testing of 
it. The sooner this gets tested, the sooner it'll be available for the 
community at large.


--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] qtp-backup qtp-restore

2012-05-08 Thread David Milholen

Hello all,
 I have recently installed a new QMT5-1.2 iso and works great.
I am trying to do a restore from the old machine that has the qmt 
centos4-1.4

Every thing goes well except a one thing that has to be done.
#1 Ensure that you can access mysql on the new machine. If not:
remove the anonymous accounts and reset the root password.

Once I started the qtp-restore all went well but when using vqadmin to 
view a domain.
It only showed a blank screen. I did like some older post had talked 
about changing the

'cur usr'  field in dir-contrl to 0 and then I got an internal server error.
I could navigate to view users for that domain and view all users but 
could not view any domains.

If I do a ./vdominfo I get a segmentation fault.

If I create a new domain using vqadmin it doesnt place the domain in the 
tables of the mysql database.
not sure if this get done after creating more users or vqadmin id 
defaulting to using cdb.


Thinking of trying to do a fresh QMT5.1.2 install and just create the 
domains using the vqadmin and
do a scp command to move the /home/vpopmail/domains dir and a mysql-dump 
to restore the users.


Any ideas on this or what I could to make this a smoother transition.
Thanks
Dave

--

David Milholen
Project Engineer
P:501-318-1300