Author Topic: Multiple cron?  (Read 2317 times)

bhl007

  • Posts: 75
    • View Profile
Multiple cron?
« on: August 25, 2006, 06:14:19 pm »
Hi, I would like to use this lmp to deliver ads at different time. For example, 12am, 8am, 4pm daily.

Is it possible to have multiple cron? One for normal execution, another 2 for execution at other time?

If don't have this, I think I have to install multiple lmp to do it... lol.


Advice please.

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Multiple cron?
« Reply #1 on: August 25, 2006, 09:19:53 pm »
This is currently not possible but might come when/if I am able to offer more diverse timing.

The workaround you suggest seems to be the only way.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

bhl007

  • Posts: 75
    • View Profile
Multiple cron?
« Reply #2 on: August 25, 2006, 09:23:39 pm »
how to make bounce.cgi work?

my main lmp can have bounce.cgi

my other installed lmp also point to bounce.cgi?

Now i already install 2 other lmp, all can work, but when want to setup bounce.cgi, it's in the same cgi-bin...... and file is same name


How to do it?

bhl007

  • Posts: 75
    • View Profile
Multiple cron?
« Reply #3 on: September 08, 2006, 06:54:39 am »
dean, are you here?

I have been testing the 2 others lmp that installed in another directory, cron works, but the bounce.cgi not working.

I think there must be something I set it wrongly, I simply go to the mail forward to set forward path to bounce2.cgi, bounce3.cgi, and rename my bounce.cgi file name to bounce2.cgi and bounce3.cgi

Not working. thanks.

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Multiple cron?
« Reply #4 on: September 08, 2006, 01:59:15 pm »
It's hard to say without accessing your installation.  Are you saying that you are installing ListMail to a new domain on the same server as other sites with ListMail installed where bounce.cgi works?

The problem could be in the following areas:

1) Email alias / forwarder pointing to bounce.cgi with the correct path
2) bounce.cgi - ListMail URL
3) bounce.cgi - availability of 'wget' system utility (if dailymail works with wget this shouldnt be a problem)
4) bounce.cgi - permissions of the script (chmod 755 to be executable)

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

bhl007

  • Posts: 75
    • View Profile
Multiple cron?
« Reply #5 on: September 15, 2006, 08:25:35 pm »
great, I forget to chmod.

Now, all things are working fine.