Re: charset_to_utf8 assertion of remaining src_size

2015-05-22 Thread Cassidy Larson
We're using FreeBSD 10.1 Thanks On Thu, May 21, 2015 at 4:56 PM, Xin Li wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 05/21/15 15:47, Cassidy Larson wrote: > > I've been seeing this same error as well now: > > > > Fatal: master: ser

Re: charset_to_utf8 assertion of remaining src_size

2015-05-21 Thread Cassidy Larson
I've been seeing this same error as well now: Fatal: master: service(indexer-worker): child 20979 killed with signal 6 (core not dumped - set service indexer-worker { drop_priv_before_exec=yes }) Panic: file charset-iconv.c: line 132 (charset_to_utf8): assertion failed: (*src_size - pos <= CHARSET

Re: doveadm throws Panic: file dsync-mailbox-tree-fill.c: line 65

2014-10-27 Thread Cassidy Larson
or is it a manual thing? Thanks. On Mon, Oct 27, 2014 at 9:43 PM, Timo Sirainen wrote: > On 27 Oct 2014, at 19:38, Cassidy Larson wrote: > > > >> What mailbox format are you using? What's the output of: >> >> > Using sdbox > > >> doveadm mailbox sta

dsync-server throwing Resource temporarily available

2014-10-27 Thread Cassidy Larson
Running 2.2.15 on FreeBSD 10.0 with two back end storage boxes using TCP to sync. Seeing a couple of users that always seem to be throwing these kind of errors in the logs: dovecot: dsync-server(u...@host.com): Error: write(/var/run/dovecot/replicator-doveadm) failed: Resource temporarily unavail

Re: doveadm throws Panic: file dsync-mailbox-tree-fill.c: line 65

2014-10-27 Thread Cassidy Larson
> > What mailbox format are you using? What's the output of: > > Using sdbox > doveadm mailbox status -u u...@host.com 'uidvalidity uidnext' '*' > > There is one folder with uidvalidity=0: Trash uidnext=696 uidvalidity=1169866046 Notes uidnext=1 uidvalidity=1406044590 Sent Messages uidnext=112 u

doveadm throws Panic: file dsync-mailbox-tree-fill.c: line 65

2014-10-26 Thread Cassidy Larson
Running 2.2.15 on FreeBSD 10.0. Forcing replication with: doveadm replicator replicate -f u...@host.com on one user that I've seen some syslogs show up to see what's going on. Other users are fine. When I run the above command on the one user it produces a core dump. See below for syslog output

Resource Temporarily Unavailable on replicator-doveadm

2014-07-16 Thread Cassidy Larson
We're running 2.2.13 on two servers with replication. Still trying to get my replication tweaked correctly and I’m noticing a bunch of these errors for the same users over and over again: dsync-server(u...@host.com): Error: write(/var/run/dovecot/replicator-doveadm) failed: Resource temporarily u

Multiple Instances with Director

2014-07-07 Thread Cassidy Larson
I have four front end servers with two backend servers. Each front end server has three instances for different mail hosts (individual SSL certs, etc). I'm looking at adding a fourth instance on each front end server for the director process. Currently we just return the backend server ip via SQL

dsync initial replication failing

2014-06-19 Thread Cassidy Larson
Trying to get my new storage server synced up using dsync replication with SSH. Followed the wiki and everything works great for the initial sync, for about 4 hours, then I get some errors and it stops replicating: dsync-local(u...@host.com): Warning: Failed to do incremental sync for mailbox INBO

Re: [Dovecot] Multiple Folders Continually Auto-Created

2013-07-11 Thread Cassidy Larson
I'm on 2.2.4 and don't auto-create any folders. I'll try rawlog if I can figure out how to reproduce it. I tried Outlook 2011 on my mac connecting to a duplicate of one of the original problem users and unable to get it to reproduce. Thanks for the suggestion. -c On Thu, Jul 11, 2013 at 5:50

[Dovecot] Multiple Folders Continually Auto-Created

