Re: [Exim] sendmail -U equivalent?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Vadim Vygonets
Fecha:  
A: exim-users
Asunto: 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.