[qmailtoaster] 回覆︰ [qmailtoaster] vqadmin no error when display

2018-03-18 Thread Henry
Hi Eric,
I work around solution for add a printf as below , thanks


domain.c

  /* add the domain with defaults */  ret = vadddomain(domain, VPOPMAILDIR, 
VPOPMAILUID, VPOPMAILGID );  if (ret != VA_SUCCESS) {    
global_warning(verror(ret));
    printf("Add Domain: Failed: Domain 
already exist\n");

user.c

  vpw = vauth_getpw(user,domain);  if (vpw != NULL) {    global_warning("Add 
User: Failed: account already exist");
    printf("Add User: Failed: account 
already exist\n");
 

Eric Broch  於 2018年03月18日 (週日) 7:37 AM 寫道﹕
 

  I think vqadmin has had issues for a long time. I don't use it anymore but 
use qmailadmin or command line
  
 On 3/17/2018 9:52 AM, Henry wrote:
  
  Hello, 
  
  I use vqadmin to create a domain if the domain/user already exists, supposed 
will display a error such as 
  "Domain already exists" "User already exists" 
  at old version vqadmin in centos 5. 
  But when I testing in new centos 7.4 with vqadmin-2.3.7-1.qt.el7.x86_64 that 
no any error display. 
  
   
 
 -- 
Eric Broch
White Horse Technical Consulting (WHTC)
 

   

Re: [qmailtoaster] vqadmin no error when display

2018-03-17 Thread Eric Broch
I think vqadmin has had issues for a long time. I don't use it anymore 
but use qmailadmin or command line



On 3/17/2018 9:52 AM, Henry wrote:

Hello,


I use vqadmin to create a domain if the domain/user already 
exists, supposed will display a error such as


"Domain already exists"
"User already exists"

at old version vqadmin in centos 5.

But when I testing in new centos 7.4 with 
vqadmin-2.3.7-1.qt.el7.x86_64 that no any error display.





--
Eric Broch
White Horse Technical Consulting (WHTC)



[qmailtoaster] vqadmin no error when display

2018-03-17 Thread Henry
Hello,

I use vqadmin to create a domain if the domain/user already exists, supposed 
will display a error such as
"Domain already exists""User already exists"
at old version vqadmin in centos 5.
But when I testing in new centos 7.4 with vqadmin-2.3.7-1.qt.el7.x86_64 that no 
any error display.



Re: [qmailtoaster] [vqadmin rpmbuild error]

2015-07-08 Thread Eric Broch
Noriyuki,

1) Why are you creating source and binary on CentOS 6 with the --with
cnt5064 (CentOS 5) option?
2) Why are you creating CentOS 6 source and binary with a CentOS 5 spec
file?
3) You can also get rid of the --target x86_64 option if you're
already on an x86_64 architecture, right?
 
For CentOS 6 you need this RPM that has been tailored for it by Eric
Shubert:
http://mirrors.qmailtoaster.com/current/SRPMS/vqadmin-2.3.7-0.qt.src.rpm
Build it with this option:
rpmbuild --rebuild --define dist .qt.el6 vqadmin-2.3.7-0.qt.src.rpm

Eric


On 7/8/2015 8:16 AM, Noriyuki Hayashi wrote:
 Hi

 Environment
 CentOS-6.6 x86_64
 I tried rpmbuild as follow.
 rpmbuild -ba --sign --with cnt5064 --target x86_64 --define dist .cs6  
 vqadmin-toaster-2.3.7-1.4.1.spec
 spec file is original.

 Then happen this error...

 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 /home/wats/centos/BUILD/vqadmin-2.3.7/missing: Unknown `--run' option
 Try `/home/wats/centos/BUILD/vqadmin-2.3.7/missing --help' for more 
 information
 configure: WARNING: `missing' script is too old or missing
 checking for gawk... gawk
 checking whether make sets $(MAKE)... yes
 checking build system type... Invalid configuration 
 `x86_64-redhat-linux-gnu': machine `x86_64-redhat-linux' not recognized
 configure: error: /bin/sh ./config.sub x86_64-redhat-linux-gnu failed
 error: Bad exit status from /var/tmp/rpm-tmp.5rFN0P (%build)

 Would you please advice or hints ?
 Thank you so much.

 Nori(WATS)

 /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

   WATS CO.,LTD.   
 /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/



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




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



[qmailtoaster] [vqadmin rpmbuild error]

2015-07-08 Thread Noriyuki Hayashi

Hi

Environment
CentOS-6.6 x86_64
I tried rpmbuild as follow.
rpmbuild -ba --sign --with cnt5064 --target x86_64 --define dist .cs6  
vqadmin-toaster-2.3.7-1.4.1.spec
spec file is original.

Then happen this error...

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/wats/centos/BUILD/vqadmin-2.3.7/missing: Unknown `--run' option
Try `/home/wats/centos/BUILD/vqadmin-2.3.7/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... Invalid configuration `x86_64-redhat-linux-gnu': 
machine `x86_64-redhat-linux' not recognized
configure: error: /bin/sh ./config.sub x86_64-redhat-linux-gnu failed
error: Bad exit status from /var/tmp/rpm-tmp.5rFN0P (%build)

Would you please advice or hints ?
Thank you so much.

Nori(WATS)

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

  WATS CO.,LTD.   
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/



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



Re: [qmailtoaster] [vqadmin rpmbuild error]

2015-07-08 Thread NoriyukiHayashi
Hi, Eric

Thank you for your advice.
I did not know the qt.src version.
As you know that I checked spec file then there is no cnt6064 route.
So, I tried cnt5064 by the way.
This was easy way, I just change the Buildrequire... etc.
Anyway I will try to use qt.src.rpm
Other SRPMS has many modified for Japanese.
Oh...Dear!

Thank you so much.
Nori
 


 Noriyuki,
 
 1) Why are you creating source and binary on CentOS 6 with the --with
 cnt5064 (CentOS 5) option?
 2) Why are you creating CentOS 6 source and binary with a CentOS 5 spec
 file?
 3) You can also get rid of the --target x86_64 option if you're
 already on an x86_64 architecture, right?
  
 For CentOS 6 you need this RPM that has been tailored for it by Eric
 Shubert:
 http://mirrors.qmailtoaster.com/current/SRPMS/vqadmin-2.3.7-0.qt.src.rpm
 Build it with this option:
 rpmbuild --rebuild --define dist .qt.el6 vqadmin-2.3.7-0.qt.src.rpm
 
 Eric
 
 
 On 7/8/2015 8:16 AM, Noriyuki Hayashi wrote:
  Hi
 
  Environment
  CentOS-6.6 x86_64
  I tried rpmbuild as follow.
  rpmbuild -ba --sign --with cnt5064 --target x86_64 --define dist .cs6  
  vqadmin-toaster-2.3.7-1.4.1.spec
  spec file is original.
 
  Then happen this error...
 
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  /home/wats/centos/BUILD/vqadmin-2.3.7/missing: Unknown `--run' option
  Try `/home/wats/centos/BUILD/vqadmin-2.3.7/missing --help' for more 
  information
  configure: WARNING: `missing' script is too old or missing
  checking for gawk... gawk
  checking whether make sets $(MAKE)... yes
  checking build system type... Invalid configuration 
  `x86_64-redhat-linux-gnu': machine `x86_64-redhat-linux' not recognized
  configure: error: /bin/sh ./config.sub x86_64-redhat-linux-gnu failed
  error: Bad exit status from /var/tmp/rpm-tmp.5rFN0P (%build)
 
  Would you please advice or hints ?
  Thank you so much.
 
  Nori(WATS)
 
  /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 
WATS CO.,LTD.   
  /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 
 
 
  -
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
  For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
 
 
 
 
 -
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
 
 
--
NoriyukiHayashinhaya...@wats.gr.jp ibisMailで送信!

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



Re: [qmailtoaster] [vqadmin rpmbuild error]

2015-07-08 Thread Eric Broch
Noriyuki,

I hope everything works out for you.

EricB.


On 7/8/2015 6:49 PM, NoriyukiHayashi wrote:
 Hi, Eric

 Thank you for your advice.
 I did not know the qt.src version.
 As you know that I checked spec file then there is no cnt6064 route.
 So, I tried cnt5064 by the way.
 This was easy way, I just change the Buildrequire... etc.
 Anyway I will try to use qt.src.rpm
 Other SRPMS has many modified for Japanese.
 Oh...Dear!

 Thank you so much.
 Nori
  


 Noriyuki,

 1) Why are you creating source and binary on CentOS 6 with the --with
 cnt5064 (CentOS 5) option?
 2) Why are you creating CentOS 6 source and binary with a CentOS 5 spec
 file?
 3) You can also get rid of the --target x86_64 option if you're
 already on an x86_64 architecture, right?
  
 For CentOS 6 you need this RPM that has been tailored for it by Eric
 Shubert:
 http://mirrors.qmailtoaster.com/current/SRPMS/vqadmin-2.3.7-0.qt.src.rpm
 Build it with this option:
 rpmbuild --rebuild --define dist .qt.el6 vqadmin-2.3.7-0.qt.src.rpm

 Eric


 On 7/8/2015 8:16 AM, Noriyuki Hayashi wrote:
 Hi

 Environment
 CentOS-6.6 x86_64
 I tried rpmbuild as follow.
 rpmbuild -ba --sign --with cnt5064 --target x86_64 --define dist .cs6  
 vqadmin-toaster-2.3.7-1.4.1.spec
 spec file is original.

 Then happen this error...

 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 /home/wats/centos/BUILD/vqadmin-2.3.7/missing: Unknown `--run' option
 Try `/home/wats/centos/BUILD/vqadmin-2.3.7/missing --help' for more 
 information
 configure: WARNING: `missing' script is too old or missing
 checking for gawk... gawk
 checking whether make sets $(MAKE)... yes
 checking build system type... Invalid configuration 
 `x86_64-redhat-linux-gnu': machine `x86_64-redhat-linux' not recognized
 configure: error: /bin/sh ./config.sub x86_64-redhat-linux-gnu failed
 error: Bad exit status from /var/tmp/rpm-tmp.5rFN0P (%build)

 Would you please advice or hints ?
 Thank you so much.

 Nori(WATS)

 /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

   WATS CO.,LTD.   
 /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/



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



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


 --
 NoriyukiHayashinhaya...@wats.gr.jp ibisMailで送信!

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



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



Re: [qmailtoaster] vqadmin on centos 6.4 x64

2013-08-12 Thread Dan McAllister
The issues surrounding making the current CentOS 5 build of QMT work on 
COS6 are increasing...


Firstly, let me address a major issue: 32-bit vs. 64-bit. These are the 
20-teens folks... IMHO, 32-bit hardware is outdated. Of course, if you 
have 32-bit hardware laying around, it is perfectly reasonable to run 
QMT on it -- but I suggest you run COS5-32-bit and install a stock QMT 
-- I suspect we'll be supporting that version for many years to come!


Otherwise, if you're installing on 64-bit hardware, COS6 is the way to 
go (again -- IMHO)... but there are some significant issues to overcome. 
At my last attempt, here is what I found:


1) PHP Short Open Tags must be enabled (I have previously done it system 
wide in the /etc/php.ini file, but placing it in the apache options 
folder for just that one directory might be a better solution)


2) Our vqadmin-toaster package will not compile because some of the 
includes and headers have never been updated from upstream. As a result, 
you can either:
   a) unpack the src RPM, fix the headers (easily available from 
inter7.com), and recompile yourself, or
   b) secure a pre-built package available from the site: 
http://mirrors.qmailtoaster.com//testing/centos/6/x86_64/vqadmin-toaster-2.3.7-1.4.1.x86_64.rpm


