X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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 <Christian.Franke@t-online.de>
Subject: Re: Postfix+Cygwin: "mail system startup failed"
To: cygwin@cygwin.com
References: <297441be-d2cc-a2cb-968a-b9c82329673b@starwolf.com>
Message-ID: <f8d3592b-101f-a505-3102-9f1f2a2b325b@t-online.de>
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

