Search found 2 matches

by hawkeye
Thu May 03, 2007 9:31 am
Forum: Installation & Upgrades
Topic: Redirection and backend-login on different ports?
Replies: 0
Views: 5589

Redirection and backend-login on different ports?

Hello folks,

I was asked if it is possible to have two different ports for openemm. The redirection-service and the backend-login should run on different ports (redirect on 80 and backend login on 8080, for a better handling in the firewall).
Is it possible? The manual does not give me an answer ...
by hawkeye
Mon Apr 16, 2007 2:27 pm
Forum: Using OpenEMM
Topic: VMware Version - New recipients are not editable
Replies: 5
Views: 7386

I found the bug.
Do the following in the console to fix the problem:

mysql –u root openemm

ALTER TABLE customer_1_tbl CHANGE mailtype mailtype INT( 11 ) NULL DEFAULT '0';

commit;

quit

Great, that solves one of the two problems :roll: I can edit the new users now, but still no mail was send ...