virtual_alias_maps ends up with multiple `pcre:/etc/postfix/regexp` entries
1. Start dms
2. create data/config/postfix-regexp.cf
2. edit the alias file; wait one second
3. edit the alias file; again
The sed line in `_handle_postfix_regexp_config` that adds the config to `virtual_alias_maps` is not guarded by a check to see if it is already present in the file.
I think it may be possible to just always include the `pcre:/etc/postfix/regexp` as `_handle_postfix_virtual_config` always creates that file as empty.
Miscellaneous first checks
Affected Component(s)
postfix
What happened and when does this occur?
What did you expect to happen?
How do we replicate the issue?
DMS version
edge
What operating system is DMS running on?
Linux
What instruction set architecture is DMS running on?
x86_64 / AMD64
What container orchestration tool are you using?
Docker
docker-compose.yml
No response
Relevant log output
No response
Other relevant information
What level of experience do you have with Docker and mail servers?
Code of conduct
Improvements to this form?
No response