search for: managesieve_max_line_length

Displaying 20 results from an estimated 228 matches for "managesieve_max_line_length".

2014 Jan 29
1
dsync backup; compressed to uncompressed
...-master.conf.ext driver = sql master = yes pass = yes } passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } plugin { autosubscribe = Trash autosubscribe2 = Junk autosubscribe3 = Drafts autosubscribe4 = Sent autosubscribe5 = INBOX mail_max_userip_connections = 10 managesieve_max_line_length = 65536 quota = dict:User quota::file:%h/dovecot.quota quota2_rule = Trash:storage=+10%% quota3_rule = Junk:storage=+20%% quota_rule = *:storage=100M:messages=100000 recipient_delimiter = + sieve_before = /var/opt/mail/global.sieve/ zlib_save = gz zlib_save_level = 9 } pop3_reuse_xu...
2019 Apr 10
2
protocols: Unknown protocol: sieve
Hi, list, I downloaded dovecot-2.3-pigeonhole-0.5.5.tar.gz and installed it, after I enabled #/etc/dovecot/conf.d/20-managesieve.conf protocols = $protocols sieve it said " protocols: Unknown protocol: sieve" What's wrong?" Thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Nov 25
2
Dovecot lmtp doesn't log
...rvice_count = 1 } protocol lmtp { mail_plugins = " quota zlib sieve mail_log notify" } protocol imap { mail_plugins = " quota zlib imap_quota imap_zlib" } protocol sieve { managesieve_implementation_string = dovecot managesieve_logout_format = bytes ( in=%i : out=%o ) managesieve_max_line_length = 65536 managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave }
2018 Mar 02
3
Sieve filter fileinto doesn't preserve flags
...river = ldap ??? name = ??? override_fields = uid=vmail gid=mail home=/var/vmail/%d/Public/.%n mail=maildir:/var/vmail/%d/Public/.%n ? } } protocol sieve { ? mail_max_userip_connections = 10 ? managesieve_implementation_string = Dovecot Pigeonhole ? managesieve_logout_format = bytes=%i/%o ? managesieve_max_line_length = 65536 ? passdb { ??? args = /etc/dovecot/dovecot-ldap-users.conf.ext ??? driver = ldap ??? name = ? } ? userdb { ??? args = uid=vmail gid=mail home=/var/vmail/%d/%n ??? driver = static ??? name = ? } }
2018 May 16
1
Maillog warning
...auth_host = > /etc/dovecot/conf.d/20-imap.conf-protocol imap { > /etc/dovecot/conf.d/20-imap.conf: #mail_plugins = $mail_plugins quota ^^ uncomment the above line > /etc/dovecot/conf.d/20-imap.conf- #mail_max_userip_connections = 10 > -- > /etc/dovecot/conf.d/20-managesieve.conf- #managesieve_max_line_length > = 65536 > /etc/dovecot/conf.d/20-managesieve.conf- #mail_max_userip_connections > = 10 > /etc/dovecot/conf.d/20-managesieve.conf: #mail_plugins = > /etc/dovecot/conf.d/20-managesieve.conf- #managesieve_logout_format = > bytes=%i/%o > -- > /etc/dovecot/conf.d/20-pop3.con...
2018 Jul 31
2
Almost there with Sieve
...lmtp { ? mail_plugins = " sieve" } protocol lda { ? mail_plugins = " sieve" } protocol imap { ? mail_max_userip_connections = 200 } protocol sieve { ? mail_max_userip_connections = 25 ? managesieve_implementation_string = Dovecot Pigeonhole ? managesieve_max_compile_errors = 5 ? managesieve_max_line_length = 65536 } Thanks for looking
2011 Dec 12
3
simultaneous scripts not running via sieve_before
...rotocols = imap imaps managesieve listen = * protocol imap { #mail_plugins = sieve quota } ## ## ManageSieve specific settings ## protocol managesieve { # debugging mail_debug = yes #login_executable = /usr/libexec/dovecot/managesieve-login ?#mail_executable = /usr/libexec/dovecot/managesieve #managesieve_max_line_length = 65536 #managesieve_logout_format = bytes ( in=%i : out=%o ) #managesieve_implementation_string = Cyrus timsieved v2.2.13 } protocol lda { mail_plugins = sieve quota sieve=~/.dovecot.sieve sieve_extentions = +include sieve_dir=~/sieve sieve_before = /home/%u/sieve/redirect.svbin sieve_global_path...
2018 Mar 02
4
Sieve filter imapflags with "flagvar" not working
...river = ldap ??? name = ??? override_fields = uid=vmail gid=mail home=/var/vmail/%d/Public/.%n mail=maildir:/var/vmail/%d/Public/.%n ? } } protocol sieve { ? mail_max_userip_connections = 10 ? managesieve_implementation_string = Dovecot Pigeonhole ? managesieve_logout_format = bytes=%i/%o ? managesieve_max_line_length = 65536 ? passdb { ??? args = /etc/dovecot/dovecot-ldap-users.conf.ext ??? driver = ldap ??? name = ? } ? userdb { ??? args = uid=vmail gid=mail home=/var/vmail/%d/%n ??? driver = static ??? name = ? } }
2019 Jan 11
2
managesieve configuration
...> verbose_proctitle = yes > protocol lmtp { > mail_plugins = " sieve notify push_notification" > ssl = no > } > protocol imap { > mail_plugins = " imap_sieve" > } > protocol sieve { > mail_debug = yes > managesieve_max_line_length = 65536 > } > > > --Dominik > > > On 1/11/19 9:44 AM, Aki Tuomi wrote: >> On 10.1.2019 18.28, Dominik Menke wrote: >>> I've missed a part at the end: >>> >>>> This leads me to my question: How do I force Dovecot to print at >&g...
2019 Oct 09
1
Sieve replication - Debian 9.11 - Dovecot 2.2.7 - script changes not replicated
...ail } verbose_ssl = yes protocol lda { ? mail_plugins = " notify replication sieve" } protocol imap { ? mail_max_userip_connections = 32 ? mail_plugins = " notify replication" } protocol sieve { ? mail_max_userip_connections = 10 ? managesieve_logout_format = bytes=%i/%o ? managesieve_max_line_length = 65536 } Kind regards -- Daniel Botting
2017 Dec 01
3
Dovecot lmtp doesn't log
...mail_log notify" >> } >> protocol imap { >> mail_plugins = " quota zlib imap_quota imap_zlib" >> } >> protocol sieve { >> managesieve_implementation_string = dovecot >> managesieve_logout_format = bytes ( in=%i : out=%o ) >> managesieve_max_line_length = 65536 >> managesieve_sieve_capability = fileinto reject envelope >> encoded-character >> vacation subaddress comparator-i;ascii-numeric relational regex imap4flags >> copy include variables body enotify environment mailbox date ihave >> } >> > >
2017 Nov 19
2
Sieve coding question
...river = passwd } userdb { ? args = /etc/dovecot/conf.d/dovecot-sql.conf.ext ? driver = sql } protocol lmtp { ? info_log_path = ? log_path = ? mail_plugins = " sieve quota" } protocol sieve { ? info_log_path = ? log_path = ? managesieve_implementation_string = Dovecot Pigeonhole ? managesieve_max_line_length = 65536 } protocol lda { ? auth_socket_path = /var/run/dovecot/auth-master ? hostname = mail.mydomain.com ? info_log_path = ? log_path = ? mail_plugins = " sieve quota sieve" ? postmaster_address = postmaster at mydomain.com }
2017 Aug 22
2
store into mailbox 'Junk' aborted
...lda { info_log_path = /var/log/dovecot-lda.log log_path = /var/log/dovecot-lda-errors.log } protocol sieve { info_log_path = /var/log/dovecot-sieve.log log_path = /var/log/dovecot-sieve-errors.log mail_max_userip_connections = 10 managesieve_implementation_string = Dovecot Pigeonhole managesieve_max_line_length = 65536 }
2019 Sep 30
1
Sieve replication - does not replicate
.../%u uid=mail gid=mail } protocol lda { ? mail_plugins = " notify replication sieve" } protocol imap { ? mail_max_userip_connections = 32 ? mail_plugins = " notify replication" } protocol sieve { ? mail_max_userip_connections = 10 ? managesieve_logout_format = bytes=%i/%o ? managesieve_max_line_length = 65536 } The only error message I can see in the logs (/var/log/mail.err) is, this is not for every user and is only occasionally: Sep 30 14:46:34 imap2 dovecot: lda(a_user)<1306><f0JXJjoHkl0aBQAAZJ7A9A>: Error: sieve: Failed to initialize script execution: Invalid postmaster_addr...
2019 Mar 08
2
Sieve scripts not triggered on IMAP inbound messages using IMAPC
...nds = tb-extra-mailbox-sep mail_max_userip_connections = 30 mail_plugins = mailbox_alias mail_log notify imap_sieve } protocol sieve { info_log_path = /var/log/dovecot/sieve-info.log log_path = /var/log/dovecot/sieve-err.log managesieve_implementation_string = Dovecot Pigeonhole managesieve_max_line_length = 65536 } -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190308/1eb61c70/attachment.html>
2016 Jul 12
2
Doveadm error
..._key = </usr/local/etc/dovecot/ssl/server.pem userdb { driver = prefetch } userdb { args = /usr/local/etc/dovecot/dovecot-sql.conf.ext driver = sql } protocol lda { mail_plugins = quota sieve } protocol lmtp { mail_plugins = quota sieve } protocol sieve { mail_plugins = quota sieve managesieve_max_line_length = 65536 } protocol imap { mail_max_userip_connections = 20 mail_plugins = quota imap_quota } protocol pop3 { mail_max_userip_connections = 15 mail_plugins = quota } root at postfixjail /# uname -a FreeBSD postfixjail.xxx.com 10.3-STABLE FreeBSD 10.3-STABLE #19 r302639: Tue Jul 12 13:54:21 C...
2018 May 16
2
Maillog warning
On 2018-05-16 21:07, forums at mehl-family.fr wrote: > OK. > > I renamed "conf.d/90-quota.conf" to "conf.d/13-quota.conf" and I have > no more this message. This doesn't really fix your problem, you just removed the signs of it. The order of the files in /etc/dovecot/conf.d matters. Please provide the following: doveconf -n grep -B2 -A1 'mail_plugins
2019 Jan 11
2
managesieve configuration
On 10.1.2019 18.28, Dominik Menke wrote: > I've missed a part at the end: > >> This leads me to my question: How do I force Dovecot to print at >> least a STARTTLS line after a client connects to port 4190? Looking > > ... at the default configuration files in /etc/dovecot/conf.d/ I don't > see an obvious difference. > > > --Dominik Can you provide
2013 Dec 13
1
Mailbox with .broken files
...-master.conf.ext driver = sql master = yes pass = yes } passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } plugin { autosubscribe = Trash autosubscribe2 = Junk autosubscribe3 = Drafts autosubscribe4 = Sent autosubscribe5 = INBOX mail_max_userip_connections = 10 managesieve_max_line_length = 65536 quota = dict:User quota::file:%h/dovecot.quota quota2_rule = Trash:storage=+10%% quota3_rule = Junk:storage=+20%% quota_rule = *:storage=100M:messages=100000 recipient_delimiter = + sieve_before = /var/opt/mail/global.sieve/ zlib_save = gz zlib_save_level = 9 } pop3_reuse_xu...
2017 Oct 07
3
Sieve rules not processing
.../dovecot-lmtp-errors.log ? mail_plugins = " quota autocreate sieve quota" ? postmaster_address = postmaster at keagaming.com } protocol sieve { ? info_log_path = /var/log/dovecot-sieve.log ? log_path = /var/log/dovecot-sieve-errors.log ? managesieve_implementation_string = dovecot ? managesieve_max_line_length = 65536 } protocol imap { ? mail_plugins = " quota quota" }