Re: [Dovecot] Filtering spam in an offlineimap + dovecot setup

2014-02-19 Thread Alan Schmitt
Hi Robert, Robert Schetterer writes: > guess not what you want but > using getmail maybe more easy > > i.e like > > https://sys4.de/de/blog/2013/04/12/abholdienst-fur-mail/ Thank you for the suggestion. It seems like using getmail would allow me to avoid needing the extprograms pigeonhole plugi

Re: [Dovecot] Filtering spam in an offlineimap + dovecot setup

2014-02-19 Thread Robert Schetterer
Am 19.02.2014 12:20, schrieb Alan Schmitt: > Hi Damon, > > d...@member.fsf.org (Damon K. Haley) writes: > >> Here are my relevant config files: >> >> https://github.com/dhaley/feedyourbaby/blob/master/conf.d/15-lda.conf >> https://github.com/dhaley/feedyourbaby/blob/master/conf.d/90-sieve.conf >>

Re: [Dovecot] Filtering spam in an offlineimap + dovecot setup

2014-02-19 Thread Alan Schmitt
Hi Damon, d...@member.fsf.org (Damon K. Haley) writes: > Here are my relevant config files: > > https://github.com/dhaley/feedyourbaby/blob/master/conf.d/15-lda.conf > https://github.com/dhaley/feedyourbaby/blob/master/conf.d/90-sieve.conf > > Hopefully that helps, although I'm guessing you've al

Re: [Dovecot] Filtering spam in an offlineimap + dovecot setup

2014-02-18 Thread Damon K. Haley
> Alan Schmitt writes: > Hello Damon, > "Damon Haley" writes: >> Alan, you can use sieve with dovecot in an offline imap setup. >> >> All you have to do is compile sieve into dovecot: >> >> wget >> http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.2.tar.gz> >> untar it

Re: [Dovecot] Filtering spam in an offlineimap + dovecot setup

2014-02-14 Thread Alan Schmitt
Hello Damon, "Damon Haley" writes: > Alan, you can use sieve with dovecot in an offline imap setup. > > All you have to do is compile sieve into dovecot: > > wget > http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.2.tar.gz > > untar it > > cd /usr/local/src/dovecot-2.2-pige

Re: [Dovecot] Filtering spam in an offlineimap + dovecot setup

2014-02-14 Thread Alan Schmitt
Hello Damon, "Damon Haley" writes: >> Alan Schmitt writes: > >> This is the crux of my question, I guess. Right now I don't deliver any >> mail, but use offlineimap to keep a local imap server (dovecot) in sync with >> a remote one. So my questions are: 1. Can I use dovecot's sieves if I do

Re: [Dovecot] Filtering spam in an offlineimap + dovecot setup

2014-02-13 Thread Damon Haley
> Alan Schmitt writes: > This is the crux of my question, I guess. Right now I don't deliver any > mail, but use offlineimap to keep a local imap server (dovecot) in sync with > a remote one. So my questions are: 1. Can I use dovecot's sieves if I don't > deliver mail? 2. If not, how can I h

Re: [Dovecot] Filtering spam in an offlineimap + dovecot setup

2014-02-12 Thread Alan Schmitt
Hello Tom, Tom Hendrikx writes: > You could simply enable sieve in the dovecot environment. The > offlineimap + dovecot setup you have running already can be left > mostly intact: it has nothing to do with offlineimap. > > You could just setup sieve per the dovecot wiki guidelines, and then > cr

Re: [Dovecot] Filtering spam in an offlineimap + dovecot setup

2014-02-12 Thread Tom Hendrikx
On 12-02-14 14:03, Alan Schmitt wrote: > Hello, > > To easily access my mail both offline on my computer and on my > phone, I am synchronizing a local copy on my computer using > offlineimap. As the spam filtering options provided on the server > are not sufficient, I am now looking into client

[Dovecot] Filtering spam in an offlineimap + dovecot setup

2014-02-12 Thread Alan Schmitt
Hello, To easily access my mail both offline on my computer and on my phone, I am synchronizing a local copy on my computer using offlineimap. As the spam filtering options provided on the server are not sufficient, I am now looking into client-side spam filtering. My current setup is as follows.