Migrated from maildir to sdbox: questions

2019-06-13 Thread Ranbir via dovecot
Hi Everyone, I migrated my maildir mailboxes to sdbox without any show stopping errors, but I did see this during the migration and now I'm also seeing it in the log: Warning: quota: Namespace '' is not Maildir, skipping for Maildir++ quota I'm not quite sure why this is happening. Any ideas? I

Re: Sieve logging?

2019-06-13 Thread @lbutlr via dovecot
On 13 Jun2019, at 07:48, Alex JOST via dovecot wrote: > You specified '~/.active_sieve' as your active scripts location but the > script is actually located at '~/.sieve/.active_sieve’. aarrrgh! 🤦‍♂️ -- And, while it was regarded as pretty good evidence of cri

Sieve rewrite headers?

2019-06-13 Thread @lbutlr via dovecot
I’ve bene looking for examples on how to do this, but so far am coming up short. I want to check certain messages for a reply-ro header and if it is present, rewrite it to X-Reply-To: and then add my own reply-to header. I don’t see anything in the various sieve examples I’ve found on altering t

unknown Sieve Capability `editheader'

2019-06-13 Thread @lbutlr via dovecot
I am getting "error: error: require command: unknown Sieve capability `editheader’.” In sieve.log: This is the start of .active_sieve ## Active require [ "editheader", "regex", "variables", "fileinto", "envelope", "mailbox", "imap4flags" ]; Editheader is also listed in dovecot.conf managesiev

Re: Migrated from maildir to sdbox: questions

2019-06-13 Thread Ranbir via dovecot
On Thu, 2019-06-13 at 13:05 +, Daniel Betz via dovecot wrote: > i think youre just using the wrong quota backend. > > https://wiki2.dovecot.org/Quota > > You should switch from "quota = maildir" to another one, like > dict. I switched to "quota = count:U

Addheader specified field name `Reply-To:' is invalid.

2019-06-13 Thread @lbutlr via dovecot
Well, progress. At least now editheader loads. Sadly that brings up new errors. specified field name `Reply-To:' is invalid. if header :contains "List-id" "" { addheader "Reply-To:" ""; addheader "X-added-reply-To:" "True"; fileinto :create “spamassassin"; stop;} -- You only had t

Re: unknown Sieve Capability `editheader'

2019-06-14 Thread A.L.E.C via dovecot
On 6/13/19 11:49 PM, @lbutlr via dovecot wrote: > I am getting "error: error: require command: unknown Sieve capability > `editheader’.” In sieve.log: Did you enable the extension? What dovecot version? https://wiki.dovecot.org/Pigeonhole/Sieve/Extensions/Editheader -- Aleksand

Re: Sieve rewrite headers?

2019-06-14 Thread A.L.E.C via dovecot
On 6/13/19 6:25 PM, @lbutlr via dovecot wrote: > I’ve bene looking for examples on how to do this, but so far am coming up > short. https://tools.ietf.org/html/rfc5293 -- Aleksander 'A.L.E.C' Machniak Kolab Groupware Developer [http://kolab.org] Roundcube Webmail D

Re: Addheader specified field name `Reply-To:' is invalid.

2019-06-14 Thread @lbutlr via dovecot
On 13 Jun2019, at 23:24, Aki Tuomi via dovecot mailto:dovecot@dovecot.org>> wrote: > On 14 June 2019 04:25 @lbutlr via dovecot < dovecot@dovecot.org> wrote: >> >> >> Well, progress. At least now editheader loads. Sadly that brings up new >> errors. >

Re: Addheader specified field name `Reply-To:' is invalid.

2019-06-14 Thread @lbutlr via dovecot
> On 14 Jun2019, at 04:29, @lbutlr via dovecot wrote: > > On 13 Jun2019, at 23:24, Aki Tuomi via dovecot wrote: >> On 14 June 2019 04:25 @lbutlr via dovecot < dovecot@dovecot.org> wrote: >>> >>> >>> Well, progress. At least now edithe

LMTP doesn't save to +mailbox

2019-06-14 Thread @lbutlr via dovecot
Since switching to lmtp in dovecot, mail to user+mailb...@example.com does not get saved in ‘.mailbox’ as it did with LDA, instead it gets saved into the INBOX. If it matters, these are users who do NOT have a ~/.active_sieve file. I could understand (though it would bene a bit annoying) if the

Re: LMTP doesn't save to +mailbox

2019-06-14 Thread @lbutlr via dovecot
On 14 Jun2019, at 13:41, @lbutlr via dovecot wrote: > # 2.3.6 (7eab80676): /usr/local/etc/dovecot/dovecot.conf > # Pigeonhole version 0.5.6 (92dc263a) > # OS: FreeBSD 11.2-RELEASE-p10 i386 Oops. Pasted the wrong buffer. lda_mailbox_autocreate *is* enabled. # 2.3.6 (7eab80676): /usr/

