From owner-freebsd-questions@FreeBSD.ORG Thu Jan 22 12:02:40 2004 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 8400A16A4CE for ; Thu, 22 Jan 2004 12:02:40 -0800 (PST) Received: from lakemtao01.cox.net (lakemtao01.cox.net [68.1.17.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79BE243D58 for ; Thu, 22 Jan 2004 12:02:17 -0800 (PST) (envelope-from supremedalek@hotpop.com) Received: from [10.0.0.10] ([68.105.174.126]) by lakemtao01.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040122200217.GSDE2413.lakemtao01.cox.net@[10.0.0.10]> for ; Thu, 22 Jan 2004 15:02:17 -0500 Mime-Version: 1.0 X-Sender: supremedalek@pop.hotpop.com Message-Id: In-Reply-To: References: Date: Thu, 22 Jan 2004 15:02:07 -0500 To: freebsd-questions@freebsd.org From: Mauricio Content-Type: text/plain; charset="us-ascii" ; format="flowed" Subject: courier confusion 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: Thu, 22 Jan 2004 20:02:40 -0000 I installed the courier mail server using portupgrade in this freebsd 5.1 box. pkg_info reports it as courier-ldap-mysql-pgsql-0.44.0 Courier SMTP IMAP POP3 HTTP mail server suite so, I then decided to confiigure it so I can actually use it. From the documentation, most of the files I need to access are in /usr/lib/courier. But, when I look for the "courier" directory, I find it in many places but the one that is mentioned above: daffy# find / -name courier -print /usr/local/etc/courier /usr/local/libexec/courier /usr/local/sbin/courier /usr/local/share/doc/courier /usr/local/share/courier /usr/ports/mail/courier /var/mail/courier /var/spool/courier daffy# Now, that makes me feel a bit concerned. I have no problem with it sitting on /usr/local, but since the docs mention a lot the lib directory, and I cannot find it, I get concerned. Further down in the documentation, there is a mention of the file /usr/lib/courier/bin/sendmail. Looking for sendmail, I found it everywhere but inside a courier directory: daffy# find / -name sendmail -print /usr/libexec/sendmail /usr/libexec/sendmail/sendmail /usr/local/bin/sendmail /usr/sbin/sendmail /usr/share/sendmail /usr/src/contrib/file/Magdir/sendmail /usr/src/contrib/sendmail /usr/src/contrib/sendmail/include/sendmail /usr/src/etc/rc.d/sendmail /usr/src/etc/sendmail /usr/src/share/sendmail /usr/src/usr.sbin/sendmail /usr/ports/mail/sendmail /usr/obj/usr/src/usr.sbin/sendmail /usr/obj/usr/src/usr.sbin/sendmail/sendmail /usr/obj/usr/src/etc/sendmail /var/tmp/temproot/usr/libexec/sendmail /var/tmp/temproot/usr/obj/usr/src/etc/sendmail /var/tmp/temproot/usr/share/sendmail /etc/rc.d/sendmail /etc.old/rc.d/sendmail daffy# Am I missing something here? Because, it does feel like courier's sendmail may have been installed wherever it felt doing so. Or nowhere at all. =(