Displaying 20 results from an estimated 23 matches for "attachtment".
Did you mean:
attachment
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
2
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
Hello Aki and all,
The below lines are in the dovecot config file. This seems to be the
same as Aki's suggestion. correct? I have also double checked file
perms, tried with several new key gens, several versions of thunderbird
and created completely new thunderbird profiles.
Thank you,
ssl_cert = </etc/letsencrypt/live/...../fullchain.pem
ssl_key =
2020 May 25
2
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
Config has
ssl_verify_client_cert = no
What options might have the client auth turned on?
TYIA
On 5/24/20 6:40 PM, Felipe Gasper wrote:
> From what I can tell, ?SSL alert number 42? means that you?ve configured Dovecot to require client authentication.
>
> Otherwise, your Let?s Encrypt certificate (with its authority chain) should suffice.
>
> -FG
>
>> On May 24,
2020 May 25
2
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
s_client: Option unknown option -trace
***
x509: Unknown parameter text
On 5/25/20 11:49 AM, Aki Tuomi wrote:
> Hi!
>
> Can you do
>
> openssl x509 text -noout </etc/letsencrypt/live/...../fullchain.pem
>
> and check these things:
>
> your server hostname isn included in SubjectAlternativeNames, and that the cert hasn't got MUST-STAPLE attribute? You can see
2007 Feb 20
2
scaler plugin fixes
Hi
I think this is mostly a question of preference for my part, but I
think it would give an overall better quality feel. What I'm talking
about is mostly the movement it uses. As I've come to understand, it
uses velocity and direction, and a target point. This means that it
updates it velocity and direction every X seconds (timestep), and
gives it the possibility to be
2003 Jun 01
2
AW: samba installation
Hi again,
A.A wrote:
> Hi Thomas,
> As i wrote that's still the old Version:
> /usr/local/samba-2.2.8a/bin/smbstatus --> samba version 2.2.7a-SUSE
> When i type "Which smbstatus" i get /usr/bin /smbstatus
this looks like a standard installation of SuSE.
>
> I dont know what you mean with :
> For startup the samba processes you should change your
2017 Jun 02
2
Fwd: Emerson Liebert GXT4
Hello,
we have a Emerson Liebert GXT4, that we like to connect to our servers
to shut them down if there is a power failure (which happens quite often
in our area).
I couldn't get the GXT4 working with usbhid-ups driver. So I need some
advise to continue to get this device working. The GXT3 seems to be
working ok with NUT (http://networkupstools.org/ddl/Liebert/GXT3.html).
Here is my
2012 Mar 30
3
linux-3.4-rc0 XENBUS: Device with no driver: device/vbd/51713
Hi Konrad,
I just tried linux-3.4-rc0 (linus his tree, last commit f52b69f86e27903d6896ed5fa7cd280fec8de532) with 3 additional branches from your tree pulled on top of that:
branch stable/for-ingo-3.4.v2 (required for dom0 to boot)
branch stable/for-jens-3.4
branch stable/for-jens-3.4-bugfixes
Hypervisor is xen-4.1.3-rc1-pre
linux 3.3 vanilla works fine
Booting dom0 goes fine, but
2020 May 25
0
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
On 2020-05-25 02:54, hanasaki at gmail.com wrote:
> Config has
> ssl_verify_client_cert = no
> What options might have the client auth turned on?
why does gmail attacht empty vcard info ?
without any config snippes its hard to say what config error is local
https://wiki.dovecot.org/SSL/DovecotConfiguration
is it auth_ssl_require_client_cert = yes
i dont use this auth features to
2020 May 25
0
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
The real reason is that 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
2020 May 25
0
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
Hi!
Can you do
openssl x509 text -noout </etc/letsencrypt/live/...../fullchain.pem
and check these things:
your server hostname isn included in SubjectAlternativeNames, and that the cert hasn't got MUST-STAPLE attribute? You can see this by looking for 1.3.6.1.5.5.7.1.24
Also, can you provide output of
openssl s_client -connect host:993 -trace
Aki
> On 25/05/2020 18:46 hanasaki
2020 May 25
0
How to make IMAPS SSL Cert for Dovecot that works with Thunderbird
Sorry...
openssl x509 -text -noout -in /etc/letsencrypt/live/...../fullchain.pem
and
openssl s_client -connect host:993
Aki
> On 25/05/2020 18:52 hanasaki at gmail.com <hanasaki at gmail.com> wrote:
>
>
> s_client: Option unknown option -trace
> ***
> x509: Unknown parameter text
>
>
> On 5/25/20 11:49 AM, Aki Tuomi wrote:
> > Hi!
> >
>
2010 Dec 03
1
Date-time Conversion from Numeric Representations
Hi all,
I have a dataset called ,dataSet1'. The time column is given in a numeric
code beginning with the year and ending with the minutes. Frist I tried the
strptime() function to solve the problem. It gave me just the date back (and
not the date and time). There is also the ISOdatetime function which didn't
work either. I created a dump file which I detached to this mail with the
2017 Jun 03
0
Fwd: Emerson Liebert GXT4
On Jun 2, 2017, at 8:28 AM, zefanjas <nut at zefanjas.de> wrote:
> I couldn't get the GXT4 working with usbhid-ups driver. So I need some
> advise to continue to get this device working. The GXT3 seems to be
> working ok with NUT (http://networkupstools.org/ddl/Liebert/GXT3.html).
>
> Here is my ups.conf
>
> [ups]
> driver = usbhid-ups
> port =
2017 Nov 06
0
Unable to upload printer drivers
Hai Manu,
Can you post the output of:
getfacl /var/lib/samba/printers
And
getfacl /var/lib/samba/printers/x64
And run
net rpc rights list accounts -Uadministrator
These are often forgotten or wrong set.
NT Authority\SYSTEM
NT Authority\Authenticated Users
Set on the share AND folder rights.
Share: SYSTEM: Full control.
Share: Verified users: Full controll
Folder security: SYSTEM:
2003 Jun 02
0
AW: Re: AW: samba installation
hi,
there is the output of the command samba stop
and some more outputs.
Maybe you see now more what do i wrong :(!
balalayka:/usr/local # ls
. bin include man samba-2.2.8a sbin src
.. games lib samba samba-2.2.8a.tar.gz share
balalayka:/ # /etc/init.d/samba stop
bash: /etc/init.d/samba: No such file or directory
balalayka:/ # whereis samba
samba: /etc/samba
2003 Jun 02
0
AW: Re: AW: samba installation
you'll need to type './smbd -D' instead of 'smbd -D' if you're in the /usr/local/samba directory (same for nmbd -D and smbstatus).
BTW, you need to type 'ps fax | grep smbd' and then 'kill -9 <process ID>', where <process ID> is listed in the 'ps fax | grep smbd' command. Same for nmbd.
Also, make sure the smbd and nmbd daemons are not
2003 Jun 02
0
AW: AW: Re: AW: samba installation
hi,
in the meantime i uninstalled and reinstalled samba again.
it' s strage because i get two directories , Samba and samba-2.2..8a !!
Newertheless i did as you wrote but there is still the old Samba ther!
i Killed both Daemons and do :
balalayka:/etc/samba # ps fax | grep nmbd
balalayka:/etc/samba # ps fax | grep nmbd
balalayka:/etc/samba # cd /usr/local/samba/bin/
2003 Jun 02
0
AW: AW: Re: AW: samba installation
You need to do ./smbstatus as well.
------------------------
"A.A" <1alp@gmx.de> wrote:
------------------------
hi,
>
>in the meantime i uninstalled and reinstalled samba again.
>it' s strage because i get two directories , Samba and samba-2.2..8a !!
>Newertheless i did as you wrote but there is still the old Samba ther!
>i Killed both Daemons and do :
2003 Jun 02
1
AW: AW: AW: AW: Re: AW: samba installatio
hi ke,
****************************************************
Since you've compiled with default options, your smb.conf is located in
/usr/local/lib/smb.conf . You should copy your working smb.conf for version
2.2.7 (/etc/samba/smb.conf) to /usr/local/lib.
You should run ./testparm as well.
***********************************
That's just what i did and the Result is the same!
Is there a