3) You'll think you're out of the woods because everything will start up 
-- but you're not... there is a dependency I haven't tracked down yet to 
the libmysqlclient.15 library (vs. the libmysqlclient.16 that is 
current). Until that dependency can be fixed, you need to copy in an 
older version (mysql-5.0 vs. mysql-5.1). NOTE: It is sufficient to copy 
in the binaries for libmysqlclient.so.15.0.0 and 
libmysqlclient_r.so.15.0.0, and then create symbolic links from 
libmysqlclient.so.15  libmysqlclient_r.so.15. DO NOT change the links 
for libmysqlclient.so and libmysqlclient_r.so (which point to ver 16 for 
everyone else -- again, I don't know what or why the link is to 
libmysqlclient.so.15 -- but it is, and until we finish development of 
the COS6 version, we'll have to live with this patch).


4) Again, you will think you're golden -- except that 64-bit software 
takes up more memory than 32-bit software -- well, it does when it's 
really 32-bit software PORTED to 64-bit! :-)
So your next problem will be some of your runtimes will fail because 
they'll exceed their memory limits. You will need to edit the run 
scripts located in /var/qmail/supervise/*/run.
Those that use the softlimit option should have the limit increased to 
64MB RAM (67108864 -- 64 * 1024 * 1024) -- EXCEPT that if you use SSL, 
you should increase the memory limit to 128MB (134217728 -- 128 * 1024 * 
1024). NOTE: If you allow SSL connections on your SMTP, you'll want that 
128MB option on ALL SMTP daemons, not just the ones on ports 587 and/or 465!


And now, at least as far as I have tested lately, you're finally ready 
to rock!


Go forth and EMAIL in 64-BIT CENTOS 6!!!

Best Regards,

Dan McAllister
QMT DNS/Mirror Admin
Unofficial bleeding edge QMT tester (OK, well, with the age of COS6, 
maybe it's a scabbed edge... healed but scarred edge... oh, whatever... :))


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



Re: [qmailtoaster] vqadmin on centos 6.4 x64

2013-08-11 Thread Istvan Köpe

Modifying toaster.conf as you suggested solved the problem.

Thank you!

Istvan

On 10.08.2013 19:41, xaf wrote:

|-- Istvan Köpe, le 10/08/2013 10:20, a dit :

The problem is that the Qmail Toaster Admin page loads without any
fields or buttons.
Can you tell me where to start troubleshooting this problem?

change /etc/httpd/conf/toaster.conf
add
php_value short_open_tag On
under
Directory /usr/share/toaster/htdocs
Directory /usr/share/toaster/cgi-bin

then
service httpd reload

or

change ? - ?php
within
/usr/share/toaster/htdocs/admin/index.php
/usr/share/toaster/include/admin.inc.php


xaf


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





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



Re: [qmailtoaster] vqadmin on centos 6.4 x64

2013-08-11 Thread ChandranManikandan
Hi,
Can you please send me the procedure to install qmailtoaster in centos 6.4
x86 with step by step.


On Sun, Aug 11, 2013 at 3:28 PM, Istvan Köpe ist...@advancetech.ro wrote:

 Modifying toaster.conf as you suggested solved the problem.

 Thank you!

 Istvan


 On 10.08.2013 19:41, xaf wrote:

 |-- Istvan Köpe, le 10/08/2013 10:20, a dit :

 The problem is that the Qmail Toaster Admin page loads without any
 fields or buttons.
 Can you tell me where to start troubleshooting this problem?

 change /etc/httpd/conf/toaster.conf
 add
 php_value short_open_tag On
 under
 Directory /usr/share/toaster/htdocs
 Directory /usr/share/toaster/cgi-bin

 then
 service httpd reload

 or

 change ? - ?php
 within
 /usr/share/toaster/htdocs/**admin/index.php
 /usr/share/toaster/include/**admin.inc.php


 xaf


 --**--**-
 To unsubscribe, e-mail: 
 qmailtoaster-list-unsubscribe@**qmailtoaster.comqmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-help@**
 qmailtoaster.com qmailtoaster-list-h...@qmailtoaster.com




 --**--**-
 To unsubscribe, e-mail: 
 qmailtoaster-list-unsubscribe@**qmailtoaster.comqmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: 
 qmailtoaster-list-help@**qmailtoaster.comqmailtoaster-list-h...@qmailtoaster.com




-- 
*Thanks  Best Regards,
Manikandan.C
*


Re: [qmailtoaster] vqadmin on centos 6.4 x64

2013-08-11 Thread Istvan Köpe

  
  
I started the installation based on
  this procedure: http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg31759.html
  Of course it didn't work flawless, but I troubleshooted each
  package with problems one by one. 
  Unfortunately I didn't take notes what I did, but if you have
  problems post it here, I'm sure you'll find the answer.
  
  Some things I remember is that, before starting the installation
  of Qmailtoaster, after you remove postfix, you have to check both
  /etc/passwd and /etc/groups and make sure ID 89 is not used by any
  user or group. If ID 89 is there, remove it manually.
  Than I struggled a lot with compiling
  vqadmin-toaster-2.3.7-1.4.1.src.rpm, I had to replace the
  config.sub file with the one from vpopmail-5.4.33.tar.gz. 
  But this week when I was looking for solution for this vqadmin
  problem, I found a RPM for which I was able to install it on
  Centos 6.4 x64 here: http://mirror9.qmailtoaster.com/testing/centos/6/x86_64/
  
  There is also an other approach. The idea came after I struggled
  with the Centos installation. Install ESXI 5.1 on the server and
  create a dedicated virtual machine for Qmailtoaster using the
  Centos 5.
  
  Good luck!
  
  Istvan
  
  On 11.08.2013 14:57, ChandranManikandan wrote:


  Hi,
Can you please send me the procedure to install
  qmailtoaster in centos 6.4 x86 with step by step.
  
  

On Sun, Aug 11, 2013 at 3:28 PM, Istvan
  Kpe ist...@advancetech.ro
  wrote:
  Modifying
toaster.conf as you suggested solved the problem.

Thank you!

Istvan

  

On 10.08.2013 19:41, xaf wrote:

  |-- Istvan Kpe, le 10/08/2013 10:20, a dit :
  
The problem is that the Qmail Toaster Admin page
loads without any
fields or buttons.
Can you tell me where to start troubleshooting this
problem?
  
  change /etc/httpd/conf/toaster.conf
  add
  php_value short_open_tag On
  under
  Directory /usr/share/toaster/htdocs
  Directory /usr/share/toaster/cgi-bin
  
  then
  service httpd reload
  
  or
  
  change ? - ?php
  within
  /usr/share/toaster/htdocs/admin/index.php
  /usr/share/toaster/include/admin.inc.php
  
  
  xaf
  
  
  -
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
  For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
  
  



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

  

  





-- 
Thanks  Best Regards,
  Manikandan.C

  


  


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



[qmailtoaster] vqadmin on centos 6.4 x64

2013-08-10 Thread Istvan Köpe

Hi,

I managed to install Qmailtoaster on Centos 6.4 x64. Everything works 
fine except VQADMIN even if it was installed successfully
The problem is that the Qmail Toaster Admin page loads without any 
fields or buttons.

Can you tell me where to start troubleshooting this problem?

Thanks!

Istvan

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



Re: [qmailtoaster] vqadmin on centos 6.4 x64

2013-08-10 Thread Hasan Akgöz
Hi;

this is a warning, not an error. Can you try firefox or internet explorer ?


2013/8/10 Istvan Köpe ist...@advancetech.ro

  In the error_log I found only this:
 PHP Notice:  Undefined index: file in
 /usr/share/toaster/include/admin.inc.php on line 5

 But I've seen this error also on functioning VQADMIN.

 Istvan


 On 10.08.2013 12:31, Peter Peltonen wrote:

 Hi,


 On Sat, Aug 10, 2013 at 11:20 AM, Istvan Köpe ist...@advancetech.rowrote:

 Hi,

 I managed to install Qmailtoaster on Centos 6.4 x64. Everything works
 fine except VQADMIN even if it was installed successfully
 The problem is that the Qmail Toaster Admin page loads without any fields
 or buttons.
 Can you tell me where to start troubleshooting this problem?



 I haven't installed Qmailtoaster on CentOS 6 myself, but if elements are
 missing from a web page, I would perhaps start looking from Apache logs for
 more information?

  Regards,
 Peter


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



Re: [qmailtoaster] vqadmin on centos 6.4 x64

2013-08-10 Thread xaf
|-- Istvan Köpe, le 10/08/2013 10:20, a dit :
 The problem is that the Qmail Toaster Admin page loads without any 
 fields or buttons.
 Can you tell me where to start troubleshooting this problem?

change /etc/httpd/conf/toaster.conf
add
php_value short_open_tag On
under
Directory /usr/share/toaster/htdocs
Directory /usr/share/toaster/cgi-bin

then 
service httpd reload

or

change ? - ?php
within
/usr/share/toaster/htdocs/admin/index.php
/usr/share/toaster/include/admin.inc.php


xaf


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



[qmailtoaster] vqadmin build error

2012-08-09 Thread Athanasios Mademlis
Hello to the list,
   I am trying to build the vqadmin-toaster-2.3.7-1.4.1.src.rpm in a CentOS
6.3 machine
I receive the following error during configuration.

 checking build system type... Invalid configuration
 `x86_64-unknown-linux-gnu': machine `x86_64-unknown-linux' not recognized
 configure: error: /bin/sh ./config.sub x86_64-unknown-linux-gnu fa


Has anyone faced this problem again ?
Any possible solution ?

Best regards,
---

Athanasios


Re: [qmailtoaster] vqadmin build error

2012-08-09 Thread Alessio Cecchi

Il 09/08/2012 10:21, Athanasios Mademlis ha scritto:


Hello to the list,
I am trying to build the vqadmin-toaster-2.3.7-1.4.1.src.rpm in a
CentOS 6.3 machine
I receive the following error during configuration.

checking build system type... Invalid configuration
`x86_64-unknown-linux-gnu': machine `x86_64-unknown-linux' not
recognized
configure: error: /bin/sh ./config.sub x86_64-unknown-linux-gnu fa


Has anyone faced this problem again ?
Any possible solution ?

Best regards,


Hi,

vqadmin has old config.guess and config.sub files do not have the 
definitions for the 64 bit operating systems. You can copy those files

from a recent vpopmail release and it should configure just fine.

Ciao
--
Alessio Cecchi is:
@ ILS - http://www.linux.it/~alessice/
on LinkedIn - http://www.linkedin.com/in/alessice
Assistenza Sistemi GNU/Linux - http://www.cecchi.biz/
@ PLUG - ex-Presidente, adesso senatore a vita, http://www.prato.linux.it

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



[qmailtoaster] vqadmin-2.3.7-1.4.1

2012-08-07 Thread Eric Shubert
It's been brought to my attention that the current.txt file was not 
updated for the vqadmin-2.3.7-1.4.1 release. Up until a few minutes ago 
it still reflected 1.4.0. It's now been corrected.


The only difference between the two versions is that 1.4.1 supports 
chrome, while 1.4.0 did not. If you've upgraded in the last few days, 
you can decide whether or not you should upgrade.


Sorry for the error. Thanks for your understanding.
(Really need to get that process scripted, again.)

--
-Eric 'shubes'



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



[qmailtoaster] vqadmin error

2012-05-05 Thread David Milholen

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

--

David Milholen
Project Engineer
P:501-318-1300


Re: [qmailtoaster] vqadmin

2012-03-22 Thread Tony White

Your welcome but it was due to Jake I knew it

best wishes
  Tony White

Yea Computing Services
http://www.ycs.com.au
4 The Crescent
Yea
Victoria
Australia 3717

Telephone No's
VIC : 03 9008 5614
FAX : 03 9008 5610 (FAX2Email)



IMPORTANT NOTICE

This communication including any file attachments is intended solely for
the use of the individual or entity to whom it is addressed. If you are
not the intended recipient, or the person responsible for delivering
this communication to the intended recipient, please immediately notify
the sender by email and delete the original transmission and its
contents. Any unauthorised use, dissemination, forwarding, printing or
copying of this communication including file attachments is prohibited.
It is your responsibility to scan this communication including any file
attachments for viruses and other defects. To the extent permitted by
law, Yea Computing Services and its associates will not be liable for
any loss or damage arising in any way from this communication including
any file attachments.
You may not disclose this information to a third party without written
permission from the Author.


On 22/03/2012 16:47, Maxwell Smart wrote:

Tony,

Thanks for the reminder, it fixed an issue with my personal server.  It dawned on me when you posted it that it was what 
was wrong with my account.  Changed the value and boom it works.


Thanks!

CJ

On 03/21/2012 09:21 PM, Tony White wrote:

If I recall, yes it is!

best wishes
  Tony White


On 22/03/2012 14:58, ebr...@whitehorsetc.com wrote:

Found it!


If you look at the database for vpopmail, the domain that will not shows
will have something like 254146493926 for the user
data field. Change this to 0 and the domain will be visible again.

This is from Jake earlier this year.


best wishes
Tony White



On 22/03/2012 07:21, ebr...@whitehorsetc.com wrote:

Hello list,

Has anyone encountered the problem using Vqadmin that results in the
display of a blank page when trying to view a domain?

The procedure is as follows:

Log into http://yourdomain.com/admin-toaster/
click: Vqadmin
click: List Domains
click: List Domains

returns aBlank Page   instead of domain info and settings for the
domain
with the postmaster password

Eric


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




Is the setting 'cur_users' in the 'dir_control' table of the 'vpopmail'
database?




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

2012-03-21 Thread ebroch
Hello list,

Has anyone encountered the problem using Vqadmin that results in the
display of a blank page when trying to view a domain?

The procedure is as follows:

Log into http://yourdomain.com/admin-toaster/
click: Vqadmin
click: List Domains
click: List Domains

returns a Blank Page instead of domain info and settings for the domain
with the postmaster password

Eric


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

2012-03-21 Thread Tony White

Found it!


If you look at the database for vpopmail, the domain that will not shows will have something like 254146493926 for the user 
data field. Change this to 0 and the domain will be visible again.


This is from Jake earlier this year.


best wishes
  Tony White



On 22/03/2012 07:21, ebr...@whitehorsetc.com wrote:

Hello list,

Has anyone encountered the problem using Vqadmin that results in the
display of a blank page when trying to view a domain?

The procedure is as follows:

Log into http://yourdomain.com/admin-toaster/
click: Vqadmin
click: List Domains
click: List Domains

returns aBlank Page  instead of domain info and settings for the domain
with the postmaster password

Eric


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

2012-03-21 Thread ebroch
 Found it!


 If you look at the database for vpopmail, the domain that will not shows
 will have something like 254146493926 for the user
 data field. Change this to 0 and the domain will be visible again.

 This is from Jake earlier this year.


 best wishes
Tony White



 On 22/03/2012 07:21, ebr...@whitehorsetc.com wrote:
 Hello list,

 Has anyone encountered the problem using Vqadmin that results in the
 display of a blank page when trying to view a domain?

 The procedure is as follows:

 Log into http://yourdomain.com/admin-toaster/
 click: Vqadmin
 click: List Domains
 click: List Domains

 returns aBlank Page  instead of domain info and settings for the
 domain
 with the postmaster password

 Eric


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




Is the setting 'cur_users' in the 'dir_control' table of the 'vpopmail'
database?




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

2012-03-21 Thread ebroch
 Found it!


 If you look at the database for vpopmail, the domain that will not shows
 will have something like 254146493926 for the user
 data field. Change this to 0 and the domain will be visible again.

 This is from Jake earlier this year.


 best wishes
Tony White



 On 22/03/2012 07:21, ebr...@whitehorsetc.com wrote:
 Hello list,

 Has anyone encountered the problem using Vqadmin that results in the
 display of a blank page when trying to view a domain?

 The procedure is as follows:

 Log into http://yourdomain.com/admin-toaster/
 click: Vqadmin
 click: List Domains
 click: List Domains

 returns aBlank Page  instead of domain info and settings for the
 domain
 with the postmaster password

 Eric


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




After entering the mysql database server software enter the following
commands:

mysql use vpopmail;
mysql update dir_control set cur_users = 0 where domain = 'mydomain.com'




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

2012-03-21 Thread Tony White

If I recall, yes it is!

best wishes
  Tony White


On 22/03/2012 14:58, ebr...@whitehorsetc.com wrote:

Found it!


If you look at the database for vpopmail, the domain that will not shows
will have something like 254146493926 for the user
data field. Change this to 0 and the domain will be visible again.

This is from Jake earlier this year.


best wishes
Tony White



On 22/03/2012 07:21, ebr...@whitehorsetc.com wrote:

Hello list,

Has anyone encountered the problem using Vqadmin that results in the
display of a blank page when trying to view a domain?

The procedure is as follows:

Log into http://yourdomain.com/admin-toaster/
click: Vqadmin
click: List Domains
click: List Domains

returns aBlank Page   instead of domain info and settings for the
domain
with the postmaster password

Eric


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




Is the setting 'cur_users' in the 'dir_control' table of the 'vpopmail'
database?




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

2012-03-21 Thread Maxwell Smart

Tony,

Thanks for the reminder, it fixed an issue with my personal server.  It 
dawned on me when you posted it that it was what was wrong with my 
account.  Changed the value and boom it works.


Thanks!

CJ

On 03/21/2012 09:21 PM, Tony White wrote:

If I recall, yes it is!

best wishes
  Tony White


On 22/03/2012 14:58, ebr...@whitehorsetc.com wrote:

Found it!


If you look at the database for vpopmail, the domain that will not 
shows

will have something like 254146493926 for the user
data field. Change this to 0 and the domain will be visible again.

This is from Jake earlier this year.


best wishes
Tony White



On 22/03/2012 07:21, ebr...@whitehorsetc.com wrote:

Hello list,

Has anyone encountered the problem using Vqadmin that results in the
display of a blank page when trying to view a domain?

The procedure is as follows:

Log into http://yourdomain.com/admin-toaster/
click: Vqadmin
click: List Domains
click: List Domains

returns aBlank Page   instead of domain info and settings for the
domain
with the postmaster password

Eric


- 


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




Is the setting 'cur_users' in the 'dir_control' table of the 'vpopmail'
database?




- 

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





--
Cecil Yother, Jr. cj
cj's
2318 Clement Ave
Alameda, CA  94501

tel 510.865.2787
http://yother.com
Check out the new Volvo classified resource http://www.volvoclassified.com


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

2011-08-06 Thread Ismail Ozatay

Hi everyone,

I am having a problem related to vqadmin. when I try to manage default 
domain domain.org which is in the /home/vpopmail/etc/defaultdomain 
file, i got some errors that you can see in the error_log file. The rest 
of the domains are being managed properly. Here is my error output after 
i've clicked on the admin page ;


Can anybody tell me how can i fix this problem?

Thanks.

[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b40013000-3b40015000 rw-p 3b40013000 00:00 0 , referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b4060-3b40602000 r-xp  fd:00 28115290   
/lib64/libkeyutils-1.2.so, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b40602000-3b40801000 ---p 2000 fd:00 28115290   
/lib64/libkeyutils-1.2.so, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b40801000-3b40802000 rw-p 1000 fd:00 28115290   
/lib64/libkeyutils-1.2.so, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b40a0-3b40a02000 r-xp  fd:00 28115321   
/lib64/libcom_err.so.2.1, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b40a02000-3b40c01000 ---p 2000 fd:00 28115321   
/lib64/libcom_err.so.2.1, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b40c01000-3b40c02000 rw-p 1000 fd:00 28115321   
/lib64/libcom_err.so.2.1, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b40e0-3b40f2d000 r-xp  fd:00 28115322   
/lib64/libcrypto.so.0.9.8e, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b40f2d000-3b4112c000 ---p 0012d000 fd:00 28115322   
/lib64/libcrypto.so.0.9.8e, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b4112c000-3b4114d000 rw-p 0012c000 fd:00 28115322   
/lib64/libcrypto.so.0.9.8e, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b4114d000-3b41151000 rw-p 3b4114d000 00:00 0 , referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b4120-3b4122c000 r-xp  fd:00 35075098   
/usr/lib64/libgssapi_krb5.so.2.2, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b4122c000-3b4142c000 ---p 0002c000 fd:00 35075098   
/usr/lib64/libgssapi_krb5.so.2.2, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b4142c000-3b4142e000 rw-p 0002c000 fd:00 35075098   
/usr/lib64/libgssapi_krb5.so.2.2, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b4160-3b41692000 r-xp  fd:00 35075088   
/usr/lib64/libkrb5.so.3.3, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b41692000-3b41891000 ---p 00092000 fd:00 35075088   
/usr/lib64/libkrb5.so.3.3, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b41891000-3b41895000 rw-p 00091000 fd:00 35075088   
/usr/lib64/libkrb5.so.3.3, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b41a0-3b41a24000 r-xp  fd:00 35086344   
/usr/lib64/libk5crypto.so.3.1, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b41a24000-3b41c23000 ---p 00024000 fd:00 35086344   
/usr/lib64/libk5crypto.so.3.1, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b41c23000-3b41c25000 rw-p 00023000 fd:00 35086344   
/usr/lib64/libk5crypto.so.3.1, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b41e0-3b41e08000 r-xp  fd:00 35074218   
/usr/lib64/libkrb5support.so.0.1, referer: 
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x] 
3b41e08000-3b42007000 ---p 8000 fd:00 35074218   

Re: [qmailtoaster] vqadmin problem

2011-08-06 Thread Jake Vickers

On 08/06/2011 05:08 AM, Ismail Ozatay wrote:

[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x]
3b40013000-3b40015000 rw-p 3b40013000 00:00 0 , referer:
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x]
3b4060-3b40602000 r-xp  fd:00 28115290
/lib64/libkeyutils-1.2.so, referer:
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x]
3b40602000-3b40801000 ---p 2000 fd:00 28115290
/lib64/libkeyutils-1.2.so, referer:
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x]
3b40801000-3b40802000 rw-p 1000 fd:00 28115290
/lib64/libkeyutils-1.2.so, referer:
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x]
3b40a0-3b40a02000 r-xp  fd:00 28115321
/lib64/libcom_err.so.2.1, referer:
http://mail.domain.org/mail/vqadmin/toaster.vqadmin


It looks like it was not compiled against the correct libraries. Did you 
compile on a 32 bit system (or use 32 bit flags) and install on a 64-bit 
system?



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

2011-08-06 Thread Ismail Ozatay

On 06.08.2011 15:53, Jake Vickers wrote:

On 08/06/2011 05:08 AM, Ismail Ozatay wrote:

[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x]
3b40013000-3b40015000 rw-p 3b40013000 00:00 0 , referer:
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x]
3b4060-3b40602000 r-xp  fd:00 28115290
/lib64/libkeyutils-1.2.so, referer:
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x]
3b40602000-3b40801000 ---p 2000 fd:00 28115290
/lib64/libkeyutils-1.2.so, referer:
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x]
3b40801000-3b40802000 rw-p 1000 fd:00 28115290
/lib64/libkeyutils-1.2.so, referer:
http://mail.domain.org/mail/vqadmin/toaster.vqadmin
[Sat Aug 06 12:01:13 2011] [error] [client x.x.x.x]
3b40a0-3b40a02000 r-xp  fd:00 28115321
/lib64/libcom_err.so.2.1, referer:
http://mail.domain.org/mail/vqadmin/toaster.vqadmin


It looks like it was not compiled against the correct libraries. Did 
you compile on a 32 bit system (or use 32 bit flags) and install on a 
64-bit system?



- 

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




Hi Jake,

It's running on a x64 centos box. Actually it seems no problems with the 
other domains. If i use shell to do the other stuffs for this domain it 
works so i do not know why it does not work from web panel :(


Thanks mate.

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

2010-08-14 Thread Amit
Hi Everyone,

I had just compiled and installed vpopmail 5.5.0 with LDAP support from
source package. Now when I'm trying to install vqadmin it is giving error.
I'm installing vqadmin from source package.
1) Output of ./configure --enable-cgibindir=/var/www/cgi-bin
--enable-qmaildir=/var/qmail --enable-htmldir=/var/www/html
   Current settings
---
vpopmail directory = /home/vpopmail
   uid = 7807
   gid = 7802
   cgi-bin dir = /var/www/cgi-bin
   vqadmin dir = /var/www/cgi-bin/vqadmin

No error

2) Output of make  make install
make  all-recursive
make[1]: Entering directory `/root/Desktop/vqadmin-2.3.7'
make[2]: Entering directory `/root/Desktop/vqadmin-2.3.7'
gcc -I. -I/home/vpopmail/include/vpopmail -I. -I. -I. -g -O2 -Wall -c
`test -f 'domain.c' || echo './'`domain.c
In file included from domain.c:32:
/home/vpopmail/include/vpopmail/vpopmail_config.h:244:1: warning:
PACKAGE_NAME redefined
In file included from domain.c:29:
config.h:68:1: warning: this is the location of the previous definition
In file included from domain.c:32:
/home/vpopmail/include/vpopmail/vpopmail_config.h:247:1: warning:
PACKAGE_STRING redefined
In file included from domain.c:29:
config.h:71:1: warning: this is the location of the previous definition
In file included from domain.c:32:
/home/vpopmail/include/vpopmail/vpopmail_config.h:250:1: warning:
PACKAGE_TARNAME redefined
In file included from domain.c:29:
config.h:74:1: warning: this is the location of the previous definition
In file included from domain.c:32:
/home/vpopmail/include/vpopmail/vpopmail_config.h:253:1: warning:
PACKAGE_VERSION redefined
In file included from domain.c:29:
config.h:77:1: warning: this is the location of the previous definition
domain.c: In function ‘add_domain’:
domain.c:105: error: ‘VPOPMAILDIR’ undeclared (first use in this function)
domain.c:105: error: (Each undeclared identifier is reported only once
domain.c:105: error: for each function it appears in.)
domain.c:105: error: ‘VPOPMAILUID’ undeclared (first use in this function)
domain.c:105: error: ‘VPOPMAILGID’ undeclared (first use in this function)
make[2]: *** [domain.o] Error 1
make[2]: Leaving directory `/root/Desktop/vqadmin-2.3.7'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/vqadmin-2.3.7'
make: *** [all] Error 2

Please help.

Thanks and regards,

Amit


[qmailtoaster] VQAdmin survey results

2009-06-19 Thread Jake Vickers
For those that are interested, here are the results from our survey 
about VQAdmin:


9.8% - Remove it completely - she's dead Jim!

25.49% - Remove it, but create an optional package directory so that 
you may still install it if you want.


5.88% - Remove it and replace it with the QControl PE (Personal Edition) 
program - Yes I understand QControlPE only allows you to control 1 
domain and is not open source


25.49% - Leave it alone. It's been there forever and that's the way it 
should stay


33.33% - Remove it and replace it with a command-line, community written 
utility to add/del/etc. domains.


---

So, it being Father's Day weekend, I'm not going to do anything. 
Sometime next week I'll start a subversion repo for a new command 
utility to replace VQAdmin and figure out a schema for an optional 
software directory to move VQAdmin into (and some other packages).
Once I get the subversion repo set up I'll work up a general framework 
for the new utility. Then I'll give SVN access to who wants it and you 
can go from there. You can drop what I put together and write something 
new, continue with what I start and add to it, etc.


So start thinking of ideas on what you would like it to do and how to do 
it. People with at least Bash programming skills will be needed, so 
consider contributing if you can spare a few minutes here and there.


Thanks everyone!


-
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] VQAdmin survey results

2009-06-19 Thread Justice London
I'll try to take a look at this if I have time in the next few weeks. Due to
the necessary complexity of something like this, though, it'll probably be
best to read in information from the users database, so it might be a
python/perl script rather than bash.

Justice London
Systems Administrator
E-mail:  jlon...@lawinfo.com

-Original Message-
From: Jake Vickers [mailto:j...@qmailtoaster.com] 
Sent: Friday, June 19, 2009 1:17 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] VQAdmin survey results

For those that are interested, here are the results from our survey 
about VQAdmin:

9.8% - Remove it completely - she's dead Jim!

25.49% - Remove it, but create an optional package directory so that 
you may still install it if you want.

5.88% - Remove it and replace it with the QControl PE (Personal Edition) 
program - Yes I understand QControlPE only allows you to control 1 
domain and is not open source

25.49% - Leave it alone. It's been there forever and that's the way it 
should stay

33.33% - Remove it and replace it with a command-line, community written 
utility to add/del/etc. domains.

---

So, it being Father's Day weekend, I'm not going to do anything. 
Sometime next week I'll start a subversion repo for a new command 
utility to replace VQAdmin and figure out a schema for an optional 
software directory to move VQAdmin into (and some other packages).
Once I get the subversion repo set up I'll work up a general framework 
for the new utility. Then I'll give SVN access to who wants it and you 
can go from there. You can drop what I put together and write something 
new, continue with what I start and add to it, etc.

So start thinking of ideas on what you would like it to do and how to do 
it. People with at least Bash programming skills will be needed, so 
consider contributing if you can spare a few minutes here and there.

Thanks everyone!



-
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



No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.339 / Virus Database: 270.12.78/2185 - Release Date: 06/19/09
06:53:00


-
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] VQAdmin survey results

2009-06-19 Thread Jake Vickers

Justice London wrote:

I'll try to take a look at this if I have time in the next few weeks. Due to
the necessary complexity of something like this, though, it'll probably be
best to read in information from the users database, so it might be a
python/perl script rather than bash.

  


Sounds good. You're my 2nd volunteer.
I'm going to hammer out a quick menu in Bash and then hand it off from 
there. Just wanted to get the first block put down so the rest of the 
building will get built. I've always found that starting is always the 
hardest part.



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

2009-06-18 Thread Jake Vickers

Jake Vickers wrote:

Jake Vickers wrote:
Just wanted to remind everyone that there are still 3 days to vote on 
how we'll handle vqadmin going forward.

You can vote by going to http://survey.qmailtoaster.com/

So far the CLI option is still winning, with Leave it alone and 
Make it optional in a tie for second place.
For those that are interested, even if we do create a CLI utility to 
replace it, vqadmin will still be available in an optional software 
directory.



Just a reminder that tomorrow is the last day to vote on how to handle 
vqadmin going forward.

If you have not done so already, come on over and cast your vote!



A reminder to your reminder:
Today is the last day to vote on how we will handle VQAdmin going forward!
We've had a pretty good turn out so far. For the couple of you who have 
had issues with the tokens, make sure your email program is not 
separating the last character or two from your token ID from the link.

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

2009-06-17 Thread Jake Vickers

Jake Vickers wrote:
Just wanted to remind everyone that there are still 3 days to vote on 
how we'll handle vqadmin going forward.

You can vote by going to http://survey.qmailtoaster.com/

So far the CLI option is still winning, with Leave it alone and 
Make it optional in a tie for second place.
For those that are interested, even if we do create a CLI utility to 
replace it, vqadmin will still be available in an optional software 
directory.



Just a reminder that tomorrow is the last day to vote on how to handle 
vqadmin going forward.

If you have not done so already, come on over and cast your vote!


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

2009-06-15 Thread Jake Vickers
Just wanted to remind everyone that there are still 3 days to vote on 
how we'll handle vqadmin going forward.

You can vote by going to http://survey.qmailtoaster.com/

So far the CLI option is still winning, with Leave it alone and Make 
it optional in a tie for second place.
For those that are interested, even if we do create a CLI utility to 
replace it, vqadmin will still be available in an optional software 
directory.


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

2009-06-08 Thread Jake Vickers
I've meant to do this for a little while now, but have just not gotten 
around to it. I went ahead and whipped up a survey while eating lunch to 
get you, the community, to give me your opinion on how VQAdmin should be 
handled. Answers are anonymous and the majority will rule.
The survey asks how you think the VQAdmin package should be handled. I 
tried to include all the solutions I've seen on the list when this 
subject has been bantered about.


Here's the link:
http://survey.qmailtoaster.com/


Note that the last option (a command line utility) has not been written 
yet. If this is the way the community votes then I will set up a 
subversion repo so that anyone who has programming experience may help 
contribute to the utility. Understand that this means people will have 
to help write it. If it's the majority vote and no one helps write it, 
it won't be written!


Thanks for your input!


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

2008-02-07 Thread Ben Mills

Robert S Galloway wrote:

Howdy,

I just installed a new server with the QMT-ISO disc and I'm having 
trouble adding a domain to the server with VQAdmin. The install is 
default, but I have done a qtp-restore with data from my old server.


Basically, when I add the domain with VQAdmin, everything looks like it 
works, but then I go back to view domain and it says that there is no 
postmaster. Also, there is no directory under /home/vpopmail/domains.


Actually, the more I look at this, I think it is a completely hosed 
install. There is no /var/qmail/control folder like my other install.


I'm not really sure where to start troubleshooting this. Can someone get 
me pointed in the right direction?


I have no idea why you don't have /var/qmail/control. Domainkeys, TLS 
cert (pem) and lots of other stuff go there by default. The HELO string, 
for that matter, is set by a file in that dir.


But I can assure you that adding domains via VQadmin isn't very 
reliable. They should be added from the command line.


Ben

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



Re: [qmailtoaster] VQAdmin Problem

2008-02-07 Thread Ben Mills

David Campbell wrote:
it sounds like the installation didn't complete properly, I myself use 
the QMT-ISO package and it works fine for my machines (I recently 
installed the latest one) I wouldn't trust that installation if those 
folders were missing and I'd say reformat and try again.


NOTE: you do know that the QMT-ISO package has to restart the server 
several times before everything is installed?


Next time, check if those directories exist before you start transfering 
your backup


On 08/02/2008, *Ben Mills* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
wrote:


Something had to have went wrong. The easiest fix would be to spend a 
couple of hours rebuilding from scratch. Check things such as iptables, 
smtp greeting, helo string and so on to be certain all went OK. If port 
22 is open to the world, add a couple of lines in the iptables to tarpit 
IPs which have bot'd machines hanging on them. Trust me, the default 
helo string 'localhost.localdomain' will bestow upon you the honor of a 
CPL blacklisting in a matter of no time


Oh, and add domains via command line.

Ben

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



Re: [qmailtoaster] VQAdmin Problem

2008-02-07 Thread David Campbell
it sounds like the installation didn't complete properly, I myself use the
QMT-ISO package and it works fine for my machines (I recently installed the
latest one) I wouldn't trust that installation if those folders were missing
and I'd say reformat and try again.

NOTE: you do know that the QMT-ISO package has to restart the server several
times before everything is installed?

Next time, check if those directories exist before you start transfering
your backup

On 08/02/2008, Ben Mills [EMAIL PROTECTED] wrote:

 Robert S Galloway wrote:
  Howdy,
 
  I just installed a new server with the QMT-ISO disc and I'm having
  trouble adding a domain to the server with VQAdmin. The install is
  default, but I have done a qtp-restore with data from my old server.
 
  Basically, when I add the domain with VQAdmin, everything looks like it
  works, but then I go back to view domain and it says that there is no
  postmaster. Also, there is no directory under /home/vpopmail/domains.
 
  Actually, the more I look at this, I think it is a completely hosed
  install. There is no /var/qmail/control folder like my other install.
 
  I'm not really sure where to start troubleshooting this. Can someone get
  me pointed in the right direction?

 I have no idea why you don't have /var/qmail/control. Domainkeys, TLS
 cert (pem) and lots of other stuff go there by default. The HELO string,
 for that matter, is set by a file in that dir.

 But I can assure you that adding domains via VQadmin isn't very
 reliable. They should be added from the command line.

 Ben

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




-- 
David Campbell


E: [EMAIL PROTECTED]
W: http://www.bigbighuge.com

The information in this E-mail and any attachments is confidential. It is
intended solely for the attention and use of the named addressee(s). If you
are not the intended recipient, or person responsible for delivering this
information to the intended recipient, please notify the sender immediately.
Unless you are the intended recipient or his/her representative you are not
authorised to, and must not read, copy, distribute, use or retain this
message or any part of it. Opinions, conclusions and other information
expressed in this message are not given or endorsed by the sender unless
otherwise indicated by an authorised officer independent of this message.

...when was the last time you did a backup?...


[qmailtoaster] VQAdmin Problem

2008-02-06 Thread Robert S Galloway

Howdy,

I just installed a new server with the QMT-ISO disc and I'm having  
trouble adding a domain to the server with VQAdmin. The install is  
default, but I have done a qtp-restore with data from my old server.


Basically, when I add the domain with VQAdmin, everything looks like  
it works, but then I go back to view domain and it says that there  
is no postmaster. Also, there is no directory under /home/vpopmail/ 
domains.


Actually, the more I look at this, I think it is a completely hosed  
install. There is no /var/qmail/control folder like my other install.


I'm not really sure where to start troubleshooting this. Can someone  
get me pointed in the right direction?


Thanks, Robert

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



Re: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread Lucian Cristian

James Ecker wrote:
Thank you everyone for your help. I think I have gotten a little 
closer to fixing the problem. When I run a vdominfo I get the 
following problem:
 
domain: test.com

uid:89
gid:89
dir:/home/vpopmail/domains/test.com
Segmentation fault

After looking this problem up on Google, the only solution I found was 
to review the vpasswd file. Are there any other suggestions? Does 
anyone know where the vpasswd file is located?
 
James



Get the power of Windows + Web with the new Windows Live. Power up! 
http://www.windowslive.com?ocid=TXT_TAGLM_Wave2_powerofwindows_112007

the only file with a password is
/home/vpopmail/etc/vpopmail.mysql

the rest is in mysql database

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



RE: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread James Ecker

Thank you for you reply. 
The strace out put from two different domains, one that works and one that does 
not work, are shown below.
 
The only difference I can see is the 
--- SIGSEGV (Segmentation fault) @ 0 (0) ---+++ killed by SIGSEGV +++
 
Here is the last few lines of out put of the domain that does not have a 
problem.
 
fstat(6, {st_mode=S_IFREG|0644, st_size=2468, ...}) = 0mmap(NULL, 4096, 
PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aabf000read(6, 
veggiesoft.com\00089\00089\0/home/vpopm..., 4096) = 150close(6)   
 = 0munmap(0x2aabf000, 4096)= 0fstat(5, 
{st_mode=S_IFREG|0644, st_size=311, ...}) = 0mmap(NULL, 4096, 
PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aabf000read(5, 
+pdgproduce.com-:pdgproduce.com:..., 4096) = 311fstat(1, 
{st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0mmap(NULL, 4096, 
PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aacwrite(1, domain: test123.com\n, 23domain: test123.com) = 
23write(1, uid:89\n, 11uid:89)= 11write(1, gid:
89\n, 11gid:89)= 11write(1, dir:
/home/vpopmail/domains/t..., 46dir:/home/vpopmail/domains/test123.com) = 
46poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0write(4, \1\0\0\0\16, 5) 
 = 5read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11poll([{fd=4, 
events=POLLIN|POLLPRI}], 1, 0) = 0write(4, \375\0\0\0\3select cur_users, 
level_cur..., 257) = 257read(4, 
\1\0\0\1\20F\0\0\2\3def\10vpopmail\vdir_contr..., 16384) = 1289write(1, 
users:  0\n, 10users:  0) = 10poll([{fd=4, 
events=POLLIN|POLLPRI}], 1, 0) = 0write(4, \1\0\0\0\16, 5)  = 
5read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11poll([{fd=4, 
events=POLLIN|POLLPRI}], 1, 0) = 0write(4, :\1\0\0\3replace into dir_control ( 
..., 318) = 318read(4, \7\0\0\1\0\2\0\2\0\0\0, 16384) = 11read(5, , 4096)  
 = 0close(5)= 
0munmap(0x2aabf000, 4096)= 0poll([{fd=4, 
events=POLLIN|POLLPRI}], 1, 0) = 0write(4, \1\0\0\0\1, 5)   = 
5shutdown(4, 2 /* send and receive */)   = 0close(4)
= 0exit_group(0)   = ?
 
 
Here is the last few lines of out put of the domain that has a problem.
 
