[kronolith] reminders.php on Win32

Thomas O'Brien thomas at creativebusinessystems.com
Sun Jul 18 08:54:02 PDT 2004


Quoting Jan Schneider <jan at horde.org>:

> Zitat von Thomas O'Brien <thomas at creativebusinessystems.com>:
>
>> 1) Is "Server name from which reminder emails should be sent" 
>> supposed to be a
>> FQDN. I'm unclear on exactly what to put here. I support multiple 
>> domains, can
>> this be $VDOMAIN? How would I configure this if I wanted messages to 
>> come from
>> the appropriate domain?
>
> If this variable contains the correct host name, yes. But directly in the
> conf.php file, not in the configuration interface. We probably should
> change this field to a configphp type.
>
$vdomain is currently set in /imp/config/servers.php like this:
$vdomain =
strtolower(eregi_replace('^mail\.|^www\.|^www\.mail\.','',$_SERVER['HTTP_HOST']));
$servers['imap'] = array(
     'name' => 'IMAP Server',
     'server' => 'localhost',
     'hordeauth' => false,
     'protocol' => 'imap',
     'port' => 143,
     'folders' => '',
     'namespace' => '',
     'maildomain' => $vdomain,
     'smtphost' => '',
     'realm' => '',
     'preferred' => '',
     'dotfiles' => false,
     'hierarchies' => array()
);





More information about the kronolith mailing list