On Mon, Feb 17, 2014 at 12:13, Adam Thompson wrote:
> 1. I have about a dozen OpenBSD systems running (5.4-RELEASE), all of
> which share a common list of users, all of which generate email
> automatically.
> 2. Only one of those systems is the designated mail server. I would
> like all the other systems to immediately relay any and all email to the
> mail server.
> 3. I don't want to have to manually maintain /etc/mail/aliases on each
> and every system for each and every user; sooner or later I'll miss one.
> 4. I'd prefer to use smtpd(8) instead of sendmail(8), but I'm even
> willing to run software from ports, if it's clearly
> better/cleaner/smaller/etc.
This should be as easy as
accept for local relay via smtp://designated
I think.