On Fri, Dec 19, 2014 at 05:17:58PM +0100, Tobi wrote:
> Hi list
>
> I'm trying to build dovecot 2.2.15 from source on a debian wheezy
> (64bit). As I wanted to get starttls support for dovecot's lmtp I got
> the patched files from here:
> http://hg.dovecot.org/dovecot-2.2/rev/297192cfbd37
>
>
On 12/19/14 11:19 AM, Philon wrote:
Before final decision I came across this:
- I’m using a spam learning address, where users forward their mails to train
SpamAssassin.
- there is a cron script on the server, mime-stripping the attachments and
feeding them into SA
- works quite well even for
Philon wrote:
> How are your spam/ham training routines? How do you feed SA?
You have to use "doveadm fetch" to retrieve messages to feed into
Spamassassin.
Grüße,
Sven.
--
Sigmentation fault. Core dumped.
Hi all,
I am quite happily running a dovecot setup with maildirs. This was once running
courier but since the migration I have never ever looked back.
Now, with growing userbase I’m looking into using zlib compression and mdbox
instead of maildir. This seems to go quite well using dsync on a te
Hi list
I'm trying to build dovecot 2.2.15 from source on a debian wheezy
(64bit). As I wanted to get starttls support for dovecot's lmtp I got
the patched files from here:
http://hg.dovecot.org/dovecot-2.2/rev/297192cfbd37
My ./configure
./configure --prefix=/usr/local/dovecot-test --with-
2014-12-19 9:22 GMT+01:00 Steffen Kaiser :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Fri, 19 Dec 2014, Lazy wrote:
>
>> I have a problem with lmtp delivery to usernames with '-' char.
>> Everythong after - is ignored.
thank You his was it
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 19 Dec 2014, Lazy wrote:
I have a problem with lmtp delivery to usernames with '-' char.
Everythong after - is ignored.
when delivering to test-test2 the error message is.
User doesn't exist: test
some MTAs use '-' as delimiter for detai
2014-12-19 8:27 GMT+01:00 Lazy :
> Hello
>
> I have a problem with lmtp delivery to usernames with '-' char.
> Everythong after - is ignored.
>
> when delivering to test-test2 the error message is.
>
> User doesn't exist: test
>
> I suspect this is a sideefect of auth_username_format = %Lu
> I hav