On Tue, 6 Sept 2022 at 17:30, <ro...@beardandsandals.co.uk> wrote: > > > > On 06/09/2022 11:04, Maxim Solodovnik <solomax...@gmail.com> wrote: > > can you run command like > > `sudo -u nobody telnet mail_host 587` > > > > here `nobody` is the user you are using to run OM > > Maxim, > > I added the following to /opt/openmeetings/conf/catalina.policy. > > // Permissions for jakarta mail > grant { > permission java.net.SocketPermission > "SMTPHOST:587", "connect,resolve"; > }; > > I am now seeing traffic getting out of the openmeetings servlet application > and into the linux kernel socket. I think this needs to be documented > somewhere. >
Thanks for sharing! never need to add permission like this Are you using some sort of restricted JVM? According to the documentation: I can add it to the site, can you suggest the correct page? :)) (this mail thread will be available for those who will search ... :)))) -- Best regards, Maxim