From 75223792ea2c001cc98b8ff1e66453dfd5b362d2 Mon Sep 17 00:00:00 2001 From: Daniel Winzen <d@winzen4.de> Date: Sat, 20 May 2017 18:17:24 +0200 Subject: [PATCH] Add postifx mapping files to database instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4f8694d..3038304 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ postmulti -I clearnet -e enable postmulti -i clearnet -p start ``` +After copying (and modifying) the posfix configuration, you need to create databases out of the mapping files (also each time you update those files): +``` +postmap /etc/postfix/canonical /etc/postfix/sender_login_maps /etc/postfix/transport +``` + To save temporary files in memory, add the following to /etc/fstab ``` tmpfs /tmp tmpfs defaults 0 0