Do you have any idea where to implement this?
In my understanding the uploaded files are directly saved to the database, making it hard to scan them before saving them.
Search found 35 matches
- Mon Aug 21, 2023 12:16 pm
- Forum: Using OpenEMM
- Topic: Scan uploaded attachments for viruses
- Replies: 2
- Views: 15447
- Tue Aug 15, 2023 2:36 pm
- Forum: Using OpenEMM
- Topic: Scan uploaded attachments for viruses
- Replies: 2
- Views: 15447
Scan uploaded attachments for viruses
Hello everyone,
I was just wondering if OpenEMM scans uploaded attachments for viruses.
If not, maybe someone has an alternative implemented.
Thanks
Mika
I was just wondering if OpenEMM scans uploaded attachments for viruses.
If not, maybe someone has an alternative implemented.
Thanks

Mika
- Mon Aug 14, 2023 9:58 am
- Forum: Bugs, bug fixes & releases
- Topic: Customers can't subscribe through Webform anymore
- Replies: 3
- Views: 8728
Re: Customers can't subscribe through Webform anymore
That worked
Thanks for your help

Thanks for your help

- Mon Aug 07, 2023 11:22 am
- Forum: Bugs, bug fixes & releases
- Topic: Customers can't subscribe through Webform anymore
- Replies: 3
- Views: 8728
Re: Customers can't subscribe through Webform anymore
UPDATE:
I updated our Test Environment to 23.04. This seems to fix the issue, though I am not sure how I feel about updating our Production Environment to a Beta-Version of the Software. Is there any estimate when to expect the official release of OpenEMM 23.04. ?
I updated our Test Environment to 23.04. This seems to fix the issue, though I am not sure how I feel about updating our Production Environment to a Beta-Version of the Software. Is there any estimate when to expect the official release of OpenEMM 23.04. ?
- Fri Aug 04, 2023 2:17 pm
- Forum: Bugs, bug fixes & releases
- Topic: Customers can't subscribe through Webform anymore
- Replies: 3
- Views: 8728
Customers can't subscribe through Webform anymore
Hello, I recently upgraded our Production Environment to Version 22.10. Since then customers aren't able to subscribe through our webform anymore. Though when I enter data from an existing customer everything works as usual. In the catalina.out I get the following error: 2023-08-04 15:07:50,207: ERR...
- Mon Jul 31, 2023 11:54 am
- Forum: Installation & Upgrades
- Topic: After Update to 23.04 Error in Preview and sending Mail
- Replies: 5
- Views: 10250
Re: After Update to 23.04 Error in Preview and sending Mail
Hello,
my setenv.sh was indeed missing this line: source $HOME/scripts/config.sh
I manually added it and deleted the files I created at /opt/agnitas.com/etc/
Everything works as usual now
my setenv.sh was indeed missing this line: source $HOME/scripts/config.sh
I manually added it and deleted the files I created at /opt/agnitas.com/etc/
Everything works as usual now

