Re: [Cooker] Simple mail _send_ client

2002-02-19 Thread Alexander Skwar
»Danny Tholen« sagte am 2002-02-19 um 22:54:54 +0100 : > are security reports still sent to root with sendmail? If so, maybe this package is >better Uhm, I *seem* to remember that there was some talk some time ago about setting up a defalt mail forward from root -> first setup user. Haven't che

Re: [Cooker] Simple mail _send_ client

2002-02-19 Thread Danny Tholen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hmmm are security reports still sent to root with sendmail? If so, maybe this package is better for home users (I rather not install sendmail for such a simple task). Danny On Tuesday 19 February 2002 11:18, you wrote: > »Borsenkow Andrej« sagte am

Re: [Cooker] Simple mail _send_ client

2002-02-19 Thread Chmouel Boudjnah
Borsenkow Andrej <[EMAIL PROTECTED]> writes: > For use on closed box I need simple client that will just *send* mail > over SMTP via a fixed gateway. No local mail is required (or desired for > that matter). > > I'd rather avoid any full-fledged MDA like sendmail. Anything suitable > in Mandrake?

Re: [Cooker] Simple mail _send_ client

2002-02-19 Thread Martin Mačok
On Tue, Feb 19, 2002 at 05:00:29AM -0800, David Walser wrote: > How about Postfix? main.cf is extremely well > inet_interfaces = localhost > > > over SMTP via a fixed gateway. No local mail is And relayhost = smtp.fixed.gateway.com -- Martin Mačok http://underground.

Re: [Cooker] Simple mail _send_ client

2002-02-19 Thread David Walser
How about Postfix? main.cf is extremely well commented, and you could run it with: inet_interfaces = localhost --- Borsenkow Andrej <[EMAIL PROTECTED]> wrote: > For use on closed box I need simple client that will > just *send* mail > over SMTP via a fixed gateway. No local mail is > required (o

Re: [Cooker] Simple mail _send_ client

2002-02-19 Thread Michal Bukovjan
Come on, you just use smtplib from standard Python installation, and it is maybe ten line script. I think there is even an example and test. Of course, if you do not know Python, it is not an option for you. Michal Borsenkow Andrej wrote: >>Simple script in Python? Perl? >> > >I have somethin

Re: [Cooker] Simple mail _send_ client

2002-02-19 Thread Alexander Skwar
»Borsenkow Andrej« sagte am 2002-02-19 um 12:36:34 +0300 : > Tnx. I intended to do it by you saved me this :-) No problem. You can find it at contribs soon; I've just now uploaded it. Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage:

RE: [Cooker] Simple mail _send_ client

2002-02-19 Thread Borsenkow Andrej
> I don't know if this fits your requirements exactly, but does the 'mail' > program work for you? For example, 'make -f some/output | mail -s "the > output" address@somewhere another@address [EMAIL PROTECTED]' Mail does not send anything. It is MUA. It requires MDA. And that's what I'd like to a

Re: [Cooker] Simple mail _send_ client

2002-02-19 Thread Richard Garand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On February 19, 2002 03:36 am, Borsenkow Andrej wrote: > > >huug< sagte am 2002-02-19 um 10:03:30 +0100 : > > > Not in Mandrake yet: > > http://packages.debian.org/unstable/mail/ssmtp.html > > > Expect a packafge in contribs in no longer than 1 hour.

RE: [Cooker] Simple mail _send_ client

2002-02-19 Thread Borsenkow Andrej
> > >huug< sagte am 2002-02-19 um 10:03:30 +0100 : > > Not in Mandrake yet: http://packages.debian.org/unstable/mail/ssmtp.html > > Expect a packafge in contribs in no longer than 1 hour. > Tnx. I intended to do it by you saved me this :-)

Re: [Cooker] Simple mail _send_ client

2002-02-19 Thread Alexander Skwar
»huug« sagte am 2002-02-19 um 10:03:30 +0100 : > Not in Mandrake yet: http://packages.debian.org/unstable/mail/ssmtp.html Expect a packafge in contribs in no longer than 1 hour. Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http:

RE: [Cooker] Simple mail _send_ client

2002-02-19 Thread Borsenkow Andrej
> Pine maybe ? Not this monster. I need just send out of batch files, that's all. Mail reading capability is not need or desired as well. -andrej

RE: [Cooker] Simple mail _send_ client

2002-02-19 Thread Borsenkow Andrej
> > Simple script in Python? Perl? > I have something else to do as reinventing the wheel :-) -andrej

Re: [Cooker] Simple mail _send_ client

2002-02-19 Thread Michal Bukovjan
Simple script in Python? Perl? Michal Sergio Korlowsky wrote: >On Tuesday 19 February 2002 02:21, you wrote: >-> For use on closed box I need simple client that will just *send* mail >-> over SMTP via a fixed gateway. No local mail is required (or desired for >-> that matter). >-> >-> I'd rathe

Re: [Cooker] Simple mail _send_ client

2002-02-19 Thread Sergio Korlowsky
On Tuesday 19 February 2002 02:21, you wrote: -> For use on closed box I need simple client that will just *send* mail -> over SMTP via a fixed gateway. No local mail is required (or desired for -> that matter). -> -> I'd rather avoid any full-fledged MDA like sendmail. Anything suitable -> in Man