2009/2/14 Hannah Schroeter <[email protected]>:
> Hi!
>
> On Fri, Feb 13, 2009 at 01:23:07PM -0700, Theo de Raadt wrote:
>>I want to remind everyone of two things
>
>>First, it is nice if you mail a dmesglog entry once in a while.
>
>>       (dmesg | sysctl hw.sensors) | mail -s "type of machine" 
>> [email protected]
>
> I guess you mean
>  (dmesg ; sysctl hw.sensors) | mail -s "type of machine" [email protected]
>         ^
>
>>[...]
>
> Kind regards,
>
> Hannah.
>
>

Hello,

Forgive me, but wouldn't
    (echo "Subject: type of machine" ; dmesg ; sysctl hw.sensors) |
sendmail -f$YOUR_EMAIL [email protected]
be better?
Else, if the hostname is not a valid domain, the mail does not get through.

Regards,

Reply via email to