Friends, I have a backup mail server that I used the Gui to create the domains... sure enough.. this back up server behaves oddly.
I think I would like to deleat the domains and create them wit the CLI So can I use the GUI to deleat all the domains and then - basically start over - and add the domains with command line? Is there a better way to deleat all the domains and start afresh from there? such as this :: from the wiki I see: To add a domain, do not use the VqAdmin link from your machine's web interface. It's been depreciated and may cause unexpected results. Instead, use the command line. To add a domain, use this command: /home/vpopmail/bin/vadddomain -q 15000000 testdomain.com newdomain This creates a new domain called "testdomain.com", with a quota (for postmaster) of (roughly) 15M (you have to define the postmaster quota in bytes) and a password of "newdomain" for the postmaster account. This gets the general framework set up for the domain. Now lets finishing configuring it: /home/vpopmail/bin/vmoddomlimits -P 100 -A 100 -F 100 -R 100 -L 100 -q 15000000 testdomain.com --------------------------------------------------------------------------------------- and can I set the above limits higher such as /home/vpopmail/bin/vmoddomlimits -P 200 -A 100 -F 100 -R 100 -L 100 -q 15000000 testdomain.com so I can have 200 users? Thanks jim
