Re: [exim] cannot send mail from cron

Pàgina inicial
Delete this message
Reply to this message
Autor: Exim Mailing List
Data:  
A: exim-users
Assumpte: Re: [exim] cannot send mail from cron
On Wed, May 31, 2006 at 04:43:44AM +0200, Zafer Aydogan wrote:
>
> Hello,
>
> I wish to mail myself logfiles via cron but all mail sent does not
> reach the recipient.
> The recipient is an external address.
> I do:
> # mail myadress@???
> Subject: test
> test
> .
> EOT
>
>
> Any Ideas ?
>


Yes, How are you sending the mail? If the above is accurate, it's wrong.

Try:

echo This is a test mail |mail myadress@??? -s "Test email"

Or if you need the other way you'll need "<<EOT" on the "mail" line after
the address.

Steven.
-- 
It's kind of fun to do the impossible.
        -- Walt Disney