From owner-freebsd-questions@FreeBSD.ORG Tue Nov 25 08:57:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5815716A4CE for ; Tue, 25 Nov 2003 08:57:14 -0800 (PST) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 3559E43FE1 for ; Tue, 25 Nov 2003 08:57:12 -0800 (PST) (envelope-from manalive@gmx.net) Received: (qmail 14484 invoked by uid 65534); 25 Nov 2003 16:57:10 -0000 Received: from lsanca1-ar5-4-60-056-131.lsanca1.dsl-verizon.net (EHLO [192.168.0.4]) (4.60.56.131) by mail.gmx.net (mp012) with SMTP; 25 Nov 2003 17:57:10 +0100 X-Authenticated: #19378375 From: Jonas Manalive To: questions@freebsd.org Content-Type: text/plain Message-Id: <1069779428.610.20.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 25 Nov 2003 08:57:08 -0800 Content-Transfer-Encoding: 7bit Subject: Sending logs by mail locally X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 16:57:14 -0000 Hello, Now I am able to use fetchmail/procmail/postfix to send/receive emails from external server on internet. However, I have some scripts and cron jobs that send mails to root, which in /etc/aliases I have set up to send to me as the sole user of this computer. /etc/aliases (among other things by default) root: manalive I have not been able to verify whether mails are being sent locally as I am not receiving anything at root or at my user account. /var/log/maillog doesn't say anything. I must have missed a configuration somewhere where I can set up so I can mail locally. Any advices? Best regards, Jonas