Re: debian10+dovecot-2.2.33.2

2019-01-24 Thread Aki Tuomi
IN AUTH=LOGIN] Imap ready. and works fine In productions i have debian 8.11 and 9.x all workings fine (this same configurations etc) Where i found solutions  etc ? On 23.01.2019 08:35, Aki Tuom

Re: debian10+dovecot-2.2.33.2

2019-01-24 Thread Aki Tuomi
>> Trying 10.0.0.24... >> Connected to 10.0.0.24. >> Escape character is '^]'. >> * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE >> IDLE AUTH=PLAIN AUTH=LOGIN] Imap ready. >> >&

Re: debian10+dovecot-2.2.33.2

2019-01-24 Thread Aki Tuomi
ssing = 0} >     services = >     mod_set = >     services = > #4  main (argc=, argv=) at main.c:396 >     c = > > On 24.01.2019 18:16, Aki Tuomi wrote: > > Try > > > > gdb /usr/local/dovecot/libexec/dovecot/auth /var/run/dovecot/core

Re: debian10+dovecot-2.2.33.2

2019-01-24 Thread Aki Tuomi
f44ee395cfb, filter_context = > 0x756e65470004, require_init_funcs = 1, debug = 0, > ignore_dlopen_errors = 1, ignore_missing = 0} >     services = >     mod_set = >     services = > #4  main (argc=, argv=) at main.c:396 >     c = > > > On 24.01.2019 18:33, Aki Tuomi wrote: > > This has been fixed with > > > > https://github.com/dovecot/core/commit/63a74b9e8e0604486a15a879e7f1a27257322400.patch > > > > Aki > > > >

Re: debian10+dovecot-2.2.33.2

2019-01-24 Thread Aki Tuomi
> strace: > > strace -p 664 > strace: Process 664 attached > gettimeofday({tv_sec=1548355306, tv_usec=938191}, NULL) = 0 > > > On 24.01.2019 19:34, Maciej Milaszewski IQ PL wrote: > > Hi > > Thenx for replay - problem solved :) > > > > I forget

Re: Shared instance

2019-01-24 Thread Aki Tuomi
On 25.1.2019 8.39, Stepan Khlebalov via dovecot wrote: > Hello. > > I have inbox instance for incoming messages and second private > instance for archiving mails with different maildir location. > > Sharing for folders in inbox instance works perfectly. But it does not > work for folders in archi

Re: Shared instance

2019-01-24 Thread Aki Tuomi
You should probably read https://wiki.dovecot.org/SharedMailboxes Aki On 25.1.2019 9.32, Stepan Khlebalov via dovecot wrote: > My failure. Replace instance with namespace. > > On 25.01.2019 12:27, Aki Tuomi wrote: >> On 25.1.2019 8.39, Stepan Khlebalov via dovecot wrote: >&

Re: Shared instance

2019-01-24 Thread Aki Tuomi
wrote: I have read already. Probably not so carefully but do not find any for multiple location option inside namespace. On 25.01.2019 12:33, Aki Tuomi wrote: You should probably read https://wiki.dovecot.org/SharedMailboxes

Re: jmap

2019-01-25 Thread Aki Tuomi
On 25.1.2019 12.14, Maciej Milaszewski IQ PL wrote: > Hi > Is there any chance that Dovecot-2.2.36 supports "jmap" ? > There is no JMAP support in any dovecot version yet. Aki

Re: auth-worker: Error: double free or corruption (fasttop)

2019-01-27 Thread Aki Tuomi
t; zlib quota expire acl fts fts_lucene last_login >> expire" >> pop3_client_workarounds = outlook-no-nuls oe-ns-eoh >> pop3_enable_last = no >> pop3_lock_session = no >> pop3_logout_format = retr=%r/%b, del=%d/%m, size=%s >> pop3_no_flag_updates = yes >> pop3_reuse_xuidl = no >> pop3_save_uidl = yes >> pop3_uidl_format = %08Xu%08Xv >> } >> protocol lmtp { >> mail_plugins = " zlib quota expire acl fts fts_lucene sieve" >> postmaster_address = postmaster@test.local >> } >> protocol lda { >> auth_socket_path = /var/run/dovecot/auth-master >> info_log_path = /var/log/dovecot/deliver.log >> log_path = /var/log/dovecot/deliver.log >> mail_fsync = optimized >> mail_plugins = " zlib quota expire acl fts fts_lucene trash autocreate >> sieve" >> postmaster_address = postmaster@testing.local >> quota_full_tempfail = yes >> rejection_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 --- Aki Tuomi

Re: Dovecot and FTS experiment

