Re: [Dovecot] Sieve plugin changes 'To' header on redirect

2008-05-27 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 27 May 2008, Patrick Nagel wrote: One would expect, that the 'To:' header is identical in both mails, but instead I get something like this: Mail in 'city' mailbox: Delivered-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: test mail

Re: [Dovecot] mbox From escaping implementation ?

2008-05-27 Thread Timo Sirainen
On Tue, 2008-05-27 at 11:30 +0200, Nicolas KOWALSKI wrote: > Hello, > > I read in the wiki (http://wiki.dovecot.org/MailboxFormat/mbox) about > "From Escaping": > > "Dovecot doesn't currently do this escaping however. Instead it > prevents this confusion by adding Content-Length headers so it kno

[Dovecot] mbox From escaping implementation ?

2008-05-27 Thread Nicolas KOWALSKI
Hello, I read in the wiki (http://wiki.dovecot.org/MailboxFormat/mbox) about "From Escaping": "Dovecot doesn't currently do this escaping however. Instead it prevents this confusion by adding Content-Length headers so it knows later where the next message begins. Dovecot doesn't either remove the

Re: [Dovecot] mbox From escaping implementation ?

2008-05-27 Thread Nicolas KOWALSKI
Timo Sirainen <[EMAIL PROTECTED]> writes: > On Tue, 2008-05-27 at 11:30 +0200, Nicolas KOWALSKI wrote: >> >> As I understand it, this makes the mbox format of dovecot slightly >> incompatible with other mbox-capable clients, because if they read >> the data files directly, they may understand a li

[Dovecot] Asking for password

2008-05-27 Thread Aziz KNINA
Hi, I'm a new user of Dovecot. I have installed it in a server in combination of Postfix. I have created a system user and given him a password, this is a final user. when I try to add the account in my mail client (outlook), I get the window of authentication asking for password, even if I enter t

Re: [Dovecot] Asking for password

2008-05-27 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 27 May 2008, Aziz KNINA wrote: auth default: passdb: driver: pam userdb: driver: passwd Can you login on console with this user? See: http://wiki.dovecot.org/Debugging/Authentication?highlight=%28auth_debug%29 1st paragraphe, wh

Re: [Dovecot] mbox From escaping implementation ?

2008-05-27 Thread Timo Sirainen
On Tue, 2008-05-27 at 13:21 +0200, Nicolas KOWALSKI wrote: > Timo Sirainen <[EMAIL PROTECTED]> writes: > > > On Tue, 2008-05-27 at 11:30 +0200, Nicolas KOWALSKI wrote: > >> > >> As I understand it, this makes the mbox format of dovecot slightly > >> incompatible with other mbox-capable clients, be

Re: [Dovecot] Asking for password

2008-05-27 Thread Aziz KNINA
Hi, I have made some changes in dovecot.conf dovecot -n gives the following: # 1.0.13: /usr/local/etc/dovecot.conf base_dir: /var/run/dovecot/ protocols: imap pop3 ssl_disable: yes disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/local/libexec/dovecot/ima

[Dovecot] Problem with checkpassword-reply

2008-05-27 Thread sawyer x
Hello I posted an earlier post on problems with getting usernames. That one is solved, thank you. I'm currently having trouble executing checkpassword-reply. The maillog shows the following error: (substituting rip/lip/user/domain) May 27 07:21:06 saw dovecot: Logins with UID 0 not permitted (use

[Dovecot] Dovecot quota for mailadministrator

2008-05-27 Thread Markus Hofer
Hallo, i have a question for the quota with dovecot. I plan to go from our cyrus installation to dovecot. I have just install dovecot without problem with mysqldb and quota per user. Quota work well and the user receive always via Webmail or client the quota information. My question is: With cy

Re: [Dovecot] Dovecot quota for mailadministrator

2008-05-27 Thread Alexander Prinsier
Markus Hofer wrote: > With that way the administrator could have always a look if some > users have quota problems. > > My question is, if dovecot has some similar command for the administrator? It depends on what quota backend you use. If you use filesystem quota's like I do, you can use the lin

Re: [Dovecot] mbox empty messages in Sent folder

2008-05-27 Thread Diego Liziero
On Mon, May 26, 2008 at 11:17 PM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > > Could it be that the connection died client was trying to save it, so it > never got there? Although it still shouldn't have left the From-line there. The mailer didn't crashed. When it happened to me I thought about a

Re: [Dovecot] Dovecot quota for mailadministrator

2008-05-27 Thread Markus Hofer
Alexander Prinsier schrieb: Markus Hofer wrote: With that way the administrator could have always a look if some users have quota problems. My question is, if dovecot has some similar command for the administrator? It depends on what quota backend you use. If you use filesystem quota'

Re: [Dovecot] Dovecot quota for mailadministrator

2008-05-27 Thread Alexander Prinsier
Markus Hofer wrote: > plugin { > quota = maildir > quota_rule = *:storage=1G > quota_rule2 = Trash:storage=100M > } Ok, so you are using the Maildir++ format. > I have the possibility to see the user LIMITs? You could write a script that checks the contents of the maildirsize files inside eac

Re: [Dovecot] mbox empty messages in Sent folder

2008-05-27 Thread Timo Sirainen
On Tue, 2008-05-27 at 15:48 +0200, Diego Liziero wrote: > On Mon, May 26, 2008 at 11:17 PM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > > > > Could it be that the connection died client was trying to save it, so it > > never got there? Although it still shouldn't have left the From-line there. > >

Re: [Dovecot] expire plugin - setgid failed

2008-05-27 Thread e-frog
On Sat, 2008-05-17 at 13:58 +0200, e-frog wrote: If I run the expire tool I get the following error: server:~# dovecot --exec-mail ext /usr/local/libexec/dovecot/expire-tool Fatal: setgid(100) failed with euid=2005, gid=0, egid=0: Operation not permitted Does this help? http://hg.dovecot.org

[Dovecot] Dovecot 1.0 rc15 + Quota by user using mysql

2008-05-27 Thread Lucas Carlessi
Hi all, I installed the Dovecot on a Debian by apt-get, it's all working except quota by user.. I have a database with all quotas in bytes, and that lines in /etc/dovecot/dovecot-sql.conf : driver = mysql connect = host=127.0.0.1 dbname=mailserver user=USER password=PASS default_pass_scheme = CR

Re: [Dovecot] Dovecot 1.0 rc15 + Quota by user using mysql

2008-05-27 Thread Tomasz Suchodolski
> Hi all, > I installed the Dovecot on a Debian by apt-get, it's all working except > quota by user.. > I have a database with all quotas in bytes, and that lines in > /etc/dovecot/dovecot-sql.conf : > driver = mysql > connect = host=127.0.0.1 dbname=mailserver user=USER password=PASS > default_p

[Dovecot] Error when using include directive in Sieve

2008-05-27 Thread Juan Asensio Sánchez
Hi I have two sieve scripts: # cat /var/vmail/sieve/global require ["include"]; include :global "spam"; include :personal "sieve"; # cat /var/vmail/sieve/spam require "fileinto"; if exists "X-Spam-Flag" { fileinto "Junk"; } # ls -l /var/vmail/sieve/ total 16 -rw-r--r-- 1 mailuser mailgroup 68

Re: [Dovecot] Vanishing maildirsize files with 1.0.7 using 'deliver' via postfix

2008-05-27 Thread Jason Forester
On Sun, May 25, 2008 at 3:30 PM, Jason Forester <[EMAIL PROTECTED]> wrote: > On Sun, May 25, 2008 at 9:18 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > > > >> I think there are two issues: >> >> 1) Your recalculation is probably quite slow, assuming you don't have the >> S=sizes in filenames. del