[imp] mail domains

Tjeerd van der Zee Tjeerd.vdzee@chello.nl
Wed, 5 Jun 2002 19:44:28 +0200


This is a multi-part message in MIME format.

---------------------- multipart/alternative attachment
Hi,

is it possible to append the mail domain to the users login name ?

i've configured these two in config.php:

$servers['imap'] =3D array(
    'name' =3D> 'xar.nl',
    'server' =3D> 'localhost',
    'protocol' =3D> 'imap/notls',
    'port' =3D> 143,
    'folders' =3D> 'INBOX.',
    'namespace' =3D> '',
    'maildomain' =3D> 'xar.nl',
    'smtphost' =3D> 'localhost',
    'realm' =3D> '',
    'preferred' =3D> ''
);

$servers['cyrus'] =3D array(
    'name' =3D> 'aequitas.dhs.org',
    'server' =3D> 'localhost',
    'protocol' =3D> 'imap/notls',
    'port' =3D> 143,
    'folders' =3D> 'INBOX.',
    'namespace' =3D> '',
    'maildomain' =3D> 'aequitas.dhs.org',
    'smtphost' =3D> 'localhost',
    'realm' =3D> '',
    'preferred' =3D> ''
);

You can choose from the server list, but the mail domain isn't appended =
to the user.

for example i need to login as admin @ xar.nl
but what i would like is to append the maildomain chosen from the server =
dropdown menu on login.

With kind regards,

Tjeerd van der Zee


=20

---------------------- multipart/alternative attachment
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>is it possible to append the mail =
domain to the=20
users&nbsp;login name ?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>i've configured these two in=20
config.php:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>$servers['imap'] =3D =
array(<BR>&nbsp;&nbsp;&nbsp;=20
'name' =3D&gt; 'xar.nl',<BR>&nbsp;&nbsp;&nbsp; 'server' =3D&gt;=20
'localhost',<BR>&nbsp;&nbsp;&nbsp; 'protocol' =3D&gt;=20
'imap/notls',<BR>&nbsp;&nbsp;&nbsp; 'port' =3D&gt; =
143,<BR>&nbsp;&nbsp;&nbsp;=20
'folders' =3D&gt; 'INBOX.',<BR>&nbsp;&nbsp;&nbsp; 'namespace' =3D&gt;=20
'',<BR>&nbsp;&nbsp;&nbsp; 'maildomain' =3D&gt; =
'xar.nl',<BR>&nbsp;&nbsp;&nbsp;=20
'smtphost' =3D&gt; 'localhost',<BR>&nbsp;&nbsp;&nbsp; 'realm' =3D&gt;=20
'',<BR>&nbsp;&nbsp;&nbsp; 'preferred' =3D&gt; ''<BR>);</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>$servers['cyrus'] =3D =
array(<BR>&nbsp;&nbsp;&nbsp;=20
'name' =3D&gt; 'aequitas.dhs.org',<BR>&nbsp;&nbsp;&nbsp; 'server' =
=3D&gt;=20
'localhost',<BR>&nbsp;&nbsp;&nbsp; 'protocol' =3D&gt;=20
'imap/notls',<BR>&nbsp;&nbsp;&nbsp; 'port' =3D&gt; =
143,<BR>&nbsp;&nbsp;&nbsp;=20
'folders' =3D&gt; 'INBOX.',<BR>&nbsp;&nbsp;&nbsp; 'namespace' =3D&gt;=20
'',<BR>&nbsp;&nbsp;&nbsp; 'maildomain' =3D&gt;=20
'aequitas.dhs.org',<BR>&nbsp;&nbsp;&nbsp; 'smtphost' =3D&gt;=20
'localhost',<BR>&nbsp;&nbsp;&nbsp; 'realm' =3D&gt; =
'',<BR>&nbsp;&nbsp;&nbsp;=20
'preferred' =3D&gt; ''<BR>);</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>You can choose from the =
server&nbsp;list, but the=20
mail domain isn't appended to the user.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>for example i need to login as admin @=20
xar.nl</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>but what i would like is to append the =
maildomain=20
chosen from the server dropdown menu on login.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>With kind regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Tjeerd van der Zee</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

---------------------- multipart/alternative attachment--