December 13th 2015 PDT
I’m having an issue with an installation that I manage for a sports booster club. We have cheap hosting and the resources are fine for our needs, but sharing a mail server with everyone else is a nightmare. If I used amazon SES integrated with Dada, would that solve the problem? And is that possible with Bridge, or only with announce-only mailings? Mary Ann ...Continue Reading
December 3rd 2015 PDT
I think Moshe's suggestion is exactly what you're looking for, but if you do need to run the cronjob as a path to a file, rather than via curl, you can do something like this: http://dadamailproject.com/d/features-scheduled_cronjobs.pod.html#Running-the-scheduled-jobs-via-the-command-line ie: cd /home/youraccount/public_html/cgi-bin/dada; /usr/bin/perl ./mail.cgi flavor=_sched513A3F128C5C41EC schedule=_all list=_all output_mode=_verbose The problem with this (in your case) is it's not just an absolute path to a ...Continue Reading
December 3rd 2015 PDT
> On Dec 2, 2015, at 10:15 AM, Carl Kuczun ckuczun@PROTECTED [Dada Mail Developers] wrote: > > Hi Justin, > > The upgrade from v6 to v9 went like clockwork. The only thing I'm having trouble with is updating an existing email address. OK - I know what that may be: In the, dada_mail_support_files/static/javascripts/dada_mail.js See if there's a line like this: $("#tabs").tabs(); //{ heightStyle: "auto" } If so, remove it. If this is the problem, just loading that screen shou ...Continue Reading
December 3rd 2015 PDT
Hi Eric,I’m not sure if my client has command line access or not (I do on my dedicated, but this is on shared hosting for a client). I’m going to try Moshe’s suggestion first since that is along the lines of what her support suggested.Thanks for the reply!Mary Ann On Dec 2, 2015, at 2:37 PM, Eric Tyrer etyrer@PROTECTED [Dada Mail Developers] <dadadev@PROTECTED> wrote:Hi Mary..Do you have access to the terminal/console on your server?here’s a good article on basics of cronnie http://code.tutsplus.com/tutori ...Continue Reading
December 2nd 2015 PDT
Hi Mary.. Do you have access to the terminal/console on your server? here’s a good article on basics of cronnie http://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800 Type: crontab -l This should display your current job Now if you feel up to the task of editing it in the VI editor do a: crontab -e Eric S. Tyrer II Associate Director – Web and Digital Communications York College - The City University of New Yorkhttp://www.york.cuny.edu 94-20 Guy R. Brewer Blvd. Academic Core - STE 1H1 ...Continue Reading
December 2nd 2015 PDT
The easiest thing to do is probably to create a script that looks like this: #!/bin/bash curl --user-agent "Mozilla/5.0 (compatible;)" --silent --get --url http://domainhere.com/cgi-bin/dada/mail.cgi/_schedules/_all/_all/_silent/ and save that as 'dada_cron.sh' (or similar) in the client's home directory. Then schedule that file in your cron job. Moshe On Dec 2, 2015 1:26 PM, "Mary Ann Kelley maryann@PROTECTED [Dada Mail Developers]" <dadadev@PROTECTED> wrote: > > For the client’s ...Continue Reading
December 2nd 2015 PDT
For the client’s control panel, it won’t let me put in the command. It forces me to input the absolute local path and choose the frequency, so I chose:<local-path>/www/cgi-bin/dada/mail.cgi/_schedules/_all/_all/_silent/and it just says file not found. It wants there to be a file at /_silent/ and of course there isn’t.On my server, did finally get it to work with:--user-agent "Mozilla/5.0 (compatible;)" --silent --get --url http://domainhere.com/cgi-bin/dada/mail.cgi/_schedules/_all/_all/_silent/… b ...Continue Reading
December 2nd 2015 PDT
What is the complete text of the crontab line that you have?Moshe--Moshe Katz-- kohenkatz@PROTECTED-- +1(301)867-3732 On Wed, Dec 2, 2015 at 12:36 PM, Mary Ann Kelley maryann@PROTECTED [Dada Mail Developers] <dadadev@PROTECTED> wrote: I just upgraded to 8.4 from 7.x on a client’s server and am having issues with the cron job. Because the cron manager doesn’t recognize /cgi-bin/dada/mail.cgi/_schedules/_all/_all/_silent as a file, it refuses to set up the job. I set up the cron job on my own server because it all ...Continue Reading
December 2nd 2015 PDT
I just upgraded to 8.4 from 7.x on a client’s server and am having issues with the cron job. Because the cron manager doesn’t recognize /cgi-bin/dada/mail.cgi/_schedules/_all/_all/_silent as a file, it refuses to set up the job. I set up the cron job on my own server because it allows me to, but I’m getting error messages each time it runs that the file doesn’t exist. I know next to nothing about cron jobs and I know absolutely nothing about curl, so I don’t know how to fix this. Help? Thanks, Mary Ann ...Continue Reading
December 2nd 2015 PDT
Hi Justin,The upgrade from v6 to v9 went like clockwork. The only thing I'm having trouble with is updating an existing email address. On the membership list screen, clicking on the email address takes me to the change email address screen, but clicking on the "Update" button does nothing. I need to delete the old email address and add the new one. I haven't tested very much but will report anything else I find.CarlOn Wed, Dec 2, 2015 at 10:32 AM, Justin J justin@PROTECTED [Dada Mail Developers] <dadadev@ ...Continue Reading
Start a new thread, email: dadadev@dadamailproject.com
This is the developer discussion mailing list for Dada Mail.
If you are just looking for support Dada Mail, consult the message boards at:
https://forum.dadamailproject.com
Documentation for Dada Mail:
Specifically, see the Error FAQ:
https://dadamailproject.com/d/FAQ-errors.pod.html
To post to this list, send a message to:
mailto:dadadev@dadamailproject.com
All subscribers of this list may post to the list itself.
Topics that are welcome:
Dada Mail is on Github:
https://github.com/justingit/dada-mail/
If you would like to fork, branch, send over PRs, open up issues, etc.
This Privacy Policy is for this mailing list, and this mailing list only.
Email addresses collection through this mailing list are used explicitly to work within this email discussion list.
We only collect email addresses through our Closed-Loop Opt-In system.
We don't use your email address for any other purpose.
We won't be sharing your email address with any other entity.
Unsubscription can be done at any time. Please contact us at: justin@dadamailproject.com for any help regarding your subscription, including removal from the mailing list.
All mailing list messages sent from us will include a subscription removal link, which will allow you to remove yourself from this mailing list automatically, and permanently.
All consent to use your email address for any other purpose stated at the time of the mailing list subscription will also be revoked upon mailing list removal.