X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mail.alpinelinux.org (Postfix) with ESMTP id 261CFDC062C for ; Thu, 26 Jul 2012 02:14:07 +0000 (UTC) Authentication-Results: hrndva-omtalb.mail.rr.com smtp.user=deant@hawaii.rr.com; auth=pass (LOGIN) X-Authority-Analysis: v=2.0 cv=ZuBv2qHG c=1 sm=0 a=05ChyHeVI94A:10 a=IkcTkHD0fZMA:10 a=ayC55rCoAAAA:8 a=8AJPmhnCWdHHwAp7jhUA:9 a=QEXdDO2ut3YA:10 a=hodd19auLMwkElwNXQv/yg==:117 X-Cloudmark-Score: 0 Received: from [10.128.132.156] ([10.128.132.156:34206] helo=hrndva-web05-z02) by hrndva-oedge04.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id B6/87-21135-FE7A0105; Thu, 26 Jul 2012 02:14:07 +0000 Message-ID: <20120726021407.YOXIP.68030.root@hrndva-web05-z02> Date: Wed, 25 Jul 2012 22:14:07 -0400 From: To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] rsyslog and exim issues X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: Rsyslog: I prefer to use rsyslog to sysklogd and found that when I replaced alpine's sysklogd with rsyslog that hostnames were missing for some logs sent to remote servers; I tracked this down to rsyslog starting before the hostname was setup. Should /etc/init.d/rsyslog have a "need clock hostname localmount" clause in the depend() like /etc/init.d/sysklog or does this interfere with other usages? Exim: the included exim.initd references /etc/exim/ as the location for exim.conf, but both the exim.Makefile and the APKBUILD use /etc/mail as the location for exim.conf. I'm unsure which reference would be preferred. -dean takemori --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---