Re: LMTP doesn't save to +mailbox

2019-06-14 Thread @lbutlr via dovecot
On 14 Jun2019, at 13:41, @lbutlr via dovecot wrote: > This is the error I am getting when sending to luser+cov...@covisp.net > > lmtp(lu...@covisp.net)<91193>: Error: sieve: > msgid=: failed to store into > mailbox 'covisp': Mailbox doesn't exist: covi

NOTIFY: bug on mailbox renaming and deletion ?

2019-06-15 Thread kael via dovecot
Hello, Testing the NOTIFY extension on imap.vivaldi.net, seems there's a bug when a mailbox is renamed or deleted. Requesting events with: A1 NOTIFY SET (inboxes (SubscriptionChange MailboxName)) Here are the sent events: - mailbox creation with automatic subscription (ok): * LIST () "." f

Re: Dovecot, quota, warning, and issue with setup?

2019-06-16 Thread @lbutlr via dovecot
On 16 Jun2019, at 13:42, David Mehler via dovecot wrote: > quota = maildir:User quota This was covered a few days ago. On 13 Jun2019, at 17:22, Ranbir via dovecot wrote: > I switched to "quota = count:User quota" (as Aki suggested) and now the > errors are gone. Thanks

LDA vs LMTP change in header

2019-06-17 Thread @lbutlr via dovecot
Switching to dovecot LMTP appears to have change the information in the received header, which appears to be causing my spam filter to wig out and mark local to local emails as spam. Here’s what the received header used to look like: Received: from [10.0.5.3] (c-71-229-144-93.hsd1.co.comcast.ne

Re: Deleted dovecot.index.*

2019-06-17 Thread @lbutlr via dovecot
On Jun 17, 2019, at 12:35 PM, Odhiambo Washington via dovecot wrote: > Is there a way to mark all mails older that today as "Read" in all folders? Yes, via the doveadm flags command man doveadm-flags for more info Something like: doveadm flags add -u username ‘\seen' mail

recipient delimiters

2019-06-18 Thread @lbutlr via dovecot
Since many broken websites and idiot companies will not allow a ‘+’ in an email address, I have long used two delimiters in postfix: recipient_delimiter = +_ However, now that dovecot is handling verification for postfix via reject_unverified_recipient, dovecot complains about any address using

Re: Converting mdbox to mbox/MailDir

2019-06-18 Thread @lbutlr via dovecot
On 18 Jun 2019, at 14:32, Adam Raszkiewicz via dovecot wrote: > Is there any way to convert Dovecot's mdbox/dbox to mbox, MailDir or eml > format (or any other easy to import format)? https://wiki.dovecot.org/Migration/MailFormat

Re: Converting mdbox to mbox/MailDir

2019-06-18 Thread @lbutlr via dovecot
> On 18 Jun 2019, at 15:18, Benny Pedersen via dovecot > wrote: > > @lbutlr via dovecot skrev den 2019-06-18 23:06: >> On 18 Jun 2019, at 14:32, Adam Raszkiewicz via dovecot >> wrote: >>> Is there any way to convert Dovecot's mdbox/dbox to mbox, MailDir

Re: Help on CRAM-MD5

2019-06-18 Thread @lbutlr via dovecot
On 18 Jun 2019, at 16:04, Jorge Bastos via dovecot wrote: > I'm using dovecot and mysql users, and i'm creating the password with: > > ENCRYPT('some-passwd',CONCAT('$6$', SUBSTRING(SHA(RAND()), -16))) Why not just use the builtin tool in dovecot? dovead

Re: Help on CRAM-MD5

2019-06-18 Thread @lbutlr via dovecot
> On 18 Jun 2019, at 16:56, Shaun Johnson via dovecot > wrote: > > On Tue, 18 Jun 2019 16:41:06 -0600 > "@lbutlr via dovecot" wrote: > >> What is the reason for wanting to enable CRAM-MD5? That was intended >> to use on unsecured connections; you sho

Re: Converting mdbox to mbox/MailDir

2019-06-18 Thread @lbutlr via dovecot
On 18 Jun 2019, at 20:04, Adam Raszkiewicz via dovecot wrote: > > On 6/18/19, 9:59 PM, "dovecot on behalf of @lbutlr via dovecot" > wrote: >> On 18 Jun 2019, at 15:18, Benny Pedersen via dovecot >> wrote: >> @lbutlr via dovecot skrev den 2019-06-18 23:0

User listing returned failure with -A

2019-06-18 Thread @lbutlr via dovecot
First, I archive the old messages in the INBOX on my list account # doveadm -Dv move -u krem...@kreme.com Archive mailbox INBOX BEFORE 90d Debug: Loading modules from directory: /usr/lo

Re: Converting mdbox to mbox/MailDir

2019-06-18 Thread @lbutlr via dovecot
On 18 Jun 2019, at 20:46, Adam Raszkiewicz wrote: > maildir -> mdbox it is maildir to mdbox conversion when I'm looking something > opposite: mdbox -> maildir Please go back and read all the words in my previous reply. -- Lead me not into temptation, I can find the way.

Cannot connect to DOVECOT from Roundcube using SSL on Port 993

2019-06-19 Thread zahn via dovecot
Hello I try to connect to dovecot from roundcube using this setup: $config['default_host'] = 'ssl://chogolisa.akadia.com'; $config['default_port'] = 993; and I get the following error message from dovecot: Jun 19 11:30:21 chogolisa dovecot: imap-login: Disconnected (no auth attempts in 0 secs

Re: User listing returned failure with -A

2019-06-19 Thread @lbutlr via dovecot
On 19 Jun 2019, at 00:42, Aki Tuomi via dovecot wrote: > Your userdb does not support listing, check dovecot logs, the error will > not be reported by doveadm. sqlpool(mysql): Query failed, retrying: Table 'postfix.users' doesn't exist Well, that is true, there is no user

Re: User listing returned failure with -A

2019-06-19 Thread @lbutlr via dovecot
On 19 Jun 2019, at 08:33, Aki Tuomi via dovecot wrote: > Dovecot uses auth process to collect users, so maybe look at your iterate > query? https://wiki.dovecot.org/AuthDatabase/SQL#User_iteration Yeah, didn’t have one of those. ¯\_(ツ)_/¯ iterate_query = select username from mailbox S

Re: Problem syncing mail with IMAP

2019-06-19 Thread @lbutlr via dovecot
On 19 Jun 2019, at 12:17, Odhiambo Washington via dovecot wrote: > I am seeing the following errors in my logs, which I believe are preventing > Outlook from syncing. > How do I solve these? Have you rebuilt the index files? The simplest and surest way is to stop dovecot, move the in

Re: IMAP IDLE

2019-06-19 Thread @lbutlr via dovecot
On 19 Jun 2019, at 16:11, Jorge Bastos via dovecot wrote: > root@fastmail:/etc/dovecot# doveconf |grep -i idle > default_idle_kill = 1 mins > imap_idle_notify_interval = 2 mins > imapc_max_idle_time = 29 mins > mailbox_idle_check_interval = 30 secs I have: default_idl

Re: recipient delimiters

2019-06-19 Thread @lbutlr via dovecot
On 18 Jun 2019, at 15:03, @lbutlr via dovecot wrote: > I don’t see a way to tell dovecot what delimiters to use, and it appears it > is still using a single delimiter only despite postfix having added support > for more than one years ago. Ideas? -- Lead me not into temptation, I

Re: recipient delimiters

2019-06-19 Thread @lbutlr via dovecot
On 19 Jun 2019, at 17:37, Stephan Bosch via dovecot wrote: > On 20/06/2019 01:20, @lbutlr via dovecot wrote: >> On 18 Jun 2019, at 15:03, @lbutlr via dovecot wrote: >>> I don’t see a way to tell dovecot what delimiters to use, and it appears it >>> is still using a si

Re: Dovecot and Solr on the same server or on different

2019-06-20 Thread @lbutlr via dovecot
On 20 Jun 2019, at 01:21, Riccardo Bicelli via dovecot wrote: > ha scritto: >> what would you suggest? What are the pros and cons for having dovecot and >> Solr on the same or different hots? >> >> I have about 800 accounts, some millions of mails and abo

Re: Help on CRAM-MD5

2019-06-20 Thread @lbutlr via dovecot
On 20 Jun 2019, at 02:53, FUSTE Emmanuel via dovecot wrote: > There is plenty of context where TLS is not possible/desirable. I’d say that is terrible advice. There are no reasonable contexts where is it is acceptable to send mail credentials without encryption. My users have had to

Re: mremap_anon() failed: Not enough space

2019-06-20 Thread @lbutlr via dovecot
On 19 Jun 2019, at 13:13, Dave McGuire via dovecot wrote: > Jun 19 14:47:31 dovecot: [ID 583609 local0.error] > imap(): Error: > mremap_anon(/var/mail///mailboxes/INBOX/Trash/dbox-Mails/dovecot.index.cache, > 27632) failed: Not enough space > > I'm running 2.

Re: Help on CRAM-MD5

2019-06-20 Thread @lbutlr via dovecot
On 20 Jun 2019, at 04:14, Jorge Bastos via dovecot wrote: > I don't desagree with your vision, but if the use of CRAM- has to use > plaint text password's on the server there's a dark side, or there's a > CRAM-XXX that can use encrypted on server side? There&

Re: Dovecot and Solr on the same server or on different

2019-06-20 Thread @lbutlr via dovecot
On 20 Jun 2019, at 04:12, Riccardo Bicelli via dovecot wrote: > I agree that is a small mail load. > But I mean, if you are running virtual machines (like me) it is > better to split the roles and leave solr on its own. Oh, right. I thought we were talking about actual hardware s

Re: LastLogin update

2019-06-20 Thread azurit--- via dovecot
Bastos via dovecot : Howdy, I'd like an adive on what to use. I have sql users, and i want to have the lastlogin of them, what is the native option for this: * Using last_login plugin which will give me the last login? * Use postlogin for imap and pop3n which will give me be

Re: mremap_anon() failed: Not enough space

2019-06-20 Thread @lbutlr via dovecot
On 20 Jun 2019, at 07:46, Dave McGuire via dovecot wrote: > On 6/20/19 6:07 AM, @lbutlr via dovecot wrote: >>> Jun 19 14:47:31 dovecot: [ID 583609 local0.error] >>> imap(): Error: >>> mremap_anon(/var/mail///mailboxes/INBOX/Trash/dbox-Mails/dovecot.index.cache, >

Re: Dovecot and Solr on the same server or on different

2019-06-20 Thread @lbutlr via dovecot
On 20 Jun 2019, at 07:45, Götz Reinicke via dovecot wrote: > Yes, we are on VMs. Of course I could extend the resources for the dovecot VM > (more CPU, more RAM) but as mentioned having separate VMs/systems is in some > situations the preferred way. Yep, that totally makes sense. I am

Listener indicated in logs

2019-06-21 Thread jbwlists--- via dovecot
I'm looking for a way to indicate which listener a connection came in via in the logs. For instance, I have IMAPS connections coming in via 993 as well as 1993, and would like some way to differentiate in the logging. Is there a way to do this? Thanks in advance, Joseph

Re: Listener indicated in logs

2019-06-21 Thread jbwlists--- via dovecot
Ack, that does seem to have exactly what I need. I found the logging page on the wiki, but somehow missed that variables page. Thank you! On 2019-06-21 12:40, Alexander Dalloz via dovecot wrote: Am 21.06.2019 um 18:05 schrieb jbwlists--- via dovecot: I'm looking for a way to indicate

Re: Submission service and SMTP AUTH capability

2019-06-21 Thread @lbutlr via dovecot
On 21 Jun 2019, at 08:40, Germán Herrera via dovecot wrote: > I also found out that the AUTH is shown before entering STARTTLS if I set > "ssl = yes", but the capability is hidden from pre-starttls EHLO if I do > enforce SSL with "ssl = required", which is my serve

Re: last login user tracking

2019-06-21 Thread @lbutlr via dovecot
On 21 Jun 2019, at 15:13, David Mehler via dovecot wrote: > the problem is the last login value does not mean anything to me. It is standard unix “seconds since the epoch’ and can be converted into any format you want in any time zone at any time by using the date command. # date -r 155

Re: LastLogin update

2019-06-22 Thread @lbutlr via dovecot
> On 20 Jun 2019, at 11:36, Adrian Minta via dovecot > wrote: > > this seems to work very well: > > https://docs.iredmail.org/track.user.last.login.html This is cool, but I have a question: > For MySQL/MariaDB backends, we create the sql table in database vmail.

Re: LastLogin update

2019-06-24 Thread @lbutlr via dovecot
On 24 Jun 2019, at 08:25, Júlio Covolato via dovecot wrote: > #$ cat dovecot-last-login.conf [ … ] > dovecot.conf: > > plugin { > # Track last login time on imap and pop3 > last_login_dict = proxy::lastlogin > last_login_key = last-login/%u/%d/%r/%s > }

Emails not visible after renaming folders

2019-06-25 Thread Aleksandr via dovecot
Hello, I have strange problem with "losing" emails after rename mail folder(s) (via imap client: thunderbird, roundcude, etc..) How to reproduce: 1. Create some folder name, like TEST 2. Create sub-folder under TEST (like SUBTEST) Structure: TEST |--SUBTEST # doveadm mailbox list -u post

Re: Emails not visible after renaming folders

2019-06-26 Thread Aleksandr via dovecot
Copying or moving with email client: thunderbird, roundcube (webmail), mutt or any other email client via imap protocol. 25.06.2019 22:10, Germán Herrera пишет: > Are you copying/moving the emails with {cp|mv} or with "doveadm {copy|move}"? > > On 2019-06-25 12:00, Aleksand

Re: Problem in doveadm import dovecot 2.2

2019-06-26 Thread @lbutlr via dovecot
On Jun 26, 2019, at 3:40 PM, Alexander Varejão via dovecot wrote: > I always used dovecot in version 2.0 and in the last month i update my > servers to dovecot 2.2 but now i have problems with comand dovecot import, > not works for me, bellow i put 2 examples used in my tests in bo

Re: Re: Dovecot 2.3.0 TLS

2019-06-29 Thread Peter via dovecot
On 11.01.2018 13:20, Hauke Fath wrote: >/On Thu, 11 Jan 2018 12:20:45 +0200, Aki Tuomi wrote: />>/Was the certificate path bundled in the server certificate? />/No, as a separate file, provided from the local (intermediate) CA: />//>/ssl_cert = /ssl_key = /ssl_ca = //>/Worked fine with 2.2

Dovecot/MSQL issue

2019-06-29 Thread Nathan via dovecot
Hello, I'm trying to work through an issue that cropped up on a server I've been working on and haven't found a very good workaround. Dovecot is operating in a jailed environment. The configuration in dovecot-sql.conf.ext has been set appropriately with the host=127.0.0.1 (which works from a jail

Re: Dovecot/MSQL issue

2019-07-01 Thread lorek via dovecot
one. Best Regards, Lorek. On Sun, Jun 30, 2019 at 10:09 PM John Fawcett via dovecot < dovecot@dovecot.org> wrote: > On 30/06/2019 13:36, Aki Tuomi via dovecot wrote: > >> > >> Hello, I'm trying to work through an issue that cropped up on a server > I

Re: Re: Dovecot 2.3.0 TLS

2019-07-01 Thread Peter via dovecot
On 11.01.2018 13:20, Hauke Fath wrote: >/On Thu, 11 Jan 2018 12:20:45 +0200, Aki Tuomi wrote: />>/Was the certificate path bundled in the server certificate? />/No, as a separate file, provided from the local (intermediate) CA: />//>/ssl_cert = /ssl_key = /ssl_ca = //>/Worked fine with 2.2

dovecot.index.log: duplicate transaction log sequence (3)

2019-07-02 Thread mabi via dovecot
Hello, I am running Dovecot 2.3.5.1 on OpenBSD 6.5 with RainLoop as IMAP webmail client and just noticed the following error messages about duplicate transaction log sequences in the index log: Jul 01 13:15:58 Error: imap()<21324>: Transaction log /var/vmail///dovecot.index.log: duplicate tra

Percent character in mail_crypt_private_password not possible

2019-07-02 Thread mabi via dovecot
Hello, I am using the mail_crypt plugin with Dovecot 2.3 and have issues trying to use a mail crypt private password which contains a percent "%" character as you can see below: $ doveadm -o plugin/mail_crypt_private_password=SomethingWith\%Percent mailbox cryptokey generate -u em...@domain.tl

Re: Percent character in mail_crypt_private_password not possible

2019-07-02 Thread mabi via dovecot
‐‐‐ Original Message ‐‐‐ On Tuesday, July 2, 2019 6:21 PM, Aki Tuomi wrote: > Hi, you need to escape % with %%. We are aware of a bug affecting when % > comes in from some field via userdb, and we are looking into how to fix this. Hi Aki, Thank you very much for your very fast answer

Re: dovecot.index.log: duplicate transaction log sequence (3)

2019-07-02 Thread mabi via dovecot
‐‐‐ Original Message ‐‐‐ On Tuesday, July 2, 2019 6:39 PM, Aki Tuomi wrote: > Are you by chance accessing mails using two different dovecot instances? This > is not supported to be done concurrently, you need to use some sort of > solution, such as dovecot director, to ensure user lands

Re: dovecot.index.log: duplicate transaction log sequence (3)

2019-07-02 Thread mabi via dovecot
‐‐‐ Original Message ‐‐‐ On Tuesday, July 2, 2019 6:50 PM, Aki Tuomi via dovecot wrote: > Please reviewhttps://wiki.dovecot.org/NFS if you have not already done so. I actually already went through this guide once but noticed now that I had the mail_fsync parameter set to "o

Re: Percent character in mail_crypt_private_password not possible

2019-07-02 Thread mabi via dovecot
‐‐‐ Original Message ‐‐‐ On Tuesday, July 2, 2019 6:32 PM, Aki Tuomi via dovecot wrote: > I don't actually recommend using password directly from user as password for > private keys, I recommend running them thru some hash / pkcs5 before that. That's a great idea and m

Re: Dovecot/MSQL issue

2019-07-02 Thread lorek via dovecot
nd device of ID 0008. That wasn't showing up over the weekend. I think given this experience I may have to revisit my testing methodology when working with docker. Best Regards, Lorek On Tue, Jul 2, 2019 at 12:38 PM John Fawcett via dovecot < dovecot@dovecot.org> wrote: > On 01/07/

Sieve question

2019-07-02 Thread @lbutlr via dovecot
I have the following in my active sieve file, and there are no errors logged. if header :contains "to" "+root" { setflag "\\Seen"; fileinto :create "root"; stop; } The message is put in .root, bit is not marked as seen. Is the default action to put mail in a folder matching the extensi

mail_crypt: multiple keypairs

2019-07-03 Thread mabi via dovecot
Hello, I am testing mail_crypt plugin with per account encryption and wanted to generate a new keypair for an account but noticed that I now end up with 2 keypairs where one is active and the other inactive as you can see below: $ doveadm mailbox cryptokey list -u em...@domain.tld -U Folder Ac

Re: Percent character in mail_crypt_private_password not possible

2019-07-03 Thread mabi via dovecot
‐‐‐ Original Message ‐‐‐ On Tuesday, July 2, 2019 6:21 PM, Aki Tuomi wrote: > Hi, you need to escape % with %%. We are aware of a bug affecting when % > comes in from some field via userdb, and we are looking into how to fix this. Aki, I was wondering, does this bug also affect the chan

Re: Sieve question

2019-07-04 Thread @lbutlr via dovecot
On 3 Jul 2019, at 01:28, Stephan Bosch via dovecot wrote: > On 03/07/2019 04:44, @lbutlr via dovecot wrote: >> I have the following in my active sieve file, and there are no errors logged. >> >> >> if header :contains "to" "+root" { >&

Re: Dovecot 2.3.0 TLS

2019-07-04 Thread @lbutlr via dovecot
On 3 Jul 2019, at 02:55, Peter Kahl via dovecot wrote: > I failed to disclose that the described problem occurs on iOS 13.0 beta. > > After trying again and again, it appears that a bug in iOS 13.0 beta is the > likely culprit. I am reading on Reddit that there is some bug

Re: mail_crypt: multiple keypairs

2019-07-04 Thread @lbutlr via dovecot
On 3 Jul 2019, at 06:38, mabi via dovecot wrote: > Is it possible to delete the inactive keypair? if yes how? Wouldn’t you then be unable to encrypt previous emails?

Re: mail_crypt: multiple keypairs

2019-07-04 Thread @lbutlr via dovecot
On 4 Jul 2019, at 03:17, @lbutlr via dovecot wrote: > On 3 Jul 2019, at 06:38, mabi via dovecot wrote: >> Is it possible to delete the inactive keypair? if yes how? > > Wouldn’t you then be unable to encrypt previous emails? UNencrypt, of course.

Re: mail_crypt: multiple keypairs

2019-07-04 Thread mabi via dovecot
‐‐‐ Original Message ‐‐‐ On Thursday, July 4, 2019 11:17 AM, @lbutlr via dovecot wrote: > > Is it possible to delete the inactive keypair? if yes how? > > Wouldn’t you then be unable to *unencrypt* previous emails? That's also what I thought but based on my unde

Re: Percent character in mail_crypt_private_password not possible

2019-07-04 Thread mabi via dovecot
‐‐‐ Original Message ‐‐‐ On Thursday, July 4, 2019 11:18 AM, Aki Tuomi via dovecot wrote: > It depends. You can use either one, seehttps://wiki2.dovecot.org/Variables > > I think the safest option would be setup LDAP so that the private > password would be only readable

Re: Percent character in mail_crypt_private_password not possible

2019-07-04 Thread mabi via dovecot
‐‐‐ Original Message ‐‐‐ On Thursday, July 4, 2019 3:10 PM, Aki Tuomi wrote: > > I am also not sure about sha512 hash because the Dovecot Variable wiki page > > does not mention sha512 but only sha256. Is sha512 also available? > > Yes Thank you Aki for confirming. I tried it out and it

dovecot/imap [blocking on log write]

2019-07-04 Thread alpha_one_x86 via dovecot
Hi, My dovecot process seam blocked on dovecot/imap [blocking on log write], only restart fix it. How solve that's? Cheers, -- alpha_one_x86/BRULE Herman Main developer of Supercopier/Ultracopier/CatchChallenger, Esourcing and server management IT, OS, technologies, research & development,

Dovecot local_name TLS SNI regex

2019-07-05 Thread basti via dovecot
Hello, does local_name in TLS SNI context support regex? for example: local_name example-(foo|bar).com { ssl_cert =

Re: dovecot/imap [blocking on log write]

2019-07-05 Thread alpha_one_x86 via dovecot
dovecot: log(9267): Error: Received master input for invalid service_fd 29: 29 9270 BYE On 7/4/19 5:38 PM, alpha_one_x86 via dovecot wrote: Hi, My dovecot process seam blocked on dovecot/imap [blocking on log write], only restart fix it. How solve that's? Cheers, -- alpha_one_x86/

Reprocess mail through sieve?

2019-07-05 Thread @lbutlr via dovecot
is there a way to process a mailbox through an existing sieve script as it the mail was being delivered anew? I’ve cleaned up a lot of my list-sorting scripts and I would like to process a bunch of mail again so it gets sorted properly. If I can do this could I also do it for a specific date ra

Re: Dovecot 2.3.6 on Solaris10: build issues, segfaults

2019-07-10 Thread James via dovecot
On 09/07/2019 01:02, Joseph Tam via dovecot wrote: Issue 2) Cannot build with --enable-hardening Using gcc 9.1.0, "configure" step fails because fd passing was broken, but the real problem was a compilation failure when "--enable-hardening" is used. Demonst

Re: Dovecot 2.3.6 on Solaris10: build issues, segfaults

2019-07-10 Thread James via dovecot
On 09/07/2019 06:35, Aki Tuomi via dovecot wrote: As for 1st, isn't gcc 3 rather old? As is Solaris 10. Solaris 10 predates gcc4 and comes/came with gcc3. No one says we have keep using the system gcc3 exclusively. 9.1.0 works too. Solaris 10 03/05 = March 2005, release January 31,

Re: Dovecot behind Load Balancer

2019-07-10 Thread Tanstaafl via dovecot
On 7/10/2019, 4:27:32 AM, Sami Ketola via dovecot wrote: > There is a limit on thunderbird config that controls this. And the default is 5 if memory serves...

dsync crash

2019-07-11 Thread tono via dovecot
Hello, I am getting a persistent seg fault while trying to sync our server to a new location. We are on 2.2.33.2, due for an upgrade but we have used dsync successfully in the past. In fact, we used it to populate this same instance. So I hope this is just a configuration issue. My logs are

Re: Connection statistics per user and IP

2019-07-11 Thread andre via dovecot
copy the code. André. PS: I am in holiday with limited access to my emails, but I saw I could hello here. Homebox: https://github.com/progmaticltd/homebox Thu Jul 11 10:11:34 GMT+02:00 2019 Lefteris Tsintjelis via dovecot : > Is it possible to enable statistics and keep track of the maxi

Confused about dovecot ACL

2019-07-11 Thread HTMLServices.it via dovecot
Hello everyone sorry i'm not very experienced and also my english I installed a centos 7 server with ispconfig postfix dovecot 2.2.36 and roundcube, this server is only a mail archive, so my need is that ALL the mailboxes are read-only on roundcube/imap and any user must NOT delete the messag

Backup method mail encrypted with mail_crypt Per user

2019-07-12 Thread mail--- via dovecot
Hi, What would be a good backup method for mail stored encrypted with mail_crypt per user(folder). As the administrator does not have the key (the user has) i'm thinking: - the user must backup his/her email via the mail client, but as an admin you want to be able to restore mail when needed o

Auto-duplicate mailstore?

2019-07-12 Thread @lbutlr via dovecot
I am looking for something that is similar to replication, but without a second server. I currently have a system setup using postfix bcc to write out copies of all email, but what I would rather do is just have all the mail written to /usr/local/virtual/%u/Maildir and also to /backup/usr/local/

Re: Auto-duplicate mailstore?

2019-07-12 Thread @lbutlr via dovecot
On 12 Jul 2019, at 16:15, @lbutlr via dovecot wrote: > I am looking for something that is similar to replication, but without a > second server. I currently have a system setup using postfix bcc to write out > copies of all email, but what I would rather do is just have all the mail

Re: Pigeonhole-0.5.7 fails to build from sources

2019-07-13 Thread Jerry via dovecot
On Sat, 13 Jul 2019 02:34:09 +0300, Lefteris Tsintjelis via dovecot stated: >Solution is to uninstall the port and then build. If dovecot is >already installed it will not build. > >On 13/7/2019 0:08, Lefteris Tsintjelis via dovecot wrote: >> Latest update fails to build from sou

Re: Getting SSL certificate/key from database

2019-07-14 Thread @lbutlr via dovecot
On 13 Jul 2019, at 22:57, Yevgeny Kosarzhevsky via dovecot wrote: > I am not finding how to read SSL keys/certificates from database. > Is this possible? Or only file reads allowed? As I read it, only files are allowed. -- "I'm just like every modern woman trying to have

Sent messages disappear and don't arrive. (Receiving is ok)

2019-07-14 Thread John via dovecot
Hi List, I'm running an email server (Postfix, Dovecot, MySQL) on an RPi. I set it up using this 'howto' https://pestmeester.nl/index.html#11.0. It seemed to work but now sent emails just disappear and are not received. Inward emails are ok. I'm a Linux and Postfix Dovecot learner so please treat

Re: Sent messages disappear and don't arrive. (Receiving is ok)

2019-07-14 Thread @lbutlr via dovecot
On 14 Jul 2019, at 03:35, John via dovecot wrote: > I'm running an email server (Postfix, Dovecot, MySQL) on an RPi. I set it up > using this 'howto' https://pestmeester.nl/index.html#11.0. It seemed to work > but now sent emails just disappear and are not received.

Authdb NSS module

2019-07-14 Thread Eugene via dovecot
Hello! Upgrading manual tells that authdb [NSS module was removed][1] some time ago. [1]: https://wiki2.dovecot.org/Upgrading/2.3#line-100 > userdb nss was removed. Use userdb passwd instead. Can this change be reverted? I'd like to use only libnss_sss.so.2 as dovecot userdb source. It's also

Unable to send the mail but able to receive them

2019-07-14 Thread necktwi via dovecot
From my mac mail client I've connected to remote exim+dovecot server. Since few weeks back I was not able to send mail but able to receive. exim in /var/log/messages says: Jul 14 15:22:15 RPi3B exim[3576]: 2019-07-14 20:52:15 dovecot_plain authenticator failed for ([xx.xx.xx.xx]) [yy.yy.yy.yy]:

broken mdboxes

2019-07-14 Thread Mike via dovecot
Hello, I was forced to do an emergency server migration with about 3000 mailboxes and I botched it somewhat. Hoping to find some help here. My symptoms are, users showing apparently deleted mail messages, some replicated mail, and a time period of mail that is just 'missing'. The source server i

Re: broken mdboxes

2019-07-15 Thread Mike via dovecot
On 7/14/19 11:30 PM, Aki Tuomi via dovecot wrote: >> Try with one mailbox first. >> >> Delete dovecot.index.map files and run force-resync. >> >> --- >> Aki Tuomi > > Sorry I ment dovecot.map.index there Hey, that seemed to work! I'll need to d

Listing expunged messages

2019-07-15 Thread Mike via dovecot
Hello, Following on my last question about broken mdboxes, removing dovecot.map.log and force-resync does work. My last problem now however is that after doing this, messages which were 'deleted' previously, come back in the inbox as new messages. I have the original mailboxes and can subsc

Re: pigeonhole question: filtering on delivered-to in case of fetchmail

2019-07-15 Thread @lbutlr via dovecot
On 15 Jul 2019, at 18:11, Trever L. Adams via dovecot wrote: > So, one of the problems I am seeing is that people are trying to fake > users into revealing information by sending from an outside domain but > with an internal reply to address and claiming to be administration, IT >

Re: Auto-duplicate mailstore?

2019-07-16 Thread @lbutlr via dovecot
On 12 Jul 2019, at 16:15, @lbutlr via dovecot wrote: > I am looking for something that is similar to replication, but without a > second server. I currently have a system setup using postfix bcc to write out > copies of all email, but what I would rather do is just have all the mail

Re: pigeonhole question: filtering on delivered-to in case of fetchmail

2019-07-17 Thread @lbutlr via dovecot
> On 17 Jul 2019, at 10:03, Trever L. Adams via dovecot > wrote: > >> On 15 Jul 2019, at 18:11, Trever L. Adams via dovecot > > wrote: >> > >> So, one of the problems I am seeing is that people are trying to fake >> >> > >> us

Re: Dovecot eBook

2019-07-20 Thread LuKreme via dovecot
On Jul 19, 2019, at 19:29, Peter Fraser via dovecot wrote: > I have a strange question. I bought the Dovecot Book off Amazon. I can easily > prove it with a picture and/or my receipt off Amazon. I still have it o my > library but I don’t like to travel around with it. Is there a way

Re: Dovecot eBook

2019-07-21 Thread Jerry via dovecot
On Sat, 20 Jul 2019 09:55:25 -0700, Chris Bennett via dovecot stated: >On Sat, Jul 20, 2019 at 02:32:34AM -0600, LuKreme via dovecot wrote: >> On Jul 19, 2019, at 19:29, Peter Fraser via dovecot >> wrote: >> > I have a strange question. I bought the Dovecot Book off A

Re: Dovecot eBook

2019-07-21 Thread LuKreme via dovecot
On Jul 21, 2019, at 14:21, Jerry via dovecot wrote: > There are also numerous programs available; however, they are all > Windows based as far as I can tell. Calibre is cross platform. Well, at least it runs in Linux (and macOS and Windows) but I’d assume getting it to run in Free

Re: Help with IMAP IDLE

2019-07-21 Thread LuKreme via dovecot
On Jul 21, 2019, at 11:50, Jorge Bastos via dovecot wrote: > SSL/TLS is done via Stunnel Dirst, others have asked but I haven’t seen an answer, do you have any reason to think Outlook supports IMAP idle at all? I mean, I know outlook.com doesn’t support it, so maybe it just doesn’t w

Re: Help with IMAP IDLE

2019-07-22 Thread @lbutlr via dovecot
On 22 Jul 2019, at 03:45, Jorge Bastos via dovecot wrote: > On Jul 21, 2019, at 11:50, Jorge Bastos via dovecot > wrote: >>> SSL/TLS is done via Stunnel > >> Dirst, others have asked but I haven’t seen an answer, do you have any >> reason to think Outlook suppor

<    1   2   3   4   5   6   7   8   9   10   >