Running:
FreeBSD 4.x, PHP 4.x, MySQL, Apache
Setup:
We have two Apache "virtual" server accounts.
Problem:
We have only one option for web-based email with this hosting company (VPS Hosting), and it is TWIG. We like TWIG, however something seems to have changed since we installed it on our previous virtual server, about 6 months ago.
On Server 1 (the original), TWIG allows/uses all of our "normal" users, seeming to draw authentication and mail-storage info from our /etc/passwd and /etc/virtmaps files.
On Server 2 (new one), TWIG only draws from its MySQL db, which has none of the user info stored in /etc/passwd and /etc/virtmaps.
As a result, none of our users can use TWIG.
TWIG installation begins with MySQL setup, and ends (oddly) by asking if we want to use MySQL...even though it provides no other options during installation. If we answer "no", we do not want to use MySQL, the TWIG simply does not work...lots of errors in the PHP files it uses.
We do NOT want it to use IMAP or MySQL...we want it to use POP3 (easy enough, by adjusting the /config files) and to use our "normal" user information files.
Any and all thoughts regarding this problem are very much appreciated.