Re: [Dovecot] auth: Error: net_connect_unix(anvil-auth-penalty) failed: Permission denied

2025-04-05 Thread hi--- via dovecot
Hi All, I think this bug is back in dovecot 2.4.1. I'm getting:- lmtp(15118): Error: conn unix:/run/dovecot/anvil: net_connect_unix(/run/dovecot/anvil) failed: Permission denied I run following post service start to fix it, I set: chmod 666 /var/run/dovecot/anvil I tried setting mode =

Re: crash on authentication to 2.3.21

2025-02-09 Thread hi--- via dovecot
Try to identify the root problem, enable debug mode in logs, and post all relevant errors, also take backup of the passwd file, and create empty one and try yo add one working user you are 100% their credentials is accurate and check the log result, it could be current passwd file is corrupt. A

Re: Dovecot v2.4.0 released

2025-02-07 Thread hi--- via dovecot
It could be due to business model reason, where dovecot sees greater opportunity in reserving certain features to the pro release, they can perhaps allocate more resources as a result and work more on it. As oppose If they leave it in community release it will have less priority to features the

Re: Bad Signature - Error in tests for Dovecot 2.4.0 aarch64

2025-02-07 Thread hi--- via dovecot
You might need to upgrade pigeonhole first. I had test failures and gone away when upgraded pigeonhole first. Also, I had test failures as result of outdated bison binary, I used to have 3 and upgraded to 3.8 and everything worked just fine. On 2025-02-07 07:48, Peter via dovecot wrote: When a

Re: question from a newbie

2025-02-06 Thread hi--- via dovecot
/fs_driver=compress -o fs/posix/fs_driver=posix -o fs_posix_prefix=/mail/zakaria.website/hi@zakaria.website/ fs get test cur/messagefile Aki On 06/02/2025 14:37 EET hi--- via dovecot wrote: Oh, I didn't mention the first error, probably because I thought it was caused by the latter. When

Re: question from a newbie

2025-02-06 Thread hi--- via dovecot
Oh, I didn't mention the first error, probably because I thought it was caused by the latter. When I run:- doveadm fs get compress zstd:10:posix:prefix=/ "/mail/zakaria.website/hi@zakaria.website/cur/messagefile" I get:- Error: doveadm: Extraneous arguments found: "/mai

Re: question from a newbie

2025-02-05 Thread hi--- via dovecot
In maildir format, you will find cur folder, it should contain all emails in inbox and you can open it unless it was compressed and if it was you can use doveadm to decompress it:- e.g. :- doveadm fs get compress zstd:6:posix:prefix=/ "/mail/zakaria.website/hi@zakaria.websit

Re: Bad Signature - iOS email content loading issue

2025-02-05 Thread hi--- via dovecot
Check logs while debug mode enabled? It might provide some insight on the issue thats causing the failure! On 2025-02-05 16:20, Zieseniss Peter via dovecot wrote: Hello All, i hope everyone is well! i have a rather irksome and pressing issue that i can't seem to resolve.. This happens only

Re: Fatal: block_alloc(134217728): Out of memory

2025-02-05 Thread hi--- via dovecot
Check dovecot service status memory usage and since it was started, if its over available RAM, restarting the service every now and then might fix this, if its below RAM limit, it could be other services leaving dovecot without enough RAM, and if it wasnt a bug or misconfiguration in dovecot pe

Re: [Dovecot-news] Dovecot v2.4.0 released - FTS plugin also released

2025-02-02 Thread hi--- via dovecot
Hi all, I just wanted to say thanks for all your efforts and bringing this looking to be promising release together. I spent the last two days tinkering with old and new configurations. Sadly I had to revert back to 2.3.21😭. Everything worked just fine including compression and sieve and

Re: compiled sieve files svbin ?

2022-11-23 Thread hi
The oddity now is that sieve seems to be working when there is no compiled version It could be that you have actually a compiled sieve script svbin file somewhere else thats referenced in dovecot config perhaps in global, before, after or default and thats the one working otherwise probably y

Re: Can't figure out why managesieve (pigeonhole) can't connect

2022-11-22 Thread hi
Change tl s:// to s sl://, it might work. If didnt, RC dropped ss l support at some point and later returned it in master 1.6. My recommendation it is upgrade to latest RC or refer to the managesieve s sl recent commit and apply the changes manually. Zakaria.

Re: Bad Signature - Can't figure out why managesieve (pigeonhole) can't connect

2022-11-22 Thread hi
On 2022-11-22 17:00, co...@colinlikesfood.com wrote: Subject line says it all? I am using Roundcube, and every time i click on "filters" i get RC's "unable to connect to server" message. This might be an SQL error, but i can't figure out how to pull the relevant logs yet. Please see below and

Re: Dovecot not offering TLSv1.2 after a few minutes

2022-11-14 Thread hi
Has anybody experienced a similar problem before? I have not, but testssl.sh might be buggy, try online service like internet.nl validator. Zakaria.

Re: SSL error

