Welcome Guest, Not a member yet? Register   Sign In
Cronjobs
#1

[eluser]stuffradio[/eluser]
I know there are already threads on this... but currently what do you guys use to implement a cron job controller?

I'm using this for the Moblog I'm making. It checks the email every minute... two minutes... maybe even longer then that. I'm just trying to make it the most efficient and safe way as possible.
#2

[eluser]mglinski[/eluser]
Why not PIPE the emails to a script and save yourself a lot of trouble?
That way the script is only called when you send an email.
-Matt
#3

[eluser]stuffradio[/eluser]
When I send an email or when I receive an email?
#4

[eluser]mglinski[/eluser]
I made an edit, please see above.
PIPE works for receiving emails, ad it sends the actual raw email to any script you want.
-Matt
#5

[eluser]stuffradio[/eluser]
The only problem is I'm using Google apps for the email... and I don't know how to pipe the email.
#6

[eluser]mglinski[/eluser]
Piping will only work if you own the server the email is being sent to. With google you can mitigate this problem by setting up a forwarder in gmail to a piped email receiver on your server. Look arround the web to figure how to setup a PIPE email receiver.
-Matt




Theme © iAndrew 2016 - Forum software by © MyBB