Displaying 3 results from an estimated 3 matches for "1194157".
2006 Apr 18
1
Test migration (IMAP copy) and INTERNALDATE?
We're trying some migration tests ... from CommuniGate to Dovecot. The
migration program does an APPEND into the new mailbox:
src>: a0 FETCH 2900 (FLAGS INTERNALDATE RFC822.PEEK)
src<: * 2900 FETCH (FLAGS (\Seen) INTERNALDATE "29-Aug-2005 18:36:54
+0000" RFC822 {1194157}
src<: )
dst>: bAPP APPEND "INBOX" (\Seen) "29-Aug-2005 18:36:54 +0000" {1194157}
dst<: + OK
It appears to be trying to set the message date... in this example, to 29
Aug 2005.
Dovecot seems to be ignoring it.
Am I doing something wrong, or does Dovecot not allow thi...
2006 Apr 19
0
[patch] Re: Test migration (IMAP copy) and INTERNALDATE?]
...ion tests ... from CommuniGate to Dovecot.
>> The migration program does an APPEND into the new mailbox:
>>
>> src>: a0 FETCH 2900 (FLAGS INTERNALDATE RFC822.PEEK)
>> src<: * 2900 FETCH (FLAGS (\Seen) INTERNALDATE "29-Aug-2005 18:36:54
>> +0000" RFC822 {1194157}
>> src<: )
>> dst>: bAPP APPEND "INBOX" (\Seen) "29-Aug-2005 18:36:54 +0000"
>> {1194157} dst<: + OK
>>
>> It appears to be trying to set the message date... in this example,
>> to 29 Aug 2005.
>>
>> Dovecot seems to be i...
2016 Oct 03
2
ldb-tools stand alone different than built-in?
On Mon, Oct 3, 2016 at 10:39 AM, Sketch <smblist at rednsx.org> wrote:
>
> The standalone tools (as packaged by CentOS) don't have all of the
> extensions that are built when you build a Samba DC. If you have already
> rebuilt CentOS Samba packages with DC support, you need to add samba's ldb
> modules to ldb's module path.
>
This is what I suspected.