OpenEMM 6.0.1 in CentOS 5.4
Posted: Thu Mar 04, 2010 2:52 pm
Hi,
I'm trying to implement OpenEMM 6.0.1 in a CentOS 5.4 linux box. That linux box is previously installed with JDK (/usr/java/jdk1.6.0_16). And the command java is globally accessible. I'm facing a great problem. Everything works fine except mails are not going. My problem is described below with the steps I've performed to implement OpenEMM 6.0.1.
1. Installed OpenEMM following the instructions OpenEMM wiki for RHEL,
2. Installed the mysql, MySQL-python and sendmail-cf using yum install as described in OpenEMM wiki,
3. I've another RH Linux box running with OpenEMM 5.5.x, I got a sql dump of the database, and import it in the new linux box, in both the cases it was user=root, password=<blank>, database=openemm, host=localhost,
4. Run update_openemm-5.5.1-6.0.sql, update_openemm-6.0-6.0.1.sql, openemm_cms.sql (for this I've created a seperate db openemm_cms, and main database is openemm),
5. Changed emm.properties for dbconnection credentials,
6. Changed web.xml for <database> ... <driver> for mysql entries,
7. Started OpenEMM, and created few mailings, and tried to sent them, but none of them reached mailbox, it shows mails are generated scheduled to deliver, but none of them reached any mailbox.
I'm a new hand in OpenEMM and not a good linux person. Can anyone please help me to run the application?
Thanks & Regards !!
I'm trying to implement OpenEMM 6.0.1 in a CentOS 5.4 linux box. That linux box is previously installed with JDK (/usr/java/jdk1.6.0_16). And the command java is globally accessible. I'm facing a great problem. Everything works fine except mails are not going. My problem is described below with the steps I've performed to implement OpenEMM 6.0.1.
1. Installed OpenEMM following the instructions OpenEMM wiki for RHEL,
2. Installed the mysql, MySQL-python and sendmail-cf using yum install as described in OpenEMM wiki,
3. I've another RH Linux box running with OpenEMM 5.5.x, I got a sql dump of the database, and import it in the new linux box, in both the cases it was user=root, password=<blank>, database=openemm, host=localhost,
4. Run update_openemm-5.5.1-6.0.sql, update_openemm-6.0-6.0.1.sql, openemm_cms.sql (for this I've created a seperate db openemm_cms, and main database is openemm),
5. Changed emm.properties for dbconnection credentials,
6. Changed web.xml for <database> ... <driver> for mysql entries,
7. Started OpenEMM, and created few mailings, and tried to sent them, but none of them reached mailbox, it shows mails are generated scheduled to deliver, but none of them reached any mailbox.
I'm a new hand in OpenEMM and not a good linux person. Can anyone please help me to run the application?
Thanks & Regards !!