Mark writes:
>
>> p.s. I am about to write the sqwebmail list for info on changing the
>> From: "list" <[EMAIL PROTECTED]> part in the mail I create from
>> sqwebmail. I logged on to qmailadmin and changed the "real name" for
>> [EMAIL PROTECTED] to my name and re-logged back onto sqwebmail and my
>> name still says "list" here. If anyone knows the deal please let me in
>> on how to change that.
>
> Use vmoduser:
>
> # ./vmoduser
> vmoduser: usage: [options] email_addr or domain (for the entire domain)
> options: -n (don't rebuild the vpasswd.cdb file)
> -u (set no dialup flag)
> -d (set no password changing flag)
> -p (set no pop access flag)
> -w (set no web mail access flag)
> -i (set no imap access flag)
> -b (set bounce mail flag)
> -r (set no external relay flag)
> -c comment (set the comment/gecos field)
> -x (clear all flags)
>
> # ./vmoduser -c "Real Name" [EMAIL PROTECTED]
>
> mark
>
Hey mark, thanks for the response. However the command line produces the
same results as the qmailadmin modification method. The problem is
sqwebmail ver sqwebmail-1.2.0 doesn't realize the changes changes. I can
manually change the From each time I write an email. (if I were so
inclined) So basicaly I don't think its qmailadmin or vpopmail causing
this. (so sorry list for being OT)
Potentially pertinent info:
[root@mail html]# /home/vpopmail/bin/vuserinfo [EMAIL PROTECTED]
name: list
passwd: ;xxxxxxxxxx
uid: 1
gid: 0
all services available
gecos: list
dir: /home/vpopmail/domains/domain.net/list
quota: NOQUOTA
changed via command line
[root@mail html]# /home/vpopmail/bin/vuserinfo [EMAIL PROTECTED]
name: list
passwd: ;xxxxxxxxxx
uid: 1
gid: 0
all services available
gecos: Rick LastName
dir: /home/vpopmail/domains/domain.net/list
quota: NOQUOTA
changed via qmailadmin
[root@mail html]# /home/vpopmail/bin/vuserinfo [EMAIL PROTECTED]
name: list
passwd: xxxxxxxxxx
uid: 1
gid: 0
all services available
gecos: changed
dir: /home/vpopmail/domains/domain.net/list
quota: NOQUOTA
[root@mail html]#
however my name is always "list" in sqwebmail (after logging off and back on
of course)
I shall poke around in the sqwebmail stuff now.
Thanks again!