RE: database driven mail server

2013-09-02 Thread Russ Michaels
And there is already a cf wrapper for smartermail api too Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 3 Sep 2013 02:25, "Mark A Kruger" wrote: > > Matt, > > That's pretty nifty. I use a number of the API features of smarter mail > integrated into my company ma

RE: database driven mail server

2013-09-02 Thread Mark A Kruger
Matt, That's pretty nifty. I use a number of the API features of smarter mail integrated into my company management/hours/tasks system. It's definitely a great platform and worth a look. -mark -Original Message- From: Money Pit [mailto:websitema...@gmail.com] Sent: Monday, September

Re: database driven mail server

2013-09-02 Thread Money Pit
I rolled my own solution with CF coupled to Smartermail's support of Plus-addressing. If you aren't familar with it, its pretty powerful. Lets say my email is u...@domain.com. I send mail with CF as usual and set CFMAIL's FailTo parameter to 'failedmail+1...@domain.com', where 1234 is the prim

RE: Good jvm ram settings for 64 bit ColdFusion

2013-09-02 Thread Mark A Kruger
Michael, Rule of thumb is 80% for equivelancy. In other words, a 1.8 gig 64bit is equal to a 1gig 32 bit. Heap. Or you can just multiply times 2 (which is usually what I do). So a 6 gig heap is roughly 3 or more times the size of your 32bit 1 gig heap. If your server is dedicated to CF I think yo

Good jvm ram settings for 64 bit ColdFusion

2013-09-02 Thread Michael Dinowitz
Does anyone have any suggestions for good workable ram settings on a 64 bit CF10 install on a box with 8 gig of ram? I understand I can use more than the standard 1 gig but has there been any work on the best settings? Otherwise I'm thinking to start with 6 gig maxheap and 4 gig maxperm. ~~~

Re: database driven mail server

2013-09-02 Thread Claude Schnéegans
>>If you just want better reporting for SMTP to track bounces, rejections, failures etc, Yes, this is mostly what I'm looking for. >>but the anti-spam is basic content filtering, DNSBL etc, there is no Bayesian engine , Anti-spam is not a problem, I'm fondamentally opposed to anti-spam systems

Re: database driven mail server

2013-09-02 Thread Craig Hadley
We parse bounces and returns using Boogie Tools and love it. http://www.boogietools.com/ Craig From: "Russ Michaels" Sent: Monday, September 02, 2013 9:45 AM To: "cf-talk" Subject: Re: database driven mail server Claude, it rather depends what else

Re: database driven mail server

2013-09-02 Thread Claude Schnéegans
>>For our marketing messages, we use Marketo. We don't send marketing messages and I'm not looking for a third party solution. We offer a complete Content management and email system, with SMTP and POP servers. I want to be able to control both of them more precisely. When I get a call like "I'

Re: database driven mail server

2013-09-02 Thread Russ Michaels
Claude, it rather depends what else you want out of the mail server. If you just want better reporting for SMTP to track bounces, rejections, failures etc, then you only need to change the SMTP server and you could keep MailEnable for incoming mail if you are happy with it. I have used HmailServe

Re: database driven mail server

2013-09-02 Thread Byron Mann
If you are looking to not reinvent the wheel... For our marketing messages, we use Marketo. Their reporting has stuff like bounce, open rates and some other details. I don't believe Marketo has an smtp relay, you basically maintain email lists in their console and render messages from there. Also

RE: database driven mail server

2013-09-02 Thread Mark A Kruger
Claude, I was thinking that @mail (or atmail?) has MySQL based logs - but I could be mistaken. The data is definitely stored in mysql however. There may be a plugin for Zimbra that handles logs via ODBC. 2 cents - make sure you tell your users that the information they are looking for is heavil

database driven mail server

2013-09-02 Thread Claude Schnéegans
Hi, I'm presently using MailEnable on my server. It's a good program, but I need to build a system to follow up messages. My customers (associations) send messages to their members and some messages do not go through for many reasons. They need to have confirmations and reasons of failures. The