logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

DBMail and ingo: msg#00260

Subject: DBMail and ingo
Hi Jacques,

I've been playing with ingo for awhile now but am not getting very far. Do you currently have it working? Here's what I've got in backends.php so far. I've marked the areas that are causing me some confusion with (???). Any ideas?



/* Sieve Example */
$backends['sieve'] = array(
    'driver' => 'timsieved',
    'preferred' => '',
    'hordeauth' => true,
    'params' => array(
// Hostname of the timsieved server (dbmail-timsieved is running here)
        'hostspec' => 'xen-mail.xen.fxserver.com',
        // Login type of the server
        'logintype' => 'PLAIN',
        // Port number of the timsieved server
        'port' => 2000,
        // Name of the sieve script (???)
        'scriptname' => 'ingo',
        // The following settings can be used to specify an administration
        // user to update all users' scripts.
        // 'admin' => 'cyrus',
        // 'password' => '*****',
        // 'username' => Auth::getAuth(),
    ),
        // (???)
    'script' => 'sieve',
    'scriptparams' => array()
);


Adam Kosmin wrote:
Very informative. Thanks :)

Adam

Jacques Beaudoin wrote:

Hi Adam,

I think that implementing vacation with dbmail will
be best done with dbmail-2.2 (now 2.1.6).

With the future dbmail-sieve-deamond
you will use a Horde-Ingo sieve-filter to configure vacation in dbmail.

You wont nead to use the Horde-Vacation module.

Cordialement

Jacques Beaudoin
Agent d'administration
Les services des technologies
de l'information et des communications
Commission scolaire de la Pointe de l'Île
Montréal, Québec, Canada

Courriel/Email: jacques-beaudoin@xxxxxxxxxx
Cel: 514 918-3350



Selon Adam Kosmin <akosmin@xxxxxxxxxxxxx>:


Hello Everyone,

Just wondering if anyone has gotten this to work with DBMail. I spent
some time looking at the module's configuration and get the feeling that
it might be pretty tough to integrate since the config assumes
everything is being stored in one database table.

Best,

Adam

--
# CONFIG_TCG_TPM is not set

Adam Kosmin
GNU/Linux SA
Visual Trading Systems, LLC

Empire State Building
350 Fifth Avenue, Suite 6420
New York, NY 10118, USA

Email    akosmin@xxxxxxxxxxxxx
Phone  1 (212) 871-1747 ext. 340
_______________________________________________
Dbmail mailing list
Dbmail@xxxxxxxxxx
https://mailman.fastxs.nl/mailman/listinfo/dbmail



--
# CONFIG_TCG_TPM is not set

Adam Kosmin
GNU/Linux SA
Visual Trading Systems, LLC

Empire State Building
350 Fifth Avenue, Suite 6420
New York, NY 10118, USA

Email    akosmin@xxxxxxxxxxxxx
Phone  1 (212) 871-1747 ext. 340


<Prev in Thread] Current Thread [Next in Thread>