- Tue Jul 25, 2023 1:08 pm
- Forum: Installation & Upgrades
- Topic: After Update to 23.04 Error in Preview and sending Mail
- Replies: 5
- Views: 10250
Re: After Update to 23.04 Error in Preview and sending Mail
UPDATE: Managed to get it up and running. The source code at "frontend/src/java/org/agnitas/util/MailoutClient.java" uses a file to configure the mailout-client. I created the "/opt/agnitas.com/etc/system.cfg" file with these parameters: mailout-server = localhost mailout-port = ...
- Tue Jul 25, 2023 12:22 pm
- Forum: Installation & Upgrades
- Topic: After Update to 23.04 Error in Preview and sending Mail
- Replies: 5
- Views: 10250
Re: After Update to 23.04 Error in Preview and sending Mail
UPDATE: I found out something interesting ... The mailout-server listens on port 8093 though the mailout-client tries to connect to 8089. Is there a way to change either of these ports? /home/openemm/var/log/mailoutserver.log [25.07.2023 13:05:43] INFO/server: Listening to *:8093 for XML-RPC request...
- Tue Jul 25, 2023 10:20 am
- Forum: Installation & Upgrades
- Topic: After Update to 23.04 Error in Preview and sending Mail
- Replies: 5
- Views: 10250
Re: After Update to 23.04 Error in Preview and sending Mail
UPDATE: I managed to get the preview generation running againg. I took a look a the source code and found that in frontend/src/java/org/agnitas/util/DBConfig.java the path for the dbcfg is set to "/opt/agnitas.com/etc/dbcfg" I didn't find anything that indicates this path to be changed. So...
- Mon Jul 24, 2023 1:51 pm
- Forum: Installation & Upgrades
- Topic: After Update to 23.04 Error in Preview and sending Mail
- Replies: 5
- Views: 10250
After Update to 23.04 Error in Preview and sending Mail
Hello, I just upgraded to 23.04 Beta I followed all steps to replace MySQL with MariaDB and even created a new database with OMT. Still I get the following error when previewing mailings. Furthermore it's not possible to send any mailings. All drivers are installed. I can access the database with th...
- Fri Jul 21, 2023 10:18 am
- Forum: Installation & Upgrades
- Topic: Login not possible after Upgrade to 22.10 from 22.04
- Replies: 7
- Views: 21737
Re: Login not possible after Upgrade to 22.10 from 22.04
We host it internally behind proxies and firewalls. It seemed like the request wasn't even sent when I got the "Permission denied" Error. I didn't copy the error message I got when using 23.04. but it was something like "anonymous login not allowed". When I disabled CSRF protecti...
- Fri Jul 21, 2023 10:03 am
- Forum: Installation & Upgrades
- Topic: Login not possible after Upgrade to 22.10 from 22.04
- Replies: 7
- Views: 21737
Re: Login not possible after Upgrade to 22.10 from 22.04
I managed to get it running. I upgraded to 23.04. which didn't work in the beginning but gave me an error message in the catalina.out, which lead me to the new db-parameter "csrfProtection.enabled" in config_tbl. After changing the value to false everything worked again. I restored a snaps...
- Fri Jul 21, 2023 7:55 am
- Forum: Installation & Upgrades
- Topic: Login not possible after Upgrade to 22.10 from 22.04
- Replies: 7
- Views: 21737
Re: Login not possible after Upgrade to 22.10 from 22.04
Hey Maschoff,
yes I installed via OMT. I ran the update again without success. No error messages during the update or startup.
I created a new database using OMT, didn't solve the problem either.
yes I installed via OMT. I ran the update again without success. No error messages during the update or startup.
I created a new database using OMT, didn't solve the problem either.
- Thu Jul 20, 2023 10:23 am
- Forum: Installation & Upgrades
- Topic: Login not possible after Upgrade to 22.10 from 22.04
- Replies: 7
- Views: 21737
Login not possible after Upgrade to 22.10 from 22.04
Hello everyone, I just upgraded to OpenEMM 22.10. I've been using this Installation of OpenEMM since 19.04 and never had any problems with the upgrades. After the recent upgrade I suddenly wasn't able to login anymore. Neither my user nor the emm-master user is able to login. I get a pop-up saying &...
- Fri Oct 02, 2020 11:31 am
- Forum: Using OpenEMM
- Topic: What is the XMLRPC Server used for?
- Replies: 2
- Views: 11400
Re: What is the XMLRPC Server used for?
Hello maschoff,
Thanks for your reply.
Is there a way to configure the Listening IP Address to 127.0.0.1?
Because for us it is running under 0.0.0.0.
Best regards,
Mika Laurer
Thanks for your reply.
Is there a way to configure the Listening IP Address to 127.0.0.1?
Because for us it is running under 0.0.0.0.
Best regards,
Mika Laurer