X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: Problem with /usr/sbin/sendmail ==> /usr/bin/exim Date: Mon, 27 Nov 2006 21:32:08 -0600 Lines: 21 Message-ID: References: <3 DOT 0 DOT 1 DOT 32 DOT 20061127220445 DOT 00baf388 AT incoming DOT verizon DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) In-Reply-To: <3.0.1.32.20061127220445.00baf388@incoming.verizon.net> OpenPGP: url=hkp://random.sks.keyserver.penguin.de X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Pierre A. Humblet wrote: > Some programs, most notably cron, expect /usr/sbin/sendmail > to point to mailer program such as exim or ssmtp. >=20 > Due to a buggy "ln -s" (now fixed in coreutils-6.6-2, thanks to Eric Blak= e), > a link /usr/sbin/sendmail.exe was sometimes created to point to > /usr/bin/exim.exe, which does not exist. >=20 > If this is the case on your installation, remove /usr/sbin/sendmail.exe > and create the proper symbolic link: > ln -s /usr/bin/exim /usr/sbin/sendmail It doesn't quite work, the link created is still "sendmail.exe -> /usr/bin/exim.exe". But this works: `ln -s /usr/bin/exim. /usr/sbin/sendmail` --=20 Ren=E9 Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/