From owner-freebsd-isp Fri Aug 23 11:12:22 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA19541 for isp-outgoing; Fri, 23 Aug 1996 11:12:22 -0700 (PDT) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA19532 for ; Fri, 23 Aug 1996 11:12:17 -0700 (PDT) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id LAA15125; Fri, 23 Aug 1996 11:10:18 -0700 From: "Rodney W. Grimes" Message-Id: <199608231810.LAA15125@GndRsh.aac.dev.com> Subject: Re: mail storage To: michaelv@MindBender.serv.net (Michael L. VanLoon) Date: Fri, 23 Aug 1996 11:10:17 -0700 (PDT) Cc: sckhoo@asiapac.net, freebsd-isp@FreeBSD.org In-Reply-To: <199608231632.JAA29475@MindBender.serv.net> from "Michael L. VanLoon" at "Aug 23, 96 09:32:09 am" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > > They want their intranet connect to my server couple of times > >a day to receive and sending mail thro my connection to internet. > >They will use my server space to store incoming mail and use the smtp > >to send mail. BTW< multiple account in their LAN. This sounds like > >uucp, right? Any other solution, do like to get uucp install if i can > >avoid it. > > They are running M$ Exchange Server. What should i install in > >my server site, preferably a FreeBSD machine. > > Exchange doesn't do UUCP. > > They probably just want you to run sendmail with a frequent retry. > They could connect to you, dumping mail out, and your sendmail daemon > should retry often enough to see that they are there and start dumping > mail back to them. Attempting to use frequent runs of the queue is not a good way to solve this problem, it is non-predictable. Better off to have sendmail sort mail destined to them into a seperate /var/spool/mqueue.${DOMAIN}, then fire up a: sendmail -q -oQ/var/spool/mqueue.${DOMAIN} This is a non-trivial thing to set up, and there are bits and pieces of it described in the BAT book, look in the sections on fault tolerent and holding someones mail for them until they come back on line. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD