[Dovecot] Passing Arguments to Plugin

2010-08-03 Thread John O'Brien
Guys, Making progress on my plugin to support the custom IMAP command required by a special embedded system. Have been looking through the documentation to see if it is possible to pass parameters down to a plugin through the dovecot.conf So is there a simple way? Regards, John

[Dovecot] Updating Database records from a Plugin

2010-08-03 Thread John O'Brien
Guys, In the file /etc/dovecot-pgsql.conf I have driver = pgsql connect = host=localhost dbname=ivr.db user=ivr password=passwd default_pass_scheme = PLAIN password_query = SELECT password FROM embedded_device WHERE username='%u' user_query = SELECT home, uid, gid FROM

[Dovecot] expire plugin

2010-08-03 Thread Arnaud2 bali
Hi I try to use expire plugin with mysql When i use my thunderbird client to delete a message, nothing is write in the mysql database. My maildir is look like /home/vmail/homes/arna...@xxx..xxx/ and /etc/dovecot/dovecot-dict-expire.conf : connect = host=localhost user=xx

[Dovecot] Dovecot Sieve with Dovecot 2.0

2010-08-03 Thread Roman Sergey
Hello Timo and everybody! Sorry, I was googling but haven't found an answer on my simple question: Does the latest release of Dovecot Sieve work with Dovecot 2.0rc? Thank you in advance. -- Best regards, Roman

Re: [Dovecot] Dovecot Sieve with Dovecot 2.0

2010-08-03 Thread Stephan Bosch
Op 3-8-2010 12:21, Roman Sergey schreef: Hello Timo and everybody! Sorry, I was googling but haven't found an answer on my simple question: Does the latest release of Dovecot Sieve work with Dovecot 2.0rc? There is currently no release for Dovecot v2.0. However, you can download it directly

Re: [Dovecot] Dovecot Sieve with Dovecot 2.0

2010-08-03 Thread Roman Sergey
Thank you, Stephan! I assume it doesn't have major bugs opened, correct? On Tue, Aug 3, 2010 at 10:34 AM, Stephan Bosch step...@rename-it.nl wrote: Op 3-8-2010 12:21, Roman Sergey schreef: Hello Timo and everybody! Sorry, I was googling but haven't found an answer on my simple

[Dovecot] How to disable /Noselect Flag

2010-08-03 Thread Nabil TAZI
Hi all, can you help me to disable the /Noselect flag from folder so imap client can select the folder and his sub-folders to store mails inside Thanks

Re: [Dovecot] 2.0rc3: Panic: [...] mailbox_list_is_valid_pattern (was: Crash while accessing mdbox folders)

2010-08-03 Thread Axel Thimm
On Mon, Aug 02, 2010 at 04:01:24PM +0100, Timo Sirainen wrote: On Thu, 2010-07-29 at 13:56 +0300, Axel Thimm wrote: Jul 28 19:42:48 lda(athimm): Panic: file mailbox-list-fs.c: line 150 (fs_list_get_path): assertion failed: (mailbox_list_is_valid_pattern(_list, name)) .. I found what

Re: [Dovecot] How to disable /Noselect Flag

2010-08-03 Thread Axel Thimm
Hi, On Tue, Aug 03, 2010 at 11:53:32AM +0100, Nabil TAZI wrote: can you help me to disable the /Noselect flag from folder so imap client can select the folder and his sub-folders to store mails inside If this is an mbox backend then I think you are not supposed to, as selectable im imap

Re: [Dovecot] quota not updated

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 07:47 +0200, Martin Ott wrote: See if this works: quota = maildir:User quota:ns=INBOX/ with quota: maildir:User quota:ns=INBOX/ log says Aug 3 07:43:11 vlmail01 dovecot: IMAP(user): quota maildir: No maildir storages, ignoring quota. Fixed:

Re: [Dovecot] 2.0rc3: Panic: [...] mailbox_list_is_valid_pattern (was: Crash while accessing mdbox folders)

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 13:16 +0200, Axel Thimm wrote: Due to copy and paste I had some rules like } elsif header :matches List-Owner mailto:*-ow...@* { fileinto :create ${folder}/${3}/${2}; addflag DeliveredTo $${dflag}; } [...] The bad rules only triggered on very few mailing lists

