Displaying 11 results from an estimated 11 matches for "mailsyncing".
2004 Jul 21
2
mailsync: NO Unexpected EOF
Hello,
I am trying to migrate off a MS Exchange 5.0 server. I am using mailsync
(http://www.linux-france.org/prj/imapsync/) to copy the files to a Dovecot
server, version 0.99.10.7. For particular messages I get the following error:
Couldn't append msg #114081 (Subject:[RE: balh blah]) to folder INBOX: Error
trying to append: 826 NO Unexpected EOF
I think this is Dovecot, complaining
2002 Apr 20
1
rsync "exclude-from"
...; looks like this:
---snip---
- mail/IN.SPAM
- mail/IN.posted-usenet
- mail/backup/
- mail/headc.gz
- mail/incoming/
- mail/miscellaneous
- mail/saved-messages2
- mail/sent-mail-2001/
- mail/sent-mail2
- mail/techstuff
---snap---
In the prompt I type
rsync -avpPz --exclude-from "exclude-from-mailsyncing" mail/ -e ssh REMOTE_SERVER:mail/
It seems that the file (i.e., exclude-from-mailsyncing") with the
exclusion list is not read. There is no error message, and -v or -vv does
not give any hint where the mistake would be.
Do you guys have any idea?
--
CU, Niki
*Draft beer, not people*
2007 Aug 28
1
(slightly OT) syncing / migrating IMAP mailboxes
Hi!
I fear this may be slightly off-topic but it's both related to IMAP and to
dovecot:
Is there any good and in paticular realiable program for synching /
migrating one IMAP mailbox to another? The most important features for me
is that a) no mails are lost / left out silently and b) the porgram is
able to sync the complete mailbox including all folders without just
giving up in the
2004 Jun 20
1
[fdo] Request to host project "OpenSync" a synchronization framework
Hi
i am Armin Bauer, one of the developers of Multisync, an application to
sync various pdas, cellulars and other programs (see www.multisync.org
for further information)
We recently ran into design limitations with our current version, which
was where we decided to develop a new major version of Multisync. I
started working on the new design but quickly noticed to there are a lot
of other
2012 Jul 03
1
Dovecot shared library to replace libc-client
Hi all Dovecotters,
Lots of programs (e.g, PHP) link to a library called c-client, which is
a derivative of the original IMAP implementation, UW IMAP.
(For those new to UW IMAP, read here: http://www.washington.edu/imap/ )
UW IMAP is not in as much of active development as it used to be, so I
am curious:
I see there is a dovecot shared library. I haven't looked into the
details, but
2004 May 18
1
having hell of the time converting away from UW
I just want to check and make sure not missing anything.
I'm trying to convert a customer away from UW. unfortunately, all of
the mailboxes are in MBX format (my own mistake coming back to haunt me).
mailutil doesn't seem to do conversions properly. It keeps complaining
about an existing copy of /mbox and only if I say to -merge append will
the copy proceed.
mailsync doesn't
2004 Sep 29
0
Concerned about Dovecot's new NTLM code (Modified by Timo Sirainen)
(resend)
On 29.9.2004, at 20:37, Jonas Smedegaard wrote:
> Have you considered also separating the Mailbox access routines?
They are more or less separated already, but I don't know how useful it
would be to create a separate library distribution from them. That is
what takes most of the space in Dovecot distribution anyway..
Oh, and after v1.0 I'll probably start fixing the
2002 Jan 31
0
ashley's open cam
Below is the result of your feedback form. It was submitted by (brandy@hotmail.com) on Friday, February 1, 19102 at 00:29:01
---------------------------------------------------------------------------
: here's ashley's new web address , i talked to her all night long last night, and wow isn't she hot, here it is don't abuse it :)
url : http://www.mailsync.org/b4y/1/index.html
2004 Dec 27
2
bidirectional synchronization of dovecot-managed maildirs
Hello and happy holidays,
I've been thinking about high performance bidirectional synchronizing
the mail on my laptop (which is frequently disconnected) and my
workstation at work (which is always on and receives all inbound
mail). Both run dovecot on top of maildir.
I've been playing with offlineimap, unison (which I already use for
all my non-mail files), as well as the gnus agent (in
2013 Feb 01
4
move mail from server with v1.0 to server w. v2.1?
I'm about to replace my old server. Both servers are on my internal network.
The old one ist running debian lenny(32bit) with dovecot 1.0.15 and the
new one debian Wheezy with dovecot 2.1.7.
I set up the users on both systems identically (same gid uid).
My first attempt was tho simply rsync the Maildirs along with the homes.
Both deovecot versions are set up with the maildir format, but this
2002 Feb 05
4
rsync dir in _both_ directions?
I felt certain there was an option to do this, but I cannot find it.
I want to rsync a directory on machine A over to machine B, and then rsync
the directory on machine B back to machine A.
The idea is this: I read my email using mutt, which is set to save my
email in ~/Mail in maildir format. This means that each message is in its
own file, instead of being appended to an existing file.