Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 1996 13:59:03 +1100 (EST)
From:      "Daniel O'Callaghan" <danny@panda.hilink.com.au>
To:        Richard Gresek <rg@plusnet.de>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: initiate sendmail
Message-ID:  <Pine.BSF.3.91.961127135009.1605D-100000@panda.hilink.com.au>
In-Reply-To: <199611261927.UAA29485@gds.de>

next in thread | previous in thread | raw e-mail | index | archive | help



On Tue, 26 Nov 1996, Richard Gresek wrote:

> 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.

In the 'privacy flags' section of sendmail.cf, there is a definition
Opgoaway,restrictqrun

Remove restrictqrun to allow non-root users to start the queue processing.
You might also like to rearrange the MXs.  We are the 1st MX for our 
customers like this, and we have defined:

# If we are the best MX for a host, try directly instead of generating
# local config error.
OwTrue

That way a remote site will deliver straight to you, without trying 
the customer connection.  You then send to your customer.  Only works for 
'hosts', so you need to get your customer to name their mail machine 
'customer.com' as well as 'hostname.customer.com' in the DNS.  Just put 
an A record in the DNS for 'customer.com'.

Danny



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.961127135009.1605D-100000>