Displaying 7 results from an estimated 7 matches for "jiji".
Did you mean:
jij
2020 May 25
2
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
...eans that the *client* consider *server* client untrusted.
>
> If you are using LE cert you should configure
>
> ssl_cert=</etc/letsencrypt/live/domain/fullchain.pem
> ssl_key=</etc/letsencrypt/live/domain/privkey.pem
>
> Aki
>
>> On 25/05/2020 18:01 Hanasaki Jiji <hanasaki at gmail.com> wrote:
>>
>>
>> From the config : auth_ssl_require_client_cert = no
>> GMail empty vcard ... I have no ideas . so sorry.
>>
>> Coding snippets. What can I provide for you that will help?
>> NOTE: it is pretty much the def...
2020 May 25
2
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
...gt;
>>> If you are using LE cert you should configure
>>>
>>> ssl_cert=</etc/letsencrypt/live/domain/fullchain.pem
>>> ssl_key=</etc/letsencrypt/live/domain/privkey.pem
>>>
>>> Aki
>>>
>>>> On 25/05/2020 18:01 Hanasaki Jiji <hanasaki at gmail.com> wrote:
>>>>
>>>>
>>>> From the config : auth_ssl_require_client_cert = no
>>>> GMail empty vcard ... I have no ideas . so sorry.
>>>>
>>>> Coding snippets. What can I provide for you that w...
2020 May 25
2
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
>From the config : auth_ssl_require_client_cert = no
GMail empty vcard ... I have no ideas . so sorry.
Coding snippets. What can I provide for you that will help?
NOTE: it is pretty much the default config from Debian.
Thank you,
On Sun, May 24, 2020 at 9:29 PM Benny Pedersen <me at junc.eu> wrote:
>
> On 2020-05-25 02:54, hanasaki at gmail.com wrote:
> > Config has
>
2020 May 25
0
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
...you have misconfigured your cert. Alert 42 means that the *client* consider *server* client untrusted.
If you are using LE cert you should configure
ssl_cert=</etc/letsencrypt/live/domain/fullchain.pem
ssl_key=</etc/letsencrypt/live/domain/privkey.pem
Aki
> On 25/05/2020 18:01 Hanasaki Jiji <hanasaki at gmail.com> wrote:
>
>
> From the config : auth_ssl_require_client_cert = no
> GMail empty vcard ... I have no ideas . so sorry.
>
> Coding snippets. What can I provide for you that will help?
> NOTE: it is pretty much the default config from Debian.
&g...
2020 May 25
0
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
...nt untrusted.
> >
> > If you are using LE cert you should configure
> >
> > ssl_cert=</etc/letsencrypt/live/domain/fullchain.pem
> > ssl_key=</etc/letsencrypt/live/domain/privkey.pem
> >
> > Aki
> >
> >> On 25/05/2020 18:01 Hanasaki Jiji <hanasaki at gmail.com> wrote:
> >>
> >>
> >> From the config : auth_ssl_require_client_cert = no
> >> GMail empty vcard ... I have no ideas . so sorry.
> >>
> >> Coding snippets. What can I provide for you that will help?
> >&...
2020 May 25
0
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
...E cert you should configure
> >>>
> >>> ssl_cert=</etc/letsencrypt/live/domain/fullchain.pem
> >>> ssl_key=</etc/letsencrypt/live/domain/privkey.pem
> >>>
> >>> Aki
> >>>
> >>>> On 25/05/2020 18:01 Hanasaki Jiji <hanasaki at gmail.com> wrote:
> >>>>
> >>>>
> >>>> From the config : auth_ssl_require_client_cert = no
> >>>> GMail empty vcard ... I have no ideas . so sorry.
> >>>>
> >>>> Coding snippets. Wha...
2024 Feb 23
0
Data consideration in executing pca
Dear R users,
I have a txt file named 'data_1.txt' whose first column contains the names
of the individuals and the other columns contain the values of four
variables X_1,X_2,X_3 and X_4. I read it with R from its location and
called it data. I'd like to do a normalized principal component analysis. I
started by calculating the correlation matrix:
cor(data)
I got the following