From owner-freebsd-isp Tue Nov 26 20:22:12 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA24365 for isp-outgoing; Tue, 26 Nov 1996 20:22:12 -0800 (PST) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA24358 for ; Tue, 26 Nov 1996 20:22:06 -0800 (PST) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id WAA18244; Tue, 26 Nov 1996 22:20:56 -0600 From: Joe Greco Message-Id: <199611270420.WAA18244@brasil.moneng.mei.com> Subject: Re: initiate sendmail To: rg@plusnet.de (Richard Gresek) Date: Tue, 26 Nov 1996 22:20:55 -0600 (CST) Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: <199611261927.UAA29485@gds.de> from "Richard Gresek" at Nov 26, 96 08:26:12 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hallo, > > we provide the secondary mx for a customer. The customer connects to > our services several times a day automatically to get the mails to > his primary mx (We do not call his site when a mail for his domains > errived). Our sendmail sends the mailqueue every 30 minutes. At the > momen he has to stay 30 minutes online to be sure that all mail is > gone to the primary mx. > > Is there a command that would initiate sendmail to send all the mails > now? The user has not root-privilages on our machine of course. > > Thans in advance Add something. Simple idea: add an entry to inetd along the lines of mumble stream tcp wait root /usr/sbin/sendmail sendmail -q where mumble is some service port you and he agree to. Then when he brings up his net connection, he can kick off a program to tickle that port. Recent sendmails, I believe, have some support for something similar to this that is less of a hack. ... JG