|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: a client, which delivers mail remotely
From: Wietse Venema (wietse
porcupine.org)
Date: Sat Nov 05 2005 - 09:18:37 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
postfix
ayni.com:
[ Charset ISO-8859-1 unsupported, converting... ]
> Hi listers,
> you would probably consider this message not being posted in the correct
> discussion group.
>
> my question: is there a shell callable program for linux, which submits
> mail remotely (as opposed to locally, which is the standard for
> sendmail, ...). this program may also support *RFC* 2476
> <http://www.faqs.org/rfcs/rfc2476.html> on port 587, but this is not a
> condition sine-qua-non.
> Under remote submission I understand, that in the message trace the
> first host appearing is the remote one (and not the local one).
>
> the following shell snippet does the job:
>
> cat /tmp/mail.txt |ssh delivery-host.mydomain.tld "sendmail -t"
Use one of the mini sendmail solutions on the Postfix add-on web page.
These programs pretend to be sendmail, but deliver remotely.
http://www.postfix.org/addon.html
Wietse
> But, isn't there a shell callable program which simply does the job
> (like alle mail clients: mozilla, thunderbird, ..., which, however, are
> not shell callable for the submission function only).
>
> the postfix smtp client doesn't do the job either, because it wants to
> be called by the postfix-master.
>
> any hint is very much appreciated, thanks in advance.
>
> suomi
>
>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]