Sieve scripting

2019-05-13 Thread Lefteris Tsintjelis via dovecot
I want to monitor a special folder and execute a shell script each time I put an email to it. I would like to automate that way the process of SPAM reporting (SPAMCop). Is that possible with sieve? Lefteris

Re: Potfix+Dovecot with dsync replication problem

2019-05-13 Thread Zeljko Dokman via dovecot
Hi all, Any suggestion? BR On Mon, 6 May 2019 at 14:22, Zeljko Dokman wrote: > Hi all, > > I am in need of some help. > > Straggling to make something work, trying to configure postfix and > dovecote imap server with dovecote replication. > > Can’t figure out what is wrong with my configuratio

Re: Sieve scripting

2019-05-13 Thread Aki Tuomi via dovecot
On 13.5.2019 11.14, Lefteris Tsintjelis via dovecot wrote: > I want to monitor a special folder and execute a shell script each > time I put an email to it. I would like to automate that way the > process of SPAM reporting (SPAMCop). Is that possible with sieve? > > Lefteris Yes, see https://wi

Re: Potfix+Dovecot with dsync replication problem

2019-05-13 Thread Aki Tuomi via dovecot
Your problem is that you are running service doveadm as vmail, but you are using real uids. You need to start doveadm server as root to be able to switch into the correct target user. Aki On 13.5.2019 11.26, Zeljko Dokman via dovecot wrote: > Hi all, > > Any suggestion? > > BR > > On Mon, 6 May

Re: Sieve scripting

2019-05-13 Thread Lefteris Tsintjelis via dovecot
On 13/5/2019 11:45, Aki Tuomi via dovecot wrote: On 13.5.2019 11.14, Lefteris Tsintjelis via dovecot wrote: I want to monitor a special folder and execute a shell script each time I put an email to it. I would like to automate that way the process of SPAM reporting (SPAMCop). Is that possible w

dovecot 2.2.36 and wforce

2019-05-13 Thread Tobi via dovecot
Hi list I'm trying to setup dovecot 2.2.36 on a Centos6 to communicate with a wforce daemon on the remote side. wforce is latest released from git repo. Daemon part is working and I can successfully send queries from remote systems to wforce via curl For dovecot I configured in /etc/dovecot/conf.

Doveadm sync, Error: read(remote) failed: EOF, Error: read(remote) failed: EOF

2019-05-13 Thread Marc Roos via dovecot
In the manual page this command is used for converting a mailbox doveadm sync -u test mdbox:~/mdbox -x INBOX -x INBOX/* Yet I am getting this error and the mdbox folder is not created. dsync-local(test): (version not received) doveadm(test): Fatal: execvp(mdbox:~/mdbox) failed: No such file or

Re: dovecot 2.2.36 and wforce

2019-05-13 Thread Aki Tuomi via dovecot
> On 13 May 2019 18:54 Tobi via dovecot wrote: > > > Hi list > > I'm trying to setup dovecot 2.2.36 on a Centos6 to communicate with a > wforce daemon on the remote side. wforce is latest released from git > repo. Daemon part is working and I can successfully send queries from > remote syste

Re: dovecot 2.2.36 and wforce

2019-05-13 Thread Tobi via dovecot
> Also, any auth policy interaction should be logged with auth_debug=yes after I enabled that in 10-logging.conf and it did not show any more loglines I realized that this is a very old box (loads of karma) which likes to have all its config in /etc/dovecot/dovecot.conf :-) So after setting the au

Re: Doveadm sync, Error: read(remote) failed: EOF, Error: read(remote) failed: EOF

2019-05-13 Thread Aki Tuomi via dovecot
Hi, you need to put mdbox parameter as last. Aki On 13 May 2019 18:55 Marc Roos via dovecot < dovecot@dovecot.org> wrote: In the manual page this command is used for converting a mailbox

RE: Doveadm sync, Error: read(remote) failed: EOF, Error: read(remote) failed: EOF

2019-05-13 Thread Marc Roos via dovecot
Indeed, Thanks!!! :) -Original Message- From: Aki Tuomi [mailto:aki.tu...@open-xchange.com] Sent: maandag 13 mei 2019 19:48 To: Marc Roos; Marc Roos via dovecot Subject: Re: Doveadm sync, Error: read(remote) failed: EOF, Error: read(remote) failed: EOF Hi, you need to put mdbox param

LMTP and Sieve with

2019-05-13 Thread Paul Muster via dovecot
Hi there, Dovecot's LMTP implementation and Pigeonhole Sieve already do support the format. RfC 5233, the Sieve subaddress extension, also offers . Could Docecot's LMTP and Pigeonhole be extended to that effect? Thanks & greetings, Paul

Frequent Out of Memory for service(config)

2019-05-13 Thread Root Kev via dovecot
Hello Group, We have dovecot deployed as solely a Pop3 service that is used by our applications to pass mail from one application to another internally. We have roughly 4 applications that connect to the Pop3 service every 2 seconds, to check for new messages and pop them for processing if they a

Userdb userdb_mail=, error Mailbox list driver maildir++: maildir_name not supported by this driver

2019-05-13 Thread Marc Roos via dovecot
I have this default configuration [0], when use the userdb_mail to point to the mdbox location, the inbox subfolders show differently in a firebird client. So I decided to copy the whole default mail_location into the userdb_mail configuration [2]. But then I get errors [3]. Should I change

Re: Userdb userdb_mail=, error Mailbox list driver maildir++: maildir_name not supported by this driver

2019-05-13 Thread Aki Tuomi via dovecot
> On 14 May 2019 00:05 Marc Roos via dovecot wrote: > > > I have this default configuration [0], when use the userdb_mail to point > to the mdbox location, the inbox subfolders show differently in a > firebird client. So I decided to copy the whole default mail_location > into the userdb_m

Re: Sieve scripting

2019-05-13 Thread Lefteris Tsintjelis via dovecot
On 13/5/2019 11:45, Aki Tuomi via dovecot wrote: On 13.5.2019 11.14, Lefteris Tsintjelis via dovecot wrote: I want to monitor a special folder and execute a shell script each time I put an email to it. I would like to automate that way the process of SPAM reporting (SPAMCop). Is that possible w