Hi,
I enabled DKIM signing on my Ciphermail Gateway for one internal Domain,
with a generated private/public Key-Pair. The DKIM-DNS-Record with the public Key is
published on our DNS-Server-Zone for this Domain.
When i send a E-Mail to an external Recipient from a Sender of that Domain,
there is no DKIM-Signature in the E-Mail-Header.
In the Ciphermail-Logfile are INFO Entrys for every external Recipient:
... ciphermail-gateway-backend[]: .. INFO DKIM signing is disabled for the sender ...
Can anyone help me, so what is my mistake?
I think Ciphermail signs all outgoing emails using DKIM, or am I thinking wrong?
Does postfix perhaps need opendkim to sign outgoing emails?
King regards,
Stephan Unsin
I installed a brand new CipherMail 5.0.4 VM from OVA.
Console login works, configuring network works, looking around in bash looks quite good.
When accessing https:/<<my-ip-address>> and logging in with admin and default PW, I get a "Login failed".
In /var/log/ciphermail-gateway-backend.log I see error mesages (shortened):
INFO Application {http://ws.djigzo.com}PAM#{http://ws.djigzo.application.mitm/}authenticate has thrown exception
WARN [Admin Login] Authentication failure: Bad credentials, Source: --- Principal: admin; Credentials: [PROTECTED]; Authenticated: false; --- Not granted any authorities
I already did a reset of the admin passwd according to "Forgot GUI admin password" foind in documentation.
Where is my mistake? How can I access the admin pages?
Thanks, Birger
Hello,
we are planning to moved from the distribution packages with version 4.11 to Virtual Appliance Version 5.0.4
After creating a backup on the old system I am trying to restore the backup via the Webinterface in 5.0.4 on the virtual appliances.
Unfortunately the certificate database doesn't seem to be imported even tough it should be in the backup file.
Other MTA-settings are imported properly. I think it could be related to the old version using Postgres and the virtual appliance uses MYSQL - but I am not sure of that.
I also tried importing with the backup.sh script - but still the certificates are not showing up in the webinterface.
Does anybody have an idea how to import the file and keep the certificate database?
Mit freundlichen Grüßen, Best Regards,
Vincent Willert
Hello Ciphermail,
We've put the encryption gateway behind nginx proxy (full configuration
attached). Sample:
> location / {
> proxy_pass https://192.168.0.1:8443/;
> proxy_http_version 1.1;
> proxy_set_header Upgrade $http_upgrade;
> proxy_set_header Connection 'upgrade';
> proxy_set_header Host $host;
> proxy_cache_bypass $http_upgrade;
> proxy_intercept_errors on;
>
> proxy_set_header X-Real-IP $remote_addr;
> proxy_set_header X-Forwarded-For $remote_addr;
However when a new user accesses PDF Portal they are presented with a Login
page instead of "Create new password" page for the user.
Also, inside the portal, some of the features like accessing system logs
return a page with no style (screenshot attached).
Can you please advise what nginx configuration we can try to make
Ciphermail work behind it?
Hi,
I have a ciphermail installation Version: 4.1.2-1. Built: 2018-06-07-11:11. on Standard Debian 8.11 running under postgres.
What is the best way to update to Debian 11 and current djigzo_5.0.4_all.deb
What I did so far was:
Create a backupp va webgui from old ciphermail
Install blank debian10 and all ciphermail packages
restore the backup on the new server on tzhe shell using /usr/share/djigzo/scripts/backup.sh script.
The result is:
Error message:
Render queue error in SetupRender[Users:grid]: Error invoking service builder method mitm.djigzo.web.services.SoapModule.buildUsersWS(UsersWSProxyFactory, ApplicationStateManager) (at SoapModule.java:765) (for service 'UsersWS'): org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.
What am I doing wrong ? What is the correct way for updating ciphermail ?