Re: dovecot: master: Panic: kevent() failed: Invalid argument

2018-02-12 Thread Aki Tuomi
On 13.02.2018 03:48, Adrian Gonzalez wrote: > > Hello > > I've been seeing these panics with dovecot 2.2.31 (and older versions) > under FreeBSD about once every 2-3 months or so.  I know it's been > discussed here in the list, but I didn't see a definitive fix.  If > it's been fixed, please igno

Re: doveadm with wildcard users?

2018-02-12 Thread Aki Tuomi
doveadm -u "*mask*" makes no sense. what command are you trying to run? Aki On 13.02.2018 03:53, @lbutlr wrote: > # 2.2.33.2 (d6601f4ec): > > If I do > > doveadm index -u user "*" > > for a local user, it works fine, but if I do > > doveadm -u "*@sqldomain.tld" "*" > > or > > doveadm -u "*@

Re: Setting up sieve with spam learning

2018-02-12 Thread @lbutlr
On 2018-02-12 (20:11 MST), @lbutlr wrote: > > On 2018-02-12 (19:45 MST), Larry Rosenman wrote: >> >> Make sure you sievec the sieve global scripts. > > Id did miss that in the instructions for some reason, but it reports the same > error. > > # sievec /usr/lib/dovecot/sieve/report-spam.siev

Re: Setting up sieve with spam learning

2018-02-12 Thread @lbutlr
On 2018-02-12 (19:45 MST), Larry Rosenman wrote: > > Make sure you sievec the sieve global scripts. Id did miss that in the instructions for some reason, but it reports the same error. # sievec /usr/lib/dovecot/sieve/report-spam.sieve report-spam: line 7: error: pipe command: invalid program

Re: Setting up sieve with spam learning

2018-02-12 Thread Larry Rosenman
Make sure you sievec the sieve global scripts. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larry...@gmail.com US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 On 2/12/18, 8:41 PM, "dovecot on behalf of @lbutlr" wrote:

Re: Setting up sieve with spam learning

2018-02-12 Thread @lbutlr
On 2018-02-12 (19:24 MST), @lbutlr wrote: > > Cribbing from the dovecot site I recently added the following lines to my > dovecot.conf: > > managesieve_notify_capability = mailto > managesieve_sieve_capability = fileinto reject envelope encoded-character > vacation subaddress comparator-i;asci

Setting up sieve with spam learning

2018-02-12 Thread @lbutlr
Cribbing from the dovecot site I recently added the following lines to my dovecot.conf: managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variab

doveadm with wildcard users?

2018-02-12 Thread @lbutlr
# 2.2.33.2 (d6601f4ec): If I do doveadm index -u user "*" for a local user, it works fine, but if I do doveadm -u "*@sqldomain.tld" "*" or doveadm -u "*@localaliasdomain.tld" "*" or doveadm -u "*@localdomain.tld" "*" or doveadm -u "u...@localdomain.tld" "*" it fails, … -u "u..

dovecot: master: Panic: kevent() failed: Invalid argument

2018-02-12 Thread Adrian Gonzalez
Hello I've been seeing these panics with dovecot 2.2.31 (and older versions) under FreeBSD about once every 2-3 months or so.  I know it's been discussed here in the list, but I didn't see a definitive fix.  If it's been fixed, please ignore this post (sorry!). I finally managed to observe

"search return (min)" is very inefficient

2018-02-12 Thread Jesus Cea
RFC 4731: " IMAP4 Extension to SEARCH Command for Controlling What Kind of Information Is Returned" https://tools.ietf.org/html/rfc4731 I do this (telnet session): """ a select proveedores/TUHS * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS (\Answered \

Re: FreeBSD Core dump: PAM authentication with Kerberos credentials (GSSAPI_MIT)

2018-02-12 Thread Ben Woods
Hi Aki, Thanks for your response. Indeed, I don't know why the first 2 lines don't have debugging symbols, as my build of dovecot definitely has them. Any hints on how I can get them? $ file /usr/local/libexec/dovecot/auth /usr/local/libexec/dovecot/auth: ELF 64-bit LSB executable, x86-64, versio

Re: FreeBSD Core dump: PAM authentication with Kerberos credentials (GSSAPI_MIT)

2018-02-12 Thread Aki Tuomi
Hi! Can you attempt to get core dump with debugging symbols with dovecot too? Currently it seems to only contain symbols from kerberos bit, which is not very useful on it's own. Aki > On 12 February 2018 at 17:34 Ben Woods wrote: > > > Hi everyone, > > I have a repeatable core dump when ru

FreeBSD Core dump: PAM authentication with Kerberos credentials (GSSAPI_MIT)

2018-02-12 Thread Ben Woods
Hi everyone, I have a repeatable core dump when running dovecot on FreeBSD in the specific scenario described below. Dovecot is linked against MIT kerberos in /usr/local/lib/, whilst PAM is linked against Heimdal in /usr/lib/. My expectation was that dovecot authentication using GSSAPI would use

Re: mailbox_list_index documentation?

2018-02-12 Thread Aki Tuomi
On 11.02.2018 23:38, ta...@vfemail.net wrote: > > I find mailbox_list_index on some doc pages, but not explaination > to find what precisely it does? Would someone care to mind explain? > Thank you! > > > - > > ONLY AT VFEmail! - Use our Metadata Mi

Re: New mail notification

2018-02-12 Thread Aki Tuomi
On 12.02.2018 05:01, Matthew Allen wrote: > Hi, > > So I'm running dovecot 1.2.17 on Mac OSX using maildir in ~/Mail. > After using getmail for a while to download my POP3 email and store it > in the right place it started not working so I replaced it with a > python script that I wrote. All was