QMail build Web-based Vpopmail domain and Virtual Account management tool problem one

Source: Internet
Author: User
Tags qmail

# Troubleshoot a query that cannot be executed : SELECT * from admin ORDER by ID ASC LIMIT-20,revised
vi/var/www/html/admin/sys/index.php
--------------------------------
$start _row = ($get _page-1) * $CFG _numofpage;
modified into
if ($get _page = = 0) {
$start _row = $get _page* $CFG _numofpage;
}
else{
$start _row = ($get _page-1) * $CFG _numofpage;
}
--------------------------------
#Save Exit

# Login Settings page , user : admin password admin to log in . Note A to capitalize .. This admin account password can be changed after login
http://domain.com/admin/sys/
# after login Span style= "FONT-SIZE:9PT;" > first point " update database " " edit " put " login rights postmaster " this one tick after confirmation
http://domain.com/admin/
to log in to manage it.

This article is from the "Giving Spring Breeze" blog, make sure to keep this source http://4476361.blog.51cto.com/4466361/1544730

QMail build Web-based Vpopmail domain and Virtual Account management tool problem one

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.