Displaying 20 results from an estimated 23 matches for "attachted".
Did you mean:
attached
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
...ge the path of the both daemons smbd and nmbd. At the moment there
are pathes like
/usr/sbin/smbd
/usr/sbin/nmbd
you should change it into
/usr/local/samba-2.2.8a/bin/smbd
/usr/local/samba-2.2.8a/bin/nmbd
and all other processes in that startscript - winbind is daemon which is
started, too. I attachted my samba startscript for you.
I changed the PATH variable which has the same effect.
- Thomas
PATH=/usr/local/samba-2.2.8a/sbin:$PATH
export PATH
# The echo return value for success (defined in /etc/rc.config).
return=$rc_done
case "$1" in
start)
echo -n "Starting S...
2017 Jun 02
2
Fwd: Emerson Liebert GXT4
...orted
by usbhid-ups. Please make sure you have an up-to-date version of NUT. If
this does not fix the problem, try running the driver with the
'-x productid=0000' option. Please report your results to the NUT user's
mailing list <nut-upsuser at lists.alioth.debian.org>.
I've attachted the output of the following commands.
* lsusb -v
* /lib/nut/usbhid-ups -DDDD -x productid=0000 -a ups
What can I do to get this UPS working?
Best Regards,
Zefanjas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: logs.tar.gz
Type: application/gzip
Size: 11507 b...
2012 Mar 30
3
linux-3.4-rc0 XENBUS: Device with no driver: device/vbd/51713
...gistrering the devices.
Which is kind of strange because i compiled the kernel with the same .config (all xen stuff is compiled in, no modules).
Nothing else is changed in between, I also tried reverting some of the xen-front patches but all to no avail .. do you have any suggestions ?
.config is attachted
This is on the guest console:
[ 0.219507] TCP: cubic registered
[ 0.219513] NET: Registered protocol family 17
[ 0.219530] Bridge firewalling registered
[ 0.219536] Ebtables v2.0 registered
[ 0.219550] Registering the dns_resolver key type
[ 0.219736] registered taskstats versi...
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
...If you had to manually change permissions, you could add the following to /lib/udev/rules.d/62-nut-usbups.rules for the next reboot:
# Liebert GXT4 - usbhid-ups
ATTR{idVendor}=="10af", ATTR{idProduct}=="0004", MODE="664", GROUP="nut"
>
> I've attachted the output of the following commands.
> * lsusb -v
> * /lib/nut/usbhid-ups -DDDD -x productid=0000 -a ups
>
Most of the numbers look good, but it is unclear why some values (such as Voltage and ConfigVoltage) are not being reported correctly:
0.230714 Report[get]: (5 bytes) => 05...
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
...>
>are pathes like
>
>/usr/sbin/smbd
>
>/usr/sbin/nmbd
>
>you should change it into
>
>/usr/local/samba-2.2.8a/bin/smbd
>
>/usr/local/samba-2.2.8a/bin/nmbd
>
>and all other processes in that startscript - winbind is daemon which is
>
>started, too. I attachted my samba startscript for you.
>
>I changed the PATH variable which has the same effect.
>
>- Thomas
>
>
>
>PATH=/usr/local/samba-2.2.8a/sbin:$PATH
>
>export PATH
>
># The echo return value for success (defined in /etc/rc.config).
>
>return=$rc_done
>
>...
2003 Jun 02
0
AW: Re: AW: samba installation
...d
>>
>>/usr/sbin/nmbd
>>
>>you should change it into
>>
>>/usr/local/samba-2.2.8a/bin/smbd
>>
>>/usr/local/samba-2.2.8a/bin/nmbd
>>
>>and all other processes in that startscript - winbind is daemon which is
>>
>>started, too. I attachted my samba startscript for you.
>>
>>I changed the PATH variable which has the same effect.
>>
>>- Thomas
>>
>>
>>
>>PATH=/usr/local/samba-2.2.8a/sbin:$PATH
>>
>>export PATH
>>
>># The echo return value for success (defined in /e...
2003 Jun 02
0
AW: AW: Re: AW: samba installation
...d
>>
>>/usr/sbin/nmbd
>>
>>you should change it into
>>
>>/usr/local/samba-2.2.8a/bin/smbd
>>
>>/usr/local/samba-2.2.8a/bin/nmbd
>>
>>and all other processes in that startscript - winbind is daemon which is
>>
>>started, too. I attachted my samba startscript for you.
>>
>>I changed the PATH variable which has the same effect.
>>
>>- Thomas
>>
>>
>>
>>PATH=/usr/local/samba-2.2.8a/sbin:$PATH
>>
>>export PATH
>>
>># The echo return value for success (defined in /e...
2003 Jun 02
0
AW: AW: Re: AW: samba installation
...;
>>>you should change it into
>>>
>>>/usr/local/samba-2.2.8a/bin/smbd
>>>
>>>/usr/local/samba-2.2.8a/bin/nmbd
>>>
>>>and all other processes in that startscript - winbind is daemon which i
>s
>>>
>>>started, too. I attachted my samba startscript for you.
>>>
>>>I changed the PATH variable which has the same effect.
>>>
>>>- Thomas
>>>
>>>
>>>
>>>PATH=/usr/local/samba-2.2.8a/sbin:$PATH
>>>
>>>export PATH
>>>
>>>#...
2003 Jun 02
1
AW: AW: AW: AW: Re: AW: samba installatio
...>>>>
>>>>/usr/local/samba-2.2.8a/bin/smbd
>>>>
>>>>/usr/local/samba-2.2.8a/bin/nmbd
>>>>
>>>>and all other processes in that startscript - winbind is daemon which
>i
>>s
>>>>
>>>>started, too. I attachted my samba startscript for you.
>>>>
>>>>I changed the PATH variable which has the same effect.
>>>>
>>>>- Thomas
>>>>
>>>>
>>>>
>>>>PATH=/usr/local/samba-2.2.8a/sbin:$PATH
>>>>
>>>>...