2019-01-29 Thread Aki Tuomi
> On 29 January 2019 at 19:15 Tomasz Nowak wrote: > > > Hello, > > I'm trying to experiment with Dovecot and Solr server. > I have >30k email addresses that I want to index to speed up searching > and save IOPS on mail servers. > For now - I'm doing some experiments and I'm testing how it is

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread Aki Tuomi
} userdb { args = /usr/local/etc/dovecot/dovecot-sql.conf.ext driver = sql } Well... there is that usetdb passwd which seems bit extraneous. --- Aki Tuomi

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread Aki Tuomi
erdb { >> args = /usr/local/etc/dovecot/dovecot-sql.conf.ext >> driver = sql >> } Well... there is that usetdb passwd which seems bit extraneous. --- Aki Tuomi Thanks Aki. So just get rid of the: passdb { args = /usr/local/etc/dovecot/dovecot-sql.conf.ext driver = sql } Section? James. I'd remove the userdb { driver = passwd } section --- Aki Tuomi

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread Aki Tuomi
On 30.1.2019 8.31, Mark Moseley wrote: > On Tue, Jan 29, 2019 at 9:58 PM James Brown via dovecot > mailto:dovecot@dovecot.org>> wrote: > > On 30 Jan 2019, at 4:35 pm, Aki Tuomi <mailto:aki.tu...@open-xchange.com>> wrote: >> >>> >>>

Re: Error: User b...@aaa.bbb doesn't have home dir set, disabling duplicate database

2019-01-31 Thread Aki Tuomi
Hi, set mail_home = /home/vmail/mailboxes/%d/%n Aki > On 31 January 2019 at 17:14 subscription2 wrote: > > > It's been a while and I'm none the wiser. > > Still getting lmtp and imap errors. > > Jan 14 16:38:35 lmtp(b...@aaa.bbb): Error: User b...@aaa.bbb doesn't have > home dir set, disa

Re: Doveadm service as non-root user

2019-02-01 Thread Aki Tuomi
Happy to provide 'doveconf -n' but wanted to check first, before spending 15 minutes gently obfuscating it :) Can you try  doveadm import -U victim -u victim ... ? --- Aki Tuomi

Re: Crash when using dict quotas with sqlite database

2019-02-03 Thread Aki Tuomi
with signal 11 (core dumped) >> >> >> I've attached the output of dovecot -n and the coredump file from >> systemd-coredump. >> >> >> Kind regards, >> >> Marcel Menzel >> Any chance of posting a backtrace? John --- Aki Tuomi

Re: Crash when using dict quotas with sqlite database

2019-02-03 Thread Aki Tuomi
e attached the output from gdb's bt full. - Marcel Am 03.02.2019 um 14:45 schrieb Aki Tuomi: You need to install debug symbols. Not sure how this is done in arch linux though. Aki

Re: Crash when using dict quotas with sqlite database

2019-02-03 Thread Aki Tuomi
03.02.2019 um 15:25 schrieb Aki Tuomi: Can you try if applying https://github.com/dovecot/core/commit/b291ff1fd61b47639a2db99bd858c9511945f4ab.patch > helps? Aki On 03 Febru

Re: Crash when using dict quotas with sqlite database

2019-02-03 Thread Aki Tuomi
Can you provide steps on how to reproduce this? Tracked as DOP-899 On 03 February 2019 at 16:50 Aki Tuomi < aki.tu...@open-xchange.com> wrote: Right it was already in 2.3.4. Looking more closely this looks like use afte

Re: Crash when using dict quotas with sqlite database

2019-02-03 Thread Aki Tuomi
) - Quota is now desynced > > And reloading it afterwards, my log got filled with like 200 lines > containing > > dovecot[6213]: dict(6301): Warning: Event 0x67a90293830 leaked > (parent=0x67a9027c890): driver-sqlite.c:173 > > - Marcel > > Am 03.02.2019 um 15:57 s

Re: Crash when using dict quotas with sqlite database

2019-02-03 Thread Aki Tuomi
...and then I found the commit I was looking for. It's fixed in https://github.com/dovecot/core/commit/ab80122c68bfe5c3dbae2b4d782f4181122710a1.patch Aki > On 03 February 2019 at 20:06 Aki Tuomi wrote: > > > Can you try out the attached patch? > > Aki > > &

Re: acl_groups from LDAP issue

2019-02-04 Thread Aki Tuomi
Well, you don't have postlogin scripts when running doveadm. Those are executed by *-login and usually execute the actual protocol handler. Try env ACL_GROUPS=whatever doveadm mailbox list -u test.user Aki > On 04 February 2019 at 14:39 Jakobus Schürz wrote: > > > Hi! > > I have some trou

Dovecot v2.2.36.1 released

