Re: Command-line email?

2003-01-16 Thread dmeans
ssmtp, pine, mutt, and there's always perl Mail::Sender. David > > Does cygwin have a simple command-line email tool to toss an email to an > SMTP server (without having to configure and run a full-taco MTA)? > > Thanks, > Michael > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsub

Re: Problem with less's output of man pages after update (ESC ...)

2002-12-20 Thread dmeans
I had the same problem. I fixed it by setting the env var 'PAGER' as follows: export PAGER='/usr/bin/less -r' which, according to the man page, doesn't make a lot of since. But, since I was seeing by default what I believed to be associated with the '-r' switch, I figured I could toggle it off

sshd: setgid() fails on second login

2002-12-18 Thread dmeans
s, if I'm logged in once via ssh, then I cannot log in again via ssh. I've searched the web and the archives for clues, but I'm coming up empty. Thanks, David -- Example: [ /home/dmeans ] dmeans@raptor 2$ ssh localhost Last login: Wed Dec 18 13:22:08 2002 from raptor F

Re: Unable to find cygregex.dll

2002-01-25 Thread dmeans
Sorry to be a bother. I searched, but I didn't see it. Thanks, David > Btw, this question was just asked in the cygwin mailing list. If you > had done a mailing list archive search you would have seen this answer. > > cgf > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-

Unable to find cygregex.dll

2002-01-25 Thread dmeans
When attempting to use ssh (i.e., ssh user@host), I get this error: 'The dynamic link library cygregex.dll could not be found ...' This error is generated from a fresh install of 1.3.9, on a Win2K server. However, I've re-installed twice in attempt to correct the problem. Thanks for your help,