2022-11-09 Thread hi
On 2022-11-09 16:59, Alexander Dalloz wrote: Am 09.11.2022 um 15:58 schrieb Ruben Safir: Hello I am getting this error and I have no idea why. openssh is upto date You have a self-signed certificate in place. The connecting client cannot valide whether to trust to answering server. Alexan

Re: Bad Signature - Help with configuration?

2022-11-09 Thread hi
On 2022-11-09 06:20, Ellie McNeill wrote: Hi, I'm running my own mail server on Debian 11 with exim and Dovecot 2.3.13. I have it working, but I'm seeking advice on further customising my setup. I'm using the Maildir++ format with some personal folders. I use IMAP to re

Re: The end of Dovecot Director?

2022-11-01 Thread hi
I think the real issue here is that Dovecot is removing _existing, long-standing, critical_ functionality from the open source version. That is a huge, huge red flag. Clear enough. It would be great if dovecot decides to keep it in one way or another in community release.

Re: how to configure imapsieve to be used per user

2022-10-27 Thread hi
On 2022-10-27 02:28, Stephan Bosch wrote: On 24-10-2022 12:00, Sebastian Bachmann wrote: according to the documentation, this has to be added to the IMAP METADATA dict per mailbox (https://doc.dovecot.org/configuration_manual/imap_metadata/): https://doc.dovecot.org/configuration_manual/sieve

Re: The end of Dovecot Director?

2022-10-27 Thread hi
On 2022-10-27 08:31, William Edwards wrote:  Op 27 okt. 2022 om 04:25 heeft Timo Sirainen het volgende geschreven: Director never worked especially well, and for most use cases it's just unnecessarily complex. I think usually it could be replaced with: * Database (sql/ldap/whatever) cont

Re: The end of Dovecot Director?

2022-10-27 Thread hi
On 2022-10-27 08:31, William Edwards wrote:  Op 27 okt. 2022 om 04:25 heeft Timo Sirainen het volgende geschreven: Director never worked especially well, and for most use cases it's just unnecessarily complex. I think usually it could be replaced with: * Database (sql/ldap/whatever) cont

Re: Change password schema and post-login script

2022-10-22 Thread hi
-status -p postfix inet_listener { port = 12340 } } service quota-warning { executable = script /root/cretapanel/quota-warning.sh unix_listener quota-warning { mode = 0666 user = dovecot } } ssl_cert = Hi there, If I understood you correctly, yes you can. There is auth f

Re: Office 365 SSL issue

2022-10-22 Thread hi
On 2022-10-22 09:30, Ervin Hegedüs wrote: Hi there, I have a bit old Dovecot instance (Ubuntu 14.04 - there is no chance to upgrade it), with these versions of packages: * Dovecot: 2.2.9 * OpenSSL: 1.0.1f Few days ago a client noticed me, that he can't reach his mails through his Offic

Re: dovecot mailing list (this mailing list), DKIM, SPF and DMARC

2022-10-21 Thread hi
On 2022-10-11 14:05, Benny Pedersen wrote: hi@zakaria.website skrev den 2022-10-11 13:42: On 2022-09-13 13:10, Benny Pedersen wrote: hi@zakaria.website skrev den 2022-09-13 14:03: from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content

Re: The end of Dovecot Director?

2022-10-21 Thread hi
On 2022-10-21 10:54, Zhang Huangbin wrote: On Oct 21, 2022, at 5:51 PM, Zhang Huangbin wrote: If mailbox is in Maildir format (and stored on shared storage like NFS), accessing it from different server may corrupt Dovecot index files and mailbox becomes unaccessible. Director perfectly avoids

Re: The end of Dovecot Director?

2022-10-21 Thread hi
On 2022-10-21 10:51, Zhang Huangbin wrote: On Oct 21, 2022, at 5:23 PM, hi@zakaria.website wrote: I was wondering if one can achieve the same implementation with haproxy without dovecot director? The most important part of Director is it makes sure same mail user always proxied to same

Re: The end of Dovecot Director?

2022-10-21 Thread hi
: Open source email server solution: https://www.iredmail.org/ - Spider: Lightweight, on-premises Email Archiving Software: https://spiderd.io Hi, I was wondering if one can achieve the same implementation with haproxy without dovecot director? Load balancing all requests to pop3, imap, managesiev

Re: adding caldav/carddav next to dovecot

2022-10-16 Thread hi
any resources and high iops available. I also do not want any other other 'crap' just the cal (and card) dav solution. https://github.com/1and1/cosmo This looks interesting (used 1und1 in Germany?) but not big community https://sabre.io/dav/install/ This is in php ... Hi there, I tr

Re: adding caldav/carddav next to dovecot

2022-10-16 Thread hi
any resources and high iops available. I also do not want any other other 'crap' just the cal (and card) dav solution. https://github.com/1and1/cosmo This looks interesting (used 1und1 in Germany?) but not big community https://sabre.io/dav/install/ This is in php ... Hi there, I tr

dovecot mailing list (this mailing list), DKIM, SPF and DMARC

