Displaying 20 results from an estimated 200 matches similar to: "Question about encryption and tls"
2023 Sep 11
2
Question about encryption and tls
On Sun, Sep 10, 2023 at 01:00:21PM +0200, Kamil Jo?ca wrote:
>(Posted few days ago on qemu group but no reactions)
>
>Do I understand correctly that ssl shoudl be configured independently
>for libvirt and each hypervisor?
It depends what you are asking about. There are various connections,
each of you can configure separately.
>I asked because I configured libvirt connection as
2018 Oct 11
1
Ask for little change :)
Is it possible, that dovecot-lmtp, has in inserted "Received:" header
something about its version ie.
instead:
--8<---------------cut here---------------start------------->8---
Received: from alfa.kjonca by alfa.kjonca with LMTP id
n1O7D5Q3v1toSQAApvcrCQ (envelope-from <envelope at from>)
for <kjonca at localhost>; Thu, 11 Oct 2018 13:44:20 +0200
2012 Oct 23
4
daylight
hi there,
does anyone know how to calculate the amount of daylight on every day of the
year in R? I mean the time between sunrise and sunset.
thanks
--
View this message in context: http://r.789695.n4.nabble.com/daylight-tp4647213.html
Sent from the R help mailing list archive at Nabble.com.
2011 May 20
3
Crash test :)
I'm considering to move my mails from maildir/mbox to mdbox. One of my
doubts is: how can I restore my mails when something terrribly wrong
happens.
I understand that I should use doveadm import "backup_location"
"mailbox" all.
So I try to import with:
doveadm -v import "sdbox:~/Mail/dbox-temp/spamcop/reports/" "#Dbox/spamcop/reports" all
#Dbox
2012 Jan 13
1
dovecot 2.0.15 - purge errors
Dovecot 2.0.15, debian package, am I lost some mails? How can I check
what is in *.broken file?
--8<---------------cut here---------------start------------->8---
$doveadm -v purge
doveadm(kjonca): Error: Corrupted dbox file /home/kjonca/Mail/0/storage/m.6469 (around offset=291530): purging found mismatched offsets (291500 vs 299692, 60/215)
doveadm(kjonca): Warning: mdbox
2015 Dec 27
3
sieve-filter crashes
I tried to post earlier, but something goes wrong.
KJ
kjonca at o2.pl (Kamil Jo?ca) writes:
> I want to refilter my mails in inbox so I tried to use:
>
> sieve-filter -e -W -D -C -v ~/.dovecot.sieve INBOX
>
> on three messages I got:
>
> info: filtering: [Fri, 28 Dec 2012 15:40:33 -0500; 14399 bytes] `[SPAM] Keep Defective by Design fight...'.
> sieve-filter(kjonca):
2012 Dec 10
1
[vnd.dovecot.pipe] - timeout settings
In install file we can read that:
sieve_<extension>_exec_timeout = 10s
set timeout for executing program.
But regardless of setting this value (say sieve_pipe_exec_timeout=86000)
I got:
--8<---------------cut here---------------start------------->8---
2012-12-10 20:55:33 LDA(kjonca): Debug: sieve: action pipe: running program: maildrop.sh
2012-12-10 20:55:43 LDA(kjonca): Debug:
2011 May 06
4
compressed mboxes very slow
I have some archive mails in gzipped mboxes. I could use them with
dovecot 1.x without problems.
But recently I have installed dovecot 2.0.12, and they are slow. very
slow.
Creating index files takes about 10 minutes for ~20M file with 560
messages for bzipped mbox, for gzipped is little better but still
unusable :(
Stracing dovecot process shows that every ~ 20 messages it rereads
complete mbox
2011 Mar 11
1
client certificate path hard coded?
Hi all,
I'm trying to figure out how to get my desktop talking to two libvirt hosts using qemu+tls and I've read that virsh relies on hard coded paths to the certificates.. which seems to be true.
Is there a way to tell virsh to use a different path to a certificate, or another way people solve this presently?
Cheers,
Ant
-------------- next part --------------
An HTML attachment was
2011 Apr 08
1
Python API - setting client certificate path
Hi there,
I'm trying to establish a TLS connection to libvirtd with certificates
verification from a python script. My question is quite simple:
is it possible to set the client certificate/keyfile path from within a
python script? or it has to be in /etc/pki/libvirt/...
Thanks in advance for any help
Wojciech Gumularz
2012 Dec 29
4
lda crash?
When I try to refilter some messages lda crash:
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: lda-log.txt
URL: <http://dovecot.org/pipermail/dovecot/attachments/20121229/b64bf43d/attachment-0004.txt>
-------------- next part --------------
doveconf -n output
-------------- next part --------------
A non-text attachment was scrubbed...
2023 May 03
1
Using pki/ssl/tls connection.
I am thinking of using tls connection between my client and server
instead of current ssh.
I found
https://libvirt.org/kbase/tlscerts.html and I want to know if it is
possible to customise some setting (e.g. use my own cert names, or
locations)
but I was not able to.
Moreover
https://github.com/libvirt/libvirt/blob/44520f6e01580d6bada88b47e5b77e6bee023ac6/src/rpc/virnettlscontext.c
suggests that
2013 Aug 20
1
(Maybe stupid) question about selecting mailbox
Does mailbox with "\NoSelect" can be select or examine?
I'm not sure but IMVHO "select x" should not work.
$/usr/lib/dovecot/imap
* PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC
2023 Sep 29
0
Question about encryption and tls
Kamil Jo?ca <kjonca at poczta.onet.pl> writes:
[...]
>
> but I am not able to connect with virt-manager. Got message:
>
> Viewer was disconnected.
> Encountered SPICE error-tls
After some stracing I found that CA used by qemu should be in
/etc/ssl/certs/ca-certificates.crt (on client machine)
is any way to specify this CA?
2012 Oct 16
1
data dividing
hey
I'd like to divide my data into four seasons. for this I made a function:
Jahreszeit <- function(x) {
if (x<=02 || x==12) {return("Winter")
}else{
if (x>=03 && x<=05) {return("Fruehling")
}else{
if (x>=06 && x<=08) {return("Sommer")
}else{
if (x>=09 && x<=11) {return("Herbst")
}}}}}
Now, I have some
2014 Dec 30
3
Secret incantations for virt-viewer?
On Tue, Dec 30, 2014 at 9:58 AM, Marcelo Roccasalva <
marcelo-centos at irrigacion.gov.ar> wrote:
> On Tue, Dec 30, 2014 at 11:46 AM, Bill Gee <bgee at campercaver.net> wrote:
>
> > Hello everyone -
> >
> > I am trying to use virt-viewer to connect to KVM virtual machines running
> > on a
> > CentOS7 host. It works great when running directly on
2013 Apr 03
2
Error : File too large
Hi ,
When accessing mails through webmail(roundcube), we were getting below error's in huge
Please help to know .. what this error is related to..
dovecot version , we are using is 2.1.15
Mar 28 15:37:47 imapserver dovecot: imap(cel_default): Error: rename(/mail/mailstore/linoquery.com/lino_default/Maildir/new/1364463180.M563166P30867.imapserver,S=3263,W=3309,
2014 Dec 30
4
Secret incantations for virt-viewer?
Hello everyone -
I am trying to use virt-viewer to connect to KVM virtual machines running on a
CentOS7 host. It works great when running directly on the host, but I have
not been able to figure out the magic connection string to make it work from
another computer.
On the host, I set selinux to "permissive" and stopped the firewalld service.
No change, so it is not related to
2016 Nov 08
0
A lot of duplicate GUIDS.
Recently I have in logs a LOT of messages like this:
[....]
Nov 06 19:39:36 IMAP(kjonca): Error: mdbox /home/kjonca/Mail/1/storage: Duplicate GUID 13511 in m.1530:845670 (size=2622) and m.1371:1831730 (size=916)
Nov 06 19:39:36 IMAP(kjonca): Error: mdbox /home/kjonca/Mail/1/storage: Duplicate GUID 13512 in m.1530:847414 (size=2274) and m.1371:1832476 (size=1069)
Nov 06 19:39:36 IMAP(kjonca):
2015 Apr 28
1
Disable weak ciphers in vnc_tls
Dear libvirt team,
we a currently in a pci-dss certification process and our security
scanner found weak ciphers in the vlc_tls service on our centos6 box:
When I scan using sslscan I can see that sslv3 and rc4 is accepted:
inf0rmix@tardis:~$ sslscan myhost:16514 | grep Accepted
Accepted SSLv3 256 bits DHE-RSA-AES256-SHA
Accepted SSLv3 256 bits AES256-SHA
Accepted SSLv3 128