Results 1 to 2 of 2

Thread: postfix, dovecot, squirrelMail

  1. #1
    Join Date
    Oct 2011
    Beans
    1

    postfix, dovecot, squirrelMail

    Hi, I've recently set up a mailserver using postfix, dovecot which work fine, but i'm trying to get squirrelMail to use the mysql which hold the domain, users and passwords.

    I've run the SM configtest.php, everything is fine but it says:

    Checking database functions...
    not using database functionality.

    Anyone experienced a similar issue?

    Any help appreciated.

  2. #2
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: postfix, dovecot, squirrelMail

    Perhaps you don't have the php5-mysql module installed? That provides the interface between PHP, which SquirrelMail is written in, and the MySQL server.

    In a directory that you can view with a web browser, create a file called test.php like this:

    Code:
    echo '<?php phpinfo()?>' > test.php
    Then view that file over the network with a browser. You'll see a list of all the installed PHP modules. Do you have one for MySQL?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •