doveadm import - strange warning

2015-07-16 Thread Ralf Hildebrandt
I'm using the doveadm import command to extract mails from my backup: % doveadm import -u restore@backup.invalid mdbox:/home/copymail/mdbox "" \ mailbox INBOX header Delivered-To backup+$SEARCHPATTERN@backup.invalid This works like a charm, I'm getting all the mails, and I can access the newly

[Patch] Fix hang in safe_sendfile on SmartOS

2015-07-16 Thread Sebastian Wiedenroth
# HG changeset patch # User Sebastian Wiedenroth # Date 1437050484 -7200 # Thu Jul 16 14:41:24 2015 +0200 # Node ID 7ef3a533b097e8e6590e754dc56ad308ab29233b # Parent e3640ccaa76d77a9658126d1f8f306480dad8af7 Fix hang in safe_sendfile on SmartOS The call to sendfile on SmartOS can fail with E

question on Dovecot replication

2015-07-16 Thread Arnold Wang
I'm running Dovecot 2.2.x and have a question on its replication capability. I plan to run Dovecot in two different sites with two nodes at each site. My question is how many replication partners can each Dovecot node have? Can I define three "mail_replica" entries in every node so any message re

Quota policy service not rejecting messages when user over quota

2015-07-16 Thread james
For some very odd reason, the quota-status service is failing to enforce quotas. Every other aspect of my configuration is working with absolutely no problems. When I attempt delivery via LTMP, the message is, as expected, rejected due to the user's inbox being full. root@smtp:/usr/local/etc/m

[Sieve] Unable to fileinto subfolders

2015-07-16 Thread james
Hello again list! I am configuring a server running Dovecot 2.2.15 (Pigeonhole 0.4.6), and I am having an issue with Sieve scripts where I cannot sort messages into a subfolder of a mailbox. An email which is matched by the following script: require "fileinto"; if header :contains "Subject"

Re: [Sieve] Unable to fileinto subfolders

2015-07-16 Thread Christian Kivalo
Am 17. Juli 2015 04:10:50 MESZ, schrieb ja...@lottspot.com: >Hello again list! > Hello, > >require "fileinto"; >if header :contains "Subject" "[SORT ME]" { fileinto "INBOX.Sorted"; } > >Yields the following error: > >Jul 16 18:54:46 smtp dovecot: lmtp(ja...@lottspot.vpn): Error: >DiJmNGZgqFWLF

Re: [Sieve] Unable to fileinto subfolders

2015-07-16 Thread James Lott
Goodness gracious. I have no idea how I overlooked that. You are, of course, correct, and that immediately resolved the issue. Thanks for the help getting that sorted! On Friday, July 17, 2015 06:56:39 Christian Kivalo wrote: > Am 17. Juli 2015 04:10:50 MESZ, schrieb ja...@lottspot.com: > >Hello

Re: Quota policy service not rejecting messages when user over quota

2015-07-16 Thread James Lott
This issue was another silly oversight on my part. It turns out I had neglected to include 'quota' in my mail_plugins directive. For shame. On Thursday, July 16, 2015 18:42:50 ja...@lottspot.com wrote: > For some very odd reason, the quota-status service is failing to enforce > quotas. Every othe