Re: exim4 query

2009-06-17 Thread Boyd Stephen Smith Jr.
In <20090617215741.ga6...@blitz.hooton>, Douglas A. Tutty wrote: >On Wed, Jun 17, 2009 at 10:52:18AM -0500, Boyd Stephen Smith Jr. wrote: >> In <3df35b760906170818re166e28x8be9006d7...@mail.gmail.com>, Yuriy >> Kuznetsov wrote: >> >Could you give some commands as examples of sending emails with

Re: exim4 query

2009-06-17 Thread Douglas A. Tutty
On Wed, Jun 17, 2009 at 10:52:18AM -0500, Boyd Stephen Smith Jr. wrote: > In <3df35b760906170818re166e28x8be9006d7...@mail.gmail.com>, Yuriy > Kuznetsov wrote: > >Could you give some commands as examples of sending emails with exim4, > >please? > > Install bsd-mailx. > echo 'Body of the messa

Re: exim4 query

2009-06-17 Thread Yuriy Kuznetsov
Thanks a lot to all for your input. Kind regards, yuriy

Re: exim4 query

2009-06-17 Thread Boyd Stephen Smith Jr.
In <3df35b760906170818re166e28x8be9006d7...@mail.gmail.com>, Yuriy Kuznetsov wrote: >Could you give some commands as examples of sending emails with exim4, >please? Install bsd-mailx. echo 'Body of the message' | mailx -s 'Subject Line' 'to#1' 'to#2' OR printf 'dot-stuffed-Headers\n\ndot-st

Re: exim4 query

2009-06-17 Thread Yuriy Kuznetsov
Doug, Could you give some commands as examples of sending emails with exim4, please? Thanks a lot On Wed, Jun 17, 2009 at 2:36 PM, Douglas A. Tutty wrote: > On Wed, Jun 17, 2009 at 12:10:17PM +0100, Yuriy Kuznetsov wrote: > > > > I'm trying to figure out how to use exim4 for sending/receiving

Re: exim4 query

2009-06-17 Thread Douglas A. Tutty
On Wed, Jun 17, 2009 at 12:10:17PM +0100, Yuriy Kuznetsov wrote: > > I'm trying to figure out how to use exim4 for sending/receiving mails in > console mode. > Any recommendation for good instructions/how-tos ? I think that the only way to dirctly tell exim4 to send mail is to speak SMTP to it,

Re: exim4 query

2009-06-17 Thread Tzafrir Cohen
On Wed, Jun 17, 2009 at 12:10:17PM +0100, Yuriy Kuznetsov wrote: > Hi, > > I'm trying to figure out how to use exim4 for sending/receiving mails in > console mode. > Any recommendation for good instructions/how-tos ? I normally use mutt . Though the simple mail will also do: echo 'message bod

exim4 query

2009-06-17 Thread Yuriy Kuznetsov
Hi, I'm trying to figure out how to use exim4 for sending/receiving mails in console mode. Any recommendation for good instructions/how-tos ? Kind regards