Re: hostnames in postscreen_access_list

2018-11-27 Thread John Fawcett
On 27/11/2018 00:09, Wietse Venema wrote: > John Fawcett: >> Hi >> >> I was recently trying to whitelist a client hostname that frequently >> changes ip. >> >> >From the documentation check_client_access restriction for use with >> smtpd allows to specify access table lookups which contains hostnam

hostnames in postscreen_access_list

2018-11-27 Thread John Fawcett
On 26/11/2018 23:18, Noel Jones wrote: > On 11/26/2018 1:53 PM, John Fawcett wrote: >> Hi >> >> I was recently trying to whitelist a client hostname that frequently >> changes ip. >> >> From the documentation check_client_access restriction for use with >> smtpd allows to specify access table looku

Re: Compiler error on 3.3.2. Mac Mojave (3.3.2)

2018-11-27 Thread Robert Chalmers
Thanks for looking at this Viktor, I’ll catch up with your suggestions tomorrow, and will also look into 3.4 if it’s available yet. I realise I’m on a non- standard system but as Apple are steadily discontinuing 3rd party packages, and have already abandoned their own server, I’m happy I’m havi

Re: Installing LetsEncrypt For Postfix and Dovecot

2018-11-27 Thread MichaelOF
Hi Asai, I'm using my Apache's LetsEncrypt certificates also for my Dovecot and Postfix instance. Works absolutely fine, no issue with any mail client, incl. Thunderbird. Michael Am 27. November 2018 18:52:30 MEZ schrieb Asai : >Greetings, > >With Mozilla recently dropping support for all Syma

Re: Compiler error on 3.3.2. Mac Mojave (3.3.2)

2018-11-27 Thread Wietse Venema
rachalmers: > I'm now trying 3.3.2 and running into a mess of compile errors again. > > Firstly - > Had to add this patch; referenced elsewhere, but known about. > src/global/dict_mysql.c (postfix 3.2.0-5, 3.3.0 and current) to allow > build against MySQL 8.x > > Then had to add this def

Re: Compiler error on 3.3.2. Mac Mojave (3.3.2)

2018-11-27 Thread Viktor Dukhovni
> On Nov 27, 2018, at 2:14 PM, Alice Wonder wrote: > > I might be wrong about this, but also I seem to recall seeing OpenSSL 1.1.0 > or newer was needed for the Ed25519-sha256 sig support coming in next OpenDKIM > (and already in their Beta2 release). Actually, you need 1.1.1 (not 1.1.0) for

Re: Compiler error on 3.3.2. Mac Mojave (3.3.2)

2018-11-27 Thread Alice Wonder
On 11/27/2018 10:47 AM, Viktor Dukhovni wrote: On Nov 27, 2018, at 10:33 AM, Robert Chalmers wrote: set -- '-DUSE_TLS -I/usr/local/Cellar/openssl/1.0.2p/include' set -- "$@" '-I/usr/local/opt/icu4c/include' set -- "$@" '-DHAS_MYSQL -I/usr/local/include/mysql' set -- '-DHAS_PCRE -I/usr/local/inc

Re: Compiler error on 3.3.2. Mac Mojave (3.3.2)

2018-11-27 Thread Viktor Dukhovni
> On Nov 27, 2018, at 10:33 AM, Robert Chalmers wrote: > > set -- '-DUSE_TLS -I/usr/local/Cellar/openssl/1.0.2p/include' > set -- "$@" '-I/usr/local/opt/icu4c/include' > set -- "$@" '-DHAS_MYSQL -I/usr/local/include/mysql' > set -- '-DHAS_PCRE -I/usr/local/include' > set -- "$@" '-DUSE_SASL_AUTH

Installing LetsEncrypt For Postfix and Dovecot

2018-11-27 Thread Asai
Greetings, With Mozilla recently dropping support for all Symantec certs, our security cert now throws errors on Thunderbird clients. We’d like to install certbot on Centos 6, but I’m not sure if it’s going to interfere with Postfix (2.11) or Dovecot (2.2.18). Does anybody have experience wit

Re: Compiler error on 3.3.2. Mac Mojave (3.3.2)

2018-11-27 Thread Robert Chalmers
Thanks Victor. Indeed, that was it the openssl problem. I now have it set to the brew version of openssl. It compiled right through to the end. set -- '-DUSE_TLS -I/usr/local/Cellar/openssl/1.0.2p/include' set -- "$@" '-I/usr/local/opt/icu4c/include' set -- "$@" '-DHAS_MYSQL -I/usr/local/include

Re: Compiler error on 3.3.2. Mac Mojave (3.3.2)

2018-11-27 Thread Viktor Dukhovni
You must be using LibreSSL, rather than OpenSSL. LibreSSL is not supported. LibreSSL is squatting on OPENSSL_VERSION_NUMBER values for what would be OpenSSL 2.x.y, which would be expected to have features introduced in OpenSSL 1.1.0 and 1.1.1. Recent MacOS ships LibreSSL, you need to use the inc

Re: Compiler error on 3.3.2. Mac Mojave (3.3.2)

2018-11-27 Thread rachalmers
I'm now trying 3.3.2 and running into a mess of compile errors again. Firstly - Had to add this patch; referenced elsewhere, but known about. src/global/dict_mysql.c (postfix 3.2.0-5, 3.3.0 and current) to allow build against MySQL 8.x Then had to add this define to dict_mysql.c #define