From owner-freebsd-questions Fri Feb 14 15:13: 9 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 D1EEF37B401 for ; Fri, 14 Feb 2003 15:13:07 -0800 (PST) Received: from sage-american.com (adsl-65-71-135-139.dsl.crchtx.swbell.net [65.71.135.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E94743FA3 for ; Fri, 14 Feb 2003 15:13:06 -0800 (PST) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea.sage-american [192.168.0.3]) by sage-american.com (8.12.6/8.12.6) with SMTP id h1ENB7FU058510; Fri, 14 Feb 2003 17:11:11 -0600 (CST) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20030214171105.012a3158@sage-one.net> X-Sender: jackstone@sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 14 Feb 2003 17:11:05 -0600 To: Giorgos Keramidas , Andrew Y Ng , questions@FreeBSD.ORG From: "Jack L. Stone" Subject: Re: need some sendmail help In-Reply-To: <20030214224142.GC1717@gothmog.gr> References: <20030214170820.GM81356@freepuppy.bellavista.cz> <20030213202116.GA17725@AndrewNg.com> <20030213204847.GA4654@gothmog.gr> <20030214013811.GA25303@AndrewNg.com> <20030214015122.GA3806@gothmog.gr> <20030214170820.GM81356@freepuppy.bellavista.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, hits=-1.3 required=4.5 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03 version=2.44-sageamerules_v1 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 At 12:41 AM 2.15.2003 +0200, Giorgos Keramidas wrote: >On 2003-02-14 18:08, Roman Neuhauser wrote: >> # keramida@ceid.upatras.gr / 2003-02-14 03:51:22 +0200: >> > You have only enabled mail submission through a network >> > connection to port 25, but not submission of mail from local >> > users. I suggest that you read at least /etc/mail/README and >> > the rc.sendmail(8) manpage. >> >> Hi Giorgos, >> >> it was always my understanding that sendmail_enable="YES" will turn >> Sendmail on wholesale: commandline submits, inbound, outbound. > >Not really. sendmail_enable="YES" turns on only the non-localhost >daemon. > >Note that I was wrong in my previous post, but for a different reason. >Since /etc/defaults/rc.conf sets sendmail_xxx_enable="YES", the >dequeueing of local mail will be automatically enabled. > Giorgos: As a refresher, below are the /etc/defaults/rc.conf Unless, the /etc/rc.conf overrides, these turn on as stated. Based on the below, what is not turned on....??? ### Mail Transfer Agent (MTA) options ###################### ############################################################## mta_start_script="/etc/rc.sendmail" # Script to start your chosen MTA, called by /etc/rc. # Settings for /etc/rc.sendmail: sendmail_enable="YES" # Run the sendmail inbound daemon (YES/NO/NONE). # If NONE, don't start any sendmail processes. sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server) sendmail_submit_enable="YES" # Start a localhost-only MTA for mail submission sendmail_submit_flags="-L sm-mta -bd -q30m -ODaemonPortOptions=Addr=localhost" # Flags for localhost-only MTA sendmail_outbound_enable="YES" # Dequeue stuck mail (YES/NO). sendmail_outbound_flags="-L sm-queue -q30m" # Flags to sendmail (outbound only) sendmail_msp_queue_enable="YES" # Dequeue stuck clientmqueue mail (YES/NO). sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m" # Flags for sendmail_msp_queue daemon. Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message