MrHappy
MrHappy
How long does this usually take?
> > How long does this usually take? > > I guess that depends on your hardware and Disk speed. On my Raspberry this takes about 1-2 Minutes. Maybe it...
> You could try and update it, as well as docker. Related maybe: [#19 (comment)](https://github.com/debricked/dmarc-visualizer/issues/19#issuecomment-890956709) > IIRC I did have problems with ES, too. Maybe tryout my fork. It's been...
> Do you use port 993? Do you have special characters in your password? I use port 993 and have not specials chars in my password. > my solution is...
After some caching error with a reset password I get the following error: ``` parsedmarc_1 | ERROR:cli.py:696:IMAP Error: EOF occurred in violation of protocol (_ssl.c:1129) dmarc-visualizer_parsedmarc_1 exited with code 1...
@dragoangel I do, but I do not get what you mean with 'there'. Where would that be?
I would like to have more than one delimiter. I.e. a '+' and '_'.
> Please run > > ``` > pihole checkout ftl v5.16.3 > ``` > > until we have found a permanent solution. > > **edit** Updated the version, sorry for...
Is there any update on this? :)
This worked for me... (Run this is PowerShell, it adds the Renci.SshNet.dll of Posh-SSH to the GAC.) ``` [System.Reflection.Assembly]::Load("System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a") $publish = New-Object System.EnterpriseServices.Internal.Publish $publish.GacInstall("C:\Program Files\WindowsPowerShell\Modules\Posh-SSH\2.2\Assembly\Renci.SshNet.dll"); ```