search for: managesieve_max_compile_error

Displaying 20 results from an estimated 105 matches for "managesieve_max_compile_error".

2018 Jul 31
2
Almost there with Sieve
...serdb { ? driver = passwd } protocol 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
2018 Aug 06
2
limit sharing ability to certain users
...et.ch } protocol imap { mail_plugins = zlib quota acl imap_quota imap_acl } protocol sieve { info_log_path = /var/log/sieve.log log_path = /var/log/sieve.log mail_max_userip_connections = 10 managesieve_implementation_string = Dovecot Pigeonhole managesieve_logout_format = bytes=%i/%o managesieve_max_compile_errors = 5 managesieve_max_line_length = 65536 } Thanks in advance for your help -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180806/4b6226c0/attachment-0001.html> -------------- next part -------------- A no...
2016 Oct 19
2
sieve sending vacation message from vmail@ns1.domain.tld
...protocol lmtp { > mail_plugins = quota sieve > } > protocol pop3 { > mail_plugins = quota > pop3_client_workarounds = outlook-no-nuls oe-ns-eoh > pop3_uidl_format = %08Xu%08Xv > } > protocol sieve { > managesieve_implementation_string = Dovecot Pigeonhole > managesieve_max_compile_errors = 5 > managesieve_max_line_length = 65536 > } > > managesieve.sieve > > require ["fileinto","vacation"]; > # rule:[vacation] > if true > { > vacation :days 1 :subject "Vacation subject" text: > i am currently out of the offic...
2017 Jun 28
2
Per-user quota (passwd)
...autosubscribe3 = Trash autosubscribe4 = Drafts autosubscribe5 = Junk quota = dict:user::file:/var/vmail/glu_vrem/%n/.quotausage } } protocol sieve { mail_max_userip_connections = 10 managesieve_implementation_string = Dovecot Pigeonhole managesieve_logout_format = bytes=%i/%o managesieve_max_compile_errors = 5 managesieve_max_line_length = 65536 } protocol pop3 { pop3_client_workarounds = outlook-no-nuls oe-ns-eoh pop3_uidl_format = %08Xu%08Xv } -- WBR, Korneechev Evgeniy BaseALT/ALTLinux Team
2020 Aug 17
1
MDBOX DSYNC error: Broken physical size in mailbox
...ugins = " acl notify replication zlib imap_acl" } protocol lmtp { ? mail_plugins = " acl notify replication zlib sieve" } protocol sieve { ? mail_max_userip_connections = 10 ? managesieve_implementation_string = Dovecot Pigeonhole ? managesieve_logout_format = bytes=%i/%o ? managesieve_max_compile_errors = 5 ? managesieve_max_line_length = 64 k } protocol submission { ? mail_plugins = " acl notify replication" } local ### { ? doveadm_password = # hidden, use -P to show it } local ### { ? doveadm_password = # hidden, use -P to show it }
2017 Nov 09
2
Sieve global path?
....d/dovecot-mysql.conf.ext ? driver = sql } protocol lmtp { ? mail_plugins = " quota sieve" ? postmaster_address = postmaster at mydomain.com } protocol imap { ? mail_plugins = " quota imap_quota" } protocol sieve { ? managesieve_implementation_string = Dovecot Pigeonhole ? managesieve_max_compile_errors = 5 ? managesieve_max_line_length = 65536 }
2018 Nov 14
2
huge increase in storage activity afther dovecot upgrade
...yes pop3_no_flag_updates = yes pop3_uidl_format = %08Xu%08Xv } protocol lda { auth_socket_path = /var/run/dovecot/auth-master mail_plugins = zlib quota mail_log notify sieve sendmail_path = /usr/lib/sendmail syslog_facility = mail } protocol sieve { mail_max_userip_connections = 16 managesieve_max_compile_errors = 5 } protocol lmtp { mail_plugins = zlib quota mail_log notify sieve syslog_facility = mail } -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20181114/5225b134/attachment-0001.html>
2015 Sep 03
4
disable quota for all users
...imap_client_workarounds = delay-newmail mail_plugins = quota imap_quota trash } protocol lmtp { mail_plugins = sieve } protocol pop3 { mail_plugins = quota pop3_client_workarounds = outlook-no-nuls oe-ns-eoh } protocol sieve { managesieve_implementation_string = Dovecot Pigeonhole managesieve_max_compile_errors = 5 managesieve_max_line_length = 65536 } What should be changed where to disable quota (as to messages and space)? Thanks a lot, warm regards, Tsj?bbe
2020 Aug 19
3
sieve_max_script_size is ignored
...t;/etc/ssl/private/multi.z-technics.cz.dovecot.pem ssl_dh = # hidden, use -P to show it ssl_key = # hidden, use -P to show it stats_writer_socket_path = userdb { args = /etc/dovecot/dovecot-ldap.conf driver = ldap } protocol sieve { managesieve_implementation_string = Dovecot Pigeonhole managesieve_max_compile_errors = 5 } protocol imap { mail_plugins = quota imap_quota fts mailbox_alias imap_acl acl imap_zlib imap_sieve } protocol lda { mail_fsync = optimized } protocol lmtp { mail_fsync = optimized mail_plugins = quota sieve acl } -------------- next part -------------- An HTML attachment was s...
2013 Jun 16
1
Trash plugin
...tmp mail_uid = mailbox_idle_check_interval = 30 secs mailbox_list_index_disable = no maildir_copy_with_hardlinks = yes maildir_stat_dirs = no maildir_very_dirty_syncs = no managesieve_client_workarounds = managesieve_implementation_string = Dovecot Pigeonhole managesieve_logout_format = bytes=%i/%o managesieve_max_compile_errors = 5 managesieve_max_line_length = 65536 managesieve_notify_capability = mailto 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 master_us...
2018 Nov 14
2
huge increase in storage activity afther dovecot upgrade
...at = %08Xu%08Xv > } > protocol lda { > auth_socket_path = /var/run/dovecot/auth-master > mail_plugins = zlib quota mail_log notify sieve > sendmail_path = /usr/lib/sendmail > syslog_facility = mail > } > protocol sieve { > mail_max_userip_connections = 16 > managesieve_max_compile_errors = 5 > } > protocol lmtp { > mail_plugins = zlib quota mail_log notify sieve > syslog_facility = mail > } > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20181114/6b2d6d9e/attachment.h...
2018 Mar 28
1
Dovecot 2.3 panic
...ta quota sieve" postmaster_address = root@%{hostname} quota_full_tempfail = no } protocol sieve { info_log_path = /var/log/dovecot-sieve.log log_path = /var/log/dovecot-sieve-errors.log managesieve_implementation_string = Dovecot Pigeonhole managesieve_logout_format = bytes=%i/%o managesieve_max_compile_errors = 5 managesieve_max_line_length = 65536 } remote 127.0.0.1 { mail_max_userip_connections = 550 } local_name XXXXXX { ssl_cert = </etc/domains/XXXXXX.cert.combined ssl_key = # hidden, use -P to show it } -- Best regards, Martynas Bendorius
2015 Apr 11
1
sieve plugin editheader not found
...gesieve(root): Fatal: Plugin 'editheader' not found from directory /usr/lib64/dovecot/sieve doveconf: Error: managesieve-login: dump-capability process returned 89 managesieve_client_workarounds = managesieve_implementation_string = Dovecot Pigeonhole managesieve_logout_format = bytes=%i/%o managesieve_max_compile_errors = 5 managesieve_max_line_length = 65536 managesieve_sieve_capability = sieve = ~/.dovecot.sieve sieve_dir = ~/sieve sieve_extensions = +notify +imapflags sieve_global_extensions = variables sieve_plugins = editheader service managesieve-login { executable = managesieve-login inet_lis...
2018 Jul 31
0
Almost there with Sieve
...ins = " 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 > >
2010 Sep 28
1
problems and dovecot & manegesieve
...the Sieve interpreter supports by default (after login this may differ depending # on the user). #managesieve_sieve_capability = #managesieve_notify_capability = # The maximum number of compile errors that are returned to the client upon script # upload or script verification. #managesieve_max_compile_errors = 5 # Refer to 90-sieve.conf for script quota configuration and configuration of # Sieve execution limits. } -- :) cumprimentos ---------------------- Jos? Lu?s Faria Network Eng./Administrador de Sistemas Departamento de Inform?tica Universidade do Minho Braga, Portugal ------...
2012 Feb 21
1
dovecot 2 doesn't start with managesieve
...... sieve = ~/.dovecot.sieve sieve_dir = ~/sieve } protocols = imap pop3 sieve ... service managesieve-login { inet_listener sieve { port = 4190 } inet_listener sieve_deprecated { port = 2000 } } service managesieve { process_limit = 1024 } ... protocol sieve { managesieve_max_compile_errors = 10 }
2014 Mar 13
0
quota is exceeded during send mail
...imap_client_workarounds = delay-newmail mail_plugins = quota imap_quota trash } protocol lmtp { mail_plugins = quota sieve } protocol pop3 { mail_plugins = quota pop3_client_workarounds = outlook-no-nuls oe-ns-eoh } protocol sieve { managesieve_implementation_string = Dovecot Pigeonhole managesieve_max_compile_errors = 5 managesieve_max_line_length = 65536 } -- View this message in context: http://dovecot.2317879.n4.nabble.com/quota-is-exceeded-during-send-mail-tp47149.html Sent from the Dovecot mailing list archive at Nabble.com.
2016 Oct 19
2
sieve sending vacation message from vmail@ns1.domain.tld
Could you send your configuration (output from `dovecot -n`)? Also, please provide an example scenario; i.e., for one problematic delivery provide: - The values of the variables substituted below. - The incoming e-mail message. - The Sieve script (or at least that vacation command). Regards, Stephan. Op 19-10-2016 om 11:42 schreef Matthew Broadhead: > hi, does anyone have any ideas
2016 Oct 10
1
Hierarchy separator and LAYOUT=FS change
...h> } protocol imap { mail_plugins = zlib quota acl imap_quota imap_acl } protocol sieve { info_log_path = /var/log/sieve.log log_path = /var/log/sieve.log mail_max_userip_connections = 10 managesieve_implementation_string = Dovecot Pigeonhole managesieve_logout_format = bytes=%i/%o managesieve_max_compile_errors = 5 managesieve_max_line_length = 65536 } ? parts of the ldap config user_attrs = homeDirectory=home=/var/spool/postfix/virtual/%$,uidNumber=uid,gidNumber=gid,quota=quota_rule=*:bytes=%$ user_filter = (&(objectClass=CourierMailAccount)(mail=%u)) ? my shared configuration is currently commen...
2019 Jan 16
2
auth-worker: Error: double free or corruption (fasttop)
...tion_reason = Your message to <%t> with subject of <%s> was automatically rejected:%n%r rejection_subject = Mailbox Full: %s } protocol sieve { mail_max_userip_connections = 10 managesieve_implementation_string = Dovecot Pigeonhole managesieve_logout_format = bytes=%i/%o managesieve_max_compile_errors = 5 managesieve_max_line_length = 65536 } Thanks in advance! Marcel