Re: Using ssmtp to send email as a different user (-f doesn't seem to be working)

2005-03-25 Thread Robert R Schneck-McConnell
thomas revell wrote: > Apologies if I'm missing something really obvious here, but I can't seem > to get ssmtp to use the -f option, to change the address to send from. My > situation is like this: >From a glance at the code without any real testing, it looks like it changes the From: header co

Re: cp and "are the same file"

2004-12-19 Thread Robert R Schneck-McConnell
Jeremy C. Reed wrote: > Anyways, I want to cp to magically see the .exe and copy correctly. > > Example of error: > > cp: `/home/jreed/tmp/bmake/bmake' and `/home/jreed/pkg/bin/bmake' are the > same file > > "are the same file" is the wrong message. This won't be fixed until someone volunteers t

Re: ssl on ssmtp

2004-12-04 Thread Robert R Schneck-McConnell
Two general points: (1) Don't e-mail cygwin package maintainers directly; use the mailing list. Some maintainers don't like private e-mail, and it helps to have things in the archive. (2) Read the package README files in /usr/share/doc/Cygwin/. On Fri, 3 Dec 2004, Reinhold May wrote: >I've be

Re: cygwin & openssh(d) & login without password (gold star)

2004-10-13 Thread Robert R Schneck-McConnell
Igor Pechtchanski wrote: > On Tue, 12 Oct 2004, Robert R Schneck wrote: >> But hey... my Jan 2004 gold star seems to have gone missing. > > Huh? From <http://cygwin.com/goldstars/>: >Robert R. Schneck <*> (Jan 2004) <*> (Oct 2004) -- For an attempt to apply

Re: cygwin & openssh(d) & login without password (gold star)

2004-10-11 Thread Robert R Schneck
Igor Pechtchanski wrote: > On Sat, 9 Oct 2004, Christopher Faylor wrote: >> Can I get a gold star over here for an attempt to apply a creative >> solution to a problem? > > One gold star coming up... That's pretty nice for an "attempt" which didn't actually succeed. But hey... my Jan 2004 gold st

Re: Cygwin & openssh(d) & login without password

2004-10-09 Thread Robert R Schneck
lex ein wrote: [...] > 2. The user might type 'help openssh' and be told to "try 'man -k openssh' > which produces "openssh: nothing appropriate", a nice showstopper. [...] > 6. If a user has by some miracle heard of 'locate', a search using 'locate > openssh' produces no results unless the u

Re: mv: `Tcollect2' and `collect2' are the same file

2004-10-09 Thread Robert R Schneck
Earl Chew wrote: > I got this error trying to build gcc using cygwin 1.5.11. This problem > is easily reproduced: > > X:> touch Tfoo.exe > X:> chmod a+rx Tfoo > X:> ls -l Tfoo > -rwxrwxrwx1 earlch mkpasswd0 Oct 8 22:08 Tfoo > X:> mv Tfoo foo > mv: `Tfoo' and `foo' are the same file

Re: spell checking in xemacs

2004-09-26 Thread Robert R Schneck
Koskie, Sarah wrote: > I used setup to download and install both the aspell and xemacs > packages. If I click on the "Spell" button on the toolbar in xemacs, I > get the message "Symbol's function definition is void: ispell-buffer". > The response to M-x spell, M-x aspell, and M-x ispell is [No ma

Re: HELP: How to disable killing of Bash Shell window with mouse?

2004-09-14 Thread Robert R Schneck
Reini Urban wrote: > Thorsten Kampe schrieb: >> * Pekka Niiranen (2004-09-13 18:19 +0200) >>>Killing Cygwin Shell Window with mouse leaves bash.exe running. >> >> Recompile what? Cmd exe? Bash is a shell and knows nothing about the >> Windows Console "X" button. > > So, shouldn't the KILL message

Re: ssmtp.exe doesn't authenticate against exchange

2004-09-13 Thread Robert R Schneck
Olaf Foellinger wrote: > On Sun, Sep 12, 2004 at 10:22:42PM -0700, Alex wrote: >> it works against sendmail+cyrus but not against the latest >> exchange server. Any patches on the horizon? > > The question is: Which authentication method does the exchange server > support? I've tried it first with

Re: ssmtp.exe doesn't authenticate against exchange

2004-09-13 Thread Robert R Schneck
Alex wrote: > it works against sendmail+cyrus but not against the latest > exchange server. Any patches on the horizon? ssmtp authentication certainly used to work with MS exchange; an old man page says "only tested with MS exchange" of those options, in fact. Do you know what has changed in the

Re: File format - UNIX/DOS while installing cygwin ?

2004-09-11 Thread Robert R Schneck
Igor Pechtchanski wrote: > On Sat, 11 Sep 2004, Ramneek Singh wrote: > > Hi, > > While installing cygwin, it asks in the wizard whether file format is > > unix or dos. > > What is this for ? > [explanation] > In other words, experiment -- find out what works for you. But the long and short of it i

[ANNOUNCEMENT] Updated: ssmtp-2.60.9-3

2004-08-30 Thread Robert R Schneck-McConnell
I have updated the version of ssmtp to 2.60.9-3. The config-file generator ssmtp-config now uses bash and readline for input, allowing those using "cmd" to successfully backspace. No other changes. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web p

[ANNOUNCEMENT] Updated: ssmtp-2.60.9-2

2004-07-24 Thread Robert R Schneck-McConnell
I have updated the version of ssmtp to 2.60.9-2. The config-file generator ssmtp-config now also suggests creating a link from /usr/sbin/sendmail to /usr/sbin/ssmtp. Also, ssmtp dies with a helpful error message when the config file doesn't yet exist (instead of just trying to proceed with the ma

Re: rxvt/bash tab problem

2004-07-15 Thread Robert R Schneck
[EMAIL PROTECTED] wrote: > If at a fresh bash prompt in an rxvt window (non-X) you type a TAB, > nothing happens, and no input from the keyboard appears thereafter, > until you use CTRL-C to interrupt whatever has blocked. Putting shopt -s no_empty_cmd_completion in your .bash_profile is a good w

Re: sending email from Cygwin

2004-07-14 Thread Robert R Schneck
Pierre A. Humblet wrote: >Luke Kendall wrote: >> or that it creates a symlink to sendmail. > > exim doesn't. That symlink is created by the cygwin specific exim-config > script under explicit user control. That avoids possible conflicts with > postinstall scripts. Hmmm. So perhaps the appropriat

Re: sending email from Cygwin

2004-07-14 Thread Robert R Schneck
Larry Hall wrote: >Corinna Vinschen wrote: >>Methinks that a correct approach (for a given value of correct) would >>be to create the symlink in an ssmtp postinstall script. That's what >>exim does, too. Creating the symlink in the cron postinstall script >>was a hack at one point. I'd be happy

Re: sending email from Cygwin

2004-07-14 Thread Robert R Schneck
Corinna Vinschen <[EMAIL PROTECTED]> wrote: > I don't think cron should contain a dependency to ssmtp though. It > would be the same as to have a dependency to exim. And why should > cron.README contain hints about how to set up ssmtp? That's the job > for the ssmtp README, isn't it? It might s

Re: sending email from Cygwin

2004-07-13 Thread Robert R Schneck
Larry Hall <[EMAIL PROTECTED]> wrote: > At 10:16 PM 7/13/2004, you wrote: >>[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> I appear to have both exim and ssmtp installed; but I see that >>> /usr/sbin/sendmail is a symlink to /usr/bin/ssmtp. Fair enough, if >>> interesting. >> >>In fact, the ssmt

Re: sending email from Cygwin

2004-07-13 Thread Robert R Schneck
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I appear to have both exim and ssmtp installed; but I see that > /usr/sbin/sendmail is a symlink to /usr/bin/ssmtp. Fair enough, if > interesting. In fact, the ssmtp package does not create the sendmail symlink. As far as I can tell, no Cygwin packag

[ANNOUNCEMENT] Updated: ssmtp-2.60.9-1

2004-06-05 Thread Robert R Schneck-McConnell
I have updated the version of ssmtp to 2.60.9-1. Upstream, there's a new maintainer; along with some minor changes, two format string vulnerabilities were removed. See http://packages.debian.org/testing/mail/ssmtp Meanwhile, I've changed the config file generator (/usr/bin/ssmtp-config). A possi

XEmacs in native window has weird continuation glyph

2004-05-31 Thread Robert R Schneck-McConnell
I have just started trying the Cygwin-setup package for XEmacs, instead of the XEmacs-setup installation for Cygwin. I run it in a native window, via "unset DISPLAY". (Incidentally, the XEmacs-setup version was willing to do a native window with DISPLAY=:0, the apparent rxvt default. But that's

Re: ssmtp fail with cygwin-1.5.10-3 ?

2004-05-30 Thread Robert R Schneck
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > After updating to cygwin-1.5.10-3, ssmtp package seems to fail > for reasons beyond my understaing. Works for me. If you're still having problems, post your cygcheck output. Robert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

Re: cp breaking weirdly when trying to copy an executable without specifying the .exe extension

2004-05-16 Thread Robert R Schneck
Max Bowsher <[EMAIL PROTECTED]> wrote: >>> $ touch foo.exe >>> $ cp foo bar >>> cp: `foo' and `bar' are the same file > > I suppose the answer is to simply patch coreutils to give a better > error message in this case. I submitted just such a patch in <[EMAIL PROTECTED]> at http://www.cygwin.com/

Re: Command line email clients

2004-05-14 Thread Robert R Schneck
Eduardo Chappa <[EMAIL PROTECTED]> wrote: > I think your best option is to use Mutt, unless you really, really want > to use Pine. It is possible to use Pine, but only if you apply a patch to > make it work that way, Pine (without patching) does not send e-mail non > interactively. Pine does n

Re: fetchmail/procmail lost messages

2004-04-23 Thread Robert R Schneck
Kelly Felkins <[EMAIL PROTECTED]> wrote: > How can I configure fetchmail/procmail to fail *safe*? So that, if > there are any mail processing problems, messages are not lost? This should just work. Read "RETRIEVAL FAILURE MODES" in the fetchmail man page. When I try to reproduce the problem wit

Re: ssmtp 2.38 revisited - DSN

2004-04-17 Thread Robert R Schneck
Jeff <[EMAIL PROTECTED]> wrote: [version of ssmtp with various improvements] You should note that there is now an upstream maintainer for ssmtp, after a hiatus of about a year. See http://packages.debian.org/unstable/mail/ssmtp So you should suggest your improvements to that person. I'll note

Re: Try to change FROM: name Sender!! HELP

2004-04-05 Thread Robert R Schneck
Magno Weege de Oliveira <[EMAIL PROTECTED]> wrote: > Hi, sory to send mail to this list, but I need I little explanation: > Problem: I wanna to send a email but the Sender need to be > [EMAIL PROTECTED] > and the Sender is U-host08/Administrator (for example) > How can I change the Sender?? > p.s.

Re: Fun with #! (aka shebang) and filenames ending in .exe

2004-03-29 Thread Robert R Schneck
Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > 'Ware of this issue: > > http://cygwin.com/cygwin-ug-net/using-specialnames.html#AEN846> > If a shell script myprog and a program myprog.exe coexist in a > directory, the program has precedence and is selected for execution of > myprog. > The o

Re: Looking for a substitute to /usr/bin/mail

2004-03-06 Thread Robert R Schneck
Patrick Samson <[EMAIL PROTECTED]> wrote: > I use a product which uses the command 'mail'. > I didn't find any /usr/bin/mail.exe in any > available package. > Does it mean that one have to install an email > package and do a cp or ln to the email client? > > The product just needs to do something l

Re: 'less' can not find dll

2004-02-28 Thread Robert R Schneck
Frédéric L W Meunier <[EMAIL PROTECTED]> wrote: > On Fri, 27 Feb 2004, Christopher Faylor wrote: >> On Fri, Feb 27, 2004 at 02:55:16PM -0800, Brian Dessent wrote: >> >As far as setup.exe is concerned, it should have installed this package >> >for you. The setup.hint for the 'less' package includes

Re: Managed mounts and .exe files (Was Re: cp, install, and the .exe extension)

2004-02-21 Thread Robert R Schneck
Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Sat, 21 Feb 2004, Robert R Schneck-McConnell wrote: >> Hey, it might be interesting for managed mounts *really* to identify the >> filenames "foo" and "foo.exe". (Maybe they already do?) > > Huh? Wh

Re: cp, install, and the .exe extension

2004-02-21 Thread Robert R Schneck-McConnell
On Fri, 20 Feb 2004, Larry Hall wrote: [on changing the error message when cp can stat but not open a file due to .exe handling] > How about a patch instead of a request? ;-) Okay, attached. I've also attached a textutils patch to enact my earlier request that "cat > foo" create foo in the whate

[ANNOUNCEMENT] Updated: ssmtp-2.60.4-3

2004-02-20 Thread Robert R Schneck-McConnell
I have updated the version of ssmtp to 2.60.4-3. This version works correctly when the input includes DOS line endings. (Previously, ssmtp would fail to send the last lines of messages using DOS line endings; and ssmtp -t would harvest recipient addresses from the body.) To update your installati

Re: cp, install, and the .exe extension

2004-02-20 Thread Robert R Schneck
Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Thu, Feb 19, 2004 at 10:09:55PM +0000, Robert R Schneck wrote: >>If I replace "copy.c" with either of the other two and rebuild, I get a >>"cp" which *does* have special handling for the .exe extension. &

cp, install, and the .exe extension

2004-02-19 Thread Robert R Schneck
This is a bug in the fileutils packaging (I think). Recently I noticed that "install" has special handling for the .exe extension, and "cp" does not. In the fileutils source tarball I notice there are three files: copy.c copy.c.cgf copy.c.orig If I replace "copy.c" with either of the other

two text/binary oddities

2004-02-19 Thread Robert R Schneck
Short form: 1) "cat > foo" creates foo with DOS line endings... no matter what. 2) A control-Z in a file doesn't act as end-of-file in text mode, despite what the Cygwin User's Guide says. Long form: 1) Apparently, cat sometimes explicitly sets stdout to O_TEXT. This occurs twice in the source,

