Displaying 20 results from an estimated 120 matches similar to: "Mail-crypt won't encrypt emails"
2019 Aug 22
0
Trying to install Mailcrypt, receive completely blank emails
Hi - perhaps someone can help me.
Starting from a good and well-functioning mailserver setup, I have installed
MailCrypt as per the instructions (I think) to have the per-user passworded
keys setup.
dovecot.conf
/Added:/
mail_attribute_dict = file:%h/Maildir/dovecot-attributes
mail_plugins = $mail_plugins mail_crypt
dovecot-sql.conf.ext
/commented this/ #password_query = SELECT email as user,
2006 Aug 12
4
Several files's checksum change without reason
Hi list,
I'm a bit worried here. On a server, Centos 4.3 fully-patched SELinux
activated, Osiris (a decentralized scanner for files changes on distant
servers) signaled me several changes on files who were not (at first
sight) affected by a recent update (the list is below).
Is there a logic explanation for those changes to happen ? The "rpm -Va"
command does not output md5sum
2012 Mar 25
2
build postfix rpm with mysql
hello list,
I'm trying to build a postfix rpm that has mysql support included.
I've found the line where I need to define mysql support but it seems
that I am being tripped up by some build dependencies:
[root at beta SPECS]# rpmbuild -ba postfix.spec
error: Failed build dependencies:
MySQL-shared is needed by postfix-2.9.1-1.rhel5.x86_64
MySQL-devel is needed by
2004 Sep 01
0
Question::page fault::vm:::encrypt and decrypt file data
hi,
Q1: How to produce a page fault?
Q2: How translate physical memory address into virtual memory address?
Because phys addr is 64 bit and virtual addr is 32 bit.
Q1 description:: I have succeed to add hook in vfs layer to encrypt file
data before write and decrypt file data after read. Now, when I use cp
command, system will reboot, it seem to caused by encrypt data whose addr is
2011 Sep 01
0
Encrypt/Decrypt files using Carrierwave to store in S3
Hi,
I need to be able to encrypt files before storing them on S3, and then
decrypt them when accessing them. The files will be images, documents,
PDF, etc.
I am using Carrierwave to handle the file upload and storage. I am
storing them in Amazon S3.
Has anyone done this, or have any ideas how this would be achieved?
Thanks.
--
You received this message because you are subscribed to the
2012 May 17
0
puppet cert first run doesn't encrypt ca private key but puppet ca does?
Can anyone validate this? I am attempting to run the puppet cert/ca
standlone commands.
I am running form an unchanged master branch and if I run (simplified
for the example):
puppet cert generate host
the resulting ca_key.pem is not encrypted.
If I run :
puppet ca generate host
the resulting ca_key.pem is encrypted.
In both cases the ca.pass file is created but the code path through
cert does
2012 Apr 11
0
[LLVMdev] Encrypt executable through LLVM backend
Hi everyone,
I'm currently working on a project in which I would like to encrypt the
output of LLVM's linker and add a piece of code to the executable, able
to decrypt and execute it. I looked around the "post-link-opts" option
of the linker, but since we're working on bytecode here, I was wondering
if you guys had any experience with that.
Any ideas/comments/advices
2015 Jul 29
3
Asterisk 1.8.22.0 built - encrypt authentication
Hello,
I would like to encrypt password between Asterisk servers and clients.
is there an easy way to do so? I am running Asterisk 1.8.22.0 built on
CentOS 6.3
Thanks,
.Motty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150729/68b59f7c/attachment.html>
2015 Jul 11
2
Using gpg to encrypt a URL line on CentOS 6.
Is there a way to use GPG to encrypt
a URL line with parameters ?
I was looking at libmcrypt also but it
is not part of CentOS.
I have found examples for mcrypt but not for gpg.
Thoughts? Thanks.
jerry
2015 Jul 11
0
Using gpg to encrypt a URL line on CentOS 6.
On Fri, 10 Jul 2015 22:53:28 -0400
Jerry Geis wrote:
> Is there a way to use GPG to encrypt a URL line with parameters ?
You can encrypt any text file with gpg, and the contents of text file can be anything you want.
I don't think you have stated your problem in sufficient detail.
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2010 May 20
1
Plugin to encrypt mailboxes ?
Hello
Is there a possibility for my users to encrypt their mailboxes
through Dovecot ?
They haven't direct access to the server, IMAP & IMAPS only.
We use Thunderbird as client and mailboxes are in MBOX format
Dovecot is running on a FreeBSD 7.2 server.
Thanks a lot
2015 Apr 26
1
Encrypt messages on filesystem
Hi,
If for some reason I want the received messages to be automatic encrypted on
the file system, how should/to do it?
If there's any nice howto out there please let me know.
Thanks in advanced,
2016 Dec 16
0
Fwd: Re: making a plugin encrypt index data
> ---------- Original Message ----------
> From: Aki Tuomi <aki.tuomi at dovecot.fi>
> To: micah anderson <micah at riseup.net>
> Date: December 16, 2016 at 11:25 PM
> Subject: Re: making a plugin encrypt index data
>
> When we released our encryption plugin, mail-crypt, it's capabilities include fs-crypt. This can be used to encrypt things like FTS indexes
2017 Feb 17
0
Problem with Let's Encrypt Certificate
On 2/17/17 8:58 AM, Bastian Sebode wrote:
> I uploaded two Wireshark tracefiles, further logs and dovecot -n
Looking at your dovecot -n, you're using two different files here:
ssl_cert = </etc/ssl/sebode-online.de/chain.pem
ssl_key = </etc/ssl/sebode-online.de/key.pem
Are you sure these two files match, and contain the right things in the
right order?
We use a single PEM file as
2017 Feb 17
0
Problem with Let's Encrypt Certificate
Usually with LE, the filename is fullchain.pem, not chain.pem.
Can you please doublecheck this?
Also, try
openssl s_client -connect hostname:143 -starttls imap
Aki
> On February 17, 2017 at 10:31 PM Bastian Sebode <b.sebode at linet-services.de> wrote:
>
>
> Hey Robert,
>
> thanks for your reply.
>
> Am 17.02.2017 um 19:28 schrieb Robert L Mathews:
> >
2017 Feb 17
0
Problem with Let's Encrypt Certificate
On 2/17/2017 2:38 PM, chaouche yacine wrote:
> Seems wrong to me too, Robert. If you put your private key inside your certificate, won't it be sent to the client along with it ?
The private key should not be sent to the connecting client, even if it
is contained in the same place as the certificate(s). If that data *is*
sent to the client, that's a bug, probably in the SSL library
2017 Feb 19
0
Problem with Let's Encrypt Certificate
On 2/17/17 1:38 PM, chaouche yacine wrote:
> Seems wrong to me too, Robert. If you put your private key inside
> your certificate, won't it be sent to the client along with it ?
No; any SSL software that uses the file will extract the parts it needs
from it and convert them to its internal format for future use. It never
literally sends the file contents anywhere.
It's common and
2017 Feb 17
0
Problem with Let's Encrypt Certificate
Hello,
I had the same problem. LE is not in the CA list.
Best Regards,
On 17.02.2017 17:58, Bastian Sebode wrote:
> Hello Folks,
>
> my StartCom SSL-Certificate expires soon and so I wanted to switch to
> Let's Encrypt Certificates instead. Unfortunatelly Thunderbird seems not
> to like it, although all -tested- other Clients work without any problems.
>
> When I
2017 Feb 20
0
Problem with Let's Encrypt Certificate
What is the motivation behind using a new pair of keys and CSR ?
2017 Feb 20
0
Problem with Let's Encrypt Certificate
I have try LE on October 2016 and use Icedove 45.6.0. I can't found any
certificate of LE in certificate manager -> authorities
On 20.02.2017 15:43, chaouche yacine wrote:
> Hello Basti. Maybe you tried LE too early when it was not universally accepted as a trusted CA ?
>
>
> On Monday, February 20, 2017 2:22 PM, basti <basti at unix-solution.de> wrote:
>