Hi,
Im currently testing vlogin in my LAN (il deploy it when everything's ready) and I have in my config.php
$virtualDomains = array(
// URL for this one might be "mypersonaldomain.net"
//
'info.com.ph' => array(
'org_name' => 'infocom philippines,
'org_logo' => '../images/info.gif',
'org_title' => '(isset($_SESSION["username"]) ? $_SESSION["username"]
. " - Mail" : "Mail")',
//
'info.com.ph' => array(
'org_name' => 'infocom philippines,
'org_logo' => '../images/info.gif',
'org_title' => '(isset($_SESSION["username"]) ? $_SESSION["username"]
. " - Mail" : "Mail")',
I've made my resolv.conf to use localhost, and /etc/hosts file to contain my private ip mapping to the domain that i want (i.e.
192.168.1.1 info.com.ph
however, when i try to login using username only I get this resolve error
Your IMAP login was resolved to:
[EMAIL PROTECTED]
$hostname is 192.168.1.1
PHP_SELF is /src/redirect.php
localhost
I've also changed my hostname to reflect the domain i want but to no effect....
Any ideas how I can make this vlogin work using a private ip?
thanks in advance
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
