[Dovecot] restore lost emails

2011-06-05 Thread Daminto Lie
Hi, I was wondering if anyone might be able to help me with this. I am running Postfix 2.7.0, Dovecot 1.2.9 and squirrelmail. Every week, I perform a back-up on both Postfix and Dovecot (maildir and conf folders). That's good because I have all the emails backed up. And now what I would like to

[Dovecot] doveadm problem with mail_plugins in database

2011-06-05 Thread Ralf Zimmermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I use this user_query: - ---%< user_query = SELECT LOWER(CONCAT(t2.login,'@',t1.name)) AS user,t2.home,t2.mail,5000 AS uid,5000 AS gid,CONCAT('*:storage=',quota_mb,'MB') AS quota_rul

Re: [Dovecot] sieve script tracing

2011-06-05 Thread Stephan Bosch
On 6/5/2011 10:48 PM, Maciej Uhlig wrote: W dniu 2011-06-05 11:37, Stephan Bosch pisze: What is your application? Actually it's something like this: >>> if anyof ( # example #1 allof ( ... anyof ( ... ) ), # example #2 allof ( ... anyof ( ... )

Re: [Dovecot] sieve script tracing

2011-06-05 Thread Jerry
On Sun, 05 Jun 2011 22:48:16 +0200 Maciej Uhlig articulated: {snip} > I'd like to know which condition was the actual reason of e-mail > discarding. I thought about log message. An actual way to step through the execution of the code is something that I have been waiting for, for quite awhile.

Re: [Dovecot] sieve script tracing

2011-06-05 Thread Maciej Uhlig
W dniu 2011-06-05 11:37, Stephan Bosch pisze: What is your application? Actually it's something like this: >>> if anyof ( # example #1 allof ( ... anyof ( ... ) ), # example #2 allof ( ... anyof ( ... ) ), # example #3 allof ( ... an

[Dovecot] file rights for dictionary file

2011-06-05 Thread Michael Köhler
Hi, I use Debian Squeeze and the sources from Stephan Bosch. A few weeks ago I´ve upgraded from 2.0.11 to 2.0.13 and got an error May 29 20:01:53 mailserver dovecot: dict: Error: Can't open configuration file /etc/dovecot/dovecot-dict-sql.conf.ext: Permission denied May 29 20:01:53 mailserver d

Re: [Dovecot] Help with Trash setup

2011-06-05 Thread Xavier Maillard
Hi, On Sun, 5 Jun 2011 13:08:00 -0300, Ivan Rodrigues wrote: > Folks, > > I'm trying to setup a mail server just to store my mail, i use fetchmail to > retrieve my messages and I want to configure the trash can, can you guys > please help me with this mater? I am not an expert (and I do not us

[Dovecot] Help with Trash setup

2011-06-05 Thread Ivan Rodrigues
Folks, I'm trying to setup a mail server just to store my mail, i use fetchmail to retrieve my messages and I want to configure the trash can, can you guys please help me with this mater? Dovecot Version: 1.2.9 No SQL nor LDAP installed dovecot -n # 1.2.9: /etc/dovecot/dovecot.conf # OS: Linux

Re: [Dovecot] sieve script tracing

2011-06-05 Thread Stephan Bosch
On 06/04/2011 12:11 PM, Maciej Uhlig wrote: > Could it be possible to trace Sieve script using method other than > "enotify", i.e. to write a message to syslog using some action? > Not currently. There is a vnd.dovecot.debug extension, but that is only available for the command line tools and not

Re: [Dovecot] Custom sql query for keeping quota with dict-sql

2011-06-05 Thread Marcin Mirosław
W dniu 2011-06-03 15:47, Timo Sirainen pisze: > On Fri, 2011-06-03 at 15:17 +0200, Marcin Mirosław wrote: >> DICT_QUOTA_DEL= ... >> DICT_QUOTA_INSERT= >> DICT_QUOTA_OTHER_ACTIONS= > > It's not that simple. If it would be simple, probably it would be done;) Thanks Timo, Duane, Marcus for all repli