Displaying 5 results from an estimated 5 matches for "simonecaruso".
2013 May 10
1
Problem with LDA reject message
Hi to all, i have a problem with LDA when users are quota-full.
My setup is Vpopmail + dovecot + lda; if i send a messagge internally to
a user with quota full i receive correctly a messagge but in the header
( i attacch a snip)
From - Fri May 10 14:42:27 2013
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-Mozilla-Keys:
Return-Path: <"<>"@mail.cgilfe.it>
i receive
2010 Nov 10
1
Sieve problem with managesieve
I have a problem with a sieve script..
my config is dovecot 1.2.15 with managesieve, and roundcube.
Now i have this script WORKING:
--
require ["fileinto"];
# rule:[TracSvil]
if anyof (header :contains "From" "xxx at example.com")
{
fileinto "INBOX.Trac Svil";
stop;
}
--
And this script NOT working:
require ["fileinto"];
# rule:[TracSvil]
if
2011 Mar 17
1
Unconfigured dictionary name 'quotadict'
Currently i'm migrating an existing dovecot 1.2 server to dovecot 2.0.11,
once configured the 2.0 server works, auth works... but i get these messages in mail.log:
dict: Error: dict client: Unconfigured dictionary name 'quotadict'
Mar 17 16:46:14 penny dovecot: imap(mailbox at example.com): Error: write(/var/run/dovecot/dict) failed: Broken pipe
Mar 17 16:46:38 penny dovecot: dict:
2011 Jun 27
2
Per IP ssl certificates
I have to manage 2 different domains, with 1 ssl certificate each, but I don't
know how to configure them.
I tried this example:
"Different certificates per IP and protocol"
http://wiki2.dovecot.org/SSL/DovecotConfiguration
but I got this error:
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: ssl
enabled, but ssl_cert not set
I dont find any documentation
2012 Dec 22
0
[Antispam]rev 990a43d44c73 breaks compilation for dovecot 2.1
Dovecot 2.1.12 and antispam-plugin 0319240072d8
bash-# make
Entering directory src.
signature-log.c: In function 'signature_log_transaction_begin':
signature-log.c:122: error: too many arguments to function 'dict_init'
Failed to compile signature-log.c (plugin)!
make[3]: *** [signature-log.plugin.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [src] Error 2
make: *** [all]