[Djigzo users] Problem with webinterface and firefox

2017-12-12 Thread ratatouille via Users
Hello!

When I am logged in in the admin interface port 8443, I see
some menus with subentries when I go there with the mouse.

The menupoints flip open but as soon I want to choose a
subentry the opened menu disappears.

It does not disappear in one of twenty cases. With seamonkey
this problem does not exist.

Kind regards

  Andreas
___
Users mailing list
Users@lists.djigzo.com
https://lists.djigzo.com/lists/listinfo/users


Re: [Djigzo users] Warning about JCE

2017-12-12 Thread ratatouille via Users
Hello!

Martijn Brinkers via Users  schrieb am 12.12.17 um 
21:23:54 Uhr:

> > Since I rebootet the host I see a red warning after logging in.
> > 
> > "The unlimited strength JCE policy files are not properly installed."
> > 
> > Do I have to do so?  
> 
> Which version of Java are you using? Are you using Oracle (SUN) or OpenJDK?

# java -version
java version "1.8.0_152"
Java(TM) SE Runtime Environment (build 1.8.0_152-b16)
Java HotSpot(TM) Server VM (build 25.152-b16, mixed mode)

This is SUN Oracle I guess.

There are two folders in /usr/java/jdk1.8.0_152/jre/lib/security/policy,
limited and unlimited and in both are a local_policy.jar and a
US_export_policy.jar

  Andreas
___
Users mailing list
Users@lists.djigzo.com
https://lists.djigzo.com/lists/listinfo/users


[Djigzo users] Warning about JCE

2017-12-12 Thread ratatouille via Users
Hello!

Since I rebootet the host I see a red warning after logging in.

"The unlimited strength JCE policy files are not properly installed."

Do I have to do so?

Kind regards

  Andreas
___
Users mailing list
Users@lists.djigzo.com
https://lists.djigzo.com/lists/listinfo/users


Re: [Djigzo users] ciphermail does not start

2017-12-11 Thread ratatouille via Users
Hello!

> > # sudo -u djigzo ant -f /usr/share/djigzo/build.xml
> > Buildfile: /usr/share/djigzo/build.xml
> > 
> > create-symlinks:
> >[delete] Deleting directory 
> > /usr/share/djigzo/james-2.3.1/apps/james/SAR-INF/lib
> > [mkdir] Created dir: 
> > /usr/share/djigzo/james-2.3.1/apps/james/SAR-INF/lib
> > 
> > create-symlink:
> >  [echo] /usr/share/djigzo/lib/FastInfoset-1.2.2.jar
> >   [symlink] ln: die symbolische Verknüpfung 
> > „james-2.3.1/apps/james/SAR-INF/lib/FastInfoset-1.2.2.jar“ konnte nicht 
> > angelegt werden: Datei oder Verzeichnis nicht gefunden
> > 
> > BUILD FAILED
> > /usr/share/djigzo/build.xml:74: The following error occurred while 
> > executing this line:
> > /usr/share/djigzo/build.xml:98: ln failed with return code 1  
> 
> Weird.
> 
> Does the file /usr/share/djigzo/lib/FastInfoset-1.2.2.jar exist?

yes

> If so what is the file permissions/owner?
> 
> ls -al /usr/share/djigzo/lib/FastInfoset-1.2.2.jar

ls -al /usr/share/djigzo/lib/FastInfoset-1.2.2.jar
-rw-rw-r-- 1 djigzo djigzo 291779  7. Okt 08:34 
/usr/share/djigzo/lib/FastInfoset-1.2.2.jar

  Andreas
___
Users mailing list
Users@lists.djigzo.com
https://lists.djigzo.com/lists/listinfo/users


Re: [Djigzo users] ciphermail does not start

2017-12-09 Thread ratatouille via Users
Hello!

This is an openSUSE 13.2 with

# java -version
java version "1.8.0_152"
Java(TM) SE Runtime Environment (build 1.8.0_152-b16)
Java HotSpot(TM) Server VM (build 25.152-b16, mixed mode)

# rpm -ihv djigzo-3.3.1-0.SUSE.noarch.rpm
warning: djigzo-3.3.1-0.SUSE.noarch.rpm: Header V4 DSA/SHA1 Signature, key ID 
0c345bcc: NOKEY
Preparing...  # [100%]
Updating / installing...
   1:djigzo-3.3.1-0   # [100%]
