Remove "Duplicate" emails

2018-02-22 Thread @lbutlr
In a quest to remove “duplicate” messages sent to both me and lists I subscribe to I came up with this, which I think should clean out my Archive folder, but I’ve been unable to get it to work for scanning all on my list-user email. $ doveadm -f table fetch -u kremels 'hdr.message-id guid uid hd

Re: Auth SEGV on sparc64, alignment problem?

2018-02-22 Thread Chris Ross
> On Feb 22, 2018, at 15:21, Josef 'Jeff' Sipek wrote: > >> Loading the core file, as described >> https://www.dovecot.org/bugreport.html , shows the error in libc >> somewhere: > > I read the your other mails in this thread; can you run things as before and > do a 'bt full' on the core fil

Constant IMAP timeouts/dropouts

2018-02-22 Thread H.E.
Hello,   I've searched and searched for a solution to this problem but continue to come up empty.   I have a very generic setup.  CentOS Linux 7.3.1611 running on AWS.    I installed the QMail toaster from here: http://www.qmailtoaster.com/  ( I had been using Bill Shupp's Qmail Toaster for y

Re: Panic: data stack: Out of memory when allocating bytes

2018-02-22 Thread Josef 'Jeff' Sipek
On Mon, Jan 29, 2018 at 15:23:28 +0100, Thomas Robers wrote: > Any idea what the problem could be? Is there anything more i could do > to encircle the problem? Or perhaps is the information i provided > uncomplete? Sorry for the delay... your mail scrolled off the screen in my INBOX and then I for

Re: Auth SEGV on sparc64, alignment problem?

2018-02-22 Thread Josef 'Jeff' Sipek
On Tue, Feb 20, 2018 at 19:08:27 -0500, Chris Ross wrote: > > Apologies first for using two addresses, but I can’t currently read my > email at distal.com. :-) > > I was previously running dovecot2-2.2.29.1_2 on FreeBSD 11 on sparc64. > Trying to debug a problem I was having with one of m

Re: lmtp: Couldn't parse DH parameters

2018-02-22 Thread Aki Tuomi
I can't see ssl_dh= Subject: Re: lmtp: Couldn't parse DH parameters Here's the configuration: https://pastebin.com/ufyQkaBX On Monday, February 19, 2018 7:15:31 PM PST @lbutlr wrote: > On 2018-02-19 (14:08 MST), jorda...@startmail.com wrote: > > I'm using SSL for dovecot, and dovecot kindly war

Re: lmtp: Couldn't parse DH parameters

2018-02-22 Thread jorda...@startmail.com
Here's the configuration: https://pastebin.com/ufyQkaBX On Monday, February 19, 2018 7:15:31 PM PST @lbutlr wrote: > On 2018-02-19 (14:08 MST), jorda...@startmail.com wrote: > > I'm using SSL for dovecot, and dovecot kindly warned me on startup that I > > > needed the ssl_dh parameter, which I s

Re: Auth SEGV on sparc64, alignment problem?

2018-02-22 Thread Sami Ketola
> As this is a sparc64, with 8-byte alignment requirements, I’m guessing that’s > the issue. Many a piece of software has failed to respect that and crashed. > But, I’m not sure. > > Does anyone have any suggestions? I’ve built it locally (via ports), so if > there are compiler options I ca

Re: Authenticating pam and and sql

2018-02-22 Thread @lbutlr
On 2018-02-22 (10:06 MST), Aki Tuomi wrote: > > You can use username_filter setting on passdb block since 2.2.30 Excellent! thanks. username_filter = "!*@*" looks like the right syntax to put in the driver=pam block. …yes, that appears to do the job. -- Would you say you worship Satan, or

Re: Authenticating pam and and sql

2018-02-22 Thread Aki Tuomi
On 22 February 2018 at 19:03 "@lbutlr" < krem...@kreme.com> wrote: When a sql user logs in, dovecot always tries pam first (used for the local users with home directories) which generates a login failure in the log, before trying

Re: preferred way to move an imap folder

2018-02-22 Thread Aki Tuomi
On 22 February 2018 at 18:53 "@lbutlr" < krem...@kreme.com> wrote: On 2018-02-22 (07:48 MST), himbe...@shinymail.de wrote: Hello list. What is the preferred way to move an imap

Authenticating pam and and sql

