[horde] Mail log reg:
Patrick Boutilier
boutilpj at ednet.ns.ca
Thu Jun 7 16:27:44 UTC 2007
Toomas Aas wrote:
> Jochem Meyers wrote:
>
>> Blocking the creation of new user accounts is something the administrator
>> can do. If you log into horde as the administrator, you can go to 'setup',
>> and select the main horde application. One of the tabs is 'Sign Up'. There
>> you can prevent people from signing up for new accounts. You can still
>> create accounts as administrator.
>
> Signing up for new accounts is not the same as creating identities. Any
> existing Horde/IMP user can create new identities for themselves in IMP
> options, where they can also specify any From: address. I think this is
> what the original poster wants to disable. But I don't know how, sorry.
>
horde/config/prefs.php
// user preferred email address for From: line
$_prefs['from_addr'] = array(
'value' => '',
'locked' => true,
'shared' => true,
'type' => 'text',
'desc' => _("Your From: address:")
);
> --
> Toomas
>
> --
> ... War doesn't determine who's right. War determines who's left.
More information about the horde
mailing list