Re: Undefined symbols (macOS Big Sur Intel) during compiling, update

2021-08-13 Thread Laura Smith
> It seems to use -L/Library/MWSrvrSrvcs/openssl/lib, does this contain some > broken libssl? Additional comment "/Library/MWSrvrSrvcs" looks like its some sort of third-party installation of OpenSSL, "/Library/MWSrvrSrvcs" is not present on any of my OS X boxes.

Re: Undefined symbols (macOS Big Sur Intel) during compiling, update

2021-08-13 Thread Laura Smith
FYI Aki As of OS X 10.7 Apple anounced they would be phasing out OpenSSL in favour of Common Crypto (announced at their Developer Conference in 2011). The "Why?" is because OpenSSL do not offer API compatibility between versions which impeded upon Apple's ability to provide security updates wit

Re: test-file-cache.c needs #ifdef HAVE_RLIMIT_AS

2021-08-13 Thread Brad Smith
On 1/16/2021 1:32 PM, Aki Tuomi wrote: It's not decided yet. Aki Any update on this? This is one of very few local patches we keep around. On 16/01/2021 20:16 Brad Smith wrote: I haven't seen anything about this commited upstream yet. On 1/7/2021 1:45 AM, Aki Tuomi wrote: Can you try

Why do so many dovecot list mails fail dmarc?

2021-08-13 Thread dovecot
Im trying to get my head around this problem that too many valid emails from the mailing list fail dmarc. Why when other mailing list don't seem to have the same problem? I see today it says "signature verification failed", but why? Is there a problem with protonmail's dkim key? Is the dovecot

i_stream_read_memarea: assertion failed: (!stream->blocking)

2021-08-13 Thread Stuart Henderson
Continuation of https://dovecot.org/pipermail/dovecot/2021-January/121235.html - I didn't get a reply to my last mail, so ended up deleting the various messages (or in some cases mailboxes) and stopped running into problems for a while, but am now seeing it again. I get "i_stream_read_memarea: ass

Re: Preventing clients from trying to create folders under inbox

2021-08-13 Thread Aki Tuomi
> On 13/08/2021 19:09 Bryan K. Walton wrote: > > > Our Dovecot installation is configured as such: > > mail_location = > mbox:/var/vmail/%u:DIRNAME=.mboxdata:INBOX=/var/vmail/%u/INBOX:INDEX=/var/vmail/indexes/%u > > This allows us to continue using mbox formatted files, storing those > mbo

Preventing clients from trying to create folders under inbox

2021-08-13 Thread Bryan K. Walton
Our Dovecot installation is configured as such: mail_location = mbox:/var/vmail/%u:DIRNAME=.mboxdata:INBOX=/var/vmail/%u/INBOX:INDEX=/var/vmail/indexes/%u This allows us to continue using mbox formatted files, storing those mbox data files in a file called .mboxdata. This allows our users to cr

Re: Undefined symbols (macOS Big Sur Intel) during compiling, update

2021-08-13 Thread Aki Tuomi
It seems to use -L/Library/MWSrvrSrvcs/openssl/lib, does this contain some broken libssl? Aki > On 13/08/2021 19:00 Beosdoc wrote: > > > If I remove the rpath from the makefile in the lib-ssl-iostream directory it > will compile. This shouldn’t cause it not to compile. There are several

Re: Undefined symbols (macOS Big Sur Intel) during compiling, update

2021-08-13 Thread Beosdoc
If I remove the rpath from the makefile in the lib-ssl-iostream directory it will compile. This shouldn’t cause it not to compile. There are several directories that have rpath in the makefile. Also, putting --disable-rpath in the configure string doesn’t work. I also need rpath as t

Re: Help to setup a Unix socket based authentication server for dovecot in Python

2021-08-13 Thread dovecot
So this is a single system user with single email, there are a number of system users and email accounts, I don't need to use SQL or LDAP or another password file. I can write python script to analyze the logins and the mail folders including quota and send to socket file , But how the fo

Re: Help to setup a Unix socket based authentication server for dovecot in Python

2021-08-13 Thread dovecot
On 08-13-2021 8:19 am, Sherin A wrote: the default authentication mechanism is not suitable for me becuase each domain will have different system users and different location for mail storage . So I need to create a custom authentication mechanism using python . There is an option to use Key-v

Help to setup a Unix socket based authentication server for dovecot in Python

2021-08-13 Thread Sherin A
Hi,  I am  building a custom server platform in which dovecot is used for imap/pop . But the default authentication mechanism is not suitable for me becuase each domain will have different system users and different location for mail storage . So I need to create a custom authentication mecha