On Mon, Aug 11, 2003 at 05:40:35PM +0530, Kamesh wrote:
> How to set display name while using sqwebmail??
>
> if my email id is [EMAIL PROTECTED], then the display name is going as abc.
> how do i make it to DEF etc while using sqwebmail.
What do you mean by "display name"?
If you mean the From: address header, sqwebmail lets you set your own From:
address for each outgoing mail (unless you have set 'nochangingfrom')
If you mean the comment part of the address:
From: My Real Name <[EMAIL PROTECTED]>
^^^^^^^^^^^^
then I've never tried this, but you should be able to set it up in your
authentication module: for example, authldaprc lets you set "LDAP_FULLNAME"
to give the name of the attribute which contains the user's real name.
There should be equivalent settings for the other authentication modules.
If you are using authpam (authenticating against the system password file)
then I imagine that just setting the full name in the password file should
work:
$ grep brian /etc/passwd
brian:*:1001:1001:Brian Candler:/u/home/brian:/usr/local/bin/bash
^^^^^^^^^^^^^
Regards,
Brian.