Re: Plausibility of sendmail?

2004-02-15 Thread Robert R Schneck
AG <[EMAIL PROTECTED]> wrote: > NMH can be configured to send email directly to an SMTP server, > but this is not sufficient to meet my needs >a) this is a TabletPC, a mobile device, which frequently is not >connected. I.e. outgoing mail needs to be queued and sent >later when

Re: cp claiming my files are the same when they aren't

2004-02-08 Thread Robert R Schneck
Steve <[EMAIL PROTECTED]> wrote: > cp keeps sending me error messages that it can't copy the file ( even > with -f ) because the files are the same. Hmm, I've noticed the following behavior. If I run the following commands in an empty directory: mkdir foo mkdir bar touch foo/toto.exe cp

[ANNOUNCEMENT] Updated: ssmtp-2.60.4-2

2004-02-03 Thread Robert R Schneck-McConnell
I have updated the version of ssmtp to 2.60.4-2. The only change is to fix a bug with ssmtp-created dates, used in Received: headers and sometimes in Date: headers. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to

Re: update via setup.exe removed NTFS junction?

2004-02-03 Thread Robert R Schneck
Robert Collins <[EMAIL PROTECTED]> wrote: > On Wed, 2004-02-04 at 10:37, Robert R Schneck-McConnell wrote: >> For reasons which are now obscure to me, I had set up an NTFS junction >> point from /var (c:\cygwin\var) to some other partition. Could have >> done

