I believe I have isolated the exact cause for problem (qmailadmin menu
links missing) when installing qmailtoaster on my setup (fdr40) Fedora
Core 4

In the Toaster Admin -> VQADMIN -> Add Domain

Enter your domain
Enter your password

After adding the information above be sure to remove all default zero
values in the text fields below

Accounts        
Forwards                
Aliases                 
Autoresponders                  
Mailing Lists           
Quota in bytes

Also do not check the checkboxes.

This prevents the initial creation of a file ( .qmailadmin-limits )
with contents:

maxpopaccounts: 0
maxaliases: 0
maxforwards: 0
maxautoresponders: 0
maxmailinglists: 0
default_quota: 0

For some reason QmailAdmin does not like this file when adding a domain.



On 2/19/06, Richard Baxant <[EMAIL PROTECTED]> wrote:
> Well this has to be the strangest solution ... I went to the following 
> website:
>
> http://www.shupp.org/toaster/#test
>
> ran this command from commandline
>
>  # Add the domain to vpopmail
> /home/vpopmail/bin/vadddomain test.com [password]
>
> went to qmailadmin and Voila! all the menus are now there
>
> So the question I have now is where in the toaster can I update or
> insert this command?
>
>
> On 2/19/06, Richard Baxant <[EMAIL PROTECTED]> wrote:
> > Yes ... it is some sort of permissions issue ... I just recalled that
> > I had this problem in the past ... but with me and documentation ...
> > it was never recorded on paper ...  now I am suck and I cannot
> > remember what I did last time but it is some permission problem for
> > the qmailadmin folder or vpopmail. What a nightmare!!!
> >
> > On 2/19/06, Gabriel Lai Yong Shern <[EMAIL PROTECTED]> wrote:
> > >  you meant was it works for qmailadmin too??
> > >
> > >  There must be some config you have done? My propose was you install a 
> > > test
> > > server on another unit.....
> > >
> > >
> > >  Richard Baxant wrote:
> > >  Thanks for the help ... unfortunately I cannot switch OS :(
> > >
> > > The funny thing is that I installed this in mid-December and everything
> > > worked.
> > >
> > > On 2/19/06, Gabriel Lai Yong Shern <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >  Oppssss.... this is weird for me. Maybe you can try to do the same 
> > > process
> > > of installation & configuration on a test unit of FC4, maybe you should 
> > > try
> > > CentOS.
> > >
> > >  In qmailtoaster, is included of full installation process.
> > >
> > >
> > >  Richard Baxant wrote:
> > >  :(
> > >
> > > Still the same ...
> > >
> > > On 2/19/06, Gabriel Lai Yong Shern <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >  Yes Richard,
> > >
> > >  I have the following exactly the same as yours.
> > >
> > >  You can uninstall qmailadmin with rpm -e qmailadmin-toaster
> > >
> > >  then, download qmailadmin again from qmailtoaster with " wget
> > > http://www.qmailtoaster.com/download/stable/qmailadmin-toaster-1.2.9-1.2.11.src.rpm
> > > "
> > >
> > >  next will be recompile qmailadmin package with rpmbuild --rebuild --with
> > > fdr40 qmailadmin-toaster*.src.rpm
> > >  this will takes a while, once it finishes, install qmailadmin with rpm 
> > > -Uvh
> > > /usr/src/redhat/RPMS/i386/qmailadmin-toaster*.i386.rpm
> > >
> > >  done.... restart & try login again :-)
> > >
> > >
> > >  Richard Baxant wrote:
> > >  Hi Gabriel,
> > >
> > > do you get the following for when you type the command ls -la when
> > > inside /usr/share/qmailadmin ?
> > >
> > > drwxr-xr-x 5 root root 4096 Feb 19 16:23 .
> > > drwxr-xr-x 197 root root 4096 Feb 19 16:30 ..
> > > drwxr-xr-x 2 root root 4096 Feb 19 16:23 html
> > > drwxr-xr-x 3 apache apache 4096 Feb 19 16:23 images
> > > lrwxrwxrwx 1 vpopmail vchkpw 10 Feb 19 16:23 index.cgi -> qmailadmin
> > > drwxr-xr-x 2 root root 4096 Feb 19 16:23 lang
> > > -rwsr-sr-x 1 vpopmail vchkpw 118960 Feb 19 16:23 qmailadmin
> > >
> > >
> > > On 2/19/06, Richard Baxant <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >  Please elaborate on this... I've never built rpms :(
> > >
> > > On 2/19/06, Gabriel Lai Yong Shern <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >  What I meant was you recompile qmailadmin only..
> > >
> > > rpmbuild --rebuild --with <distro> qmailadmin*.src.rpm
> > > then rpm -Uvh
> > > /usr/src/redhat/RPMs/i386/qmailadmin*.i386.rpm
> > >
> > > do it patiently.... you'll see the result ;-)
> > >
> > > Richard Baxant wrote:
> > >
> > >
> > >  What do you mean when you say manually? Each src.rpm separately? ... I
> > > have uninstalled individual packages and reinstalled just to find that
> > > they were not installed ... This is frustrating for something that was
> > > created to be simple.
> > >
> > > On 2/19/06, Gabriel Lai Yong Shern <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > >  I have my qmailadmin in /usr/share also...... hmmm.... somewhere is
> > > missing...
> > >  maybe you can try reinstall the package manually again?
> > >
> > >
> > >  Richard Baxant wrote:
> > >  After going through the file system ... I realized that qmailadmin is
> > > not located in
> > > /usr/share/toaster like the rest of the toaster files BUT in
> > > /usr/share instead would that make a difference?
> > >
> > > On 2/19/06, Gabriel Lai Yong Shern <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >  What about you try to rpm -e qmailadmin
> > >
> > >  and re compile qmailadmin & install it back manually? Did you try?
> > >
> > >  Maybe something is missing??
> > >
> > >  Richard Baxant wrote:
> > >  +--------------------+
> > > | Tables_in_vpopmail |
> > > +--------------------+
> > > | mydomain_com |
> > > | dir_control |
> > > | lastauth |
> > > | valias |
> > > +--------------------+
> > >
> > > My domain is also available in the mentioned sections of the Toaster 
> > > Admin.
> > >
> > > After clicking "mydomain.com" in List Domain I see the following
> > > permissions:
> > >
> > > Directory /home/vpopmail/domains/mydomain.com
> > > User ID 89
> > > Group ID 89
> > >
> > > I'm not really sure how this affects qmailadmin not displaying the
> > > links properly?
> > >
> > >
> > >
> > > On 2/19/06, Gabriel Lai Yong Shern <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >  Hello Richard,
> > >
> > > I did a testing based on your error. I found that the "Invalid Login" 
> > > could
> > > be because of the virtual domain(s) is not in vqadmin.
> > >
> > > Try logon to admin-toaster
> > > http://<your-qmail-ip>/admin-toaster/
> > >
> > > login with your username & password. Once you logon, at the main menu, 
> > > Click
> > > on Add and edit Virtual domains vqadmin-2.3.4
> > >
> > > then click on List Domains, type in your domain, see whether is it listed 
> > > in
> > > the database.
> > >
> > > Let us know the result.Gab
> > >
> > >
> > > ---------------------------------------------------------------------
> > >  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
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED] For
> > > additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > > ---------------------------------------------------------------------
> > >  QmailToaster hosted by: VR Hosted <http://www.vr.org>
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > QmailToaster hosted by: VR Hosted
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED] For
> > > additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > >
> > > ---------------------------------------------------------------------
> > >  QmailToaster hosted by: VR Hosted <http://www.vr.org>
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > >  QmailToaster hosted by: VR Hosted <http://www.vr.org>
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > >  QmailToaster hosted by: VR Hosted <http://www.vr.org>
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > QmailToaster hosted by: VR Hosted
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED] For
> > > additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > > ---------------------------------------------------------------------
> > >  QmailToaster hosted by: VR Hosted <http://www.vr.org>
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > QmailToaster hosted by: VR Hosted
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED] For
> > > additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > > ---------------------------------------------------------------------
> > >  QmailToaster hosted by: VR Hosted <http://www.vr.org>
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > QmailToaster hosted by: VR Hosted
> > > ---------------------------------------------------------------------
> > > 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]

Reply via email to