From owner-freebsd-questions Mon Mar 3 21: 5:28 2003 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 34AFA37B401 for ; Mon, 3 Mar 2003 21:05:26 -0800 (PST) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34B343FBD for ; Mon, 3 Mar 2003 21:05:23 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: from net2.dinoex.sub.org (dinoex@net2.dinoex.de [212.184.201.182]) by net2.dinoex.sub.org (8.12.8/8.12.8) with ESMTP id h24559mo010771; Tue, 4 Mar 2003 06:05:11 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) X-Authentication-Warning: net2.dinoex.sub.org: Host dinoex@net2.dinoex.de [212.184.201.182] claimed to be net2.dinoex.sub.org Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.12.8/8.12.8/Submit) with BSMTP id h24557ka010761; Tue, 4 Mar 2003 06:05:07 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-questions@FreeBSD.ORG, tforrest@shellworld.net (Tommy Forrest - KE4PYM) Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Sendmail update from ports Date: Tue, 04 Mar 2003 06:01:24 +0100 X-Mailer: Dinoex 1.79 References: <20030303224113.GC73696@rot13.obsecurity.org> <200303040121.h241LCI86291@server1.shellworld.net> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-No-Archive: yes X-ZC-VIA: 20030304000000W+1@dinoex.sub.org 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 Tommy Forrest wrote: > On a FBSD 4.2-RELEASE system - I build Sendmail 8.12.8 from the ports > collection. It builds and installs just fine. I follow the directions > in pkg-message. I set sendmail_enable="no" in rc.conf. > > And because my system is < 4.6 I put sendmail_flags="-L sm-msp-queue > -Ac -q1m' Thanks for pointing, there is a Line missing ... It should state: >> To activate only the delivery from the local submission queue >> in FreeBSD-RELEASE < 4.6 set your flags in /etc/rc.conf: >> sendmail_flags="-L sm-msp-queue -Ac -q1m" This is only for "mail-submission hosts", which handle all mail to a mailhub. To have a deamon running you need in /etc/rc.conf: sendmail_flags="--L sm-mta -bd -q30m" $ cp /usr/local/etc/rc.d/sendmail.sh.sample /usr/local/etc/rc.d/sendmail.sh > Set the sendmail.sh in /usr/local/etc/rc.d and reboot. I see sendmail > start as a local package. I see sendmail running as a process. I > cannot, however telnet to localhost 25. Connection refused. Yes, cause you start 2 sm-msp-queue only. > The one thing that throws me off in pkg-message is the statement about > adding stuff to sendmail.mc. I do not have a sendmail.mc file on my > sysytem. Where would that live? ls -l /etc/mail/*.mc on older system there was a /etc/mail/sendmail.mc now it is really /etc/mail/.mc kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message