Easily switch between clearnet and non-clearnet postfix config

This commit is contained in:
Daniel Winzen
2017-06-24 14:46:30 +02:00
parent 94ef1125e2
commit f8ef29ea2d
2 changed files with 10 additions and 8 deletions

View File

@ -36,7 +36,7 @@ postmulti -I postfix-clearnet -e create
postmulti -i clearnet -e enable
postmulti -i clearnet -p start
```
If you created an instance, make sure to copy and modify the configuration files from etc/postfix-clearnet too
If you created an instance, uncomment the clearnet relay related config in etc/postfix/main.cf and make sure to copy and modify the configuration files from etc/postfix-clearnet too
After copying (and modifying) the posfix configuration, you need to create databases out of the mapping files (also each time you update those files):
```