Lines 22-27
Link Here
|
22 |
<!-- add this part END --> |
22 |
<!-- add this part END --> |
23 |
</Engine> |
23 |
</Engine> |
24 |
|
24 |
|
|
|
25 |
You have to replace the ${PREFIX}/${PORTNAME} with your Prefix and Portname. |
25 |
Also don't forget securing tomcat, or add a httpd in front secured |
26 |
Also don't forget securing tomcat, or add a httpd in front secured |
26 |
|
27 |
|
27 |
# IMPORTANT sendmail is completly controlled from OpenEMM! |
28 |
# IMPORTANT sendmail is completly controlled from OpenEMM! |
Lines 30-36
Link Here
|
30 |
sendmail_enable="YES" |
31 |
sendmail_enable="YES" |
31 |
|
32 |
|
32 |
# check also if you have a symlink to sendmail |
33 |
# check also if you have a symlink to sendmail |
33 |
ln -s /etc/rc.d/sendmail /etc/init.d/ |
34 |
ln -s /etc/rc.d/sendmail /etc/rc.d/ |
34 |
|
35 |
|
35 |
# update the read right on the maillog file |
36 |
# update the read right on the maillog file |
36 |
chmod 644 /var/log/maillog |
37 |
chmod 644 /var/log/maillog |
Lines 80-83
Link Here
|
80 |
|
81 |
|
81 |
service tomcat8 start |
82 |
service tomcat8 start |
82 |
|
83 |
|
|
|
84 |
service openemm2013 start |
85 |
or |
83 |
${PREFIX}/etc/rc.d/openemm2013 start |
86 |
${PREFIX}/etc/rc.d/openemm2013 start |