Search found 6 matches

by omiba
Fri Jan 08, 2010 9:58 pm
Forum: Using OpenEMM
Topic: Mail attachment limitations (magic numbers)
Replies: 18
Views: 19734

Okay, i'll try it out, and let everybody know.

-Scott
by omiba
Fri Jan 08, 2010 9:56 pm
Forum: Using OpenEMM
Topic: Mail attachment limitations (magic numbers)
Replies: 18
Views: 19734

Do you know how small of a multiple we can go before running into an issue?

My assumption is that we should be changing:

try {
double size = newAttachment.getFileSize();
String fileName = newAttachment.getFileName().toLowerCase();
if(fileName.endsWith(".pdf")) {
size = size * 2.4;
}


Can ...
by omiba
Fri Jan 08, 2010 7:42 pm
Forum: Using OpenEMM
Topic: Mail attachment limitations (magic numbers)
Replies: 18
Views: 19734

Sorry, was talking about OpenEMM version.

Do you know when we will not have to re-compile the source to make this change?
by omiba
Fri Jan 08, 2010 6:07 pm
Forum: Using OpenEMM
Topic: Mail attachment limitations (magic numbers)
Replies: 18
Views: 19734

What if we are using 6.0?

-Scott
by omiba
Tue Jan 05, 2010 5:23 pm
Forum: Using OpenEMM
Topic: Mail attachment limitations (magic numbers)
Replies: 18
Views: 19734

Any update on this?

we can't attach anything more than a 240K pdf file, it's fairly frustrating.

-Scott
by omiba
Thu Dec 17, 2009 6:43 pm
Forum: Bounce Management
Topic: bav.sock missing
Replies: 14
Views: 29847

bav.sock missing

We are having an issue with OpenEMM 6.0 on CentOS 5.

When we start OpenEMM, we get an error that bav.sock is missing:

Starting sendmails: listener WARNING: Xbav: local socket name /home/openemm/var/run/bav.sock missing
client queue clientmqueue admin queue mail queue done.

We have checked the ...