2019-02-05 Thread Aki Tuomi
    - lda/lmtp: Fix assert-crash with some Sieve scripts when       mail_attachment_detection_options=add-flags-on-save     - fs-compress: Using maybe-gz assert-crashed when reading 0 sized file     - Snippet generation crashed with invalid Content-Type:multipart --- Aki Tuomi Open-Xchange Oy

Dovecot 2.3.4.1 released

2019-02-05 Thread Aki Tuomi
one of the MTAs (Postfix, Exim) currently send the       cert_username field. This may have allowed users with trusted       certificate to specify any username in the authentication. This bug       didn't affect Dovecot's Submission service. --- Aki Tuomi Open-Xchange oy signature

CVE-2019-3814: Suitable client certificate can be used to login as other user

2019-02-05 Thread Aki Tuomi
ached, or download new version from https://dovecot.org Yours sincerely, Aki Tuomi Open-Xchange Oy Product: Dovecot Vendor: Open-Xchange Oy Internal reference: DOV-2890 (Bug ID) Vulnerability type: Improper Authentication - Generic (CWE287) Vulnerable versions: 1.1.0 - 2.2.36 and 2.3.0 -

Re: Dovecot v2.2.36.1 released

2019-02-05 Thread Aki Tuomi
he 2.2.x version and now only build 2.3.x. Should I be maintaining both? Eric On 2/5/2019 6:01 AM, Aki Tuomi wrote: https://dovecot.org/releases/2.2/dovecot-2.2.36.1.tar.gz https://dovecot.org/releases/2.2/

Re: Submission config being ignored

2019-12-11 Thread Aki Tuomi
vriendelijke groeten, William Edwards T. 040 - 711 44 96 E. wedwa...@cyberfusion.nl Due to design reasons, submission relaying to MTA occurs at backend, so move the relay configuration there. --- Aki Tuomi

Re: dovecot update from 2.1.16 to 2.2.36.4 but I have a trouble.

2019-12-12 Thread Aki Tuomi
ot;." INBOX.Drafts * LIST (\HasNoChildren) "." INBOX.Sent * LIST (\HasNoChildren) "." INBOX.Spam * LIST (\HasNoChildren) "." INBOX.Trash For example, I noticed INBOX and "INBOX". 2.2.36.4 dovecot is no [""]. What should I do? This appears to be a client bug. Maybe the user should attempt to upgrade the client? --- Aki Tuomi

Dovecot v2.3.9.1 released

2019-12-13 Thread Aki Tuomi
/dovecot/dovecot --- * CVE-2019-19722: Mails with group addresses in From or To fields caused crash in push notification drivers. --- Aki Tuomi Open-Xchange oy signature.asc Description: OpenPGP digital signature

CVE-2019-19722: Critical vulnerability in Dovecot

2019-12-13 Thread Aki Tuomi
Open-Xchange Security Advisory 2019-12-13   Product: Dovecot IMAP/POP3 Server Vendor: OX Software GmbH   Internal reference: DOV-3719 Vulnerability type: NULL Pointer Dereference (CWE-476) Vulnerable version: 2.3.9 Vulnerable component: push notification driver Report confidence: Confirmed Solution

Re: Dovecot 2.3.9 - lmtp crashes with Signal 11

2019-12-13 Thread Aki Tuomi
: > 250 2.1.0 OK > RCPT TO: > 250 2.1.5 OK > DATA > 354 OK > To: > > bla > > . > > > (and thats it, connection closed because of the segfault). > > Michael > >> On 11. Dec 2019, at 08:07, Aki Tuomi wrote: >&g

Re: Dovecot 2.3.9 - lmtp crashes with Signal 11

2019-12-13 Thread Aki Tuomi
ael > > >> On 13. Dec 2019, at 12:10, Michael Stilkerich wrote: >> >> Hi Aki, >> >> first thanks for the quick fix. >> >> Unfortunately, it only resolves the issue partially. For the “To: >> undisclosed-recipients:;”, it works now. For “To: “ i

Dovecot v2.3.9.2 released

2019-12-13 Thread aki . tuomi
/dovecot --- - Mails with empty From/To headers can also cause crash in push notification drivers. --- Aki Tuomi Open-Xchange oy signature.asc Description: PGP signature

Re: CVE-2019-19722: Critical vulnerability in Dovecot

2019-12-13 Thread aki . tuomi
> On 13/12/2019 12:44 Aki Tuomi wrote: > > > Open-Xchange Security Advisory 2019-12-13 >   > Product: Dovecot IMAP/POP3 Server > Vendor: OX Software GmbH >   > Internal reference: DOV-3719 > Vulnerability type: NULL Pointer Dereference (CWE-476) > Vulne

