Search found 5 matches

by sailbert
Fri Oct 19, 2007 5:44 pm
Forum: Installation & Upgrades
Topic: Ubuntu Install Notes
Replies: 1
Views: 20371

Ubuntu Install Notes

Ubunutu OpenEMM Install notes

/etc/hostname
openemm.domain.com

The reverse dns needs to be defined for openemm.domain.com. I had a wrong reverse dns that messed up sendmail. I had used the IP address of my old mail server and the reverse DNS was sell setup for mail.domain.com. Don't do that ...
by sailbert
Tue Oct 02, 2007 6:43 pm
Forum: Bounce Management
Topic: User unknown
Replies: 3
Views: 11066

User Unknown

I had a similar problem. Make sure the full computer name is not the same at the email domain name the mail is coming from.

I had my computer name set to bounce.domain.com

I was sending mail from ext_1@bounce.domain.com

Sendmail routed the mail as local since the domain matched. This bypasses the ...
by sailbert
Fri Sep 21, 2007 11:45 pm
Forum: Bugs, bug fixes & releases
Topic: messages_en_US.properties Not Found. - Fix
Replies: 0
Views: 4948

messages_en_US.properties Not Found. - Fix

Once I fixed the error about emm_struts.log not being found I then got this error message in emm_struts.log

2007-09-21 15:23:17,483 WARN org.apache.struts.util.PropertyMessageResources - Resource messages_en_US.properties Not Found.

My system.
Ubuntu 7.04
Sun Java(6) 1.6.0
USA version

The file ...
by sailbert
Fri Sep 21, 2007 10:24 pm
Forum: Bugs, bug fixes & releases
Topic: logs/emm_struts.log and logs/emm_axis.log error fix
Replies: 0
Views: 5804

logs/emm_struts.log and logs/emm_axis.log error fix

console_stderr.log
java.io.FileNotFoundException: logs/emm_struts.log (No such file or directory)
java.io.FileNotFoundException: logs/emm_axis.log (No such file or directory)


The "logs" directory does not exist. There is a /home/openemm/log directory.

The fix is to rename /home/openemm/log to ...
by sailbert
Fri Sep 21, 2007 10:11 pm
Forum: Bugs, bug fixes & releases
Topic: Permission Denied, sendmail-mqueue-client.pid -Fix
Replies: 1
Views: 9236

Permission Denied, sendmail-mqueue-client.pid -Fix

When starting OpenEMM these error messages appear in /var/log/mail.warn

Sep 21 08:54:06 bounce sendmail[4529]: unable to write pid to /home/openemm/var/run/sendmail-mqueue-client.pid: Permission denied
Sep 21 08:54:06 bounce sendmail[4532]: unable to write pid to /home/openemm/var/run/sendmail ...