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 [EMAIL PROTECTED]
> 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 [EMAIL PROTECTED] -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

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to