Re: [vchkpw] auto-send tool

2002-11-09 Thread Raven

Let me redefine my question:
How can I use crontab for virtual users under vpopmail?


On Thursday 07. November 2002 10:19, Johan Almqvist wrote:
 * Raven [EMAIL PROTECTED] [021107 10:15]:
  I need a tool which can automatically send a mail once every time
  interval. You should be able to define the interval, the receiver and the
  text to send. Does any of you happens to know such a tool for me to use?
  :)

 Is 'cron' or 'at' what you are looking for?

 man cron
 man at

 -Johan





Re: [vchkpw] auto-send tool

2002-11-07 Thread Johan Almqvist
* Raven [EMAIL PROTECTED] [021107 10:15]:
 I need a tool which can automatically send a mail once every time interval.
 You should be able to define the interval, the receiver and the text to send.
 Does any of you happens to know such a tool for me to use? :)

Is 'cron' or 'at' what you are looking for?

man cron
man at

-Johan
-- 
Johan Almqvist
http://www.almqvist.net/johan/qmail/



msg09699/pgp0.pgp
Description: PGP signature


Re: [vchkpw] auto-send tool

2002-11-07 Thread Raven

I have an webfrontend where every user/admin should be able to set the time interval, 
and such.
So I guess cron is not dynamic enough..?!


 Is 'cron' or 'at' what you are looking for?
 
 man cron
 man at


  I need a tool which can automatically send a mail once every time interval.
  You should be able to define the interval, the receiver and the text to s=
 end.
  Does any of you happens to know such a tool for me to use? :)





Re: [vchkpw] auto-send tool

2002-11-07 Thread Peter Palmreuther
Hi Raven,

On Thu, 7 Nov 2002 10:30:29 +0100
Raven [EMAIL PROTECTED] wrote:

 I need a tool which can automatically send a mail once every time
 interval.

 Is 'cron' or 'at' what you are looking for?

 I have an webfrontend where every user/admin should be able to set the
 time interval, and such. So I guess cron is not dynamic enough..?!

How 'dynamic' do you need it? Ain't between 'one defined day in year, at
a defined time' and 'every minute' not dynamic enough?

Have a look at webmin (http://www.webmin.com/), there's a 'cron editor
web frontend' included. Create a special webmin account, having only
access to cron part of webmin and he should be done.

Or write oen your self. Using PHP or Perl this should be done really
fast.

For questions about how to write it in PHP or Perl, how to insert the
cron job from web front end, I'd suggest you look for an appropriate
newsgroup or web board, it's not really vpopmail-related :-)
-- 
Pit




Re: [vchkpw] auto-send tool

2002-11-07 Thread Raven
On Thursday 07. November 2002 14:20, Peter Palmreuther wrote:
 Hi Raven,

 On Thu, 7 Nov 2002 10:30:29 +0100

 Raven [EMAIL PROTECTED] wrote:
  I need a tool which can automatically send a mail once every time
  interval.
 
  Is 'cron' or 'at' what you are looking for?
 
  I have an webfrontend where every user/admin should be able to set the
  time interval, and such. So I guess cron is not dynamic enough..?!

 How 'dynamic' do you need it? Ain't between 'one defined day in year, at
 a defined time' and 'every minute' not dynamic enough?

 
Sure, I just didn't know how easy you could edit the crontab..

 Have a look at webmin (http://www.webmin.com/), there's a 'cron editor
 web frontend' included. Create a special webmin account, having only
 access to cron part of webmin and he should be done.

 Or write oen your self. Using PHP or Perl this should be done really
 fast.

 For questions about how to write it in PHP or Perl, how to insert the
 cron job from web front end, I'd suggest you look for an appropriate
 newsgroup or web board, it's not really vpopmail-related :-)
 

I know, and sorry for that!
But it could be somebody on this list had an idea anyway... :)
(And since I'm using vpopmail while I need this I may call it kind of 
related...;)