[Dovecot] Autosubscribe new folders
Hi,
I have a sieve filter:
require ["fileinto","reject","body"];
if header :contains "subject" "NOTE" { if body :content "application/pdf" :contains "" { redirect "notes@domena.com"; } else { reject text: Lack attachment PDF! . ; stop; } }
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.?
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_autosubscribe = yes
to 15-lda.conf (or wherever you defined lda_mailbox_autocreate = yes).
Dennis
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 subscriptions files.?
Add
lda_mailbox_autosubscribe = yes
to 15-lda.conf (or wherever you defined lda_mailbox_autocreate = yes).
Dennis
It doesn't work. This is a part of config file about lda: protocol lda { log_path = /var/log/dovecot-deliver.log auth_socket_path = /var/run/dovecot/auth-master postmaster_address = postmaster@i-bs.pl mail_plugins = sieve # global_script_path = /home/vmail/globalsieverc lda_mailbox_autocreate = yes lda_mailbox_autosubscribe = yes } I have dovecot 1.2.15
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 lda_mailbox_autosubscribe = yes } I have dovecot 1.2.15
This are directives from 2.0 which won't work with dovecot 1.2.
IIRC dovecot 1.2 can only automatically create and subscribe administratively defined folders on first login.
Dennis
Dennis Guhl () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
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 {
[..]
lda_mailbox_autocreate = yes lda_mailbox_autosubscribe = yes
} I have dovecot 1.2.15
This are directives from 2.0 which won't work with dovecot 1.2.
IIRC dovecot 1.2 can only automatically create and subscribe administratively defined folders on first login.
Dennis
http://wiki1.dovecot.org/LDA#Parameters
Look for the -s switch
/e-frog
participants (3)
-
Dennis Guhl
-
e-frog
-
For@ll