Re: BUG: panic when using fs:posix as dict for acl_shared_dict

2019-12-13 Thread aki . tuomi
Regards, > > Aragon > > > > On 2018/02/07 13:23, Aki Tuomi wrote: > > Hi! > > > > Thank you for reporting this issue. We'll look into it. Maybe you can > > use sqlite3 instead as workaround? > > > > Aki > > > > > > O

Re: Doveadm HTTP API and CORS

2019-12-13 Thread Aki Tuomi
> On 13/12/2019 21:28 Peter Chiochetti wrote: > > > While toying around with Doveadmin HTTP api I noticed, there is not much > hype around it. Let's change that. > > Doveadmin REST API so to speak provides a web server. When doing /ajax/ > requests, modern browsers block that, unless the r

Re: Cannot install 'libdcrypt_openssl.la' to a directory not ending in /usr/lib/dovecot

2019-12-15 Thread Aki Tuomi
--without-libcap \ --without-stemmer \ --disable-rpath \ --disable-dependency-tracking \ --disable-silent-rules \ --without-gssapi \ --without-cdb -- Mart --- Aki Tuomi

Re: Local lmtp proxy on backend server

2019-12-15 Thread Aki Tuomi
dovecot-pigeonhole-2.2.36-3.el7_7.1.x86_64 dovecot-2.2.36-3.el7_7.1.x86_64 PAM does not support looking up users, so you cannot use it for LMTP proxying. Try adding passdb {   driver = passwd   skip = authenticated } after PAM block. --- Aki Tuomi

RE: Local lmtp proxy on backend server

2019-12-16 Thread Aki Tuomi
From: Aki Tuomi [mailto: aki.tu...@open-xchange.com] Sent: 16 December 2019 06:22 To: Marc Roos; dovecot Subject: Re: Local lmtp proxy on backend server On 15/12/2019 23:09 Marc Roos < m.r...@f1-ou

Re: Suddenly sieve no longer working

2019-12-16 Thread Aki Tuomi
> On 16/12/2019 16:16 Heiko W. Rupp wrote: > > > Hey, > > I have a successful setup with dovecot and sieve and since a few days > sieve is all of a sudden no > longer working. > I am on OSX and my mta is an older version of postfix (apple supplied). > > Has anyone gone through that and has

RE: Local lmtp proxy on backend server

2019-12-16 Thread Aki Tuomi
ure_show_msg=yes] > [max_requests=] > # [cache_key=] [] > #args = dovecot > default_fields = proxy=y host=svr2 > } > passdb { > driver = passwd > skip = authenticated > default_fields = proxy=y host=svr2 > } > > > > > -Original Me

Re: slow logins over login_trusted_network

2019-12-16 Thread Aki Tuomi
> On 16/12/2019 16:54 Wojciech Puchar wrote: > > > i've upgraded dovecot on my server to 2.3.9 > > works properly but saslauthd that uses it for rimap authentication over > 127.0.0.1 works SLOW. You need to wait 15-20 seconds before > authentication. > > only imap login over 127.0.0.1 is

Re: DSync replication error

