Hi, Am 04.07.19 um 10:48 schrieb Oliver Kurz:
For giving the possibility to others to learn – despite potentially missing permissions – what was necessary to accomplish this? Where is this done?
Those maps are managed in our internal GitLab instance [1]. To make a change you need to: - Do a merge request - Get it accepted and merged into master, e.g [2] [3] - Wait for some time (~1 hour) for it to be deployed In the background some magic happens (userdb scripts triggered via cron), which will eventually deploy the files to mx1.suse.de/mx2.suse.de. Those maps/files are then referenced by the Postfix configuration. In case you want to contribute in the future, you can work on the initial merge request. Those maps are described on the Postfix website [4] in quite some detail and are straight-forward (especially with all of the existing entries that can be used as a reference). Best regards, Karol Babioch [1]: https://gitlab.suse.de/OPS-Service/virtual-maps/ [2]: https://gitlab.suse.de/OPS-Service/virtual-maps/merge_requests/13 [3]: https://gitlab.suse.de/OPS-Service/virtual-maps/merge_requests/14 [4]: http://www.postfix.org/DATABASE_README.html