update via setup.exe removed NTFS junction?

2004-02-03 Thread Robert R Schneck-McConnell
For reasons which are now obscure to me, I had set up an NTFS junction point from /var (c:\cygwin\var) to some other partition. Could have done it with mount, but I didn't. Just today after running setup.exe and getting cygwin-1.5.7-1 and a few other things, I found that /var was now an ordinary

Re: ssmtp "Date:" oddity

2004-02-01 Thread Robert R Schneck
Bradley Holdridge <[EMAIL PROTECTED]> wrote: > After I upgraded to the latest version of ssmtp (2.60.4-1), the messages > I sent with it started arriving with dates such as > > Thu, d Jan 2004 21:10:32 > > The day of the month is always "d". I've just sent out a request to upload ssmtp-2.60.4-2.

[ANNOUNCEMENT] Updated: ssmtp-2.60.4-1

2004-01-15 Thread Robert R Schneck-McConnell
I have updated the version of ssmtp to 2.60.4-1. Visible changes are: * bug fixes to ssmtp -t, which now seems to work fine * removal of arbitrary limits on number of recipients and header size To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web pag

Re: ssmtp -t alters To: header of outgoing mail

2003-12-07 Thread Robert R Schneck
Corinna Vinschen wrote: > Thanks for the patch. I'm sorry but it's not quite clear to me what > the second part of the patch is doing? Could you give a short explanation > why it returns at that point if sawSomething is 0? As the line is traversed, sawSomething gets 0 at every comma and 1 at eve

