X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=qm3xyqC3LPKpGbl+ MMRWMXq9+bwrXnfM0qT0413Y6g5p0JYmr5p0dmO1QLrY4XLTKqF9bUIjNGKnoWrG st3COCM2rE/5mfQEtDayT3UYy+GtjJ893ef7pb9GdyTjrk3/IVbXITncaayZZ3hr iCPMsylEUnj8WzBs2g97x27XHEI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=x6UTnMPSQ308Yi1Rvxi9Eh ARxlo=; b=DnCsnwTBkV9QCQG5zSMJzDnfIJB+0ZVy01Y/12V4zX7UG+JAoVXGS2 muBopmTbYRcV0auSdsD+PEXQJKh/hZ9EZuDanionOWh9s9ugkltKe479jrlo7wzJ ZrSf54j3ibtoYm2nRuCAFzi8v/b6IibpwIKvNWkk6Yf5ZKpIkOxD8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=consult, greetings!, syslog, H*r:sk:mailout X-HELO: mailout05.t-online.de From: Christian Franke Subject: Re: Postfix+Cygwin: "mail system startup failed" To: cygwin AT cygwin DOT com References: <297441be-d2cc-a2cb-968a-b9c82329673b AT starwolf DOT com> Message-ID: Date: Fri, 21 Jun 2019 20:01:27 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 SeaMonkey/2.50 MIME-Version: 1.0 In-Reply-To: <297441be-d2cc-a2cb-968a-b9c82329673b@starwolf.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greywolf wrote: > Greetings! > > First the important stuff: > [uname -a]: > CYGWIN_NT-10.0 milliways 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin > > [windows]: > Windows 10 Pro for Workstations > Build 16299.rs3_release_svc.180808-1748 > > [this is a work computer so getting updates for it may not be possible] > > Now the problem: > > I'm trying to get postfix up and running, and all I get is "fatal: > mail system > startup failed", with no further explanation; to wit, from 'postfix -v > start': > ... > postfix/postfix-script: starting the Postfix mail system > postfix/postfix-script: fatal: mail system startup failed > [end output] > > Between starting and fatal, I expect that I would get a more detailed > dump > of what's gone wrong. Anyone have any insight? Please consult Cygwin syslog output. The postfix daemons (master, ...) report problems via syslog(3). If no syslog daemon is installed and running, Cygwin sends all syslog output to the Windows event log. Note that there is a /usr/bin/postfix-config stript to install postfix as a Windows service. It should handle all the details like creation of the local user $mail_owner. Try 'postfix-config --dryrun' to see what would happen. Regards, Christian -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple