Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2001 10:15:32 +0100
From:      dirk.meyer@dinoex.sub.org (Dirk Meyer)
To:        freebsd-isp@FreeBSD.ORG
Subject:   Re: sendmail queue
Message-ID:  <Pr5d9lj5YQ@dmeyer.dinoex.sub.org>
References:  <009401c07c43$fe735c00$0400a8c0@Home>

next in thread | previous in thread | raw e-mail | index | archive | help
Ryan Masse wrote:

> Could anyone provide some info with regards to setting up a secondary mail
> server? having the mail get queued in the secondary mail server when the PMS
> is down then send all the mail back to the PMS when back up?

1) The easy way:
configure Sendmail to accept mail for this host/domain:
simply add in /etc/mail/mailertable:

primary.do.main		smpt:[hostname of primary mail-server]

After rebuild of mailertable.db the server will accept mail
for this domain and deliver it towards the primary server.
Please keep the Hostname or IP in square brackets,
to avoid any DNS-lookup.


2) For high loads or long downtime
You might configure a special Queue or requiets it with ETRN,
this could improve the performance, if you expect lots of mail.
This take a bit more work on the configuration.

kind regards Dirk

- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
- Tel. +49-5606-6512


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pr5d9lj5YQ>