From owner-freebsd-questions Tue Dec 25 19:40: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scottro11.homeunix.net (24-168-25-8.nyc.rr.com [24.168.25.8]) by hub.freebsd.org (Postfix) with ESMTP id 8EC7437B419 for ; Tue, 25 Dec 2001 19:39:59 -0800 (PST) Received: from scott1.nyc.rr.com (unknown [192.168.1.100]) by asa.localdomain (Postfix) with ESMTP id D1D516BA for ; Tue, 25 Dec 2001 13:39:20 -0500 (EST) Message-Id: <5.1.0.14.0.20011225131913.05667cd0@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 25 Dec 2001 13:25:26 -0500 To: freebsd-questions@FreeBSD.ORG From: Scott Subject: Postfix and fetchmail problem (and solution) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This might be more appropriate for newbies, but thought I'd put it here in case someone runs into the same issue. Installed postfix last night. It's always worked out of the box with Linux, save for having to add a user postfix. When I installed from ports, it did that for me. However, though fetchmail was showing messages being received, I couldn't find them. Searched deja, saw various and sundry solutions, none of which worked--finally bothered to check /var/log/maillog, which would have saved me hours of work. (That's the main reason I'm posting this, more as a lesson in troubleshooting for the less-experienced like myself). It showed that postfix was trying to open /etc/aliases.db which didn't exist. There was an aliases.db, however it was in /usr/local/etc/postfix. So, I simply copied it over to /etc--the quick and dirty solution, but it wasn't evident to me at first glance which line in postfix's main.cf had to be changed and it was late. At any rate, the moral of the story is check the included tools, such as log files--they can save you a lot of searching. Thanks Scott Robbins P.S--if this was an inappropriate post for this forum, please let me know. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message