Today’s snippet is from Run Your Own Mail Server, discussing local databases in Postfix.
We discussed the aliases file back in Chapter 1. An alias is a system-wide message forwarding, so that email sent to one address on the host can be redirected to a real account. Whenever you update the aliases file you must run newaliases to regenerate the database. This is a classic Unix feature, but Postfix lets you follow that example and store most tables as local databases.
You’ll often hear these local...
Published on August 10, 2023 10:59