Christian Schulte wrote:
Bob Tito wrote:
Hi,
For now cyrus-imapd-2.2.3 is the last version where sieve fileinto
worked ;-(
I have tried 2.2.4 and 2.2.5, both from the FreeBSD ports. I a NOT
claiming the problem is in the source, it could also be a problem with
the port, but i need some help putting my finger on it.. The
portmaintainer did not have other complaints.
using unixhierarchysep and altnamespace together.
perl 5.8.2 also from the ports.
The error is that the folder used with fileinto is not found, but when
i switch back to 2.2.3 (no change in the configfiles) it works again.
i also tried to change the foldername into INBOX.foldername and
INBOX/foldername .. i *think* it might have something to do with
altnamespace and/or unixhierarchysep, but .. i cannot tell for sure.
Hi,
I just wanted to mention that I was also using 2.2.3 with altnamespace
and unixhierarchysep before. Updating to 2.2.4 and 2.2.5 did not make
anything stop working. Fileinto works for me also with 2.2.4 and 2.2.5.
The quota problem mentioned a few days ago with 2.2.4 also was not
reproduceable here. You say that your problems go away when downgrading
to 2.2.3 again. Please post your config so that I can see what may be
the difference with my working setup since things here are totally
un-reproduceable and I think there is a difference in the setup when
things are working here but not working for you.
Here's the config:
configdirectory: /var/imap
partition-default: /var/spool/imap
unixhierarchysep: yes
altnamespace: yes
allowplaintext: yes
quotawarn: 90
imapidlepoll: 60
admins: cyrus
singleinstancestore: yes
duplicatesuppression: yes
sieveusehomedir: false
sievedir: /var/imap/sieve
sendmail: /usr/sbin/sendmail
postmaster: postmaster
sasl_mech_list: PLAIN LOGIN
sasl_pwcheck_method: auxprop
sasl_auxprop_plugin: sql
sasl_password_format: crypt
sasl_sql_user: someuser ;-)
sasl_sql_passwd: somepassword ;-)
sasl_sql_hostnames: localhost
sasl_sql_database: mail
sasl_sql_select: SELECT password FROM accountuser WHERE username = '%u'
tls_cert_file: /var/imap/server.pem
tls_key_file: /var/imap/server.pem
tls_ca_file: /var/imap/server.pem
tls_ca_path: /var/imap/server.pem
lmtp_overquota_perm_failure: yes
lmtp_over_quota_perm_failure: yes
lmtp_downcase_rcpt: yes
--
Christian
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html