From owner-freebsd-questions Fri Aug 3 12:43:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from intergate.sdccd.cc.ca.us (intergate.sdccd.cc.ca.us [209.129.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 83BBC37B401 for ; Fri, 3 Aug 2001 12:43:17 -0700 (PDT) (envelope-from efortenb@sdccd.cc.ca.us) Received: from ntxdistrict.sdccd.cc.ca.us (ntxdistrict.sdccd.cc.ca.us [10.1.100.1]) by intergate.sdccd.cc.ca.us (8.8.7/8.8.7) with ESMTP id LAA20466; Fri, 3 Aug 2001 11:49:14 -0700 (PDT) Received: by NTXDISTRICT with Internet Mail Service (5.5.2652.78) id ; Fri, 3 Aug 2001 12:43:00 -0700 Message-ID: From: Erin Fortenberry To: "'Fred Condo'" , Erin Fortenberry Cc: "'questions@freebsd.org'" Subject: RE: sendmail Date: Fri, 3 Aug 2001 12:42:45 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2652.78) Content-Type: text/plain; charset="iso-8859-1" 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 > From: Fred Condo [mailto:fred@condo.chico.ca.us] > On Fri, Aug 03, 2001 at 11:50:44AM -0700, Erin Fortenberry wrote: > > Can someone tell me how to make sendmail run in -bd mode > but not listen to > > any ports? > > What's your goal? If it is to make sure that queued mail gets sent, > you want sendmail -q30m (30 minutes between queue runs). You can also > write things like -q2h for 2 hours. My goal is for sendmail to not listen to anyports, only on lo0 if needed. This machine is a web server and I keep getting people attaching to ports 25 to try and relay email. I could just block the port, but I would think sendmail could be configured to shut off the port itself. > > Also, does anyone know what is on these ports? I got this > from 'netstat -an' > > > > udp4 0 0 *.518 *.* > > udp4 0 0 *.512 *.* > > udp4 0 0 *.514 *.* > > > > Those will all be listed in /etc/services Thanks, I will look. Erin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message