Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Qmail, Squirrelmail, vadmin, problem.

Status
Not open for further replies.

viperman

IS-IT--Management
Nov 12, 2002
33
US
Hello,

When trying to run vadmin from web browser I get:

SYSTEM ERROR: Cannot continue. VmailMgr Admin is misconfigured. We apologize for the inconvenience, but your request cannot be completed at this time. Please contact your system administrator if the problem persists.

When I run debug I get:

RUNNING VADMIN DEBUG
---------------------
Looking for mcrypt functions: found
Looking for CRYPTO_HASH_LINE: not found

This most likely means one or both of the following:
* An 'include' line was not added to httpd.conf
* You did not restart apache after installing vadmin
* You misconfigured the apache.inc.

Check your httpd.conf. You should see this line:
Include /usr/src/squirrelmail-1.2.10/plugins/vadmin/includes/apache.inc

Add this line if you don't see it.

Restart the apache if you didn't and then run this debug again. If you did restart apache, check the <Directory> directive provided in the include (includes/apache.inc):

Current working dir as seen by Apache is: /usr/src/squirrelmail-1.2.10/plugins/vadmin

You should check the include file and make sure that the path in the <Directory> directive EXACTLY matches the one above, as seen here:

<Directory /usr/src/squirrelmail-1.2.10/plugins/vadmin>
SetEnv CRYPTO_HASH_LINE &quot;YOUR_CRYPTO_HASH&quot;
SetEnv MCRYPT_ALGO &quot;YOUR_ALGO&quot;
</Directory>

If the problem persists, please contact squirrelmail-plugins@lists.sourceforge.net.

Which all of this is correct but my problem might be because when i run ./ckadmindir.sh i get:

Checking your Vadmin directory for missing files or odd permissions... Analyzing vipersystems.biz...This account is currently not available. setting correct UID on passwd...This account is currently not available. setting correct GID on passwd...This account is currently not available. setting correct UID on pic...This account is currently not available. setting correct GID on pic...This account is currently not available. setting correct UID on prefs...This account is currently not available. setting correct GID on prefs...done

But the account is avaible and where it's suppose to be because it finds admin but not the rest. Any help would be great.

FreeBSD 4.7
Apache 1.3.27
PHP 4.3.0
Squirrelmail 1.2.10
Vmailmgr Admin 1.0.2


--
Jason
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top