Search found 36 matches

by RickSanson
Dec 14, 2008 2:40 am
Forum: CommuniMail
Topic: Cmaild Appears To Hang When Processing Over 500 Messages
Replies: 5
Views: 14579

Just as a follow up... Using flat files (csv) is NOT efficient. The problem here is that there is no garbage collection and the scripts (perl) will consume memory until the machine pukes, kills perl without warning... However with MySQL I've pushed 20,000 messages per hour consuming not more than 1%...
by RickSanson
Oct 14, 2008 12:06 am
Forum: CommuniMail
Topic: Talking to MySQL DB / MS SQL
Replies: 0
Views: 5820

Talking to MySQL DB / MS SQL

Hi! I am near making Communimail talk to Microsoft SQL using an updated version of DBD::Sybase. I have perl talking to MSSQL 2005 using this driver, I've created the MySql tables in MSSQL and they apparently are right. Now I just need to get the Communimail code to use the Sybase driver. Could you p...
by RickSanson
Jan 13, 2008 3:27 pm
Forum: CommuniMail
Topic: Cmaild Appears To Hang When Processing Over 500 Messages
Replies: 5
Views: 14579

Is anyone sending over 1000 messages?

Anyone? Any ideas?
by RickSanson
Jan 11, 2008 7:46 pm
Forum: CommuniMail
Topic: Cmaild Appears To Hang When Processing Over 500 Messages
Replies: 5
Views: 14579

Hi! I built another machine that has two non-parity strip set for both the root and the swap partitions. I did thsi to see if I could get anything out of the swap... I did 500 messages (html only) using 369MB ram with 0 swap I did 1000 messages (html only) using 1410MB ram with 256KB swap I then tri...
by RickSanson
Jan 11, 2008 1:00 pm
Forum: CommuniMail
Topic: Cmaild Appears To Hang When Processing Over 500 Messages
Replies: 5
Views: 14579

I'm doing a few more runs in testing but here is what I've found: cmaild (listed as the command "perl") apparently puts all message elements into memory. The more messages to send the more memory it requires until it exceeds system memory which it then begins to consume swap space. Once al...
by RickSanson
Jan 11, 2008 12:06 am
Forum: CommuniMail
Topic: Cmaild Appears To Hang When Processing Over 500 Messages
Replies: 5
Views: 14579

Cmaild Appears To Hang When Processing Over 500 Messages

Hi! I am trying to work through a problem where C-Mail falls appears to fall down over 500 messages. Using top this is what I see... PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU CMD 19644 root 23 0 1404M 1.0G 824 R 33.4 89.1 15:07 1 perl This is a dual processor box with 2gb ram. 500 messa...
by RickSanson
Oct 16, 2007 1:34 pm
Forum: CommuniMail
Topic: Running CMAILD Remotely
Replies: 4
Views: 6823

You can start cmaild.pl manually (through a call from your script). Thank you! So, cmaild.pl will look for as status change (3) then go away, and not be run again until something kicks it off again, yes? I appreciate your help and I'm trying to repay by answering some of the questions here and upda...
by RickSanson
Oct 16, 2007 12:41 am
Forum: CommuniMail
Topic: CMail Sends Three Messages Everytime Cmail_Daemon.pl Is Ran
Replies: 2
Views: 6249

Update!

This problem was the result of the operator, me, misunderstanding how the cmail_daemon.pl worked. I though it functioned like it was a run "manually" process rather than a process that looked for new requests and processed them at they came up.
by RickSanson
Oct 16, 2007 12:37 am
Forum: CommuniMail
Topic: Running CMAILD Remotely
Replies: 4
Views: 6823

Hi! I now realize that I misunderstood both cmaild.pl and cmail_daemon.pl in that they initialize the daemon the continues to monitor SendStatus for a change in the status number. I wish I had really read (and understood) the README that clearly describes this. What I really need to do what web_cmai...
by RickSanson
Oct 13, 2007 7:58 pm
Forum: CommuniMail
Topic: External Mail Servers
Replies: 1
Views: 5387

It works fine! You need to configure Exchange to permit relying from the box that is running Communimail.

Communimail will not have an Exchange e-mailbox to log into.
by RickSanson
Oct 13, 2007 7:25 pm
Forum: CommuniMail
Topic: Uploadin images
Replies: 1
Views: 5924

I know this email is rather old but I thought I would reply as I am using some images upload capability... IBrowser work very well with the Communimail HTML editor (tiny_MCE). http://tinymce.moxiecode.com/punbb/viewtopic.php?pid=2865 If you can maneuver around Linux well, installation and configurat...
by RickSanson
Oct 13, 2007 6:24 pm
Forum: CommuniMail
Topic: Running CMAILD Remotely
Replies: 4
Views: 6823

Running CMAILD Remotely

Hi! I need to to kickoff the cmaild or cmail_daemon scripts from another application. I have all the networking done but it seems the only way to run the script is from within the ./communimail directory. Any other method, both local and remote, results in the following error: Can't locate libraries...
by RickSanson
Oct 13, 2007 4:30 pm
Forum: CommuniMail
Topic: HTML Entered Directly Into The Template Fails
Replies: 5
Views: 6812

Update:

My HTML was bad! No fault of Communimail!
by RickSanson
Oct 02, 2007 3:05 am
Forum: CommuniMail
Topic: CMail Sends Three Messages Everytime Cmail_Daemon.pl Is Ran
Replies: 2
Views: 6249

CMail Sends Three Messages Everytime Cmail_Daemon.pl Is Ran

Hi!

I am sending 3 identical messages to every recipient every time I manually run 'nohup perl /usr/local/apache/cgi-bin/communimail/cmail_daemon.pl &'

It appears the the SendStatus db is not being updated. Using CSV!

Any thoughts?

Thanks!
by RickSanson
Oct 02, 2007 2:53 am
Forum: CommuniMail
Topic: How to change dynamic email subject line
Replies: 2
Views: 6013

signup.cgi

Line 129 and 131