2022-10-11 Thread hi
On 2022-09-13 13:10, Benny Pedersen wrote: hi@zakaria.website skrev den 2022-09-13 14:03: least to must pass Signature Verification. Have anyone managed to configure EXIM to verify more than one DKIM Signature header? postfix smtpd_milter_maps with a list of ips that is known maillists ips

Re: One-off backup

2022-10-10 Thread hi
On 2022-10-10 14:57, Ian Evans wrote: I run a small email server for me and the missus. Six dovecot users. Our host is migrating our server instance. They usually (99.% lol) go off without a hitch. As we don't have dovecot running elsewhere, I'm assuming doveadm is the wrong tool. If we wa

Re: Dovecot mail-crypt webmail can't read encrypted messages

2022-10-10 Thread hi
On 2022-10-10 08:03, Serveria Support wrote: Hi, thanks, this sounds like a great idea! Will try this and let you guys know... On 2022-10-10 10:52, George Asenov wrote: Dovecot is opensource so you can download source edit the log format removing the passwords and compile it. On 09-Oct-22 8

Re: Replacing antispam plugin with IMAPSieve not 100% correct?

2022-10-04 Thread hi
On 2022-09-25 14:35, Christian Kivalo wrote: On September 25, 2022 1:27:23 PM GMT+02:00, Marc wrote: I think this page[1] is not correct If you configure this option: imapsieve_mailbox1_before = file:/usr/lib/dovecot/sieve/report-spam.sieve the file report-spam.svbin cannot be created bec

Re: Pigeonhole redirect is adding a message-id header when it already exists

2022-10-02 Thread hi
On 2022-10-01 22:59, michael.z...@feierfighter.de wrote: Hi Zakaria, I'm very happy about your email to the mailing list, I thought I'm alone with my problem, and it's nice to see that the problem might be a bug/problem in pigeonhole. I was not sure about it because I didn&#x

Re: Custom post login scripting variables via ID command

2022-09-26 Thread hi
On 2022-09-26 07:03, Aki Tuomi wrote: On 22/09/2022 23:05 EEST hi@zakaria.website wrote: On 2022-09-22 16:24, Brendan Braybrook wrote: >> I wonder if dovecot would consider this feature request. In post login >> scripting, given USER, IP, LOCAL_IP, and userdb lookup fields,

Re: Custom post login scripting variables via ID command

2022-09-22 Thread hi
On 2022-09-22 16:24, Brendan Braybrook wrote: I wonder if dovecot would consider this feature request. In post login scripting, given USER, IP, LOCAL_IP, and userdb lookup fields, are only available, I want to push additional variables from web mail to dovecot using ID commands yet I looked at

Custom post login scripting variables via ID command

2022-09-22 Thread hi
Hi there, I wonder if dovecot would consider this feature request. In post login scripting, given USER, IP, LOCAL_IP, and userdb lookup fields, are only available, I want to push additional variables from web mail to dovecot using ID commands yet I looked at the source in imap-login-cmd-id.c

Re: Bug report: TLS SNI for LDAP userdb/passdb

2022-09-17 Thread hi
On 2022-09-15 10:23, Aki Tuomi wrote: On September 15, 2022 11:10:15 AM GMT+03:00, Tobias Wolter wrote: Cheers, On Thu, 2022-09-15 at 07:18 +0300, Aki Tuomi wrote: On September 14, 2022 5:29:46 PM GMT+03:00, Tobias Wolter wrote: > Cheers, > > Dovecot 2.3.4.1 (Debian stable) here, and the cha

Re: Replicator: Panic: data stack: Out of memory

2022-06-05 Thread hi
Fax 1.888.892.7266 Email p...@scom.ca On 6/4/2022 6:07 AM, Marc wrote: I think it is because of the domain, obviously you should only be running a website. -Original Message- From: dovecot On Behalf Of hi@zakaria.website Sent: Saturday, 4 June 2022 11:15 To: Dovecot Subject: Re: Re

Only INBOX is searched when using gmail with dovecot FTS and solr

2021-03-23 Thread hi-dovecot
Hi, I am using https://github.com/docker-mailserver/docker-mailserver to setup my mailserver and added solr for full-text search. Nearly everything is working as expected. But I have a problem with the full-text search, as I have a lot of folders in my mailbox and I just can't find any

Re: [Dovecot] using ecc-certificates (ellyptic curve) will not establish connection

2011-10-11 Thread Fresel Michal - hi competence e.U.
hi building 2.0.15 (f6a2c0e8bc03) against the 10.0e ssl-libs _WORKS_ (on some parts ;) Note: be careful on the client-side as many clients won't understand these types of certificates check the version of openssl if you have problems ... a client on OS X 10.6 (OpenSSL 0.9.8r 8 Feb

[Dovecot] using ecc-certificates (ellyptic curve) will not establish connection

2011-10-09 Thread Fresel Michal - hi competence e . U .
hi I want to use ECC(ellyptic curve cryptography) for SSL-connections but somehow dovecot doesn't like my ECC-certificates :( I tried to test using following scenario: machine: debian 6 (x64) dovecot 2.0.15-0~auto+21 ((f6a2c0e8bc03) from http://xi.rename-it.nl/debian openssl 1.0.0e-2