Re: [qmailtoaster] dealing with cronjob mail

2009-03-09 Thread dnk
On 7-Mar-09, at 10:15 AM, Jake Vickers wrote: dnk wrote: I am just curious how others are dealing with other systems that they control sending emails from various cron jobs to valid user accounts on their toaster. Obviously when an email is sent from a system, and the replyto is

Re: [qmailtoaster] dealing with cronjob mail

2009-03-09 Thread Jake Vickers
dnk wrote: I whitelist most of mine, but for the rare occasion this is not desired, I used a simple SMTP program called mail: http://www.cleancode.org/projects/email Allows you to send emails from the command line using SMTP auth. Jake, Do you usually compile email, or did you find an

Re: [qmailtoaster] dealing with cronjob mail

2009-03-09 Thread Dan McAllister
I send messages from cron (ON my mail server) using qmail-inject directly. I just put the To: From: Subject: lines in manually For example: echo From: sys...@it4soho.com To: cronwa...@it4soho.com Subject: Cron Generated Report Happy Tuesday! | /var/qmail/bin/qmail-inject NOTE: Simply

Re: [qmailtoaster] dealing with cronjob mail

2009-03-08 Thread Adi Nugroho
On Sunday 08 March 2009 01:24:49 dnk wrote: I am just curious how others are dealing with other systems that they control sending emails from various cron jobs to valid user accounts on their toaster. Obviously when an email is sent from a system, and the replyto is something like r...@host

[qmailtoaster] dealing with cronjob mail

2009-03-07 Thread dnk
I am just curious how others are dealing with other systems that they control sending emails from various cron jobs to valid user accounts on their toaster. Obviously when an email is sent from a system, and the replyto is something like r...@host - it will bounce. Does everyone

Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread Richard Vinke
I use the /var/qmail/bin/qmail-inject -fupdate-chec...@server6 recei...@bla.nl to send mail in cronjobs. dnk wrote: I am just curious how others are dealing with other systems that they control sending emails from various cron jobs to valid user accounts on their toaster. Obviously when

Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread dnk
On 7-Mar-09, at 9:33 AM, Richard Vinke wrote: I use the /var/qmail/bin/qmail-inject -fupdate-chec...@server6 recei...@bla.nl to send mail in cronjobs. What if you are sending an email from a system that is not on a qmail machine? d

Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread Eric Shubert
dnk wrote: I am just curious how others are dealing with other systems that they control sending emails from various cron jobs to valid user accounts on their toaster. Obviously when an email is sent from a system, and the replyto is something like r...@host - it will bounce. Does everyone

Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread dnk
On 7-Mar-09, at 9:49 AM, Eric Shubert wrote: dnk wrote: I am just curious how others are dealing with other systems that they control sending emails from various cron jobs to valid user accounts on their toaster. Obviously when an email is sent from a system, and the replyto is something

Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread Jake Vickers
dnk wrote: I am just curious how others are dealing with other systems that they control sending emails from various cron jobs to valid user accounts on their toaster. Obviously when an email is sent from a system, and the replyto is something like r...@host - it will bounce. Does everyone

Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread Dnk
On 7-Mar-09, at 10:15 AM, Jake Vickers j...@qmailtoaster.com wrote: dnk wrote: I am just curious how others are dealing with other systems that they control sending emails from various cron jobs to valid user accounts on their toaster. Obviously when an email is sent from a system,

Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread Eric Shubert
dnk wrote: On 7-Mar-09, at 9:49 AM, Eric Shubert wrote: dnk wrote: I am just curious how others are dealing with other systems that they control sending emails from various cron jobs to valid user accounts on their toaster. Obviously when an email is sent from a system, and the replyto is

Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread Dnk
On 7-Mar-09, at 10:15 AM, Jake Vickers j...@qmailtoaster.com wrote: dnk wrote: I am just curious how others are dealing with other systems that they control sending emails from various cron jobs to valid user accounts on their toaster. Obviously when an email is sent from a system,

Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread Dnk
On 7-Mar-09, at 10:28 AM, Eric Shubert e...@shubes.net wrote: dnk wrote: On 7-Mar-09, at 9:49 AM, Eric Shubert wrote: dnk wrote: I am just curious how others are dealing with other systems that they control sending emails from various cron jobs to valid user accounts on their toaster.