2013-07-11 Thread Cassidy Larson
I've had reports of a number of clients running Outlook 2011 on Mac where they have quite a few folders with the same name appended by multiple "1"s. So far I've only narrowed it down to Outlook 2011 on Mac. We've been in the process of migrating to sdbox on a new server from maildir using dsync

Re: [Dovecot] LMTP Proxy

2013-07-02 Thread Cassidy Larson
0x1087e443 in master_service_run () from /usr/local/lib/dovecot/libdovecot.so.0 No symbol table info available. #10 0x0041bb90 in main () No symbol table info available. On Tue, Jul 2, 2013 at 7:25 PM, Timo Sirainen wrote: > On 3.7.2013, at 3.20, Cassidy Larson wrote: > > > d

[Dovecot] LMTP Proxy

2013-07-02 Thread Cassidy Larson
Trying to figure out Proxying with LMTP to a few back end storage servers for quota checking before accepting email delivery on the front end nodes. If I connect to the back end server directly via telnet, everything works great. If I use a front-end server to proxy to the back end server, I don'

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Cassidy Larson
I am on FreeBSD 8.1/amd64 and running Dovecot 2.0.5 on 8+ boxes. I just tweaked my port source to install the 2.0.x version instead of 1.2.x. It's been very stable for us without any issues. -c On Mon, Oct 18, 2010 at 10:47 AM, Jim Pazarena wrote: > V2 of dovecot has had the following releases

Re: [Dovecot] LDA + Postfix + LDAP + Sieve (Vacation): Wrong Domain in Reply

2010-09-24 Thread Cassidy Larson
I'd check your postfix main.cf config for something obvious. My hunch is that the dovecot process is handing off the reply message to your MTA with the correct from address (I'm actually using /usr/sbin/sendmail for outbound mails/replies) and the MTA is rewriting the from address. -c On Fri, Sep

Re: [Dovecot] Sieve error on Quota full (Dovecot 2.0.3)

2010-09-22 Thread Cassidy Larson
> > I don't think quota full should be logged as an error.. Without Sieve > this is logged: > > Info: msgid=unspecified: subject=: save failed to INBOX: Quota exceeded > (mailbox for user is full) > Info: msgid=unspecified: subject=: rejected: Quota exceeded (mailbox for user > is full) > > Also

Re: [Dovecot] Sieve error on Quota full (Dovecot 2.0.3)

2010-09-22 Thread Cassidy Larson
sure enough... they did appear back in 1.2.x land. Sorry for the noise. -c > I'm wondering how your previous setup handled this. Currently, LDA and > Pigeonhole don't maintain state information about persistent errors, causing > a new error message in the logs for each failed delivery. > > Regard

[Dovecot] Sieve error on Quota full (Dovecot 2.0.3)

2010-09-21 Thread Cassidy Larson
Just switched my storage boxes to 2.0.3 with Pigeonhole. Noticing for those that have quota fulls, my syslog is getting full of errors from sieve: dovecot: lda(u...@host.com): Error: sieve: script /data/mail/host.com/u...@host.com//.dovecot.sieve failed with unsuccessful implicit keep (user logfi

Re: [Dovecot] Pigeonhole proxy errors

2010-09-13 Thread Cassidy Larson
> But you haven't done that to managesieve-login. If you already have > dovenull user, you should be using it in those (just remove the user= > lines). Hmm. Maybe your v1.x config used an explicit > "login_user=dovecot" and that got converted automatically?.. yes. that was it. I removed the user =

Re: [Dovecot] Pigeonhole proxy errors

