similar to: Help with migration to Dovecot from raw files

Displaying 20 results from an estimated 900 matches similar to: "Help with migration to Dovecot from raw files"

2020 Mar 26
0
Help with migration to Dovecot from raw files
You could try something simple like just for n in *; do cat $n | doveadm save -u targetuser; done or if the IceWarp has IMAP interface, you could try doveadm -o imapc_host=hostname -o imapc_user=username -o imapc_password=password sync -1R targetuser imapc: Aki > On 26/03/2020 12:11 Stefano Antonelli <dovecot at intheworks.ca> wrote: > > > Hello list, > > I
2020 Mar 26
1
Help with migration to Dovecot from raw files
On 2020-03-26 03:37, Aki Tuomi wrote: > You could try something simple like just > > for n in *; do cat $n | doveadm save -u targetuser; done Thank you. This "works" in that it renames the files for me. However, 1. the filename timestamps are all similar (ie. time of import) 2. the emails showed up in new rather than cur 3. the emails are unseen. The seen state can
2020 Mar 29
0
Help with migration to Dovecot from raw files
On 2020-03-28 23:54, Stefano Antonelli wrote: > I've attached my script in case it's helpful to anyone in a similar > situation. It took quite a bit of effort to get this right, highly > depends on the format of the original mailstore, and I've only tested > this on one smaller mailbox (<400 messages). And I wasn't concerned > with any client having to download
2013 Nov 14
5
Nested parametrized defines
Dear puppet wizards, http://docs.puppetlabs.com/puppet/3/reference/lang_defined_types.html does not suggest to me that nested parametrized defines would be forbidden, hence I expected the following code to work: add_to_ssh_authorized_keys.pp: -------- define a::ssh_keys::add_to_ssh_authorized_keys($homebasedir="/home", $targetuser="root", $keyowner, $keyownername,
2012 May 24
1
dsync migration with preserving pop3 uidl
Hi all, I'm trying to migrate messages from icewarp (merak) mailserver to dovecot via dsync, IMAP migration is looking fine, but I'm unable to migrate pop3 uidls from originating server, probably is something wrong with configuration, but I don't know what. The only documentation i found is on the wiki: http://wiki2.dovecot.org/Migration/Dsync where is bad writen mail_plugins =
2017 Nov 28
3
Samba AD - Trust Relationship error.
Hello all, I am not really new to samba but I am new to running a samba AD and AD in general. I have a client that I will be changing over to a new server running samba 4.6.7 and running as an AD. I did a test run on the new server connected to the workstations and on one workstation I ran into this error message: "The security database on the server does not have a computer account
2009 Feb 02
2
"user grade" IMAP stress test
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I need some user grade windows-based IMAP stress tool. I have a situation with a lot of "disconnect" error on the user side (outlook, thunderbird and outlook express) but no sign of error on the Dovecot server. Between clients and server there are a LAN of dubious performance and a ZyWALL. I have already removed every kind of packet
2007 Aug 22
4
DO NOT REPLY [Bug 4912] New: rsync crashes with a double free or corrupted memory detection in glibc
https://bugzilla.samba.org/show_bug.cgi?id=4912 Summary: rsync crashes with a double free or corrupted memory detection in glibc Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org
2023 Aug 18
2
Host key verification (known_hosts) with ProxyJump/ProxyCommand
On 18.08.23 07:39, Darren Tucker wrote: > On Fri, 18 Aug 2023 at 15:25, Stuart Longland VK4MSL <me at vk4msl.com> wrote: > [...] >> The crux of this is that we cannot assume the local IPv4 address is >> unique, since it's not (and in many cases, not even static). > > If the IP address is not significant, you can tell ssh to not record > them ("CheckHostIP
2011 Nov 15
2
Possible pam_ssh bug?
I have a shell user who is able to login to his accounts via sshd on FreeBSD 8.2 using any password. The user had a .ssh/id_rsa and .ssh/id_rsa.pub key pair without a password but nullok was not specified, so I think this should be considered a bug. During diagnosis, /etc/pam.d/sshd was configured for authentication using: ------------- auth required pam_ssh.so
2017 Nov 29
0
Samba AD - Trust Relationship error.
On Wed, 29 Nov 2017 08:58:54 -0500 subscriptions <subscriptions at renuecomputers.com> wrote: > On 11/28/2017 01:55 PM, Rowland Penny via samba wrote: > > .local' as the TLD > > I have been thinking of this issue. I did turn off Avahi for the time > being but have been thinking about this all night. My situation is > that I will be migrating a SBS Exchange server
2017 Nov 28
0
Samba AD - Trust Relationship error.
On Tue, 28 Nov 2017 13:23:11 -0500 subscriptions <subscriptions at renuecomputers.com> wrote: > On 11/28/2017 01:02 PM, Rowland Penny via samba wrote: > > On Tue, 28 Nov 2017 12:24:55 -0500 > > subscriptions via samba<samba at lists.samba.org> wrote: > > > >> Hello all, > >> > >> I am not really new to samba but I am new to running a
2011 Mar 14
3
ideas on sorting
Hi, I have a character vector as below: a<-c('10','3R','4','4R','5','5R','6','6R','7','8','9','7R','1','10R','11'
2005 Dec 21
9
question about changejournal
Hi, I''ve got a newbie question--sorry if this is covered elsewhere, I parsed through the archives for awhile and didn''t see it. I''d like to listen for whenever a file is renamed (e.g. foo.txt -> foo.old) and then magically change it back. This sounds odd, but I''m working with a stubborn application and this will actually make things work nice. So, if I do:
2016 Oct 17
2
Dict proxy client returning empty string instead of multiline string
> > > >>>>> On 10/16/2016 11:16 PM, Pierre Jaury wrote: > > > >>>>>> Hello, > > > >>>>>> > > > >>>>>> I am using a dict proxy for my sieve extdata plugin to access some > > > >>>>>> fields from an SQLite database (autoreply text and other > > >
2016 Oct 16
2
Dict proxy client returning empty string instead of multiline string
Hello, I am using a dict proxy for my sieve extdata plugin to access some fields from an SQLite database (autoreply text and other database-configured items). All tests are performed against version 2.2.25. $ dovecot --version 2.2.25 (7be1766) My configuration looks like: dict { sieve = sqlite:/etc/dovecot/pigeonhole-sieve.dict } [...] sieve_extdata_dict_uri = proxy::sieve I
2012 Jun 06
1
tcltk wish: Add tclObj.raw method for converting raw vectors to tclObj
Greetings, I have submitted a bug report / wish to the R Bug tracker (https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14939), but I'd like to make this request here as well. Essentially, I was wondering if it would be possible to add another c routine to be called by as.TclObj for raw vectors. Right now, as.raw() is supported for objects of type "tclObj" (IIRC this change was
2011 Apr 18
0
raw.convs raw.types
Hello. I do not know if this is a debian thing or a CUPS thing... but I have set up my printers with raw queues as stated in chapter 22 of the Samba docs. But, I noticed that there is no mime.convs and mime.types in my /etc/cups. Rather, there are two files named raw.convs and raw.types. By default they hold the exact lines in them that Chapter 22 states they should have (already
1998 Dec 24
0
Odd behavior w/ read raw and write raw under NT1
A coworker and I have been doing some performance tuning with Samba 20b4 under Linux 2.0.36 (RedHat 5.2 distribution) on a 100-T network. The protocol is NT1. Two settings are tweaked in particular, "read raw" and "write raw". When both are yes, reading a large file results in 6M/s, but writing is only 2M/s, which is far below writing to an NT server (6M/s). If any of
2016 Oct 17
2
Dict proxy client returning empty string instead of multiline string
Hi! This does sound like a bug, we'll have look. Aki On 17.10.2016 01:26, Pierre Jaury wrote: > I dived a little bit further into the rabbit hole, up to the point where > debugging has become unpracticle but I still haven't found the root > cause for sure. > > I read most of the code for "p_strdup" based on datastack memory pools > (which are used for