groupadd: Gruppe »djigzo« existiert bereits.
Fehler: Hauptklasse org.apache.tools.ant.launch.Launcher konnte nicht gefunden 
oder geladen werden
/etc/sudoers.d/x2goserver: Falsche Zugriffsrechte, sollten Modus 0440 sein

Kind regards

  Andreas

Martijn Brinkers via Users <users@lists.djigzo.com> schrieb am 09.12.17 um 
22:11:01 Uhr:

> On which SUSE release did you installed it?
> 
> Kind regards,
> 
> Martijn Brinkers
> 
> On 09-12-17 22:07, ratatouille via Users wrote:
> > Hello!
> > 
> > Installed djigzo-3.3.1-0.SUSE.noarch.rpm but I get a
> > 
> > # ./start-djigzo.sh
> > ./start-djigzo.sh: Zeile 3: ./wrapper/wrapper-djigzo: Datei oder 
> > Verzeichnis nicht gefunden
> > 
> > workstation:/usr/share/djigzo/wrapper # ll
> > -rw-rw-r-- 1 djigzo djigzo   2075  7. Okt 08:34 build.xml
> > -rw-rw-r-- 1 djigzo djigzo   7975  7. Okt 08:34 djigzo.wrapper.conf
> > -rw-rw-r-- 1 djigzo djigzo163  7. Okt 08:34 
> > wrapper-additional-parameters.conf
> > -rw-rw-r-- 1 djigzo djigzo 52  7. Okt 08:34 
> > wrapper.dist.Linux.amd64.properties
> > -rw-rw-r-- 1 djigzo djigzo 52  7. Okt 08:34 
> > wrapper.dist.Linux.i386.properties
> > -rw-rw-r-- 1 djigzo djigzo 523858  7. Okt 08:34 
> > wrapper-linux-x86-32-3.5.28.tar.gz
> > -rw-rw-r-- 1 djigzo djigzo 542587  7. Okt 08:34 
> > wrapper-linux-x86-64-3.5.28.tar.gz
> > 
> > What's wrong? How do I get wrapper-djigzo?
> > 
> > Greetings
> > 
> >   Andreas
> > ___
> > Users mailing list
> > Users@lists.djigzo.com
> > https://lists.djigzo.com/lists/listinfo/users
> >   
> 
> 

___
Users mailing list
Users@lists.djigzo.com
https://lists.djigzo.com/lists/listinfo/users


[Djigzo users] ciphermail does not start

2017-12-09 Thread ratatouille via Users
Hello!

Installed djigzo-3.3.1-0.SUSE.noarch.rpm but I get a

# ./start-djigzo.sh
./start-djigzo.sh: Zeile 3: ./wrapper/wrapper-djigzo: Datei oder Verzeichnis 
nicht gefunden

workstation:/usr/share/djigzo/wrapper # ll
-rw-rw-r-- 1 djigzo djigzo   2075  7. Okt 08:34 build.xml
-rw-rw-r-- 1 djigzo djigzo   7975  7. Okt 08:34 djigzo.wrapper.conf
-rw-rw-r-- 1 djigzo djigzo163  7. Okt 08:34 
wrapper-additional-parameters.conf
-rw-rw-r-- 1 djigzo djigzo 52  7. Okt 08:34 
wrapper.dist.Linux.amd64.properties
-rw-rw-r-- 1 djigzo djigzo 52  7. Okt 08:34 
wrapper.dist.Linux.i386.properties
-rw-rw-r-- 1 djigzo djigzo 523858  7. Okt 08:34 
wrapper-linux-x86-32-3.5.28.tar.gz
-rw-rw-r-- 1 djigzo djigzo 542587  7. Okt 08:34 
wrapper-linux-x86-64-3.5.28.tar.gz

What's wrong? How do I get wrapper-djigzo?

Greetings

  Andreas
___
Users mailing list
Users@lists.djigzo.com
https://lists.djigzo.com/lists/listinfo/users


[Djigzo users] Deployment of CipherMail

2017-12-04 Thread ratatouille via Users
Hello!

One question about the deployment of CipherMail. Is it possible,
to have CiperMail running on the same server the MTA (postfix)
is running or does one need a dedicated server for it?

Greetings

  Andreas
___
Users mailing list
Users@lists.djigzo.com
https://lists.djigzo.com/lists/listinfo/users