Re: ssmtp -t alters To: header of outgoing mail

2003-11-28 Thread Robert R Schneck
> Patches gratefully accepted. Anybody here wanting to take over ssmtp > maintainership? A patch is below, I should have included this with my first message. It occurs to me that this is a bug in ssmtp itself, not just the Cygwin port. Who to contact about that, or are you, Corinna, also the ove

ssmtp -t alters To: header of outgoing mail

2003-11-27 Thread Robert R Schneck
Running ssmtp -t with input like --- Date: Thu, 27 Nov 2003 16:57:42 + From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: test test --- will result in the following being sent to *both* recipients: --- Date: Thu, 27 Nov 2003 16:57:42 + From: [EMAIL PROTECTED] To: [EM

Re: rxvt icon replacement

2003-06-30 Thread Robert R Schneck
> Is there any chance that the rxvt icon resource could be changed to > something a little more aesthetic? IMHO, the current icon is quite > ugly. It's not too hard to change it yourself; just download an icon editor that can change icons in .exe files. I used the shareware IconCool to change my

ssmtp -t issues

2003-06-28 Thread Robert R Schneck
Hello, I'm using ssmtp 2.38. I use Pine as my mail agent and ssmtp to actually send the mail out. Thus I use ssmtp -t (which searches through the message headers to find all the recipients). Two bugs: * The big one: ssmtp -t accidentally overwrites the headers so that the To: line only has the