Re: copy recursive mails from one account to another

2022-05-12 Thread Aleksandar Lazic
On Tue, 10 May 2022 22:48:01 +0200 Alex wrote: > Hi. > > I tried to copy a mailbox on the same server from src-account1 to > dest-account2 and tried to follow this page > > https://doc.dovecot.org/admin_manual/migrating_mailboxes/ > > I have tried to get this command running via IMAP but sadly

Re: identify MUA connecting?

2014-07-29 Thread Aleksandar Lazic
Am 29-07-2014 09:08, schrieb Frank Elsner: On Tue, 29 Jul 2014 00:49:37 +0200 Reindl Harald wrote: Am 28.07.2014 22:40, schrieb Peter Chiochetti: > Am 2014-07-28 um 21:15 schrieb Reindl Harald: >> Am 28.07.2014 20:57, schrieb Rick Romero: Am 28.07.2014 19:58, schrieb Juan Pablo: > Th

Re: [Dovecot] Fwd: Dovecot cannot connect to PostgreSQL server

2014-04-27 Thread Aleksandar Lazic
Dear Chris. Am 27-04-2014 17:17, schrieb Chris Vaas: I set the host to 127.0.0.1 now. And my pg_hba.conf looks like that: [snipp] The folder /var/run/postgresql is not existing on my machine. The problem is still present. :( What's the output of root # lsof -np $( pgrep -fl bin/postgres|

Re: [Dovecot] Patch to log the cipher suite used for TLS

2013-08-14 Thread Aleksandar Lazic
Dear Matthias, Am 14-08-2013 08:48, schrieb Matthias Scheler: Hello, the attached patch for Dovecot 2.2.4 improves the logging to include information about the cipher suite used for a TLS connection. Here is an example log line: Aug 13 21:49:55 colwyn dovecot: imap-login: Login: user=, method=

Re: [Dovecot] [OT] GNUTLS (was: Re: Dovecot SASL Client support?)

2013-01-09 Thread Aleksandar Lazic
Am 09-01-2013 11:36, schrieb Markus Schönhaber: 09.01.2013 09:52, Patrick Ben Koetter: If it is as good as GNUTLS, I'd rather stick with Cyrus SASL. Out of curiosity: what's so bad with GNUTLS? +1 I thought the same, you was faster for the question. BR Aleks

Re: [Dovecot] sessionid in logout line

2012-11-03 Thread Aleksandar Lazic
Dear Pascal, Am 03-11-2012 01:01, schrieb Pascal Volk: On 11/03/2012 12:51 AM Aleksandar Lazic wrote: Dear listmembers. [snipp] Maybe I have overseen the config option to add the %{session} also to the logout line. … I use: imap_logout_format = in=%i out=%o, session=<%{session}>

[Dovecot] sessionid in logout line

2012-11-02 Thread Aleksandar Lazic
Dear listmembers. I have the following login_log_format_elements = service=%s user=<%u> session=%{session} method=%m rip=%r lip=%l mpid=%e %c %k Maybe I have overseen the config option to add the %{session} also to the logout line. Here a example from my log: ### Nov 3 00:46:43 dovecot:

Re: [Dovecot] convert maildrop filter to sieve

2011-09-18 Thread Aleksandar Lazic
Hi Micah, On Fre 16.09.2011 09:53, Micah Anderson wrote: Aleksandar Lazic writes: Dear list member, does anybody have a script which can convert maildrop filter to sive filter? I would also like this, but I'm afraid it may be too complicated due to the different possibilities. Movi

Re: [Dovecot] Detecting duplicate messages with sieve

2011-09-17 Thread Aleksandar Lazic
On Fre 16.09.2011 15:11, Timo Sirainen wrote: On Fri, 2011-09-16 at 00:02 +0200, Aleksandar Lazic wrote: "Detecting duplicate messages" .. Is there a similar feature in sieve No. or can I still use the upper setup? I think so. Maybe I have overseen this possibiliy bu

Re: [Dovecot] Sieve envelope :detail "to" "extention" does not deliver to fileinto destination

2011-09-17 Thread Aleksandar Lazic
Dear Stephan, On Sam 17.09.2011 01:30, Stephan Bosch wrote: Op 16-9-2011 23:35, Stephan Bosch schreef: My guess is that you need to add the recipient_delimiter setting to the plugin section also: plugin { recipient_delimiter = - } Matbe this should be unified somehow. This should be fixed

[Dovecot] Detecting duplicate messages with sieve

2011-09-15 Thread Aleksandar Lazic
Dear Listmember, I use http://www.courier-mta.org/reformail.html for "Detecting duplicate messages" ### The -D option implements a simple way to delete duplicate messages in incoming mail. filename is a file that will be approximately 'len' bytes long. This file will be used by reformail to sav

[Dovecot] convert maildrop filter to sieve

2011-09-15 Thread Aleksandar Lazic
Dear list member, does anybody have a script which can convert maildrop filter to sive filter? BR Aleks

Re: [Dovecot] Sieve envelope :detail "to" "extention" does not deliver to fileinto destination

2011-09-15 Thread Aleksandar Lazic
Dear Stephan, On Don 15.09.2011 11:29, Stephan Bosch wrote: Op 12-9-2011 19:14, Aleksandar Lazic schreef: Is there a 'log' or 'print' command in the sieve filter or how can I write a message to the log file? With the latest Pigeonhole (0.2.4), you can use the vnd.dov

Re: [Dovecot] Sieve envelope :detail "to" "extention" does not deliver to fileinto destination

2011-09-13 Thread Aleksandar Lazic
On Mon 12.09.2011 19:17, Jerry wrote: On Tue, 13 Sep 2011 00:42:44 +0200 Aleksandar Lazic articulated: [snip] ### if envelope :contains :detail "to" "pdnsusers" { ### Is there a command like 'print envelope' or something else to see what variables and envelope

Re: [Dovecot] Sieve envelope :detail "to" "extention" does not deliver to fileinto destination

2011-09-12 Thread Aleksandar Lazic
Dear Jerry, On Mon 12.09.2011 14:22, Jerry wrote: On Mon, 12 Sep 2011 19:14:48 +0200 Aleksandar Lazic articulated: dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop} -a

[Dovecot] Sieve envelope :detail "to" "extention" does not deliver to fileinto destination

2011-09-12 Thread Aleksandar Lazic
Dear Listmember. I resend this with different Subject so that the spamfilter does not drop the mail, I hope ;-) I try to migrate from my current courier-mta setup fo postfix dovecot setup. I use the following scirpt to filter to the destination mailbox. ### /var/vmail/none.at/al/.dovecot.sieve

[Dovecot] Sieve envelope :detail "to" "xxx" does not deliver to fileinto destination

2011-09-11 Thread Aleksandar Lazic
Dear Listmember. I try to migrate from my current courier-mta setup fo postfix dovecot setup. I use the following scirpt to filter to the destination mailbox. ### /var/vmail/none.at/al/sieve/lists.sieve require ["fileinto", "subaddress", "envelope" ]; if envelope :detail "to" "pdnsusers" {