2019-12-16 Thread Aki Tuomi
> But replication gives an error > --- > Error: open(/var/run/dovecot/replication-notify-fifo) failed: Permission > denied > --- > > Why is this? > > By the way, When 30-dsync.conf is changed as follows, it works only for one > user > --- > service aggregator { > fifo_listener replication-n

RE: Local lmtp proxy on backend server

2019-12-17 Thread Aki Tuomi
; relay=localhost, dsn=2.0.0, stat=Sent Dec 16 16:30:16 svr1 > sendmail[16465]: xBGFUGm7016464: done; delay=00:00:00, ntries=1 > > > -Original Message- > To: aki.tuomi; dovecot > Subject: RE: Local lmtp proxy on backend server > > > Hi Aki, > > If I adapt this con

Re: When is a new mail not unseen?

2019-12-24 Thread Aki Tuomi
it-support INBOX greetings... dovecot updates indexes automatically when mailbox is opened. If mailbox_list_index=yes deliveries should be done using dovecot-lda or lmtp, or set mailbox_list_index=no. --- Aki Tuomi

Re: When is a new mail not unseen?

2019-12-24 Thread Aki Tuomi
very. Either use those, or set mailbox_list_index=no. Status uses list index, when available, to optimize status lookups.  --- Aki Tuomi

Re: Issue running Dovecot in Docker Container

2019-12-24 Thread Aki Tuomi
egards, Naveen Try setting log_path=/dovecot.log info_log_path=$log_path debug_log_path=$log_path --- Aki Tuomi

Re: Issue running Dovecot in Docker Container

2019-12-26 Thread Aki Tuomi
director Thanks & Regards, Naveen On Tue, Dec 24, 2019 at 10:54 PM Aki Tuomi < aki.tu...@open-xchange.com> wrote: On 24/12/

Re: Packages missing from repo

2019-12-26 Thread Aki Tuomi
Jon We no longer support those versions. They are too old. --- Aki Tuomi

Re: Issue running Dovecot in Docker Container

2019-12-27 Thread Aki Tuomi
The /dovecot.log file still shows empty.  Nothing is being logged to that file. Thanks & Regards, Naveen On Thu, Dec 26, 2019 at 10:52 PM Aki T

Re: Dovecot proxy: authentication best practices

2019-12-27 Thread Aki Tuomi
iam Edwards T. 040 - 711 44 96 E. wedwa...@cyberfusion.nl --- Aki Tuomi

Re: Packages missing from repo

2019-12-29 Thread Aki Tuomi
On 29/12/2019 11:44 Jon Geerars wrote: Op 26-12-2019 om 18:26 schreef Aki Tuomi: On 26/12/2019 12:28 Jon Geerars < schol...@scholieren.com>

Re: Issue running Dovecot in Docker Container

2019-12-30 Thread Aki Tuomi
So at some point they can be         applied.         -Original Message-         From: Naveen Reddy [mailto: naveenredd...@gmail.com]         Sent: 30 December 2019 09:02         To: Aki Tuomi         Cc: dovecot@dovecot.org         Subject: Re: Issue running Do

Re: Issue running Dovecot in Docker Container

2019-12-30 Thread Aki Tuomi
ig and see what fails.  Thanks & Regards, Naveen On Mon, Dec 30, 2019 at 4:16 PM Aki Tuomi < aki.tu...@open-xchange.com> wrote: You could a

Re: LDA-DUPES insists mon being created in the wrong home directory

2020-01-05 Thread Aki Tuomi
 .dovecot.lda-dupes respect the mail_home argument.  Thanks much Hans Your userdb is likely overwriting it, but not sure as you left that bit out. See https://doc.dovecot.org/configuration_manual/authentication/user_databases_userdb/ --- Aki Tuomi

Re: Logging what sieve does

2020-01-05 Thread Aki Tuomi
/Sieve/Configuration#Trace_Debugging --- Aki Tuomi

Re: Thunderbird Issue - Dovecot

2020-01-07 Thread Aki Tuomi
Uhm, I don't understand how you mean the folder are "missing"? Aki On 7.1.2020 3.13, Phillip Bruce wrote: > > I have not ever heard of or use dovecot before. > >   > > Our users uses thunderbird client which happens to be the lastest version. > > Below is what we get as you can see we are missing

Re: Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable

2020-01-08 Thread Aki Tuomi
Can you enable 'verbose_proctitle=yes' and maybe compare with ss -tp output? Aki > On 08/01/2020 11:58 Eirik Rye wrote: > > > On 08/01/2020 10:49, Eirik Rye wrote: > > [...] > > In any case, the biggest issue is the one described in the original > message in this thread, where logins are pe

Re: Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable

2020-01-09 Thread Aki Tuomi
688  5260  0 14:40 ?    00:00:00 dovecot/imap > > imap02:~# doveadm process status | grep "^imap-login " | awk "{sum += > > 2500-\$3} END {print sum}" > > 20081 > > imap:~# ps -f --ppid `pidof dovecot` | grep "dovecot/imap " | wc -l > >

Re: Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable

2020-01-09 Thread Aki Tuomi
ct in my assumption that email must be delivered using > LMTP/LDA from the same server in order for IDLE in imap-hibernate to > work properly? Setting up a separate Dovecot instance purely for > LDA/LMTP will not work, as the imap-hibernate process will not be > notified of user mail

Re: Dovecot HA/Resilience

2020-01-09 Thread Aki Tuomi
> On 09/01/2020 18:25 Kishore Potnuru wrote: > > > Hi Dovecot team,  > > I need help in configuring HA/resilence for my dovecot (POP3/IMAP) server. > > I have one RHEL Linux POP3/IMAP server with Dovecot version 2.2.10. I also > installed the postfix(version: 2.6.6) in it. At present it hav

Re: Dovecot HA/Resilience

2020-01-09 Thread Aki Tuomi
to proceed on this? It will be a great > help to me. > > Thanks, > Kishore > > > On Thu, Jan 9, 2020 at 4:33 PM Aki Tuomi wrote: > > > > > On 09/01/2020 18:25 Kishore Potnuru wrote: > > > > > > > > > Hi Dovecot team

Re: Dovecot HA/Resilience

2020-01-09 Thread Aki Tuomi
On 10.1.2020 9.00, Emmanuel Dreyfus wrote: > On Thu, Jan 09, 2020 at 06:51:36PM +0200, Aki Tuomi wrote: >> You can do it using replication, >> https://wiki.dovecot.org/Replication > Last time I tried, it did not work with mbox. Did that change? The > document does not

Re: Dovecot HA/Resilience

2020-01-10 Thread Aki Tuomi
any one or both of the two > > servers, how it will be read by the user from Outlook? How to create the > > environment?  > > > > > > > > > > Thanks, > > > > Kishore Potnuru > > > > > > On Fri, Jan 10, 2020 at 7:55 AM Sami Ketola w

Re: autoupdate broke

2020-01-12 Thread Aki Tuomi
On 11.1.2020 23.45, Steve Egbert wrote: > When attempting to perform autoupdate after my 'autogen.sh' broke, it > says that there is missing a file called: > >     dovecot/core/doc/wiki/Makefile.am > > > But in the Github repository, there is a misnamed file named > "Makefile.am.in". > > I think

Re: Replication question

2020-01-12 Thread Aki Tuomi
On 12.1.2020 13.49, John wrote: > Hi > > I'm currently debugging some replication issues between two dovecot > 2.3.9.2 servers, where one is live and the other is just a copy used for > backup with no imap user access. After initial alignment (with various > error messages such as the stalled io

Re: Separate TLS certificate for listener

2020-01-13 Thread Aki Tuomi
> On 13/01/2020 15:08 Peter Mogensen wrote: > > > Hi, > > I've read the howto on overriding the global ssl_cert config by using > filters like "local", "remote", "protocol", "local-name". > > However... is it possible to have a speciel certificate just for a > listener where only the port i

Re: Dovecot Load balancing - Please Please Please help me

2020-01-16 Thread Aki Tuomi
y. The downtime will be minimal. Alexander This is probably best plan.  --- Aki Tuomi

Re: Authentication per Service

2020-01-18 Thread Aki Tuomi
Oliver -- Protect your environment - close windows and adopt a penguin! --- Aki Tuomi

Re: Is it possible to enable push notifications for iOS/macOS mail clients on a stock dovecot?

2020-01-22 Thread Aki Tuomi
by a (significantly nicer, IMHO) http2-based endpoint, but a quick look at the xaps daemon looks like it's using the old protocol. Have you considered opening issue to https://github.com/st3fan/dovecot-xaps-plugin/ ? --- Aki Tuomi

Re: imap panic: file array.c: line 10 (array_idx_modifiable_i)

2020-01-26 Thread Aki Tuomi
You could try force-resync, it is safe to run. Anyways, without backtrace from core file it's hard to say. Aki On 27.1.2020 9.05, mabi wrote: > Hello, > > Does anyone one have any idea? Aki maybe? > > Regards, > Mabi > > ‐‐‐ Original Message ‐‐‐ > On Wednesday, January 22, 2020 11:37 AM,

Re: Sieve prevents tigger of quota-warning

2020-01-31 Thread Aki Tuomi
On 31.1.2020 11.25, Tom Sommer wrote: > Hi All > > I have a few reports from Sieve users, that they are not receiving > quota warnings. > > It appears that when a mailbox is reaching quota, and sieve is > responsible for moving mail the mail due to a rule, the quota-warning > directive is not tri

Re: mail_filter and mail_filter_out broken somewhere between 2.2.27 and 2.3.4, problem still exists in git

2020-02-02 Thread Aki Tuomi
On 29.1.2020 8.58, Michael Fincham wrote: > Hi Aki, other devs, > > On Thu, 5 Sep 2019 08:57:30 +0300, Aki Tuomi via dovecot wrote: >> Thank you for reporting this bug, we are tracking it internally as DOP-1408. > Did a fix for this ever happen? Not urgent, just want to make sur

Re: maildirfolder file created in maildir root during auto-creation with 2.3.4.1 but not 2.2.27

2020-02-04 Thread Aki Tuomi
Can you provide full doveconf -n output? Also how are you delivering mail? Aki On 5.2.2020 4.24, Christian Balzer wrote: > > Hello, > > as the tin says. > I have several servers running 2.2.27 (Debian stretch) and am adding new > ones with 2.3.4.1 (Debian buster). > The configs were upgraded wher

Re: auth-client via SSL?

2020-02-04 Thread Aki Tuomi
On 4.2.2020 13.46, Heiko Schlittermann wrote: > Hi, I'm resending this message, still hoping for an answer. > > Hello, > > does dovecot support tls-on-connect for AF INET based auth-client > sockets? > > Rationale behind my question: > > Exim can use the Dovecot auth-client socket to delegate the

Re: starttls for some services only

2020-02-10 Thread Aki Tuomi
r some services and for some not or is this just not supported currently? Thanks Björn --- Aki Tuomi

Re: starttls for some services only

2020-02-10 Thread Aki Tuomi
> On 10/02/2020 19:17 Bjoern Jacke wrote: > > > Hi Aki, > > On 10.02.20 17:03, Aki Tuomi wrote: > > Try setting > > > > login_trusted_networks = lb-ip/32 > > > > See  > > https://doc.dovecot.org/settings/dovecot_core_settings/#login-

Re: Folders disappears and all mail lost

2020-02-11 Thread Aki Tuomi
d. See https://doc.dovecot.org/plugin-settings/maillog/ --- Aki Tuomi

Dovecot v2.3.9.3 released

2020-02-12 Thread Aki Tuomi
/dovecot --- v2.3.9.3 2019-02-12  Aki Tuomi     * CVE-2020-7046: Truncated UTF-8 can be used to DoS   submission-login and lmtp processes.     * CVE-2020-7957: Specially crafted mail can crash snippet generation. signature.asc Description: OpenPGP digital signature

CVE-2020-7957: Specially crafted mail can crash snippet generation

2020-02-12 Thread Aki Tuomi
Open-Xchange Security Advisory 2020-02-12 Affected product: Dovecot Core Internal reference: DOV-3743 (JIRA ID) Vulnerability type: Improper Input Validation (CWE-30) Vulnerable version: 2.3.9 Vulnerable component: lmtp, imap Fixed version: 2.3.9.3 Report confidence: Confirmed Solution status: Fix

CVE-2020-7046: Truncated UTF-8 can be used to DoS submission-login and lmtp processes

2020-02-12 Thread Aki Tuomi
Open-Xchange Security Advisory 2020-02-12 Affected product: Dovecot Core Internal reference: DOV-3744 (JIRA ID) Vulnerability type: Improper Input Validation (CWE-30) Vulnerable version: 2.3.9 Vulnerable component: submission-login, lmtp Fixed version: 2.3.9.3 Report confidence: Confirmed Solution

Re: Dovecot v2.3.9.3 released

2020-02-12 Thread Aki Tuomi
2a04:3545:1000:720:acc1:5bff:fe5e:4e9 > Connecting to dovecot.org (dovecot.org)|94.237.12.234|:443... connected. > HTTP request sent, awaiting response... 403 Forbidden > 2020-02-12 05:09:26 ERROR 403: Forbidden. > > -- > Best regards, > Martynas Bendorius > > > > O

Re: Dovecot/doveadm quota

2020-02-12 Thread Aki Tuomi
I think that most admins do not really care about physical disk usage as long as it's not exceeded, and most service providers prefer calculating quota against apparent usage instead of real usage, so they can charge you for that. Aki On 8.2.2020 18.16, Martynas Bendorius wrote: > Doesn't it curr

Re: feature request for setting alternative pidfile

2020-02-12 Thread Aki Tuomi
> On 12/02/2020 17:43 Bjoern Jacke wrote: > > > Hi, > > because of an unsupported combination of configuration parameters for > different dovecot services I looked into setting up two dovecot > instances with different configurations on the same host. It looks like > running two different do

Re: .IMAP

2020-02-14 Thread Aki Tuomi
On 14.2.2020 14.35, Jos Chrispijn wrote: > Dear team, > > I have my users in /usr/home/user1 for user1, user2 for user2 etc. > As these users also have a website, these folders have a > /usr/home/user1/www folder, which is the docroot of their website. > > What happens now is that Dovecot indexes

Re: Question about noreplicate flag

2020-02-17 Thread Aki Tuomi
On 17.2.2020 12.48, Bernardo Reino wrote: > Dear all, > > I've just setup replication between two servers. The e-mail accounts > on both servers intersect but are not the same. > > In dovecot.conf (both are identical except one user /var/mail and the > other uses /srv/vmail) I have: > > --<<-- >

Re: How does dovecot determine users from /etc/passwd?

2020-02-17 Thread Aki Tuomi
Also, you can use first_valid_uid = last_valid_uid = to limit which users are considered valid. Aki On 17.2.2020 12.50, Sami Ketola wrote: > Hi, > > how about switching to use autoexpunge? > > https://wiki.dovecot.org/MailboxSettings > > Sami > > >> On 17 Feb 2020, at 11.01, Philip Colmer >

Re: Question about noreplicate flag

2020-02-17 Thread Aki Tuomi
On 17.2.2020 13.09, Bernardo Reino wrote: > On Mon, 17 Feb 2020, Bernardo Reino wrote: > >> On Mon, 17 Feb 2020, Aki Tuomi wrote: >> >>> On 17.2.2020 12.48, Bernardo Reino wrote: >>>> Dear all, >>>> >>>> I've just setup repli

Re: Question about noreplicate flag

2020-02-17 Thread Aki Tuomi
On 17.2.2020 13.21, Bernardo Reino wrote: > On Mon, 17 Feb 2020, Aki Tuomi wrote: > >> I wonder if we are doing the noreplicate too late. Can you try adding >> one of the non-overlapping users to the other site with noreplicate=y >> and see if helps? > > Well that d

Re: Shared Mailboxes with Multiple Domains

2020-02-17 Thread Aki Tuomi
This does seem more like a client-issue. At least thunderbird has this issue that you need to fold/unfold folders to see more folders. Aki On 17.2.2020 20.37, Daniel Miller wrote: > Any thoughts on this? > > --- > Daniel > > -- Original Message -- > From: "Daniel Miller" > To: "Dovecot M

Re: Sieve junks mail script creating links

2020-02-18 Thread Aki Tuomi
=> /usr/lib/dovecot/sieve/sa-learn-spam.sh: #!/bin/sh exec /usr/local/bin/sa-learn -u ${1} —spam -- When the stars threw down their spears And watered heaven with their tears, Did He smile his work to see? Did He who made the Lamb make thee? --- Aki Tuomi

Re: Message-id parsing by sieve

2020-02-18 Thread Aki Tuomi
On 18.2.2020 18.12, Russell King wrote: > Hi, > > I'm using Dovecot for my mail with pigeonhole's sieve extension, > from debian stable (2.3.4.1 (f79e8e7e4)). > > One of the sieve stanzas that I use is for duplicate elimination: > > if duplicate > { > discard; > stop; > } > > This

Re: Sieve junks mail script creating links

2020-02-18 Thread Aki Tuomi
On 19.2.2020 8.51, @lbutlr wrote: > On 18 Feb 2020, at 22:52, Aki Tuomi wrote: >> Why not turn on autoexpunge after next nuke? >> https://doc.dovecot.org/configuration_manual/namespace/#namespace-settings > I should have mentioned I did this: > > mailbox Junk

Re: Unknown setting error with dovecot-sql.conf.ext

2020-02-20 Thread Aki Tuomi
On 20.2.2020 12.06, Andy Woolley wrote: > > Hi All, > >   > > I am trying to install Dovecot connecting to MySQL and all seems to be > working until I try to send/receive. > >   > > I’m getting a “Unknown setting” error for anything that is inside > dovecot-sql.conf.ext > >   > > dovecot-sql.conf.

Re: Test failure on ARM: backtrace_append

2020-02-20 Thread Aki Tuomi
> On 20/02/2020 18:56 Julien Lepiller wrote: > > > Hi, > > I am a packager in Guix and user of dovecot on an ARM server (armhf). The > Guix package fails to build because of a test error (see the last lines of > the full build log: > https://ci.guix.gnu.org/log/f5if2qb5rsqag3a6jy5vga1l9hm

Re: Test failure on ARM: backtrace_append

2020-02-20 Thread Aki Tuomi
> On 20/02/2020 18:56 Julien Lepiller wrote: > > > Hi, > > I am a packager in Guix and user of dovecot on an ARM server (armhf). The > Guix package fails to build because of a test error (see the last lines of > the full build log: > https://ci.guix.gnu.org/log/f5if2qb5rsqag3a6jy5vga1l9hm

Re: Test failure on ARM: backtrace_append

2020-02-20 Thread Aki Tuomi
> On 20/02/2020 20:31 Julien Lepiller wrote: > > > Le 20 février 2020 12:58:52 GMT-05:00, Aki Tuomi > a écrit : > > > >> On 20/02/2020 18:56 Julien Lepiller wrote: > >> > >> > >> Hi, > >> > >> I am a package

Re: BUG: dsync and folder names with "@"

2020-02-20 Thread Aki Tuomi
Can you provide logs from the remote end and doveconf -n? Also you could provide the full output of the command. Aki > On 20/02/2020 20:52 spamv...@googlemail.com wrote: > > > Hello, > > the Webside says report bug to the Mailing List, but no reactions so far. > > This Bug is really easy to

Re: Test failure on ARM: backtrace_append

2020-02-20 Thread Aki Tuomi
On 20/02/2020 22:49 Julien Lepiller < jul...@lepiller.eu> wrote: Le 20 février 2020 13:37:20 GMT-05:00, Aki Tuomi < aki.tu...@open-xchange.com> a écrit : > >> On 20/02/2020

<    10   11   12   13   14   15   16   17   18   19   >