Jan Oravec wrote:
Some email clients, like Evolution, use IMAP keywords to flag spam
instead of moving mail to dedicated spam mailbox. This is very useful,
as false positives can be easily "moved" to original mailbox simply by
removing $Junk keyword.
I couldn't find a way how to integrate antisp
Hi,
I'm considering buying a QNAP TS-212 NAS and I wonder if this device is powerful
enough to run dovecot too (there is a pre-built dovecot package available from
QNAP)? The main goal would be that my mail is stored centralized on the NAS,
where I can access it from multiple systems without e
On 20/02/11 06:05, Curtis Maloney wrote:
On 20/02/11 09:22, Jef Driesen wrote:
I'm considering buying a QNAP TS-212 NAS and I wonder if this device is
powerful enough to run dovecot too (there is a pre-built dovecot package
available from QNAP)? The main goal would be that my mail is s
Julian Cowley wrote:
configure --without inotify
This might be the problem. Without inotify (or one of the other
systems), dovecot has to poll the mailbox for changes once in a while.
This means clients will receive updates only after each poll cycle, not
instantly.
How can I use sieve to move bounces and non delivery reports (i.e.
anything with an empty envelope from) to a special mailbox? I placed
this snippet at the start of my sieve script
require ["envelope", "fileinto"];
if envelope :is "from" "" {
fileinto "INBOX.Reports";
stop;
}
But mails
Jef Driesen wrote:
How can I use sieve to move bounces and non delivery reports (i.e.
anything with an empty envelope from) to a special mailbox? I placed
this snippet at the start of my sieve script
require ["envelope", "fileinto"];
if envelope :is "from" &qu