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

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 alrea

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

[qmailtoaster] vqadmin compiler fails at centos 7.4

2018-03-10 Thread Henry
CentOS Linux release 7.4.1708 (Core) rpmbuild --rebuild --define "dist .qt.el7" vqadmin-2.3.7-0.qt.src.rpm Installing vqadmin-2.3.7-0.qt.src.rpmwarning: vqadmin-2.3.7-0.qt.src.rpm: Header V3 DSA/SHA1 Signature, key ID 1bde5fd0: NOKEYwarning: user shubes does not exist - using rootwarning:

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 ea

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 fo

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

[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

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 reas

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

Re: [qmailtoaster] vqadmin on centos 6.4 x64

2013-08-11 Thread Hasan Akgöz
Hi; you can look here http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg31759.html 2013/8/11 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 wrote: >

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 wrote: > Modifying toaster.conf as you suggested solved the problem. > > Thank you! > > Istvan > > > On 10.08.2013 19:41, xaf wrote: > >> |--> Istva

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 thi

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 then service httpd

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

Re: [qmailtoaster] vqadmin on centos 6.4 x64

2013-08-10 Thread Istvan Köpe
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:

Re: [qmailtoaster] vqadmin on centos 6.4 x64

2013-08-10 Thread Peter Peltonen
Hi, On Sat, Aug 10, 2013 at 11:20 AM, Istvan Köpe wrote: > 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

[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! Ist

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-

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

[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

[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

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 attachme

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 W

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 visib

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

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

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.

[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 instead of domain i

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.

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:

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

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

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 goo

RE: [qmailtoaster] VQAdmin survey results

2009-06-19 Thread Justice London
istrator 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

[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

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

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 pl

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

[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

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

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

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

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

RE: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread James Ecker
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

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

Re: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread Erik A. Espinoza
gt; 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

RE: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread James Ecker
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

RE: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread Jean-Paul van de Plasse
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

RE: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread James Ecker
quot;, 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-

Re: [qmailtoaster] VQADMIN Problem

2007-12-09 Thread Jean-Paul van de Plasse
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

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

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

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 foll

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 solu

RE: [qmailtoaster] VQADMIN Problem

2007-12-07 Thread Andreas
: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

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: [qmailtoas

Re: [qmailtoaster] VQADMIN Problem

2007-12-06 Thread Phil Leinhauser
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

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

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 tryin

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

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

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

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

Re: [qmailtoaster] vqAdmin and SMTP authentication problem.

2007-08-13 Thread A M
2007/8/13, Kaven Gagnon <[EMAIL PROTECTED]>: > > 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

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

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

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

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 insta

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] >: Firdaus Tjahyadi wrote:

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,

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

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

[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

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 quest

Re: [qmailtoaster] vqadmin error blank page

2007-03-05 Thread Eric \"Shubes\"
rendra wrote: > 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-auth

RE: [qmailtoaster] vqadmin error blank page

2007-03-05 Thread rendra
lto:[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 fi

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

[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

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

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

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

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.

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

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

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

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 f

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

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

[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.ht

Re: [qmailtoaster] vqadmin install problem

2005-10-02 Thread Gabriel Lai Yong Shern
Please download the latest vqadmin-toaster from www.qmailtoaster.com it's version 1.2.9 boblgum wrote: hi i have a problem with installing vqadmin: rpmbuild --rebuild --with fdr30 vqadmin-toaster-2.3.6-1.2.8.src.rpm Installing vqadmin-toaster-2.3.6-1.2.8.src.rpm error: vqadmin-toaster-2.3.6-

[qmailtoaster] vqadmin install problem

2005-10-02 Thread boblgum
hi i have a problem with installing vqadmin: rpmbuild --rebuild --with fdr30 vqadmin-toaster-2.3.6-1.2.8.src.rpm Installing vqadmin-toaster-2.3.6-1.2.8.src.rpm error: vqadmin-toaster-2.3.6-1.2.8.src.rpm cannot be installed any idea how to fix it? --- greetz boblgum --

[qmailtoaster] VQAdmin Problem with Fedora Core 3

2005-09-27 Thread Boltonneo
First of all, I'm sorry about my poor english, I hope you guys can understand what I'm talking about. I got an error while trying to run the "rpmbuild --rebuild --with fdr30 vqadmin-toaster-2.3.6-1.2.8.src.rpm". Actually I've installed the qmailtoaster on Aug but it doesn't working fine, because of

Re: [qmailtoaster] vqadmin-toaster-2.3.4-1.2.5a.src.rpm

2005-09-26 Thread Jeremy Runner
- Original Message - From: "Martin Mosny" <[EMAIL PROTECTED]> To: "Nick Hemmesch" Sent: Sunday, September 25, 2005 3:50 AM Subject: Re: [qmailtoaster] vqadmin-toaster-2.3.4-1.2.5a.src.rpm hi All, any official updates on the issue with vqadmin-toast

Re: [qmailtoaster] vqadmin-toaster-2.3.4-1.2.5a.src.rpm

2005-09-25 Thread Nick Hemmesch
> hi All, > > any official updates on the issue with > vqadmin-toaster-2.3.6-1.2.7.src.rpm and > automake problem? I'm getting the same error on: > > CentOS release 4.1 (Final) > model name : Pentium III (Coppermine) > > I spent some time with debugging - the solution is to replace >

Re: [qmailtoaster] vqadmin-toaster-2.3.4-1.2.5a.src.rpm

2005-09-25 Thread Martin Mosny
hi All, any official updates on the issue with vqadmin-toaster-2.3.6-1.2.7.src.rpm and automake problem? I'm getting the same error on: CentOS release 4.1 (Final) model name : Pentium III (Coppermine) I spent some time with debugging - the solution is to replace /vqadmin-2.3.6/mis

Re: [qmailtoaster] vqadmin show users not correct.

2005-09-22 Thread Erik Espinoza
It looks as though even Inter7, the creators of vqadmin, don't want to keep this anymore either. Erik On 9/22/05, Nick Hemmesch <[EMAIL PROTECTED]> wrote: > > Hi, > > After I log in through admin-toaster and list the virtual domain; > > Click on the domain under 'all domains' > > I notice the use

Re: [qmailtoaster] vqadmin show users not correct.

2005-09-22 Thread Nick Hemmesch
> Hi, > After I log in through admin-toaster and list the virtual domain; > Click on the domain under 'all domains' > I notice the users either show '0' or long number like '214783647' ??? > > Another problem is the virtual postmaster account can override the disk > quota that I set to that domain.

[qmailtoaster] vqadmin show users not correct.

2005-09-22 Thread Philip Moy
Hi, After I log in through admin-toaster and list the virtual domain; Click on the domain under 'all domains' I notice the users either show '0' or long number like '214783647' ??? Another problem is the virtual postmaster account can override the disk quota that I set to that domain. Did anyone

  1   2   >