2010-09-13 Thread Cassidy Larson
On Mon, Sep 13, 2010 at 4:24 AM, Timo Sirainen wrote: > On Sat, 2010-09-11 at 11:33 -0600, Cassidy Larson wrote: > >> managesieve-login: Error: auth: connect(login) in directory / failed: >> Permission denied (euid=144() egid=144() missing +x >> perm: /, euid is not di

[Dovecot] Pigeonhole proxy errors

2010-09-11 Thread Cassidy Larson
I'm trying to upgrade my proxy front-ends to 2.0.2. I have the latest Pigeonhole release installed, and whenever I connect to the sieve port this gets logged in the syslog: managesieve-login: Error: auth: connect(login) in directory / failed: Permission denied (euid=144() egid=144() missing +x per

Re: [Dovecot] Pigeonhole and Dovecot2 with custom config file

2010-09-08 Thread Cassidy Larson
directory for 'managesieve'. The plan is to proxy this inbound managesieve request to a back-end storage server like I'm doing with 1.2.x. Thanks, -c On Wed, Sep 8, 2010 at 11:10 AM, Cassidy Larson wrote: > worked for me. thanks! >

Re: [Dovecot] Pigeonhole and Dovecot2 with custom config file

2010-09-08 Thread Cassidy Larson
worked for me. thanks! On Wed, Sep 8, 2010 at 10:22 AM, Timo Sirainen wrote: > On Wed, 2010-09-08 at 10:07 -0600, Cassidy Larson wrote: >> # /usr/local/sbin/dovecot -c /usr/local/etc/dovecot/dovecot_custom.conf >> managesieve(root): Fatal: Error reading configuration: >>

[Dovecot] Pigeonhole and Dovecot2 with custom config file

2010-09-08 Thread Cassidy Larson
I start my dovecot with the "-c /path/to/custom/config" option so I can run multiple instances. Been trying out 2.0.1 so I can upgrade my boxes cleanly, but I require managesieve. So after installing the latest sources of the Pigeonhole plugin, I'm getting this when trying to start dovecot: # /us

Re: [Dovecot] managesieve server aware?

2008-06-27 Thread Cassidy Larson
Looks like I just need to simply my proxy config to get rid of the server {} blocks and it'll work like it should. -c

[Dovecot] managesieve server aware?

2008-06-27 Thread Cassidy Larson
Just upgraded to Dovecot 1.1 and thought I'd try out managesieve plugin. My situation is I have two front end proxy boxes and four storage nodes in the back. I have been able to load the managesieve plugin just like I should on the storage nodes, but not on the proxy boxes. My proxy boxes have m

Re: [Dovecot] 1.1RC8 and gssapi

2008-06-04 Thread Cassidy Larson
that fixed the freebsd dovecot-devel port problem, once I uninstalled the krb5 port I had previously installed. So now it compiles as expected. thanks! -c On Wed, Jun 4, 2008 at 11:34 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Wed, 2008-06-04 at 11:05 -0600, Cassidy Larson wro

Re: [Dovecot] 1.1RC8 and gssapi

2008-06-04 Thread Cassidy Larson
Since the base krb5 included with FreeBSD doesnt include gssapi_krb5.h, I needed to install the krb5 port which has it. After installing the krb5 port it compiles fine from scratch, but the FreeBSD dovecot-devel port doesnt work and gives some fun errors: /usr/lib/libgssapi.so: undefined reference

Re: [Dovecot] 1.1RC8 and gssapi

2008-06-04 Thread Cassidy Larson
I have a /usr/include/krb5.h but no gssapi_krb5.h. On Wed, Jun 4, 2008 at 11:03 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > > Do you have gssapi_krb5.h anywhere? Do you have krb5.h? > >

[Dovecot] 1.1RC8 and gssapi

2008-06-04 Thread Cassidy Larson
Trying to compile 1.1rc8 from scratch on FreeBSD 6.3 as well as from the dovecot-devel port and I get an error when trying to include gssapi. gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm -I../../src/lib-otp -DAUTH_MODULE_DIR=

Re: [Dovecot] Trim trailing whitespace from username

2008-05-28 Thread Cassidy Larson
If you're using MySQL for your database driver you can easily use the TRIM() function in your query to strip off leading and ending whitespace characters. I do that and a "LCASE()" to forcethe usernames to lowercase in the