From owner-freebsd-isp Fri Aug 22 04:52:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA04071 for isp-outgoing; Fri, 22 Aug 1997 04:52:51 -0700 (PDT) Received: from intra.vafibre.com ([205.139.223.3]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id EAA04066 for ; Fri, 22 Aug 1997 04:52:49 -0700 (PDT) Received: from is01 by intra.vafibre.com (Unoverica 2.11a) id 000006F1; Fri, 22 Aug 1997 07:53:16 -0400 Message-Id: <199708221153.000006F1@intra.vafibre.com> From: "John Brown" To: Subject: Mail Woes Date: Fri, 22 Aug 1997 07:51:08 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1008.3 X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3 Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am attempting to setup sendmail/procmail and qpopper to work on my server and am goint through fits. Here's the problem... I have setup procmail as the local delivery agent by changing the sendmail.cf Mlocal parameter and I have setup procmail to store mail in $HOME/.mail This works great, the mail is going to the correct place when it's received. The problem is that in order to get qpopper to work I setup a symbolic link in "/var/mail" to point to the $HOME/.mail file to get the actual data. Now when a message is received via procmail my symbolic link is renamed to BOGUS.X in var/mail and a blank file is created in it's place. So, The question is... What am I doing wrong? I have tried changing some of the mail folder designations in the actual programs and have attempted to do a "make" but get that the software is up to date. (Can you tell I'm a newbie) HELP!!!