From owner-freebsd-isp Mon Oct 1 9:34:12 2001 Delivered-To: freebsd-isp@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl3-t103.citlink.net [207.173.248.103]) by hub.freebsd.org (Postfix) with ESMTP id A9D5637B406 for ; Mon, 1 Oct 2001 09:33:12 -0700 (PDT) Received: from tagalong (unknown [165.107.42.205]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 2B67EEE623 for ; Mon, 1 Oct 2001 09:33:03 -0700 (PDT) From: "Drew Tomlinson" Cc: "'FreeBSD ISP (E-mail)'" Subject: POP3 Logging (Was RE: Courier-IMAP How To?) Date: Mon, 1 Oct 2001 09:30:43 -0700 Message-ID: <5CD46247635BD511B6B100A0CC3F023925A0F7@ldcmsx01.lc.ca.gov> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <5CD46247635BD511B6B100A0CC3F0239417862@ldcmsx01.lc.ca.gov> Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > -----Original Message----- > From: Dejan Kastelic [mailto:dejan@amis.net] > Sent: Sunday, September 30, 2001 11:01 PM > To: alexus > Cc: Drew Tomlinson; FreeBSD ISP (E-mail) > Subject: Re: Courier-IMAP How To? > > Lets check out sample file from postfix: > > titanic:> more sample-main.cf |grep Maildir > # mailbox file is /var/mail/user. Specify "Maildir/" for > home_mailbox = Maildir/ > > Solution --> all you have to additionaly specify in your main.cf is > 'home_mailbox = Maildir/'. Thank you to all that have given input. I now have Postfix delivering in Maildir format. However, I am not sure how to get the POP3 service running. I have authdaemon running and have included the following lines in inetd.conf: # example entry for the optional pop3 server #pop3 stream tcp nowait root /usr/local/libexec/popper popper pop3 stream tcp nowait root /usr/local/bin/pop3d pop3d start I plan to do the same for imap once I figure out pop3. So now I need to know where pop3 logging might be or how to turn it on. Then maybe I can see what the problem is and get an idea on where to go next. Any ideas? Thanks again, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message