fstat(6, {st_mode=S_IFREG|0644, st_size=2468, ...}) = 0mmap(NULL, 4096, 
PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aabf000read(6, 
pdgproduce.com\00089\00089\0/home/vpopm..., 4096) = 396close(6)   
 = 0munmap(0x2aabf000, 4096)= 0fstat(5, 
{st_mode=S_IFREG|0644, st_size=311, ...}) = 0mmap(NULL, 4096, 
PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aabf000read(5, 
+testing.com-:testing.com:..., 4096) = 311fstat(1, {st_mode=S_IFCHR|0620, 
st_rdev=makedev(136, 0), ...}) = 0mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aacwrite(1, domain: 
testing.com\n, 23domain: testing.com) = 23write(1, uid:89\n, 11uid:
89)= 11write(1, gid:89\n, 11gid:89)= 
11write(1, dir:/home/vpopmail/domains/t..., 46dir:
/home/vpopmail/domains/testing.com) = 46poll([{fd=4, events=POLLIN|POLLPRI}], 
1, 0) = 0write(4, \1\0\0\0\16, 5)  = 5read(4, 
\7\0\0\1\0\0\0\2\0\0\0, 16384) = 11poll([{fd=4, events=POLLIN|POLLPRI}], 1, 
0) = 0write(4, \375\0\0\0\3select cur_users, level_cur..., 257) = 257read(4, 
\1\0\0\1\20F\0\0\2\3def\10vpopmail\vdir_contr..., 16384) = 1289--- SIGSEGV 
(Segmentation fault) @ 0 (0) ---+++ killed by SIGSEGV +++


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Sun, 9 Dec 2007 12:37:54 
+0100Subject: Re: [qmailtoaster] VQADMIN Problem



You could try a strace vdominfo
It should bail out with some more info.
 
JP
 

- Original Message - 
From: James Ecker 
To: qmailtoaster-list@qmailtoaster.com 
Sent: Sunday, December 09, 2007 6:40 AM
Subject: RE: [qmailtoaster] VQADMIN Problem
Thank you everyone for your help. I think I have gotten a little closer to 
fixing the problem. When I run a vdominfo I get the following problem: domain: 
test.comuid:89gid:89dir:/home/vpopmail/domains/test.comSegmentation 
faultAfter looking this problem up on Google, the only solution I found was to 
review the vpasswd file. Are there any other suggestions? Does anyone know 
where the vpasswd file is located? James

Get the power of Windows + Web with the new Windows Live. Power up! 
_
Put your friends on the big screen with Windows Vista® + Windows Live™.
http://www.microsoft.com/windows/shop/specialoffers.mspx?ocid=TXT_TAGLM_CPC_MediaCtr_bigscreen_102007

RE: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread Jean-Paul van de Plasse
Ok this does not help much for now, but it seems something goes wrong right
after the query to dir_control.

Guess you should check if there are differences in the entry for a domain
that works and one that does not..

 

JP

 

From: James Ecker [mailto:[EMAIL PROTECTED] 
Sent: zondag 9 december 2007 16:50
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] VQADMIN Problem

 

Thank you for you reply. 
The strace out put from two different domains, one that works and one that
does not work, are shown below.
 
The only difference I can see is the 
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
 
Here is the last few lines of out put of the domain that does not have a
problem.
 
fstat(6, {st_mode=S_IFREG|0644, st_size=2468, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2aabf000
read(6, veggiesoft.com\00089\00089\0/home/vpopm..., 4096) = 150
close(6)= 0
munmap(0x2aabf000, 4096)= 0
fstat(5, {st_mode=S_IFREG|0644, st_size=311, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2aabf000
read(5, +pdgproduce.com-:pdgproduce.com:..., 4096) = 311
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2aac
write(1, domain: test123.com\n, 23domain: test123.com
) = 23
write(1, uid:89\n, 11uid:89
)= 11
write(1, gid:89\n, 11gid:89
)= 11
write(1, dir:/home/vpopmail/domains/t..., 46dir:
/home/vpopmail/domains/test123.com
) = 46
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, \1\0\0\0\16, 5)  = 5
read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, \375\0\0\0\3select cur_users, level_cur..., 257) = 257
read(4, \1\0\0\1\20F\0\0\2\3def\10vpopmail\vdir_contr..., 16384) = 1289
write(1, users:  0\n, 10users:  0
) = 10
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, \1\0\0\0\16, 5)  = 5
read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, :\1\0\0\3replace into dir_control ( ..., 318) = 318
read(4, \7\0\0\1\0\2\0\2\0\0\0, 16384) = 11
read(5, , 4096)   = 0
close(5)= 0
munmap(0x2aabf000, 4096)= 0
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, \1\0\0\0\1, 5)   = 5
shutdown(4, 2 /* send and receive */)   = 0
close(4)= 0
exit_group(0)   = ?


 
 
Here is the last few lines of out put of the domain that has a problem.
 
fstat(6, {st_mode=S_IFREG|0644, st_size=2468, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2aabf000
read(6, pdgproduce.com\00089\00089\0/home/vpopm..., 4096) = 396
close(6)= 0
munmap(0x2aabf000, 4096)= 0
fstat(5, {st_mode=S_IFREG|0644, st_size=311, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2aabf000
read(5, +testing.com-:testing.com:..., 4096) = 311
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2aac
write(1, domain: testing.com\n, 23domain: testing.com
) = 23
write(1, uid:89\n, 11uid:89
)= 11
write(1, gid:89\n, 11gid:89
)= 11
write(1, dir:/home/vpopmail/domains/t..., 46dir:
/home/vpopmail/domains/testing.com
) = 46
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, \1\0\0\0\16, 5)  = 5
read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, \375\0\0\0\3select cur_users, level_cur..., 257) = 257
read(4, \1\0\0\1\20F\0\0\2\3def\10vpopmail\vdir_contr..., 16384) = 1289
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++



  _  

From: [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Date: Sun, 9 Dec 2007 12:37:54 +0100
Subject: Re: [qmailtoaster] VQADMIN Problem

You could try a strace vdominfo

It should bail out with some more info.

 

JP

 

- Original Message - 

From: James Ecker mailto:[EMAIL PROTECTED]  

To: qmailtoaster-list@qmailtoaster.com 

Sent: Sunday, December 09, 2007 6:40 AM

Subject: RE: [qmailtoaster] VQADMIN Problem

 

Thank you everyone for your help. I think I have gotten a little closer to
fixing the problem. When I run a vdominfo I get the following problem:
 
domain: test.com
uid:89
gid:89
dir:/home/vpopmail/domains/test.com
Segmentation fault

After looking this problem up on Google, the only solution I found was to
review the vpasswd file. Are there any other suggestions? Does anyone know
where the vpasswd file is located?
 
James


  _  


Get the power of Windows + Web with the new Windows

RE: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread James Ecker

I have looked through the two different mySQL tables, besides the obvious there 
is no difference between the tables. Because there is no difference between the 
two tables, I have to assume there is some other location vpopmail is keeping 
track of the domains.
 
I have backed up the non working domain data and recreated the table manually 
then restored the data, but that did not help.


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Sun, 9 Dec 2007 20:08:54 
+0100Subject: RE: [qmailtoaster] VQADMIN Problem






Ok this does not help much for now, but it seems something goes wrong right 
after the query to dir_control.
Guess you should check if there are differences in the entry for a domain that 
works and one that does not..
 
JP
 


From: James Ecker [mailto:[EMAIL PROTECTED] Sent: zondag 9 december 2007 
16:50To: [EMAIL PROTECTED]: RE: [qmailtoaster] VQADMIN Problem
 
Thank you for you reply. The strace out put from two different domains, one 
that works and one that does not work, are shown below. The only difference I 
can see is the --- SIGSEGV (Segmentation fault) @ 0 (0) ---+++ killed by 
SIGSEGV +++ Here is the last few lines of out put of the domain that does not 
have a problem. fstat(6, {st_mode=S_IFREG|0644, st_size=2468, ...}) = 
0mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aabf000read(6, veggiesoft.com\00089\00089\0/home/vpopm..., 4096) = 
150close(6)= 0munmap(0x2aabf000, 4096)  
  = 0fstat(5, {st_mode=S_IFREG|0644, st_size=311, ...}) = 0mmap(NULL, 4096, 
PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aabf000read(5, 
+pdgproduce.com-:pdgproduce.com:..., 4096) = 311fstat(1, 
{st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0mmap(NULL, 4096, 
PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aacwrite(1, domain: test123.com\n, 23domain: test123.com) = 
23write(1, uid:89\n, 11uid:89)= 11write(1, gid:
89\n, 11gid:89)= 11write(1, dir:
/home/vpopmail/domains/t..., 46dir:/home/vpopmail/domains/test123.com) = 
46poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0write(4, \1\0\0\0\16, 5) 
 = 5read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11poll([{fd=4, 
events=POLLIN|POLLPRI}], 1, 0) = 0write(4, \375\0\0\0\3select cur_users, 
level_cur..., 257) = 257read(4, 
\1\0\0\1\20F\0\0\2\3def\10vpopmail\vdir_contr..., 16384) = 1289write(1, 
users:  0\n, 10users:  0) = 10poll([{fd=4, 
events=POLLIN|POLLPRI}], 1, 0) = 0write(4, \1\0\0\0\16, 5)  = 
5read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11poll([{fd=4, 
events=POLLIN|POLLPRI}], 1, 0) = 0write(4, :\1\0\0\3replace into dir_control ( 
..., 318) = 318read(4, \7\0\0\1\0\2\0\2\0\0\0, 16384) = 11read(5, , 4096)  
 = 0close(5)= 
0munmap(0x2aabf000, 4096)= 0poll([{fd=4, 
events=POLLIN|POLLPRI}], 1, 0) = 0write(4, \1\0\0\0\1, 5)   = 
5shutdown(4, 2 /* send and receive */)   = 0close(4)
= 0exit_group(0)   = ?  Here is the last few lines 
of out put of the domain that has a problem. fstat(6, {st_mode=S_IFREG|0644, 
st_size=2468, ...}) = 0mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aabf000read(6, 
pdgproduce.com\00089\00089\0/home/vpopm..., 4096) = 396close(6)   
 = 0munmap(0x2aabf000, 4096)= 0fstat(5, 
{st_mode=S_IFREG|0644, st_size=311, ...}) = 0mmap(NULL, 4096, 
PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aabf000read(5, 
+testing.com-:testing.com:..., 4096) = 311fstat(1, {st_mode=S_IFCHR|0620, 
st_rdev=makedev(136, 0), ...}) = 0mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aacwrite(1, domain: 
testing.com\n, 23domain: testing.com) = 23write(1, uid:89\n, 11uid:
89)= 11write(1, gid:89\n, 11gid:89)= 
11write(1, dir:/home/vpopmail/domains/t..., 46dir:
/home/vpopmail/domains/testing.com) = 46poll([{fd=4, events=POLLIN|POLLPRI}], 
1, 0) = 0write(4, \1\0\0\0\16, 5)  = 5read(4, 
\7\0\0\1\0\0\0\2\0\0\0, 16384) = 11poll([{fd=4, events=POLLIN|POLLPRI}], 1, 
0) = 0write(4, \375\0\0\0\3select cur_users, level_cur..., 257) = 257read(4, 
\1\0\0\1\20F\0\0\2\3def\10vpopmail\vdir_contr..., 16384) = 1289--- SIGSEGV 
(Segmentation fault) @ 0 (0) ---+++ killed by SIGSEGV +++



From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Sun, 9 Dec 2007 12:37:54 
+0100Subject: Re: [qmailtoaster] VQADMIN Problem

You could try a strace vdominfo

It should bail out with some more info.

 

JP

 


- Original Message - 

From: James Ecker 

To: qmailtoaster-list@qmailtoaster.com 

Sent: Sunday, December 09, 2007 6:40 AM

Subject: RE: [qmailtoaster] VQADMIN Problem

 
Thank you everyone for your help. I think I have gotten a little closer to 
fixing the problem. When I

Re: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread Erik A. Espinoza
Check the following
1) The permissions are owned by vpopmail:vchkpw all files in the
domain dir for your domain that fails
2) Check /var/qmail/users/assign that the correct uid:gid are set for
that domain, use any other domain as a template.

Erik

On Dec 9, 2007 11:45 AM, James Ecker [EMAIL PROTECTED] wrote:

  I have looked through the two different mySQL tables, besides the obvious
 there is no difference between the tables. Because there is no difference
 between the two tables, I have to assume there is some other location
 vpopmail is keeping track of the domains.

  I have backed up the non working domain data and recreated the table
 manually then restored the data, but that did not help.



  
  From: [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Date: Sun, 9 Dec 2007 20:08:54 +0100


 Subject: RE: [qmailtoaster] VQADMIN Problem




 Ok this does not help much for now, but it seems something goes wrong right
 after the query to dir_control.

 Guess you should check if there are differences in the entry for a domain
 that works and one that does not..



 JP





 From: James Ecker [mailto:[EMAIL PROTECTED]
 Sent: zondag 9 december 2007 16:50
 To: qmailtoaster-list@qmailtoaster.com
 Subject: RE: [qmailtoaster] VQADMIN Problem



 Thank you for you reply.
 The strace out put from two different domains, one that works and one that
 does not work, are shown below.

 The only difference I can see is the
 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
 +++ killed by SIGSEGV +++

 Here is the last few lines of out put of the domain that does not have a
 problem.

 fstat(6, {st_mode=S_IFREG|0644, st_size=2468, ...}) = 0
 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
 0x2aabf000
 read(6, veggiesoft.com\00089\00089\0/home/vpopm..., 4096) = 150
 close(6)= 0
 munmap(0x2aabf000, 4096)= 0
 fstat(5, {st_mode=S_IFREG|0644, st_size=311, ...}) = 0
 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
 0x2aabf000
 read(5, +pdgproduce.com-:pdgproduce.com:..., 4096) = 311
 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
 0x2aac
 write(1, domain: test123.com\n, 23domain: test123.com
 ) = 23
 write(1, uid:89\n, 11uid:89
 )= 11
 write(1, gid:89\n, 11gid:89
 )= 11
 write(1, dir:/home/vpopmail/domains/t..., 46dir:
 /home/vpopmail/domains/test123.com
 ) = 46
 poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
 write(4, \1\0\0\0\16, 5)  = 5
 read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11
 poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
 write(4, \375\0\0\0\3select cur_users, level_cur..., 257) = 257
 read(4, \1\0\0\1\20F\0\0\2\3def\10vpopmail\vdir_contr..., 16384) = 1289
 write(1, users:  0\n, 10users:  0
 ) = 10
 poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
 write(4, \1\0\0\0\16, 5)  = 5
 read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11
 poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
 write(4, :\1\0\0\3replace into dir_control ( ..., 318) = 318
 read(4, \7\0\0\1\0\2\0\2\0\0\0, 16384) = 11
 read(5, , 4096)   = 0
 close(5)= 0
 munmap(0x2aabf000, 4096)= 0
 poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
 write(4, \1\0\0\0\1, 5)   = 5
 shutdown(4, 2 /* send and receive */)   = 0
 close(4)= 0
 exit_group(0)   = ?




 Here is the last few lines of out put of the domain that has a problem.

 fstat(6, {st_mode=S_IFREG|0644, st_size=2468, ...}) = 0
 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
 0x2aabf000
 read(6, pdgproduce.com\00089\00089\0/home/vpopm..., 4096) = 396
 close(6)= 0
 munmap(0x2aabf000, 4096)= 0
 fstat(5, {st_mode=S_IFREG|0644, st_size=311, ...}) = 0
 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
 0x2aabf000
 read(5, +testing.com-:testing.com:..., 4096) = 311
 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
 0x2aac
 write(1, domain: testing.com\n, 23domain: testing.com
 ) = 23
 write(1, uid:89\n, 11uid:89
 )= 11
 write(1, gid:89\n, 11gid:89
 )= 11
 write(1, dir:/home/vpopmail/domains/t..., 46dir:
 /home/vpopmail/domains/testing.com
 ) = 46
 poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
 write(4, \1\0\0\0\16, 5)  = 5
 read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11
 poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
 write(4, \375\0\0\0\3select cur_users, level_cur..., 257) = 257
 read(4, \1\0\0\1\20F\0\0\2\3def\10vpopmail\vdir_contr..., 16384) = 1289
 --- SIGSEGV (Segmentation fault) @ 0 (0

Re: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread Jean-Paul van de Plasse
Did you also check the table dir_control ?

JP
  - Original Message - 
  From: James Ecker 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Sunday, December 09, 2007 8:45 PM
  Subject: RE: [qmailtoaster] VQADMIN Problem


  I have looked through the two different mySQL tables, besides the obvious 
there is no difference between the tables. Because there is no difference 
between the two tables, I have to assume there is some other location vpopmail 
is keeping track of the domains.
   
  I have backed up the non working domain data and recreated the table manually 
then restored the data, but that did not help.





From: [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Date: Sun, 9 Dec 2007 20:08:54 +0100
Subject: RE: [qmailtoaster] VQADMIN Problem


Ok this does not help much for now, but it seems something goes wrong right 
after the query to dir_control.

Guess you should check if there are differences in the entry for a domain 
that works and one that does not..



JP



From: James Ecker [mailto:[EMAIL PROTECTED] 
Sent: zondag 9 december 2007 16:50
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] VQADMIN Problem



Thank you for you reply. 
The strace out put from two different domains, one that works and one that 
does not work, are shown below.
 
The only difference I can see is the 
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
 
Here is the last few lines of out put of the domain that does not have a 
problem.
 
fstat(6, {st_mode=S_IFREG|0644, st_size=2468, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aabf000
read(6, veggiesoft.com\00089\00089\0/home/vpopm..., 4096) = 150
close(6)= 0
munmap(0x2aabf000, 4096)= 0
fstat(5, {st_mode=S_IFREG|0644, st_size=311, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aabf000
read(5, +pdgproduce.com-:pdgproduce.com:..., 4096) = 311
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aac
write(1, domain: test123.com\n, 23domain: test123.com
) = 23
write(1, uid:89\n, 11uid:89
)= 11
write(1, gid:89\n, 11gid:89
)= 11
write(1, dir:/home/vpopmail/domains/t..., 46dir:
/home/vpopmail/domains/test123.com
) = 46
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, \1\0\0\0\16, 5)  = 5
read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, \375\0\0\0\3select cur_users, level_cur..., 257) = 257
read(4, \1\0\0\1\20F\0\0\2\3def\10vpopmail\vdir_contr..., 16384) = 1289
write(1, users:  0\n, 10users:  0
) = 10
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, \1\0\0\0\16, 5)  = 5
read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, :\1\0\0\3replace into dir_control ( ..., 318) = 318
read(4, \7\0\0\1\0\2\0\2\0\0\0, 16384) = 11
read(5, , 4096)   = 0
close(5)= 0
munmap(0x2aabf000, 4096)= 0
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, \1\0\0\0\1, 5)   = 5
shutdown(4, 2 /* send and receive */)   = 0
close(4)= 0
exit_group(0)   = ?


 
 
Here is the last few lines of out put of the domain that has a problem.
 
fstat(6, {st_mode=S_IFREG|0644, st_size=2468, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aabf000
read(6, pdgproduce.com\00089\00089\0/home/vpopm..., 4096) = 396
close(6)= 0
munmap(0x2aabf000, 4096)= 0
fstat(5, {st_mode=S_IFREG|0644, st_size=311, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aabf000
read(5, +testing.com-:testing.com:..., 4096) = 311
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aac
write(1, domain: testing.com\n, 23domain: testing.com
) = 23
write(1, uid:89\n, 11uid:89
)= 11
write(1, gid:89\n, 11gid:89
)= 11
write(1, dir:/home/vpopmail/domains/t..., 46dir:
/home/vpopmail/domains/testing.com
) = 46
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0
write(4, \1\0\0\0\16, 5)  = 5
read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11

RE: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread James Ecker

Well through a combination of things the problem is solved. After deleting the 
domain, I verified the domain folder was deleted, the domain table was deleted, 
and all records for the domain were deleted from the dir_control table. I then 
ran qmail-newu and recreated the domain with vadddomain. That seemed to fix the 
problem for that domain.
 
I was able to recreate the problem by creating, then deleteing, recreating a 
domain in vqadmin. If I do that the problem is recreated. The only way to then 
recreate the domain, which can be managed by vqadmin and qmailadmin is by 
following the steps above.
 
Thank you everyone for all of your help. 


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Mon, 10 Dec 2007 02:15:19 
+0100Subject: Re: [qmailtoaster] VQADMIN Problem



Did you also check the table dir_control ?
 
JP

- Original Message - 
From: James Ecker 
To: qmailtoaster-list@qmailtoaster.com 
Sent: Sunday, December 09, 2007 8:45 PM
Subject: RE: [qmailtoaster] VQADMIN Problem
I have looked through the two different mySQL tables, besides the obvious there 
is no difference between the tables. Because there is no difference between the 
two tables, I have to assume there is some other location vpopmail is keeping 
track of the domains. I have backed up the non working domain data and 
recreated the table manually then restored the data, but that did not help.


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Sun, 9 Dec 2007 20:08:54 
+0100Subject: RE: [qmailtoaster] VQADMIN Problem





Ok this does not help much for now, but it seems something goes wrong right 
after the query to dir_control.
Guess you should check if there are differences in the entry for a domain that 
works and one that does not..
 
JP
 


From: James Ecker [mailto:[EMAIL PROTECTED] Sent: zondag 9 december 2007 
16:50To: [EMAIL PROTECTED]: RE: [qmailtoaster] VQADMIN Problem
 
Thank you for you reply. The strace out put from two different domains, one 
that works and one that does not work, are shown below. The only difference I 
can see is the --- SIGSEGV (Segmentation fault) @ 0 (0) ---+++ killed by 
SIGSEGV +++ Here is the last few lines of out put of the domain that does not 
have a problem. fstat(6, {st_mode=S_IFREG|0644, st_size=2468, ...}) = 
0mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aabf000read(6, veggiesoft.com\00089\00089\0/home/vpopm..., 4096) = 
150close(6)= 0munmap(0x2aabf000, 4096)  
  = 0fstat(5, {st_mode=S_IFREG|0644, st_size=311, ...}) = 0mmap(NULL, 4096, 
PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aabf000read(5, 
+pdgproduce.com-:pdgproduce.com:..., 4096) = 311fstat(1, 
{st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0mmap(NULL, 4096, 
PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aacwrite(1, domain: test123.com\n, 23domain: test123.com) = 
23write(1, uid:89\n, 11uid:89)= 11write(1, gid:
89\n, 11gid:89)= 11write(1, dir:
/home/vpopmail/domains/t..., 46dir:/home/vpopmail/domains/test123.com) = 
46poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0write(4, \1\0\0\0\16, 5) 
 = 5read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11poll([{fd=4, 
events=POLLIN|POLLPRI}], 1, 0) = 0write(4, \375\0\0\0\3select cur_users, 
level_cur..., 257) = 257read(4, 
\1\0\0\1\20F\0\0\2\3def\10vpopmail\vdir_contr..., 16384) = 1289write(1, 
users:  0\n, 10users:  0) = 10poll([{fd=4, 
events=POLLIN|POLLPRI}], 1, 0) = 0write(4, \1\0\0\0\16, 5)  = 
5read(4, \7\0\0\1\0\0\0\2\0\0\0, 16384) = 11poll([{fd=4, 
events=POLLIN|POLLPRI}], 1, 0) = 0write(4, :\1\0\0\3replace into dir_control ( 
..., 318) = 318read(4, \7\0\0\1\0\2\0\2\0\0\0, 16384) = 11read(5, , 4096)  
 = 0close(5)= 
0munmap(0x2aabf000, 4096)= 0poll([{fd=4, 
events=POLLIN|POLLPRI}], 1, 0) = 0write(4, \1\0\0\0\1, 5)   = 
5shutdown(4, 2 /* send and receive */)   = 0close(4)
= 0exit_group(0)   = ?  Here is the last few lines 
of out put of the domain that has a problem. fstat(6, {st_mode=S_IFREG|0644, 
st_size=2468, ...}) = 0mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aabf000read(6, 
pdgproduce.com\00089\00089\0/home/vpopm..., 4096) = 396close(6)   
 = 0munmap(0x2aabf000, 4096)= 0fstat(5, 
{st_mode=S_IFREG|0644, st_size=311, ...}) = 0mmap(NULL, 4096, 
PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aabf000read(5, 
+testing.com-:testing.com:..., 4096) = 311fstat(1, {st_mode=S_IFCHR|0620, 
st_rdev=makedev(136, 0), ...}) = 0mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aacwrite(1, domain: 
testing.com\n, 23domain: testing.com) = 23write(1, uid:89\n, 11uid:
89)= 11write(1, gid:89\n, 11gid

RE: [qmailtoaster] VQADMIN Problem

2007-12-08 Thread James Ecker

Thank you everyone for your help. I think I have gotten a little closer to 
fixing the problem. When I run a vdominfo I get the following problem:
 
domain: test.comuid:89gid:89dir:
/home/vpopmail/domains/test.comSegmentation fault
After looking this problem up on Google, the only solution I found was to 
review the vpasswd file. Are there any other suggestions? Does anyone know 
where the vpasswd file is located?
 
James
_
Put your friends on the big screen with Windows Vista® + Windows Live™.
http://www.microsoft.com/windows/shop/specialoffers.mspx?ocid=TXT_TAGLM_CPC_MediaCtr_bigscreen_102007

Re: [qmailtoaster] VQADMIN Problem

2007-12-08 Thread Erik A. Espinoza
Someone please correct me if I am wrong, but I don't think the
QmailToaster has a vpopmail file.

On Dec 8, 2007 9:40 PM, James Ecker [EMAIL PROTECTED] wrote:

  Thank you everyone for your help. I think I have gotten a little closer to
 fixing the problem. When I run a vdominfo I get the following problem:

  domain: test.com
 uid:89
 gid:89
 dir:/home/vpopmail/domains/test.com
 Segmentation fault

  After looking this problem up on Google, the only solution I found was to
 review the vpasswd file. Are there any other suggestions? Does anyone know
 where the vpasswd file is located?

  James

 
 Get the power of Windows + Web with the new Windows Live. Power up!

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



Re: [qmailtoaster] VQADMIN Problem

2007-12-08 Thread Erik A. Espinoza
Sorry that should have read vpasswd file.

Erik

On Dec 8, 2007 11:11 PM, Erik A. Espinoza [EMAIL PROTECTED] wrote:
 Someone please correct me if I am wrong, but I don't think the
 QmailToaster has a vpopmail file.


 On Dec 8, 2007 9:40 PM, James Ecker [EMAIL PROTECTED] wrote:
 
   Thank you everyone for your help. I think I have gotten a little closer to
  fixing the problem. When I run a vdominfo I get the following problem:
 
   domain: test.com
  uid:89
  gid:89
  dir:/home/vpopmail/domains/test.com
  Segmentation fault
 
   After looking this problem up on Google, the only solution I found was to
  review the vpasswd file. Are there any other suggestions? Does anyone know
  where the vpasswd file is located?
 
   James
 
  
  Get the power of Windows + Web with the new Windows Live. Power up!


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



RE: [qmailtoaster] VQADMIN Problem

2007-12-07 Thread Andreas
Did you create this domain with vqadmin?
I dont know why vqadmin is still installed with the toaster but I have
never heard it was a useful tool.
Just create the domain per commandline
(t.i. /home/vpopmail/bin/vadddomain domain.name.com) and it should work.
Never heard about problems when using the commandline.

Andreas

Am Freitag, den 07.12.2007, 07:49 -0700 schrieb James Ecker:
 Yes, even after I deleted and recreated the same domain I am still not
 able to administrator the domain from VQADMIN nor QMAILADMIN. Any
 other ideas?
 
  Date: Thu, 6 Dec 2007 11:48:18 -0500
  From: [EMAIL PROTECTED]
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: [qmailtoaster] VQADMIN Problem
  
  There have been several people report problems with Vqadmin. The
 response has most often been that Vqadmin is broken and should not be
 used. I'm not sure if your problem is the same but have you tried to
 create the domain from the command line?
  
  Phil
  
  
  -Original message-
  From: James Ecker [EMAIL PROTECTED]
  Date: Thu, 06 Dec 2007 11:43:31 -0500
  To: qmailtoaster-list@qmailtoaster.com
  Subject: [qmailtoaster] VQADMIN Problem
  
   
   I have a strange one for everyone. I am using the lastest
 qmailtoaster on CentOS 5.1 x86_64, installed without any problems. My
 problem is I have ONE domain I created that I cannot not manage from
 vqadmin, yet all of the other domains are able to be managed. When I
 try to manage this domain I get an internal error 500. I have followed
 other suggestions of verifying dir_control.cur_users is zero, still
 same problem. I have deleted the domain and verified the directory has
 been deleted from vpopmail/domains then recrated it, but still ended
 up with the same problem only for this domain. Again, I can create a
 domain by any other name and no problems. Any one have any ideas?
 Thank you in advance..
   _
   You keep typing, we keep giving. Download Messenger and join the
 i’m Initiative now.
   http://im.live.com/messenger/im/home/?source=TAGLM
   
  
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 
 -
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
  
 
 
 __
 Your smile counts. The more smiles you share, the more we donate. Join
 in!


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



RE: [qmailtoaster] VQADMIN Problem

2007-12-07 Thread James Ecker

Yes, even after I deleted and recreated the same domain I am still not able to 
administrator the domain from VQADMIN nor QMAILADMIN. Any other ideas? Date: 
Thu, 6 Dec 2007 11:48:18 -0500 From: [EMAIL PROTECTED] To: 
qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] VQADMIN 
Problem  There have been several people report problems with Vqadmin. The 
response has most often been that Vqadmin is broken and should not be used. I'm 
not sure if your problem is the same but have you tried to create the domain 
from the command line?  Phil   -Original message- From: James 
Ecker [EMAIL PROTECTED] Date: Thu, 06 Dec 2007 11:43:31 -0500 To: 
qmailtoaster-list@qmailtoaster.com Subject: [qmailtoaster] VQADMIN Problem  
   I have a strange one for everyone. I am using the lastest qmailtoaster on 
CentOS 5.1 x86_64, installed without any problems. My problem is I have ONE 
domain I created that I cannot not manage from vqadmin, yet all of the other 
domains are able to be managed. When I try to manage this domain I get an 
internal error 500. I have followed other suggestions of verifying 
dir_control.cur_users is zero, still same problem. I have deleted the domain 
and verified the directory has been deleted from vpopmail/domains then recrated 
it, but still ended up with the same problem only for this domain. Again, I can 
create a domain by any other name and no problems. Any one have any ideas? 
Thank you in advance..  
_  You keep 
typing, we keep giving. Download Messenger and join the i’m Initiative now.  
http://im.live.com/messenger/im/home/?source=TAGLM
- 
QmailToaster hosted by: VR Hosted http://www.vr.org 
- To 
unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL 
PROTECTED] 
_
Your smile counts. The more smiles you share, the more we donate.  Join in.
www.windowslive.com/smile?ocid=TXT_TAGLM_Wave2_oprsmilewlhmtagline

[qmailtoaster] VQADMIN Problem

2007-12-06 Thread James Ecker

I have a strange one for everyone. I am using the lastest qmailtoaster on 
CentOS 5.1 x86_64, installed without any problems. My problem is I have ONE 
domain I created that I cannot not manage from vqadmin, yet all of the other 
domains are able to be managed. When I try to manage this domain I get an 
internal error 500. I have followed other suggestions of verifying 
dir_control.cur_users is zero, still same problem. I have deleted the domain 
and verified the directory has been deleted from vpopmail/domains then recrated 
it, but still ended up with the same problem only for this domain. Again, I can 
create a domain by any other name and no problems.  Any one have any ideas? 
Thank you in advance..
_
You keep typing, we keep giving. Download Messenger and join the i’m Initiative 
now.
http://im.live.com/messenger/im/home/?source=TAGLM

Re: [qmailtoaster] VQADMIN Problem

2007-12-06 Thread Phil Leinhauser
There have been several people report problems with Vqadmin.  The response has 
most often been that Vqadmin is broken and should not be used.  I'm not sure if 
your problem is the same but have you tried to create the domain from the 
command line?

Phil


-Original message-
From: James Ecker [EMAIL PROTECTED]
Date: Thu, 06 Dec 2007 11:43:31 -0500
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] VQADMIN Problem

 
 I have a strange one for everyone. I am using the lastest qmailtoaster on 
 CentOS 5.1 x86_64, installed without any problems. My problem is I have ONE 
 domain I created that I cannot not manage from vqadmin, yet all of the other 
 domains are able to be managed. When I try to manage this domain I get an 
 internal error 500. I have followed other suggestions of verifying 
 dir_control.cur_users is zero, still same problem. I have deleted the domain 
 and verified the directory has been deleted from vpopmail/domains then 
 recrated it, but still ended up with the same problem only for this domain. 
 Again, I can create a domain by any other name and no problems.  Any one have 
 any ideas? Thank you in advance..
 _
 You keep typing, we keep giving. Download Messenger and join the i’m 
 Initiative now.
 http://im.live.com/messenger/im/home/?source=TAGLM
 

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



[qmailtoaster] vqadmin blank pages

2007-11-20 Thread dnk
Hi there,

I am just trying to retouch on a subject that has been covered in the
past (however there were no replies to the original posts - from my
google searches).

I have a few domains (maybe 5 out of a couple hundred), in which when
I try to view via vqadmin - come up with blank pages. These domains
were added VIA the command line with the vpopmail tools.

Has anyone else found a soultion to this?

Regards,

Dustin

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



Re: [qmailtoaster] vqadmin blank pages

2007-11-20 Thread A M
Hi,

there's some kind of bug??? in qmailadmin vs popmail vs vqadmin that causes
the users field int the dir_control table in vpopmail database to get set
the max users number, switching this field to 0 solves this issue...

AM

2007/11/20, dnk [EMAIL PROTECTED]:

 Hi there,

 I am just trying to retouch on a subject that has been covered in the
 past (however there were no replies to the original posts - from my
 google searches).

 I have a few domains (maybe 5 out of a couple hundred), in which when
 I try to view via vqadmin - come up with blank pages. These domains
 were added VIA the command line with the vpopmail tools.

 Has anyone else found a soultion to this?

 Regards,

 Dustin

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




-- 
AM
agmsoft(at)gmail.com


Re: [qmailtoaster] vqadmin did'nt work disable email relay

2007-11-19 Thread A M
Hi,

Greatt it helped...

hope to ear good news ;)

AM

2007/11/17, Natalio Gatti [EMAIL PROTECTED]:



 On Jun 22, 2007 11:05 AM, A M [EMAIL PROTECTED] wrote:

  Hi,
 
  follows eMPF patch against 1.3.15
 
 
  --
  AM
  agmsoft(at)gmail.com
  -
  QmailToaster hosted by: VR Hosted http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 

 Hey A M. I'm installing your empf patch right now. I Just wanted to thank
 you for your work, it made it really easy. I will report the results later
 to the list.

 Natalio.




-- 
AM
agmsoft(at)gmail.com


Re: [qmailtoaster] vqadmin did'nt work disable email relay

2007-11-17 Thread Natalio Gatti
On Jun 22, 2007 11:05 AM, A M [EMAIL PROTECTED] wrote:

 Hi,

 follows eMPF patch against 1.3.15


 --
 AM
 agmsoft(at)gmail.com
 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


Hey A M. I'm installing your empf patch right now. I Just wanted to thank
you for your work, it made it really easy. I will report the results later
to the list.

Natalio.


[qmailtoaster] vqadmin safe to use to set limits, etc

2007-10-11 Thread dnk
I know that thet vqadmin has some issues with new domain setup. But is it ok
to manage things like the number of accounts per domain, etc?


[qmailtoaster] vqAdmin and SMTP authentication problem.

2007-08-13 Thread Kaven Gagnon
Hi, since my last qmail migration, I cannot access to some domains from
vqAdmin.  All domains appear, but some domains display a blank page when I
click on them (6 of 51 of my domain have this problem).

Another problem, SMTP authentication is not working, Outlook said that
none of authentication method is supported by the server.  Nothing found
in logs...

Thanks for you're help.

Regards,
Kaven G.


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



Re: [qmailtoaster] vqAdmin and SMTP authentication problem.

2007-08-13 Thread A M
2007/8/13, Kaven Gagnon [EMAIL PROTECTED]:

 Hi, since my last qmail migration, I cannot access to some domains from
 vqAdmin.  All domains appear, but some domains display a blank page when I
 click on them (6 of 51 of my domain have this problem).

 Another problem, SMTP authentication is not working, Outlook said that
 none of authentication method is supported by the server.  Nothing found
 in logs...

 Thanks for you're help.

 Regards,
 Kaven G.


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


Hi,

for vqadmin part , check your mysql vpopmail db , table dir_control there
would a different value in cur_users wich you should change to 0 (zero) , I
usualy use phpmyadmin.

what version of outlook are getting this error with ? 2000 is a trouble
maker.

agmsoft(at)gmail.com


Re: [qmailtoaster] vqAdmin and SMTP authentication problem.

2007-08-13 Thread Kaven Gagnon
Hi, thanks a lot, my vqAdmin problem is solved!

About SMTP Auth, I use Outlook 2007... Authentication work very well
before my migration on this machine.




 2007/8/13, Kaven Gagnon [EMAIL PROTECTED]:

 Hi, since my last qmail migration, I cannot access to some domains from
 vqAdmin.  All domains appear, but some domains display a blank page when
 I
 click on them (6 of 51 of my domain have this problem).

 Another problem, SMTP authentication is not working, Outlook said that
 none of authentication method is supported by the server.  Nothing found
 in logs...

 Thanks for you're help.

 Regards,
 Kaven G.


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


 Hi,

 for vqadmin part , check your mysql vpopmail db , table dir_control there
 would a different value in cur_users wich you should change to 0 (zero) ,
 I
 usualy use phpmyadmin.

 what version of outlook are getting this error with ? 2000 is a trouble
 maker.

 agmsoft(at)gmail.com



Regards,
Kaven G.


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



Re: [qmailtoaster] vqadmin did'nt work disable email relay

2007-06-22 Thread PakOgah

Firdaus Tjahyadi wrote:

Dear All

i want to use vqadmin disable email relay feature

so some of my email account user can't relay our mail server to send  
email to other domain

Firdaus,
let me confirm this, you want some of your email account are unable to 
sent email to other domain?

if so, you can patch your qmail-toaster source with empf patch.
http://www.inter7.com/?page=empf
http://www.inter7.com/?page=empf-install

but which version of empf-patch should be applied to qmail-toaster and 
how to patch I dont know either.

Look at qmailtoaster wiki, no empf was mentioned.

at least the readme and install file is there
if you dont mind (and maybe others) after succesfully added empf patch 
can update the wiki


rgds


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



Re: [qmailtoaster] vqadmin did'nt work disable email relay

2007-06-22 Thread A M

Hi,

follows eMPF patch against 1.3.15

2007/6/22, PakOgah [EMAIL PROTECTED]:


Firdaus Tjahyadi wrote:
 Dear All

 i want to use vqadmin disable email relay feature

 so some of my email account user can't relay our mail server to send
 email to other domain
Firdaus,
let me confirm this, you want some of your email account are unable to
sent email to other domain?
if so, you can patch your qmail-toaster source with empf patch.
http://www.inter7.com/?page=empf
http://www.inter7.com/?page=empf-install

but which version of empf-patch should be applied to qmail-toaster and
how to patch I dont know either.
Look at qmailtoaster wiki, no empf was mentioned.

at least the readme and install file is there
if you dont mind (and maybe others) after succesfully added empf patch
can update the wiki

rgds


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





--
AM
agmsoft(at)gmail.com


1.3.15.tar.bz2
Description: BZip2 compressed data
-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [qmailtoaster] vqadmin did'nt work disable email relay

2007-06-22 Thread PakOgah

is this the patch?
eMPF patch for Bill Shupp's qmail toaster v0.8.1
created by Mike Tesliuk
http://www.inter7.com/empf/empf-toaster-0.8.1.patch


A M wrote:

Hi,

follows eMPF patch against 1.3.15

2007/6/22, PakOgah [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]:


Firdaus Tjahyadi wrote:
 Dear All

 i want to use vqadmin disable email relay feature

 so some of my email account user can't relay our mail server to send
 email to other domain
Firdaus,
let me confirm this, you want some of your email account are unable to
sent email to other domain?
if so, you can patch your qmail-toaster source with empf patch.
http://www.inter7.com/?page=empf
http://www.inter7.com/?page=empf-install

but which version of empf-patch should be applied to qmail-toaster and
how to patch I dont know either.
Look at qmailtoaster wiki, no empf was mentioned.




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



Re: [qmailtoaster] vqadmin did'nt work disable email relay

2007-06-22 Thread A M

No,

this one is hand made (as per inter7 instructions) to fit inline with QMT.

When ever i install a new release I test my patch in the toaster put it on a
devel server then test it for a while.
When it's safe to go i set it up on production servers.

Never tried Bill's patch as i've never installed Bill's toaster, but it
shouldn't be very diferent...
Mainly if if you follow Inert7 instructions you get it done. I made a simple
patch so I'ld have to patch the code directly every time there is an update.
This way is just check what has change, and patch it in.

A M

2007/6/22, PakOgah [EMAIL PROTECTED]:


is this the patch?
eMPF patch for Bill Shupp's qmail toaster v0.8.1
created by Mike Tesliuk
http://www.inter7.com/empf/empf-toaster-0.8.1.patch


A M wrote:
 Hi,

 follows eMPF patch against 1.3.15

 2007/6/22, PakOgah [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]:

 Firdaus Tjahyadi wrote:
  Dear All
 
  i want to use vqadmin disable email relay feature
 
  so some of my email account user can't relay our mail server to
send
  email to other domain
 Firdaus,
 let me confirm this, you want some of your email account are unable
to
 sent email to other domain?
 if so, you can patch your qmail-toaster source with empf patch.
 http://www.inter7.com/?page=empf
 http://www.inter7.com/?page=empf-install

 but which version of empf-patch should be applied to qmail-toaster
and
 how to patch I dont know either.
 Look at qmailtoaster wiki, no empf was mentioned.



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





--
AM
agmsoft(at)gmail.com


[qmailtoaster] vqadmin did'nt work disable email relay

2007-06-21 Thread Firdaus Tjahyadi

Dear All

i want to use vqadmin disable email relay feature

so some of my email account user can't relay our mail server to send  email
to other domain

but  when i try this feature ini vqadmin it 's did'nt work

i use Suse Linux Enterprises 10
and my qmailtoaster is

ucspi-tcp-toaster-0.88-1.3.5
autorespond-toaster-2.0.4-1.3.3
maildrop-toaster-devel-2.0.3-1.3.5
libsrs2-toaster-1.0.18-1.3.3
ezmlm-cgi-toaster-0.53.324-1.3.3
squirrelmail-toaster-1.4.9a-1.3.6
libdomainkeys-toaster-0.68-1.3.3
courier-authlib-toaster-0.59.2-1.3.6
ezmlm-toaster-0.53.324-1.3.3
qmailmrtg-toaster-4.2-1.3.3
vqadmin-toaster-2.3.4-1.3.3
ripmime-toaster-1.4.0.6-1.3.3
simscan-toaster-1.3.1-1.3.6
vpopmail-toaster-5.4.17-1.3.4
qmail-pop3d-toaster-1.03-1.3.15
control-panel-toaster-0.5-1.3.4
isoqlog-toaster-2.1-1.3.4
spamassassin-toaster-3.1.8-1.3.8
clamav-toaster-0.90.1-1.3.13
qmail-toaster-1.03-1.3.15
qmailadmin-toaster-1.2.11-1.3.4
daemontools-toaster-0.76-1.3.3
courier-imap-toaster-4.1.2-1.3.7
maildrop-toaster-2.0.3-1.3.5
qmailtoaster-plus-0.2.11-1.3.13


wait for any sugestion or help

thanks

regards


Re: [qmailtoaster] vqadmin did'nt work disable email relay

2007-06-21 Thread Andreas
Hi Firdaus,

You should not turn on relaying on your server, others will find and you
will run in a bunch of problems.
Tell your users to authenticate when sending mails, so they can use your
server to send mails wherever they want.
Per default authentication is turned on in qmail-toaster.
You can test it with the following:

you send:  telnet your.server.ip  25
answer: Trying ip...
answer: Connected to your.server.ip.
Escape character is '^]'.
220 you.server.greeting - Welcome ESMTP
you send: ehlo your fqdn
answer: 250-you.server.name - Welcome
answer: 250-STARTTLS
answer: 250-PIPELINING
answer: 250-8BITMIME
answer: 250-SIZE 0
answer: 250 AUTH LOGIN PLAIN CRAM-MD5
That's your servers capabilities.

you type: quit
to close the session.

If you want to try the complete authorisation procedure have a look at:
http://qmail.jms1.net/test-auth.shtml



regards

Andreas
Am Donnerstag, den 21.06.2007, 16:18 +0700 schrieb Firdaus Tjahyadi:
 Dear All
 
 i want to use vqadmin disable email relay feature
 
 so some of my email account user can't relay our mail server to send
 email to other domain
 
 but  when i try this feature ini vqadmin it 's did'nt work 
 
 i use Suse Linux Enterprises 10
 and my qmailtoaster is
 
 ucspi-tcp-toaster-0.88-1.3.5
 autorespond-toaster-2.0.4-1.3.3
 maildrop-toaster-devel-2.0.3-1.3.5
 libsrs2-toaster-1.0.18-1.3.3
 ezmlm-cgi-toaster-0.53.324-1.3.3 
 squirrelmail-toaster-1.4.9a-1.3.6
 libdomainkeys-toaster-0.68-1.3.3
 courier-authlib-toaster-0.59.2-1.3.6
 ezmlm-toaster-0.53.324-1.3.3
 qmailmrtg-toaster-4.2-1.3.3
 vqadmin-toaster-2.3.4-1.3.3
 ripmime-toaster-1.4.0.6-1.3.3 
 simscan-toaster-1.3.1-1.3.6
 vpopmail-toaster-5.4.17-1.3.4
 qmail-pop3d-toaster-1.03-1.3.15
 control-panel-toaster-0.5-1.3.4
 isoqlog-toaster-2.1-1.3.4
 spamassassin-toaster-3.1.8-1.3.8
 clamav-toaster-0.90.1-1.3.13 
 qmail-toaster-1.03-1.3.15
 qmailadmin-toaster-1.2.11-1.3.4
 daemontools-toaster-0.76-1.3.3
 courier-imap-toaster-4.1.2-1.3.7
 maildrop-toaster-2.0.3-1.3.5
 qmailtoaster-plus-0.2.11-1.3.13
  
 
 wait for any sugestion or help 
 
 thanks
 
 regards 


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



[qmailtoaster] vqadmin error blank page

2007-03-05 Thread rendra
Dear All..

 

I am installing this incredible qmail-toaster in my fedora core 5 linux.

 

[EMAIL PROTECTED] ~]# rpm -qa | grep toaster | sort

autorespond-toaster-2.0.4-1.3.2

clamav-toaster-0.90-1.3.10

control-panel-toaster-0.5-1.3.3

courier-authlib-toaster-0.59.1-1.3.5

courier-imap-toaster-4.1.2-1.3.6

daemontools-toaster-0.76-1.3.2

ezmlm-cgi-toaster-0.53.324-1.3.2

ezmlm-toaster-0.53.324-1.3.2

isoqlog-toaster-2.1-1.3.2

libdomainkeys-toaster-0.68-1.3.2

libsrs2-toaster-1.0.18-1.3.2

maildrop-toaster-2.0.3-1.3.4

maildrop-toaster-devel-2.0.3-1.3.4

qmailadmin-toaster-1.2.9-1.3.3

qmailmrtg-toaster-4.2-1.3.2

qmail-pop3d-toaster-1.03-1.3.13

qmail-toaster-1.03-1.3.13

ripmime-toaster-1.4.0.6-1.3.2

simscan-toaster-1.3.1-1.3.4

spamassassin-toaster-3.1.7-1.3.6

squirrelmail-toaster-1.4.9a-1.3.5

ucspi-tcp-toaster-0.88-1.3.4

vpopmail-toaster-5.4.13-1.3.3

vqadmin-toaster-2.3.4-1.3.2

 

Now I am get trouble with vqadmin maintenance page,that when I am trying to
access domain list.. it's just blank page.

 

I see my error_log in httpd

 

 

[Mon Mar 05 22:24:51 2007] [error] [client xxx.xxx.xxx.xxx]
bff07000-bff1c000 rw-p

 bff07000 00:00 0  [stack], referer: http://xxx.xxx.com/mail/vqadmin

/toaster.vqadmin

 

Please anyone can help me with my trouble.

 

 

 

 

Hatur tengkiw ( thanks U Very much )

 

Rendra Nurdiana

www.rendranurdiana.com

Yahoo! : rendra_cc

msn : [EMAIL PROTECTED]

 Genius is 1% inspiration,99% perspiration

Thomas Alva Edison

 



RE: [qmailtoaster] vqadmin error blank page

2007-03-05 Thread Kisakye Alex
 

Dear All..

 

I am installing this incredible qmail-toaster in my fedora core 5 linux.

 

I THINK this is on the wiki something about leaving certain fields empty
when creating the domain( Accounts, forwards, aliases etc), you should fill
those you  need to disable with Zero '0'. 

Am rushing out otherwise would have pointed you to the right page on the
wiki

 

ALex

--

 

 

[EMAIL PROTECTED] ~]# rpm -qa | grep toaster | sort

autorespond-toaster-2.0.4-1.3.2

clamav-toaster-0.90-1.3.10

control-panel-toaster-0.5-1.3.3

courier-authlib-toaster-0.59.1-1.3.5

courier-imap-toaster-4.1.2-1.3.6

daemontools-toaster-0.76-1.3.2

ezmlm-cgi-toaster-0.53.324-1.3.2

ezmlm-toaster-0.53.324-1.3.2

isoqlog-toaster-2.1-1.3.2

libdomainkeys-toaster-0.68-1.3.2

libsrs2-toaster-1.0.18-1.3.2

maildrop-toaster-2.0.3-1.3.4

maildrop-toaster-devel-2.0.3-1.3.4

qmailadmin-toaster-1.2.9-1.3.3

qmailmrtg-toaster-4.2-1.3.2

qmail-pop3d-toaster-1.03-1.3.13

qmail-toaster-1.03-1.3.13

ripmime-toaster-1.4.0.6-1.3.2

simscan-toaster-1.3.1-1.3.4

spamassassin-toaster-3.1.7-1.3.6

squirrelmail-toaster-1.4.9a-1.3.5

ucspi-tcp-toaster-0.88-1.3.4

vpopmail-toaster-5.4.13-1.3.3

vqadmin-toaster-2.3.4-1.3.2

 

Now I am get trouble with vqadmin maintenance page,that when I am trying to
access domain list.. it's just blank page.

 

I see my error_log in httpd

 

 

[Mon Mar 05 22:24:51 2007] [error] [client xxx.xxx.xxx.xxx]
bff07000-bff1c000 rw-p

 bff07000 00:00 0  [stack], referer: http://xxx.xxx.com/mail/vqadmin

/toaster.vqadmin

 

Please anyone can help me with my trouble.

 

 

 

 

Hatur tengkiw ( thanks U Very much )

 

Rendra Nurdiana

www.rendranurdiana.com

Yahoo! : rendra_cc

msn : [EMAIL PROTECTED]

 Genius is 1% inspiration,99% perspiration

Thomas Alva Edison

 



RE: [qmailtoaster] vqadmin error blank page

2007-03-05 Thread rendra
Dear Alex,

 

Thanks for your answer, I am trying to add a new domain and as you say it's
work's good.But anyhow how do I to edit my domain earlier through the
command line ?

 

I am sorry for my stupid question.I am new bie in linux.

 

Thx

 

  _  

From: Kisakye Alex [mailto:[EMAIL PROTECTED] 
Sent: 05 Maret 2007 22:52
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] vqadmin error blank page

 

 

Dear All..

 

I am installing this incredible qmail-toaster in my fedora core 5 linux.

 

I THINK this is on the wiki something about leaving certain fields empty
when creating the domain( Accounts, forwards, aliases etc), you should fill
those you  need to disable with Zero '0'. 

Am rushing out otherwise would have pointed you to the right page on the
wiki

 

ALex

--

 

 

[EMAIL PROTECTED] ~]# rpm -qa | grep toaster | sort

autorespond-toaster-2.0.4-1.3.2

clamav-toaster-0.90-1.3.10

control-panel-toaster-0.5-1.3.3

courier-authlib-toaster-0.59.1-1.3.5

courier-imap-toaster-4.1.2-1.3.6

daemontools-toaster-0.76-1.3.2

ezmlm-cgi-toaster-0.53.324-1.3.2

ezmlm-toaster-0.53.324-1.3.2

isoqlog-toaster-2.1-1.3.2

libdomainkeys-toaster-0.68-1.3.2

libsrs2-toaster-1.0.18-1.3.2

maildrop-toaster-2.0.3-1.3.4

maildrop-toaster-devel-2.0.3-1.3.4

qmailadmin-toaster-1.2.9-1.3.3

qmailmrtg-toaster-4.2-1.3.2

qmail-pop3d-toaster-1.03-1.3.13

qmail-toaster-1.03-1.3.13

ripmime-toaster-1.4.0.6-1.3.2

simscan-toaster-1.3.1-1.3.4

spamassassin-toaster-3.1.7-1.3.6

squirrelmail-toaster-1.4.9a-1.3.5

ucspi-tcp-toaster-0.88-1.3.4

vpopmail-toaster-5.4.13-1.3.3

vqadmin-toaster-2.3.4-1.3.2

 

Now I am get trouble with vqadmin maintenance page,that when I am trying to
access domain list.. it's just blank page.

 

I see my error_log in httpd

 

 

[Mon Mar 05 22:24:51 2007] [error] [client xxx.xxx.xxx.xxx]
bff07000-bff1c000 rw-p

 bff07000 00:00 0  [stack], referer: http://xxx.xxx.com/mail/vqadmin

/toaster.vqadmin

 

Please anyone can help me with my trouble.

 

 

 

 

Hatur tengkiw ( thanks U Very much )

 

Rendra Nurdiana

www.rendranurdiana.com

Yahoo! : rendra_cc

msn : [EMAIL PROTECTED]

 Genius is 1% inspiration,99% perspiration

Thomas Alva Edison

 



Re: [qmailtoaster] vqadmin error blank page

2007-03-05 Thread Eric \Shubes\
Try /home/vpopmail/bin/vdeldomain, then vadddomain.

rendra wrote:
 Dear Alex,
 
  
 
 Thanks for your answer, I am trying to add a new domain and as you say
 it’s work’s good.But anyhow how do I to edit my domain earlier through
 the command line ?
 
  
 
 I am sorry for my stupid question.I am new bie in linux.
 
  
 
 Thx
 
  
 

-- 
-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] vqadmin support for FC6

2006-11-27 Thread Catalin LEANCA

How can i install vqadmin in FC6 ?
Any news about this support ?


Catalin L.
--
Powered by ROTLD (http://www.rotld.ro)


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



[qmailtoaster] vqadmin status

2006-09-01 Thread Eric \Shubes\

Erik,
I'm a bit confused as to the status of vqadmin. What changes were made in 
v1.3.2?

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

2006-09-01 Thread Erik Espinoza

This added valias support.

Relevant thread:
http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg05640.html

On 9/1/06, Eric Shubes [EMAIL PROTECTED] wrote:

Erik,
I'm a bit confused as to the status of vqadmin. What changes were made in
v1.3.2?
--
-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] vqadmin buffer overflow

2006-08-02 Thread sadm
Hello Simone,

Monday, July 31, 2006, 4:14:10 PM, you wrote:

 I

 I've isntalled last toaster packages from www.qmailtoaster.com on a 
 Mandriva 2006 linux system.


 [EMAIL PROTECTED] tmp]# rpm -qa | grep vqadmin
 vqadmin-toaster-2.3.4-1.3.2mdk
 [EMAIL PROTECTED] tmp]#


 All works quite fine except this issue (grabbed from apache error log):

 *** buffer overflow detected ***: 
 /usr/share/toaster/cgi-bin/vqadmin/toaster.vqadmin terminated

 This sometimes, not always, happens when I select from vqadmin -list 
domains $domain_name.
 Sometimes it shows an empty page (also if I look at the source.. it's 
 completely blank) sometimes it works correctly and I can see users, 
 passwords and so on...

 Note:

 -it's not a url problem.
 -it doesn't happen always, only on some spcific domains, and always on
 those.

 How can I solve this?

  I  got this problem too. It looks like an error in vpopmail package,
  probably  mysql  related. Do ~vpopmail/bin/vdomaininfo and look at
  users  counters  for  yours  domains.  I got users: 2147483647 for
  almost all my domains :(

  I  think 2147483647 - is the reason of buffer overflow, user counter
  get  this  value  when  I  delete  any  user  from my domain. Before
  deleting  user  I  can use vqadmin for management domain without any
  errors.

-- 
Best regards,
 sadmmailto:[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] vqadmin buffer overflow

2006-08-02 Thread Simone Marzona

Hi

thanks for your reply.



  I  got this problem too. It looks like an error in vpopmail package,
  probably  mysql  related. Do ~vpopmail/bin/vdomaininfo and look at
  users  counters  for  yours  domains.  I got users: 2147483647 for
  almost all my domains :(


you got it..
main: xxx.com
uid:89
gid:89
dir:/home/vpopmail/domains/xxx.com
users:  2147483646



  I  think 2147483647 - is the reason of buffer overflow, user counter
  get  this  value  when  I  delete  any  user  from my domain. Before
  deleting  user  I  can use vqadmin for management domain without any
  errors.



How it's possibile to solve this?

thanks..

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



Re: [qmailtoaster] vqadmin buffer overflow

2006-08-02 Thread Simone Marzona

Simone Marzona wrote:

Hi

thanks for your reply.



  I  got this problem too. It looks like an error in vpopmail package,
  probably  mysql  related. Do ~vpopmail/bin/vdomaininfo and look at
  users  counters  for  yours  domains.  I got users: 2147483647 for
  almost all my domains :(


you got it..
main: xxx.com
uid:89
gid:89
dir:/home/vpopmail/domains/xxx.com
users:  2147483646



  I  think 2147483647 - is the reason of buffer overflow, user counter
  get  this  value  when  I  delete  any  user  from my domain. Before
  deleting  user  I  can use vqadmin for management domain without any
  errors.





I doesn't have the .dir-control file in /home/vpopmail/domains/... 
could this be the problem?



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



Re[2]: [qmailtoaster] vqadmin buffer overflow

2006-08-02 Thread sadm
Hello Simone,

Wednesday, August 2, 2006, 4:45:13 PM, you wrote:

   I  got this problem too. It looks like an error in vpopmail package,
   probably  mysql  related. Do ~vpopmail/bin/vdomaininfo and look at
   users  counters  for  yours  domains.  I got users: 2147483647 for
   almost all my domains :(
 
 you got it..
 main: xxx.com
 uid:89
 gid:89
 dir:/home/vpopmail/domains/xxx.com
 users:  2147483646
 

  :(

  I  know  only  one  solution  - do not use vqadmin. My qmail toaster
  works  for  ISP  and  we  using  some  scripts  written on PERL with
  vpopmail  perl  module  to  add/delete/modify  mail  user  accounts.
  Vpopmail  command  line  interface  (vadduser,vdeluser,vpasswd etc.)
  works fine too.


   I  think 2147483647 - is the reason of buffer overflow, user counter
   get  this  value  when  I  delete  any  user  from my domain. Before
   deleting  user  I  can use vqadmin for management domain without any
   errors.

 

 I doesn't have the .dir-control file in /home/vpopmail/domains/... 
 could this be the problem?

  I think it could not.

-- 
Best regards,
 sadmmailto:[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] vqadmin buffer overflow SOLVED

2006-08-02 Thread Simone Marzona

Hi

I solved this problem by correcting the entries in the database for the 
filed user_count.


I found a lot of error (null vaules or simply wrong ones)..

now seems work correctly even by adding and removing users.

thanks a lot.

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



Re: [qmailtoaster] vqadmin buffer overflow

2006-08-02 Thread Simone Marzona

[EMAIL PROTECTED] wrote:

Hello Simone,

Wednesday, August 2, 2006, 4:45:13 PM, you wrote:


  I  got this problem too. It looks like an error in vpopmail package,
  probably  mysql  related. Do ~vpopmail/bin/vdomaininfo and look at
  users  counters  for  yours  domains.  I got users: 2147483647 for
  almost all my domains :(

you got it..
main: xxx.com
uid:89
gid:89
dir:/home/vpopmail/domains/xxx.com
users:  2147483646



  :(

  I  know  only  one  solution  - do not use vqadmin. My qmail toaster
  works  for  ISP  and  we  using  some  scripts  written on PERL with
  vpopmail  perl  module  to  add/delete/modify  mail  user  accounts.
  Vpopmail  command  line  interface  (vadduser,vdeluser,vpasswd etc.)
  works fine too.

I use only console.. otherones use webapp.. I hate it those are a waste 
of bandwidth.


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



[qmailtoaster] vqadmin buffer overflow

2006-07-31 Thread Simone Marzona

I

I've isntalled last toaster packages from www.qmailtoaster.com on a 
Mandriva 2006 linux system.



[EMAIL PROTECTED] tmp]# rpm -qa | grep vqadmin
vqadmin-toaster-2.3.4-1.3.2mdk
[EMAIL PROTECTED] tmp]#


All works quite fine except this issue (grabbed from apache error log):

*** buffer overflow detected ***: 
/usr/share/toaster/cgi-bin/vqadmin/toaster.vqadmin terminated


This sometimes, not always, happens when I select from vqadmin -list 
domains $domain_name.
Sometimes it shows an empty page (also if I look at the source.. it's 
completely blank) sometimes it works correctly and I can see users, 
passwords and so on...


Note:

-it's not a url problem.
-it doesn't happen always, only on some spcific domains, and always on 
those.


How can I solve this?

many thanks.


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



[qmailtoaster] vqadmin blank domain

2006-06-15 Thread Josh Dinsdale








Hi Guys



I tried updating my qmail-toaster install a week back and
cocked it up a bit, and way I managed to recover everything I needed. 



Anyway, the problem is that now for some reason when I got
to view the domain info via vqadmin,
I click on my domain name and it just shows a blank page. 



Any ideas on what ive done to cause this and how I can fix
it?



Best Regards



Josh Dinsdale

IT Engineer



Navigate Solutions

Innovation Centre

St Cross Business Park

Newport, IW

PO30 5WB



T: 01983 550360

E: [EMAIL PROTECTED]

W: www.navigatesolutions.co.uk



IT Excellence Executed










[qmailtoaster] VQADMIN Domain Name Length

2006-03-09 Thread Brian Weck


I attempted to add a domain name that is 35 characters and it gets 
blocked by vqadmin's javascript validation.


If you have a domain name that is more than 30 characters long, you can 
change the allowed length by altering the following file:line -

/usr/share/toaster/vqadmin/html/add_domain.html:15

-Brian


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



Re: [qmailtoaster] VQADMIN Bug

2005-08-29 Thread Stefano Maraspin
Hello and sorry if I'm spamming the list a little lately. :-)
This time, I'm here to report a bug on the VQADMIN web interface.

I was making my first tests on the web interface and I wanted to try to deny
relaying for a certain domain and/or a certain user. 

I logged into the web panel and then went to VQADMIN. I've choosen my domain
(let's call it foo.it) and ticked the Disable email relay  option. It sorted
no effect though, because I was still able to send out emails authenticated as
[EMAIL PROTECTED] 

Not too bad, I thought... I can still edit the user-based preferences and
disable relaying for specific steve user. So, I went into the user editing
page and ticked the Disable email relay for user steve. 
As I submitted the form though, it reloaded the page with the Bounce Mail
option activated, instead of the Disable Mail Relay I had choosen.
At first I thought that was an error of mine, but it kept on happening...

Well, after some tests, I've noticed that the Disable pop access and Domain
Administrator options work with no problems. The Disable web access gets
correctly ticked but doesn't actually avoid users to use squirrelmail (not too
bad, since you could disable imap to achieve that) 

The bigger problem arise with the other options though, where it seems there's
an HTML/Form Problem, that completely prevents me from testing the Disable
Mail Relay feature. 

In fact, ticking a certain checkbox results in activating the one above of it
and, since the Domain Administrator option works, there's no way to activate
the Disable Mail Relay option.

I don't know wether this is a known VQADMIN issue or if it's something
affecting the toaster only. I might dig a little deeper in this, but I don't
know... I posted here, just in case... someone might have a quick solution.. :-)

Once again, thanks everyone for the attention,
Steve

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]