similar to: Auth Panic hmac.c while Local Validation

Displaying 16 results from an estimated 16 matches similar to: "Auth Panic hmac.c while Local Validation"

2020 Sep 15
0
Auth Panic hmac.c while Local Validation
> On 15/09/2020 19:39 Mrinal Sharma <msharma at smithmicro.com> wrote: > > > I am trying to use a newly added Local Validation functionality in dovecot version 2.3.11. I am running dovecot inside a Docker container With base image " debian:buster-slim". When I try to login through below command , a crash is seen. > > ''' > a1 login admin
2020 Sep 16
2
Cannot load key: Invalid dovecot key version
I am trying to use a newly added Local Validation functionality in dovecot version 2.3.11. I am running dovecot inside a Docker container With base image " debian:buster-slim". When I try to login through below command , a crash is seen. Algorithm Used is RS256 and certificate is self-signed. ''' a1 login admin
2020 Oct 16
2
lib22_push_notification_lua_plugin.so: undefined symbol: dlua_dovecot_register
I downloaded Dovecot from https://repo.dovecot.org/DOVECOT-REPO-GPG for /debian/buster. The library lib22_push_notification_lua_plugin.so is present but it doesn't have dlua_dovecot_register function. Thanks, Mrinal -----Original Message----- From: Aki Tuomi <aki.tuomi at open-xchange.com> Sent: Friday, October 16, 2020 12:58 AM To: Mrinal Sharma <msharma at smithmicro.com>;
2020 Oct 06
3
How to Modify Message and add more Attachments
Thanks, am planning to use Google's Speech-to-Text. -----Original Message----- From: Marc Roos <M.Roos at f1-outsourcing.eu> Sent: Tuesday, October 6, 2020 3:39 PM To: dovecot <dovecot at dovecot.org>; Mrinal Sharma <msharma at smithmicro.com> Subject: RE: How to Modify Message and add more Attachments CAUTION - EXTERNAL EMAIL This email originated from outside of Smith
2004 Dec 14
3
Speed of Samba through VPN
Hi there, Recently, I successfully set up an RHEL3 server running Samba over a PPTP VPN connection, however, the client is complaining about access speeds. The problem is not so much opening the files, but browsing the folders - however, this only appears to be slow from the client end, not mine. Today, we ran a quick test which compared the volume of traffic sent over the VPN connections
2020 Oct 15
2
lib22_push_notification_lua_plugin.so: undefined symbol: dlua_dovecot_register
I am trying to use Lua Notification plugin for Event push But saw this error. Can anyone help me on this issue. Error In the logs when I receive an Email is given below. ========================================== Oct 15 21:55:41 master: Info: Dovecot v2.3.11.3 (502c39af9) starting up for imap, lmtp Oct 15 21:56:51 lmtp(36): Fatal: Couldn't load required plugin
2020 Oct 06
2
How to Modify Message and add more Attachments
Hello Everyone, I am working on a product in which we are planning to store voice messages in Dovecot sent by a user to another user. The message would be stored as an email with .wav attachment. Once the Voice message is received, it may get Transcribed. The message can be further be processed and more information can be added to the message later. The original plan was to Modify the email and
2020 Oct 06
1
Setting up Development Environment for Plugins development/ Debugging
Hello Everyone, I am very new to Dovecot development so I am sorry for asking this very basic question. Is there a document which can be referred to setup/debug plugin development environment? Thanks, Mrinal Sharma -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20201006/365cba86/attachment.html>
2020 Oct 06
2
How to Modify Message and add more Attachments
I have clients that process personal data and they even need to have 'special' processing agreements with companies like wetransfer and outlook.com. I had to sign also such agreement and prepare a vm for hot/cold data encryption for processing personal data. If someone leaves a voice mail message, he does not expect that this is going to be send to a third party. I think this
2006 Jul 28
1
Problem with routing for multiple uplinks/providers using iproute2
hi all, we were trying to configure our system with 2 ethernet catds connected to two different providers using iproute2 so that it recieves and transmits data from both of them. We have followed the configuration as given on lartc''s howto But the most wierd part of the story is that after we restart the system (We have put the script in rc.local) the system works fine and we can ping
2020 Oct 16
0
lib22_push_notification_lua_plugin.so: undefined symbol: dlua_dovecot_register
Does it work if you load mail_lua as well? So it would be something like mail_plugins = ... mail_lua notify push_notification push_notification_lua Aki > On 16/10/2020 17:26 Mrinal Sharma <msharma at smithmicro.com> wrote: > > > I downloaded Dovecot from https://repo.dovecot.org/DOVECOT-REPO-GPG for /debian/buster. The library lib22_push_notification_lua_plugin.so is
2020 Oct 06
0
SV: How to Modify Message and add more Attachments
Thats because in your example the data is sent outside the facility to a third party (in this case, wetransfer/outlook) And wetransfer/outlook is operated in third countries, which can cause GDPR problems as the legal protection for the data disappears. The OP were asking about a solution which modifies email which have already been received in a local, secure facility to add the voice mail to
2020 Oct 06
0
How to Modify Message and add more Attachments
If are processing Europeans voice mail you have to check if that is even allowed, could be a problem with GDPR legislation. -----Original Message----- Subject: RE: How to Modify Message and add more Attachments Thanks, am planning to use Google's Speech-to-Text. -----Original Message----- Sent: Tuesday, October 6, 2020 3:39 PM To: dovecot <dovecot at dovecot.org>; Mrinal Sharma
2020 Sep 16
0
Cannot load key: Invalid dovecot key version
> On 16/09/2020 06:38 Mrinal Sharma <msharma at smithmicro.com> wrote: > > > I am trying to use a newly added Local Validation functionality in dovecot version 2.3.11. I am running dovecot inside a Docker container With base image " debian:buster-slim". When I try to login through below command , a crash is seen. Algorithm Used is RS256 and certificate is
2020 Oct 06
0
How to Modify Message and add more Attachments
Hmmm, that does not sound nice storing files as email. Maybe use document database? Look at this[1], see if it is possible to use the rados plugin to store files directly as objects? What are you using for speech to text? [1] https://github.com/ceph-dovecot/dovecot-ceph-plugin -----Original Message----- To: dovecot at dovecot.org Subject: How to Modify Message and add more Attachments
2020 Oct 16
0
lib22_push_notification_lua_plugin.so: undefined symbol: dlua_dovecot_register
> On 16/10/2020 01:05 Mrinal Sharma <msharma at smithmicro.com> wrote: > > > I am trying to use Lua Notification plugin for Event push But saw this error. Can anyone help me on this issue. Error In the logs when I receive an Email is given below. > ========================================== > Oct 15 21:55:41 master: Info: Dovecot v2.3.11.3 (502c39af9) starting up for