2018-02-22 Thread @lbutlr
When a sql user logs in, dovecot always tries pam first (used for the local users with home directories) which generates a login failure in the log, before trying sql (virtual users) and allowing the user to login. Since all the pam users login as 'user' and all the sql users login as 'u...@exa

Re: preferred way to move an imap folder

2018-02-22 Thread @lbutlr
On 2018-02-22 (07:48 MST), himbe...@shinymail.de wrote: > > Hello list. > > What is the preferred way to move an imap folder. Lets say an User has. > > .maildir/.INBOX.Junk > > I want to move this imap folder to: > > .maildir/.Junk > > Can i just use: > > mv .maildir/.INBOX.Junk .maildir/.Ju

Re: Auth SEGV on sparc64, alignment problem?

2018-02-22 Thread Chris Ross
(long gdb output, you’ve been warned) Okay. So, the libdovecot shared library in /usr/local was stripped. Replaced that, and got farther. gdb walk below. It looks to me like it gets deep into the OS’s vfork/execv where it catches a trap/crashes. Is this a problem I can catch, or somethi

replication and .dovecot.lda-dupes

2018-02-22 Thread Patrick Cernko
Hi list, this question was already posted a few years ago (https://www.dovecot.org/list/dovecot/2014-November/098585.html). I already asked the original queriest and he told me, that he never got an solution or workaround but it was not important enough for him. When using replication in conjunc

Re: Multiple SSL-Certificates/Domains setup not working | Solved!

2018-02-22 Thread Travis Dolan
I have gone down a similar path. Certbot uses the Lets Encrypt service to manage the needed keys. I have found that using the following Bash tool to manage the creation and validation of the needed certs works great. We deploy Dovecot to AWS, as such we use u

Re: Auth SEGV on sparc64, alignment problem?

2018-02-22 Thread Chris Ross
Okay. Got to the next bit pretty quickly.: Breakpoint 4, auth_settings_read (service=0x0, pool=0x4104b020, output_r=0x7fdf6d0) at auth-settings.c:522 522 input.module = "auth"; (gdb) n 523 input.service = service; (gdb) n 524 if (master_service_settings

Re: Auth SEGV on sparc64, alignment problem?

2018-02-22 Thread Chris Ross
Fancy, while not fun. :-) But thanks, that does work. Doing that, n’ing over calls to strcmp, it failed: passdbs_init () at passdb.c:313 313 passdb_register_module(&passdb_ldap); (gdb) passdb_register_module (iface=0x280120) at passdb.c:33 33 old_iface = passdb_inte

Re: Multiple SSL-Certificates/Domains setup not working | Solved!

2018-02-22 Thread Poliman - Serwis
Could you write step by step how you reach the goal? 2018-02-22 15:55 GMT+01:00 Gabriel Kaufmann : > I've tried to create an certbot SAN-Cert with multiple domain-names and > this worked like a charm using one cert for all! Thanks! > > > Best regards > > Gabriel Kaufmann > > -- *Pozdrawiam /

Re: Multiple SSL-Certificates/Domains setup not working | Solved!

2018-02-22 Thread Gabriel Kaufmann
I've tried to create an certbot SAN-Cert with multiple domain-names and this worked like a charm using one cert for all! Thanks! Best regards Gabriel Kaufmann

preferred way to move an imap folder

2018-02-22 Thread himbeere
Hello list. What is the preferred way to move an imap folder. Lets say an User has. .maildir/.INBOX.Junk I want to move this imap folder to: .maildir/.Junk Can i just use: mv .maildir/.INBOX.Junk .maildir/.Junk and be done with that? thanks and cheers t.

"Stale mailbox lock file detected, will override in 0 seconds"

2018-02-22 Thread Raffaele Gambelli
Hi all dovecot members, I've received this notice from a dovecot server: "Stale mailbox lock file detected, will override in 0 seconds" I would like to know what it means. I've implemented a "Mail Proxy Server" in java, which connects to many accounts and folders, listening for incoming messag

Re: exim dovecot sieve

2018-02-22 Thread himbeere
On 2018-02-21 19:37, Larry Rosenman wrote: I use lmtp with exim. Thanks for that pointer. Works fine now. cheers t. Sent from my T-Mobile 4G LTE Device Original message From: himbe...@shinymail.de Date: 2/21/18 11:59 AM (GMT-06:00) To: dovecot@dovecot.org Subject: exim dov