[horde] SyncML

Jason Huddleston huddlesj at otc.edu
Wed Jul 20 15:15:47 PDT 2005


I do not need to add the domain when I log into horde through the web
interface. I am using imap through IMP for authentication and the realm
entry in the servers.php file tells Horde what the domain is. I do not have
to supply my domain at login -- I am not sure why SyncML is not picking it
up??? 

$servers['cyrus'] = array(
    'name' => 'OTC Email Server',
    'server' => 'emh6.otc.edu',
    'hordeauth' => false,
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'otc.edu',
    'smtphost' => 'emh6.otc.edu',
    'smtpport' => 25,
    'realm' => 'otc.edu',
    'preferred' => '',
    'admin' => array(
        'params' => array(
            'login' => 'cyrus',
            'password' => '******',
            // The 'userhierarchy' parameter defaults to 'user.'
            // If you are using a nonstandard hierarchy for personal
            // mailboxes, you will need to set it here.
            'userhierarchy' => 'user.',
            // Although these defaults are normally all that is required,
            // you can modify the following parameters from their default
            // values.
            'protocol' => 'imap/notls',
            'hostspec' => 'emh6.otc.edu',
            'port' => 143
        )
    ),
    'quota' => array(
        'driver' => 'cyrus',
        'params' => array(
            'login' => 'cyrus',
            'password' => '********',
            // The 'userhierarchy' parameter defaults to 'user.'
            // If you are using a nonstandard hierarchy for personal
            // mailboxes, you will need to set it here.
            'userhierarchy' => 'user.',
            // Although these defaults are normally all that is required,
            // you can modify the following parameters from their default
            // values.
            'protocol' => 'imap/notls',
            'hostspec' => 'emh6.otc.edu',
            'port' => 143
        )
    ),
    'acl' => array(
        'driver' => 'rfc2086',
    ),
    'dotfiles' => false,
    'hierarchies' => array()
);

-----Original Message-----
From: horde-bounces at lists.horde.org [mailto:horde-bounces at lists.horde.org]
On Behalf Of Chuck Hagenbuch
Sent: Wednesday, July 20, 2005 4:42 PM
To: horde at lists.horde.org
Subject: Re: [horde] SyncML

Quoting Jason Huddleston <huddlesj at otc.edu>:

> I have the cvs snap shot from last night (2005-07-20) up and running. I am
> trying to get SyncML to work between Outlook and Kronolith. Everything
seems
> to be working ok except when SyncML adds a new event it inserts 'huddlesj'
> as the calendar_id and event_creator_id instead of 'huddlesj at otc.edu'.  Is
> there a way to fix this???

Then huddlesj is what you're logging in as. Pass Horde the correct username.

-chuck

-- 
"But she goes not abroad in search of monsters to destroy." - John 
Quincy Adams
-- 
Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org





More information about the horde mailing list