[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> </DIV>
<DIV><FONT face=3DArial size=3D2>is it possible to append the mail =
domain to the=20
users login name ?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </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> </DIV>
<DIV><FONT face=3DArial size=3D2>$servers['imap'] =3D =
array(<BR> =20
'name' =3D> 'xar.nl',<BR> 'server' =3D>=20
'localhost',<BR> 'protocol' =3D>=20
'imap/notls',<BR> 'port' =3D> =
143,<BR> =20
'folders' =3D> 'INBOX.',<BR> 'namespace' =3D>=20
'',<BR> 'maildomain' =3D> =
'xar.nl',<BR> =20
'smtphost' =3D> 'localhost',<BR> 'realm' =3D>=20
'',<BR> 'preferred' =3D> ''<BR>);</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>$servers['cyrus'] =3D =
array(<BR> =20
'name' =3D> 'aequitas.dhs.org',<BR> 'server' =
=3D>=20
'localhost',<BR> 'protocol' =3D>=20
'imap/notls',<BR> 'port' =3D> =
143,<BR> =20
'folders' =3D> 'INBOX.',<BR> 'namespace' =3D>=20
'',<BR> 'maildomain' =3D>=20
'aequitas.dhs.org',<BR> 'smtphost' =3D>=20
'localhost',<BR> 'realm' =3D> =
'',<BR> =20
'preferred' =3D> ''<BR>);</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>You can choose from the =
server list, but the=20
mail domain isn't appended to the user.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </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> </DIV>
<DIV><FONT face=3DArial size=3D2>With kind regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Tjeerd van der Zee</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV> </DIV></BODY></HTML>
---------------------- multipart/alternative attachment--