Am 15.12.2011 16:46, schrieb Dennis Guhl:
On Thu, Dec 15, 2011 at 03:03:40PM +0100, For@ll wrote:
W dniu 14.12.2011 17:20, Dennis Guhl pisze:
On Wed, Dec 14, 2011 at 01:49:39PM +0100, For@ll wrote:
Hi,
[..]
It doesn't work. This is a part of config file about lda:
protocol lda {
[..]
On Thu, Dec 15, 2011 at 03:03:40PM +0100, For@ll wrote:
> W dniu 14.12.2011 17:20, Dennis Guhl pisze:
> >On Wed, Dec 14, 2011 at 01:49:39PM +0100, For@ll wrote:
> >>Hi,
[..]
> It doesn't work. This is a part of config file about lda:
> protocol lda {
[..]
>lda_mailbox_autocreate = yes
>
W dniu 14.12.2011 17:20, Dennis Guhl pisze:
On Wed, Dec 14, 2011 at 01:49:39PM +0100, For@ll wrote:
Hi,
[..]
When I get a new message, in user folder is automaticly created
folder like subject but is not subscribed. What I must settings in
dovecot to automaticly subscribe folders to subscrip
On Wed, Dec 14, 2011 at 01:49:39PM +0100, For@ll wrote:
> Hi,
[..]
> When I get a new message, in user folder is automaticly created
> folder like subject but is not subscribed. What I must settings in
> dovecot to automaticly subscribe folders to subscriptions files.?
Add
lda_mailbox_a
Hi,
I have a sieve filter:
require ["fileinto","reject","body"];
if header :contains "subject" "NOTE"
{
if body :content "application/pdf" :contains "" {
redirect "no...@domena.com";
}
else
{
reject text:
Lack attachment PDF!
.
;
stop;
}
}
Wh