Re: [Dovecot] 2.0rc3: Panic: [...] mailbox_list_is_valid_pattern (was: Crash while accessing mdbox folders)

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 13:21 +0100, Timo Sirainen wrote: I still can't reproduce it: What plugins do you use?

Re: [Dovecot] Passing Arguments to Plugin

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 16:02 +1000, John O'Brien wrote: Have been looking through the documentation to see if it is possible to pass parameters down to a plugin through the dovecot.conf With v1.x anything in plugin {} section goes into environment, e.g.: plugin { foo = bar } and with

Re: [Dovecot] Updating Database records from a Plugin

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 17:10 +1000, John O'Brien wrote: What I want to do from the plugin is the following: UPDATE embedded_device SET PIN=pin_value WHERE username=user; Questions: Is there a way to locate the exiting database open connection? Is there a way to use the dovecot

Re: [Dovecot] expire plugin

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 10:59 +0200, Arnaud2 bali wrote: connect = host=localhost user=xx password=x dbname=postfixadmin map { pattern = /home/vmail/homes/$user/$mailbox #shared/expire/$user/$mailbox .. Is pattern ok ? No, it always must be shared/expire/$user/$mailbox.

Re: [Dovecot] quota not updated

2010-08-03 Thread Martin Ott
Am 03.08.2010 14:12, schrieb Timo Sirainen: On Tue, 2010-08-03 at 07:47 +0200, Martin Ott wrote: See if this works: quota = maildir:User quota:ns=INBOX/ with quota: maildir:User quota:ns=INBOX/ log says Aug 3 07:43:11 vlmail01 dovecot: IMAP(user): quota maildir: No maildir storages,

Re: [Dovecot] expire plugin

2010-08-03 Thread Arnaud2 bali
Timo Sirainen wrote: On Tue, 2010-08-03 at 10:59 +0200, Arnaud2 bali wrote: connect = host=localhost user=xx password=x dbname=postfixadmin map { pattern = /home/vmail/homes/$user/$mailbox #shared/expire/$user/$mailbox .. Is pattern ok ? No, it always must be

Re: [Dovecot] 2.0rc3: Panic: [...] mailbox_list_is_valid_pattern

2010-08-03 Thread Stephan Bosch
On 08/03/2010 02:21 PM, Timo Sirainen wrote: gives: Aug 03 13:19:05 lda(10194 tss): Info: sieve: msgid=unspecified: subject=somedomain.org: store into mailbox 'foo//somedomain/org' aborted Aug 03 13:19:05 lda(10194 tss): Info: sieve: msgid=unspecified: subject=somedomain.org: stored mail into

[Dovecot] Dsync fatal error.

2010-08-03 Thread Henrique Fernandes
#dsync -D -vv -u s...@nti.uff.br mirror maildir:/CX4/vdomains/ nti.uff.br/stak/mail dsync(root): Fatal: Mail locations must use the same virtual mailbox hierarchy separator (specify separator for the default namespace) My mail.conf *mail_location =

Re: [Dovecot] Dsync ignores INBOX when converting from mbox to maildir

2010-08-03 Thread Henrique Fernandes
Timo, if it does mirroring, i does matter the way! it has to choose one location to mirror. Like location1 is production. location1 has 1000 emails. I mirror it to location2 Now the owner of location1 deletes some emails! and have now 989 If i do mirroging again, it has to choose if it will

Re: [Dovecot] Dsync ignores INBOX when converting from mbox to maildir

2010-08-03 Thread Henrique Fernandes
Timo, if it does mirroring, i does matter the way! it has to choose one location to mirror. Like location1 is production. location1 has 1000 emails. I mirror it to location2 Now the owner of location1 deletes some emails! and have now 989 If i do mirroging again, it has to choose if it will

[Dovecot] Re : Re: How to disable /Noselect Flag

2010-08-03 Thread Nabil TAZI
Message initial De: Axel Thimm ath...@flocki.atrpms.net À: Dovecot Mailing List dovecot@dovecot.org Sujet: Re: [Dovecot] How to disable /Noselect Flag Date: Tue, 3 Aug 2010 13:21:26 +0200 Client de messagerie: Mutt/1.5.20 (2009-08-17) Hi, On Tue, Aug 03, 2010 at 11:53:32AM

Re: [Dovecot] Dsync fatal error.

2010-08-03 Thread Henrique Fernandes
Ok, now i am getting this: # dsync -D -vv -u s...@example.com mirror maildir:/CX4/vdomains/ example.com/stak/mail/ -o separator=/ dsync(root): Fatal: execvp(maildir:/CX4/vdomains/example.com/stak/mail/) failed: No such file or directory dsync-local(s...@example.com): Error: read()

Re: [Dovecot] Re : Re: How to disable /Noselect Flag

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 15:29 +0100, Nabil TAZI wrote: i am using dovecot default setup , so when i do LIST command by telnet i receive this : * LIST (\Noselect \HasChildren) / test_nta3 and i want to receive this instead : * LIST (\HasChildren) / test_nta3 so i search the way

Re: [Dovecot] Dsync fatal error.

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 11:39 -0300, Henrique Fernandes wrote: Ok, now i am getting this: # dsync -D -vv -u s...@example.com mirror maildir:/CX4/vdomains/ example.com/stak/mail/ -o separator=/ dsync(root): Fatal: execvp(maildir:/CX4/vdomains/example.com/stak/mail/) failed: No such

Re: [Dovecot] Dsync ignores INBOX when converting from mbox to maildir

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 11:20 -0300, Henrique Fernandes wrote: Like location1 is production. location1 has 1000 emails. I mirror it to location2 Now the owner of location1 deletes some emails! and have now 989 If i do mirroging again, it has to choose if it will copy back from

Re: [Dovecot] Dsync fatal error.

2010-08-03 Thread Henrique Fernandes
Oh, sorry, i had just did this! Without the inbox. Seans it is runing now! I just send an question about dsync in another thread, could you take a look please ? Thanks! Appreciate. But it seens i did not get the inbox. In the other thread you said it got it. I did not convert the inbox!

Re: [Dovecot] Dsync ignores INBOX when converting from mbox to maildir

2010-08-03 Thread Henrique Fernandes
Thanks for the explanation. []'sf.rique On Tue, Aug 3, 2010 at 11:57 AM, Timo Sirainen t...@iki.fi wrote: On Tue, 2010-08-03 at 11:20 -0300, Henrique Fernandes wrote: Like location1 is production. location1 has 1000 emails. I mirror it to location2 Now the owner of location1

Re: [Dovecot] Dsync fatal error.

2010-08-03 Thread Henrique Fernandes
I might do not have the latest version! Sorry, i am using a pre compiled package now. Virtualization issues. Sorry. # dovecot --version 2.0.rc3 The pacake i am using is dovecot-2.0-0.18_114_rc3.el5.x86_64.rpmhttp://dl.atrpms.net/all/dovecot-2.0-0.18_114_rc3.el5.x86_64.rpm don't know if it has

Re: [Dovecot] Dsync fatal error.

2010-08-03 Thread Henrique Fernandes
Probally i do not have the new code, the package was compiled at jul 21 i think you rnew code to dsync is newer! Sorry, after i upgrade the dovecot i post it here. But my question still, how the inbox will be sync ? []'sf.rique On Tue, Aug 3, 2010 at 12:11 PM, Henrique Fernandes

[Dovecot] Date problem after import

2010-08-03 Thread Andreas Schenk
Hi, am running into an import problem: After I upgraded an Mac OS X 10.5.8 Server to Mac OS X 10.6, not all, but quite some mails show wrong dates. They are dated to the year 2020, which is obviously not possible for mail that has been sent long ago. Now 10.5 to 10.6 is a move from cyrus to

Re: [Dovecot] dsync subscription

2010-08-03 Thread Timo Sirainen
On Thu, 2010-07-29 at 10:55 +0600, Ильяс Рахимов wrote: When I migrans mailbox from one server to the second file subscribe / is replaced by a point . the first file server subscription: BB4EMQRJBDgENQ- BD8EMAQ, BDoEOA-/firstname.secondname after migration to the second server:

Re: [Dovecot] Dsync fatal error.

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 12:13 -0300, Henrique Fernandes wrote: But my question still, how the inbox will be sync ? What exactly is the problem with INBOX?

Re: [Dovecot] Date problem after import

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 17:41 +0200, Andreas Schenk wrote: My plan to fix it is to write a script to traverse the mailbox hierarchy, delete the index files and have all email files with a modification date in 2020 be set to a modification date that is extracted from its contents Date: header.

[Dovecot] Dovecot 1.2.13 intermittent authentication failures

2010-08-03 Thread C. Bensend
Hey folks, I recently upgraded my mail server from an older OpenBSD -CURRENT snapshot to the latest (Aug 1). As part of this upgrade, I updated all of my packages to their latest versions. Since this upgrade, dovecot has begun failing to authenticate intermittently. I use it primarily

Re: [Dovecot] Dsync fatal error.

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 13:11 -0300, Henrique Fernandes wrote: Is not a problem, is not sync, but i guess i have old code. my question is: i declare inbox in a diferente location! mail_location = mbox:/CX4/vdomains/%d/home/% n/mail:INBOX=/CX4/vdomains/%d/var/spool/mail/%

Re: [Dovecot] Dovecot 2.0.rc3 doesn't compile with custom OpenSSL

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 00:44 +0200, Andreas M. Kirchwitz wrote: ../../src/login-common/.libs/libdovecot-login.so: undefined reference to `OBJ_txt2nid' I'm not using system OpenSSL but a custom installation in /usr/local/ssl. http://hg.dovecot.org/dovecot-2.0/rev/b45e0637a5ef should fix

Re: [Dovecot] Dovecot 1.2.13 intermittent authentication failures

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 11:10 -0500, C. Bensend wrote: The only error I get in the mail log is: Aug 3 11:00:09 fusion dovecot: imap-login: Aborted login (auth failed, 1 attempts): user=benny, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured Get it to log more with auth_verbose=yes,

Re: [Dovecot] Mbox corruption - Inbox beginning with 'FFrom' or 'FrFrom'

2010-08-03 Thread Timo Sirainen
On Tue, 2010-07-27 at 09:32 -0400, Erik Kratzenberg wrote: If you delete all messages from mailbox, INTERNAL DATA message doesn't show up there? The mbox file size becomes zero? If so, it doesn't sound like you're really using Dovecot v1.x.. It looks like if I'm starting without the

Re: [Dovecot] Dsync fatal error.

2010-08-03 Thread Henrique Fernandes
Thanks! I want in the same place i as did in the comand dsync -D -vv -u s...@example.com mirror maildir:/CX4/vdomains/nti.uff.br/stak/mail/ It will be in the folders new, cur, tmp or it will create an imap folder .INBOX with the folders cur, new and tpm inside of it? Sorry about so many

Re: [Dovecot] Dovecot 1.2.13 intermittent authentication failures

2010-08-03 Thread C. Bensend
The only error I get in the mail log is: Aug 3 11:00:09 fusion dovecot: imap-login: Aborted login (auth failed, 1 attempts): user=benny, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured Get it to log more with auth_verbose=yes, and perhaps even auth_debug_passwords=yes. And sure

Re: [Dovecot] Dsync fatal error.

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 14:28 -0300, Henrique Fernandes wrote: Thanks! I want in the same place i as did in the comand dsync -D -vv -u s...@example.com mirror maildir:/CX4/vdomains/nti.uff.br/stak/mail/ It will be in the folders new, cur, tmp or it will create an imap folder .INBOX with

Re: [Dovecot] Dovecot 1.2.13 intermittent authentication failures

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 12:43 -0500, C. Bensend wrote: And sure enough, there it is: Aug 3 12:15:23 fusion dovecot: auth(default): client in: AUTH 1 PLAIN service=imapsecured lip=127.0.0.1 rip=127.0.0.1 lport=143 rport=19068 resp=hidden Aug 3 12:15:23 fusion

Re: [Dovecot] expire plugin

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 10:59 +0200, Arnaud2 bali wrote: expire: .Trash 1 .Trash/* 1 .Spam 2 Remove '.' before the mailbox names.

Re: [Dovecot] Dovecot 1.2.13 intermittent authentication failures

2010-08-03 Thread C. Bensend
And sure enough, there it is: Aug 3 12:15:23 fusion dovecot: auth(default): client in: AUTH 1 PLAIN service=imapsecured lip=127.0.0.1 rip=127.0.0.1 lport=143 rport=19068 resp=hidden Aug 3 12:15:23 fusion dovecot: auth(default): bsdauth(benny,127.0.0.1): lookup Aug 3

Re: [Dovecot] quota not updated

2010-08-03 Thread Timo Sirainen
On Tue, 2010-08-03 at 14:48 +0200, Martin Ott wrote: thanks, the warnings in the log are gone, but when mail is expunged, quota stays the same. There are no negative values added to maildirsize file when mail is expunged. Should there? Yes. Looks like this works correctly in v2.0. I don't

Re: [Dovecot] Plugin Handle input messages

2010-08-03 Thread Timo Sirainen
On Thu, 2010-07-22 at 16:49 -0300, Alex Baule wrote: /* This is when a try to change the INPUT stream to include my header line */ new_input =* i_stream_create_emx*(input); if (zbox-super.save_begin(ctx, new_input) 0) return -1; i_stream_unref(new_input); You also

Re: [Dovecot] AntiSpam Plugin

2010-08-03 Thread Leander S.
Am 28.07.10 23:43, schrieb Harlan Stenn: Figure out exactly what script is running and see if it says why it would return with a status of 9. If that is because of a SIGKILL, it is because some process is sending that signal. You are gonna get to figure out what debug knobs to crank to figure

Re: [Dovecot] Convert plugin

2010-08-03 Thread Egbert
Op 30-7-2010 21:44, Timo Sirainen schreef: Instead of using convert plugin, you could run mb2md.pl also as post-login script. Probably easier.. http://wiki.dovecot.org/PostLoginScripting Indeed this seems to work. Thanks. One problem: The login is denied the first time (user/passw not

[Dovecot] IMAP access to dovecot list archives?

2010-08-03 Thread Charles Marcus
Hi Timo, Before I go file a bug for Thunderbird, can you confirm that IMAP access to the dovecot mail list archives should still be working? TB is getting stuck in the account creation screen, and this may be confirmation of a bug they are having trouble isolating in the New Account Wizard.

Re: [Dovecot] IMAP access to dovecot list archives?

2010-08-03 Thread Timo Sirainen
On 3.8.2010, at 21.46, Charles Marcus wrote: Before I go file a bug for Thunderbird, can you confirm that IMAP access to the dovecot mail list archives should still be working? Looks to me like it's working. Authentication worked and I could select dovecot mailbox and read the last mail.

Re: [Dovecot] AntiSpam Plugin

2010-08-03 Thread Gregory Finch
On 2010-08-03 1:41 PM, Leander S. wrote: Am 28.07.10 23:43, schrieb Harlan Stenn: Figure out exactly what script is running and see if it says why it would return with a status of 9. If that is because of a SIGKILL, it is because some process is sending that signal. You are gonna get to

Re: [Dovecot] problem with mail_full_filesystem_acces s = yes

2010-08-03 Thread Pašek Ladislav
Thanks for hint. This is output from gdb bt full but I have no clue what to find in it: #0 0x003129a32ce2 in unsetenv () from /lib64/libc.so.6 No symbol table info available. #1 0x0041a078 in config_file_init (argc=value optimized out, argv=value optimized out) at deliver.c:497 No

Re: [Dovecot] problem with mail_full_filesystem_access = yes

2010-08-03 Thread Timo Sirainen
On 3.8.2010, at 22.09, Pašek Ladislav wrote: Thanks for hint. This is output from gdb bt full but I have no clue what to find in it: #0 0x003129a32ce2 in unsetenv () from /lib64/libc.so.6 Oh. This again. Just make sure the first setting in your dovecot.conf isn't something=no. Move

Re: [Dovecot] AntiSpam Plugin

2010-08-03 Thread Leander S.
Am 03.08.10 22:53, schrieb Gregory Finch: On 2010-08-03 1:41 PM, Leander S. wrote: Am 28.07.10 23:43, schrieb Harlan Stenn: Figure out exactly what script is running and see if it says why it would return with a status of 9. If that is because of a SIGKILL, it is because some process is

Re: [Dovecot] problem with mail_full_filesystem_acces s = yes

2010-08-03 Thread Pašek Ladislav
Yes it was it, I 've got on the first line mail_full_filesystem_access = no. Now is it working. Thanks a lot Timo Best Regards Lada Úterý, 03 Srpen, 2010 23:14 CEST, Timo Sirainen t...@iki.fi napsal: On 3.8.2010, at 22.09, Pašek Ladislav wrote: Thanks for hint. This is output from gdb

Re: [Dovecot] AntiSpam Plugin

2010-08-03 Thread Gregory Finch
On 2010-08-03 2:17 PM, Leander S. wrote: Am 03.08.10 22:53, schrieb Gregory Finch: On 2010-08-03 1:41 PM, Leander S. wrote: Am 28.07.10 23:43, schrieb Harlan Stenn: Figure out exactly what script is running and see if it says why it would return with a status of 9. If that is because of a

Re: [Dovecot] AntiSpam Plugin

2010-08-03 Thread Tom Hendrikx
On 03/08/10 23:17, Leander S. wrote: Am 03.08.10 22:53, schrieb Gregory Finch: On 2010-08-03 1:41 PM, Leander S. wrote: Am 28.07.10 23:43, schrieb Harlan Stenn: Figure out exactly what script is running and see if it says why it would return with a status of 9. If that is because of a

Re: [Dovecot] OT dovecot w/postfix, mysql , postfix does unnecessary lookups

2010-08-03 Thread Noel Butler
Just an update for archives in case anyone else comes across it whilst debugging, they can just shrug it off as a postfix anomaly, I only had two replies to this post, but both of them are also seeing the same as I do, so nothing to worry about until postfix one decade accepts this as a bug :)

Re: [Dovecot] AntiSpam Plugin

2010-08-03 Thread donovan jeffrey j
On Aug 3, 2010, at 5:52 PM, Tom Hendrikx wrote: On 03/08/10 23:17, Leander S. wrote: Am 03.08.10 22:53, schrieb Gregory Finch: On 2010-08-03 1:41 PM, Leander S. wrote: Am 28.07.10 23:43, schrieb Harlan Stenn: Figure out exactly what script is running and see if it says why it would return

Re: [Dovecot] OT dovecot w/postfix, mysql , postfix does unnecessary lookups

2010-08-03 Thread donovan jeffrey j
On Aug 3, 2010, at 6:53 PM, Noel Butler wrote: Just an update for archives in case anyone else comes across it whilst debugging, they can just shrug it off as a postfix anomaly, I only had two replies to this post, but both of them are also seeing the same as I do, so nothing to worry about

Re: [Dovecot] Dovecot 1.2.13 intermittent authentication failures

2010-08-03 Thread C. Bensend
Did you check with auth_debug_passwords=yes what the password is? v1.2 doesn't seem to log it clearly, but by base64 decoding resp= value you could see it. Hi Timo, Well, I cranked the debug back up all the way and captured the password. After whipping up a quick perl script to decode

Re: [Dovecot] Dsync fatal error.

2010-08-03 Thread Henrique Fernandes
I always try. But i ask somestuf i haven't tried yet. But thanks anyway! []'sf.rique On Tue, Aug 3, 2010 at 3:58 PM, Timo Sirainen t...@iki.fi wrote: On Tue, 2010-08-03 at 14:28 -0300, Henrique Fernandes wrote: Thanks! I want in the same place i as did in the comand dsync -D -vv -u