FAQ of imp 2.2.7
EdwardSPL@ita.org.mo
EdwardSPL@ita.org.mo
Fri, 23 Nov 2001 18:24:46 +0800
Hello,
Can you help me about the following questions :
1, How can I have Horde in a different directory than /horde/ ? for
example :
usually, we use http://www.myserver.com/horde/imp...
Now, I want to use http://webmail.myserver.com ( Not to use
http://www.myserver.com/horde/imp...) !
My horde/config/horde.php3 :
/* Horde URLs */
$default->horde_root_url = '/horde';
$default->horde_graphics_url = $default->horde_root_url .
'/graphics';
$default->horde_include_dir = './templates';
My horde/imp/config/defaults.php3 :
/* Web Server Configuration */
$default->root_url = '/horde/imp';
$default->include_dir = './templates';
$default->graphics_url = '/horde/imp/graphics';
So, how to edit the *.php3 ?
2, How can I use POP3 instead of IMAP?
Because I can't find the appropriate protocol in
horde/imp/config/servers.php3
$default->user_change_servtype = true;
$default->user_change_port = true;
or
in horde/imp/config/default.php3.
$default->servtype = 'pop3';
$default->port = '110';
Can you help me about the questions ?
Thanks,
Edward.