Re: Playing with Personal information

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/16/06, Bumo <bumozz@xxxxxxxx> wrote:
> Hi, I'm using 1.4.8 on a RHES30. PLUGINS: Vlogin 3.3 Compatibility 2.0.4,
> and others..
>
> Preface
> I know that if I want to set a fixed address or replay address or a fixed
> Name
> I can set them in user.prefs using: full_name= ; email_address= ; reply_to=
>
> Avoiding to set them via script, and as these variables at the moment are
> not set I would like to have the next configuration:
>
> 1) Configure squirrel to let users
> to edit their full_name,
> to prevent them to set their email_address and

Please see the config/conf.pl script where you can achieve this (or
edit the $edit_identity and $edit_name values in your config file)

> to hide the reply_to

I believe you can remove this from display using vlogin.  See the
README file description for $virtualDomains, under which there is a
long list of all the options you can remove from the interface.  Add
this to the vlogin config for each domain:

          'disable_options' => array(
                                        'reply_to',
                                    ),

I believe this plugin can help you do exactly the same thing:

http://squirrelmail.org/plugin_view.php?id=220

Or edit it out yourself in the source (but don't expect it to stay
after upgrading):
include/options/personal.php

Or you may want to look at this, which has a slightly different approach:

http://squirrelmail.org/plugin_view.php?id=248

> 2) Get user address from vlogin VirtualUserTable so that I can use the
> virtualname and not the unixname for the email address.
> Note: As the domain is unique, vlogin is configured letting users logging
> with the left part of their address

Turn on $vlogin_debug and show what the IMAP username is for a typical
login.  Is that value the same as needed for the email address value?
We might be able to make an adaptation for vlogin to help, however,
there are also other plugins you should look at first:

http://squirrelmail.org/plugin_view.php?id=11
http://squirrelmail.org/plugin_view.php?id=220
http://squirrelmail.org/plugin_view.php?id=142

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[Index of Archives]     [Video For Linux]     [Yosemite News]     [Yosemite Photos]     [gtk]     [KDE]     [Cyrus SASL]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux