mimp syntax error
[email protected] Sat, 29 Oct 2005 12:04:07 +0300
| Newsgroups | gmane.comp.horde.mimp |
|---|---|
| Message-ID | <[email protected]> |
>I have installed horde and mimp, everything goes fine, but except > one thing, when i sending e-mail from my mobile phone i have such > error "ERR: There was an error sending your message: Validation > failed for". username at ."SYNTAX [1] ERROR". >You either need to set a correct from address in your identities, or >set a correct maildomain in config/servers.php. >Jan. I tried to change some settings but still not working. My domain is rekur.lv .Maybe you can point the mistakes.Here is my configuration files (conf.php for horde, conf.php and servers.php for mimp): horde/config/conf.php 'mail.rekur.lv'); // 230VirtualFileStorage $conf['vfs']['params']['vfsroot'] = '/tmp'; $conf['vfs']['type'] = 'file'; $conf['sessionhandler']['type'] = 'none'; // 240ProblemReporting $conf['problems']['enabled'] = false; $conf['problems']['email'] = '[email protected]'; // 300MenuSettings $conf['menu']['always'] = false; $conf['menu']['links']['help'] = 'all'; $conf['menu']['links']['options'] = 'authenticated'; $conf['menu']['links']['problem'] = 'never'; $conf['menu']['links']['login'] = 'all'; $conf['menu']['links']['logout'] = 'authenticated'; // 320Hooks $conf['hooks']['username'] = false; $conf['hooks']['preauthenticate'] = false; $conf['hooks']['postauthenticate'] = false; $conf['hooks']['authldap'] = false; // 340Kolab $conf['kolab']['enabled'] = false; // 999Footer $conf['auth']['params']['drivers'] = array( 'imp' => array('driver' => 'application', 'params' => array('app' => 'imp')), 'mimp' => array('driver' => 'application', 'params' => array('app' => 'mimp'))); $conf['auth']['params']['loginscreen_switch'] = '_horde_select_loginscreen'; if (!function_exists('_horde_select_loginscreen')) { function _horde_select_loginscreen() { require_once 'Horde/Browser.php'; $browser = &new Browser(); if ($browser->isMobile()) { return 'mimp'; } return 'imp'; } }$conf['auth']['params']['drivers'] = array( 'imp' => array('driver' => 'application', 'params' => array('app' => 'imp')), 'mimp' => array('driver' => 'application', 'params' => array('app' => 'mimp'))); $conf['auth']['params']['loginscreen_switch'] = '_horde_select_loginscreen'; if (!function_exists('_horde_select_loginscreen')) { function _horde_select_loginscreen() { require_once 'Horde/Browser.php'; $browser = &new Browser(); if ($browser->isMobile()) { return 'mimp'; } return 'imp'; } } /* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */ Here is horde/mimp/config/conf.php Advertising: Apnicis seedeet maajaas? http://travel.inbox.lv -- mimp mailing list - Join the hunt: http://horde.org/bounties/#mimp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]