Re: [Exim] sendmail -U equivalent?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Vadim Vygonets
日付:  
To: exim-users
題目: Re: [Exim] sendmail -U equivalent?
Quoth Dave C. on Tue, May 09, 2000:
> I have no idea what -U accomplishes, but personally, I'd replace that
> entire this with an smtp session like the following:
>
>      echo "HELO localhost"; \


Why? Why use BSMTP when you can do this much simpler?

I usually do:

( echo "To: $NOTIFY_ADMIN"; \
echo "From: <foo@bar>"; \
echo "....." \
) | ecim -oi -oem $NOTIFY_ADMIN

Vadik.

--
Do not meddle in the affairs of troff, for it is subtle and quick
to anger.