Search found 46 matches

by Anton
Sun Jul 28, 2013 2:19 pm
Forum: Installation & Upgrades
Topic: JDK
Replies: 8
Views: 11485

Re: JDK

I would go with the user ‘maschoff’ here. You won’t experience a problem as long as JDK version 6. JDK version 7 has some serious bugs, but I think the latest update has it all covered. Thank you! Hope this helps! From https://help.ubuntu.com/community/Java Oracle (Sun) Java 6 WARNING: Oracle Java ...
by Anton
Sat Dec 01, 2012 10:26 pm
Forum: Development
Topic: SMTP
Replies: 1
Views: 4763

Re: SMTP

You can use the smartrelay functionality. Look in the docs and have a study of the configuration files and you should find out easy enough. It's not a perfect solution (bounce management becomes more complicated) but the way it's written/conceived means this is the only easy option.
by Anton
Tue Oct 02, 2012 6:23 pm
Forum: Bugs, bug fixes & releases
Topic: EDIT: 3rd beta of OpenEMM 2012 available at SourceForge
Replies: 6
Views: 9784

Re: First beta version of OpenEMM 2012 available at SourceFo

I think manipulating the spool directly is not the best idea, but I know thats an easy way for you. For mass mails you should use the smtp protocol to submit the mailings. Umm. The best idea is the one that works best. The SMTP protocol is a horrible POS that was created 30 years ago and is good fo...
by Anton
Tue Aug 21, 2012 4:59 pm
Forum: Installation & Upgrades
Topic: Web Installer
Replies: 1
Views: 3627

Re: Web Installer

OpenEMM is Java-based (amonst others). You are not really going to be able to install and manage the solution effectively without terminal access.
by Anton
Fri Aug 10, 2012 9:52 am
Forum: Using OpenEMM
Topic: Unsubscribe via reply-to-email?
Replies: 3
Views: 5072

Re: Unsubscribe via reply-to-email?

I am still a beginner but I am absolutely certain you can do this with a form and actions. You should read the relevant parts of the documentation - sorry I can't tell you exactly how but the system is powerful and this is almost certainly possible with these two features.
by Anton
Fri Jul 20, 2012 9:55 am
Forum: Development
Topic: Disable mail sending - cross posting
Replies: 1
Views: 4673

Re: Disable mail sending - cross posting

Did you try my suggestion?
by Anton
Thu Jul 19, 2012 6:26 pm
Forum: Installation & Upgrades
Topic: Does EMM work with postfix?
Replies: 3
Views: 9045

Re: Does EMM work with postfix?

This is not strictly true... While obviously true that the solution will not work *out of the box* with anything other than sendmail or the internal SMTP, it is also true that the internal SMTP has an easy mechanism to proxy to a second SMTP server. In the docs and elsewhere this is referred to as a...
by Anton
Tue Jul 10, 2012 10:35 pm
Forum: Using OpenEMM
Topic: Disable mail sending
Replies: 3
Views: 4545

Re: Disable mail sending

I was suggesting the last comment : The following sends everything to /dev/null: LOCAL_RULE_0 R$* < @ $* > $* $#local $: bit-bucket This assumes that in your /etc/aliases: bit-bucket: /dev/null Which should just accept the emails and send them to /dev/null. I really know nothing about sendmail, but ...
by Anton
Sun Jul 08, 2012 2:17 pm
Forum: Development
Topic: Eclipse project file
Replies: 8
Views: 12519

Re: Eclipse project file

The Java code in .java files/packages compiles correctly and .class files are correctly generated. Sorry to have used the word "compilation", as this has obviously caused confusion. There were actual Java file compilation errors when using Tomcat7 and/or JDK7 (both Open and Oracle) but eve...
by Anton
Sun Jul 08, 2012 1:50 pm
Forum: Development
Topic: Eclipse project file
Replies: 8
Views: 12519

Re: Eclipse project file

When I said "compilation", I probably should have said "validation" - but for example: <%@include file="/footer.jsp"%> Gives : file not found. This is present for 2011 and 2012m3 in lots of files. I couldn't find a footer.jsp anywhere, but that of course could be dealt ...
by Anton
Sun Jul 08, 2012 12:31 pm
Forum: Using OpenEMM
Topic: Disable mail sending
Replies: 3
Views: 4545

Re: Disable mail sending

Maybe something like
http://serverfault.com/questions/239441 ... o-dev-null?
(the last post).
by Anton
Sun Jul 08, 2012 12:07 pm
Forum: Development
Topic: Eclipse project file
Replies: 8
Views: 12519

Re: Eclipse project file

Thanks. If I follow those instructions then I get "compilation" problems (there appear to be some jsps missing, like footer.jsp). I initially tried with a "non-supported" configuration (openjdk, etc.) but have since reverted to trying with Tomcat 6.0.35 and Sun's JDK 6 (on Ubuntu...
by Anton
Sun Jul 08, 2012 8:47 am
Forum: Development
Topic: Include blacklist users for Action based emails
Replies: 1
Views: 4823

Re: Include blacklist users for Action based emails

Just for some background on this request (which I didn't make but see as valid!) - in some places, notably the UK, certain sectors (like banks, insurance, etc.) are obliged to inform customers, present and former, of certain things. If memory servers, things like terms and conditions changes or data...
by Anton
Sun Jul 08, 2012 8:35 am
Forum: Development
Topic: Eclipse project file
Replies: 8
Views: 12519

Eclipse project file

Hi,
Does anyone have a working project setup file they could share? I haven't done much j2ee and back when I was given the .metadata directory so never really got that familiar with the mechanisms. Either for 2011 or 2012m3 - I just need to see how things are set up for a working debug config.
Thanks
by Anton
Sat Jun 30, 2012 10:07 am
Forum: Development
Topic: OpenJDK 7/Tomcat 7
Replies: 0
Views: 4190

OpenJDK 7/Tomcat 7

Hi,
Has anyone tried developing for OpenEMM on this configuration? Running it? They have both been around for a while now so I thought I'd ask. The last mention of OpenJDK on this forum was a few years ago... and the Sun JDK doesn't seem to be in Ubuntu's partner repos any more.
Cheers
A