[horde] Horde3 Auth username@domain

Howard Bagcat howard at mu.edu.ph
Tue Jun 15 20:36:50 PDT 2004


Anyone,

My IMAP server is handling multiple domain and was configured to authenticate 'username at domain.tld' instead of 'username'. I know
by default Horde3-ALPHA/IMP4-ALPHA will authenticate remote IMAP with just a 'username' and that prompted me think of finding a
solution within Horde3-ALPHA/IMP4-ALPHA.

Do you any suggestion as to how am I be able to log remote IMAP server via Horde3-ALPHA/IMAP4-ALPHA with a 'username at domain'
format? I tried to modify the following: 

a.) createSession() </horde/imp/lib/Session.php>
     
     At line 123, I added
     $_SESSION[imp']['uniquser'] = $_SESSION['imp']['user'].'@'.$servers[$server]['maildomain'];
     
b.) IMP_IMAP() </horde/imp/lib/IMAP.php>

     I changed $this->user = $_SESSION['imp']['user'] with 
     $this->user = $_SESSION['imp']['user'].'@'.$servers[$server]['maildomain']

But above modifications did not work.


Kumusta, Howard

E-Sulat v.0.0.1 ( Manna )
.......................................................................................
An extended module for MUWeb4 Project <http://www.mu.edu.ph>
Powered by Horde, Postfix, PostgreSQL & Courier-IMAP




More information about the horde mailing list