[Dovecot] beta8: complaint about tilde at startup
Timo,
After installing beta8 on Solaris 10 sparc and starting it for the first time, I noticed this in my syslog:
May 14 19:35:45 emerald dovecot: [ID 475045 mail.info] Dovecot v1.0.beta8 starting up May 14 19:35:47 emerald dovecot: [ID 536776 mail.error] stat(~) failed: No such file or directory
The only appearance of the tilde (~) in my dovecot.conf is here:
default_mail_env = mbox:~/mail:INBOX=/var/mail/%1u/%u:INDEX=~
Is the INDEX definition wrong? Or is this a bug? My setup: Solaris 10, mbox format, home directories are local UFS filesystems, INBOX is an NFS-mounted filesystem from another S10 box (NFS version 4).
Jeff Earickson Colby College
Hi,
El Monday, 15 de Mayo de 2006 01:45, Jeff A. Earickson escribió:
Timo,
After installing beta8 on Solaris 10 sparc and starting it for the first time, I noticed this in my syslog:
May 14 19:35:45 emerald dovecot: [ID 475045 mail.info] Dovecot v1.0.beta8 starting up May 14 19:35:47 emerald dovecot: [ID 536776 mail.error] stat(~) failed: No such file or directory
The only appearance of the tilde (~) in my dovecot.conf is here:
default_mail_env = mbox:~/mail:INBOX=/var/mail/%1u/%u:INDEX=~
Have you tried something like this
default_mail_env = mbox:%h/mail:INBOX=/var/mail/%1u/%u:INDEX=%h
Aaaaaaaaaaagur.
Trying to make bits uncopyable is like trying to make water not wet. The sooner people accept this, and build business models that take this into account, the sooner people will start making money again. - Bruce Schneier
Hi All,
I'm running Dovecot 1.0beta7 on Debian testing/unstable and I get the following error when using Dovecot LDA:
May 15 07:33:58 server01 deliver: sieve runtime error for alex: Fileinto: Generic Error
I've narrowed it down to the following sieve rule:
if header :contains ["Subject"] "{Spam?}" { fileinto ".Junk Email"; stop; }
I have Junk Email as a folder on the same level as my Inbox and it looks like sieve struggles to file into anything other than .Inbox.blah
Does anybody know if it should be possible to use this rule or is it a limitation in Sieve that it cannot fileinto anything other than a folder under the .Inbox hierarchy?
Alex
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
On Sun, 2006-05-14 at 19:45 -0400, Jeff A. Earickson wrote:
default_mail_env = mbox:~/mail:INBOX=/var/mail/%1u/%u:INDEX=~
Is the INDEX definition wrong? Or is this a bug?
The ~ expansion is done only after "mbox:". For Dovecot 2.0 I'll split default_mail_env into multiple separate settings and the ~ expansion should then work properly in them. For now just use %h instead of ~.
participants (4)
-
Alex Pimperton
-
Jeff A. Earickson
-
Joseba Torre
-
Timo Sirainen