Robert Rettig

Results 39 issues of Robert Rettig

https://github.com/robertdebock/ansible-role-postfix/blob/dd9ab8cf53c4f320bb67a6d7d8b6c96ba28fd781/templates/main.cf.j2#L439 should most probably replaced by: ``` alias_database = hash:{{ postfix_alias_path }} ```

## Proposed feature Postfix address rewriting purpose Address rewriting is at the heart of the Postfix mail system. Postfix rewrites addresses for many different purposes. Some are merely cosmetic, and...

https://github.com/pawelsikora/mkdocs-with-confluence/blob/731bdd24f293d35648153d88d821998db31f9005/mkdocs_with_confluence/plugin.py#L243-L244

**Describe the bug** With version 1.25 the following command worked ```shell pynonymizer \ --db-type mysql \ --db-host localhost \ --db-user root \ --db-name open_data \ --strategy /var/lib/mysql_instances/open-data-33019/anonymize/20.0.0/open-data-strategy.yml \ --mysql-cmd-opts="--socket=/some/path/to/var/run/mysqld/mysqld.sock" \...

https://github.com/Keeper-Security/secrets-manager/blob/fab6c473ba1f514efc78dda35168f7653e083b1e/sdk/python/core/keeper_secrets_manager_core/core.py#L1679 https://github.com/Keeper-Security/secrets-manager/blob/fab6c473ba1f514efc78dda35168f7653e083b1e/integration/keeper_secrets_manager_ansible/keeper_secrets_manager_ansible/__init__.py#L175-L177 Current workarround i need to start all ansible processes with the KSM_CACHE_DIR variable set. But then all my ansible-vault keyfiles which use KSM need to have an override...

Tested with the sample playbook provided by Keeper-Security. ```txt TASK [Generate a Keeper Record Cache secret] ********************************************************************************************************************************************************************** fatal: [es11]: FAILED! => {"msg": "Keeper Ansible error: There is no config file...

Consider there is a TXT record a so called mail SPF record. Currently if the module user would like to update an existing record of that type, the module would...

Method `exceptionCaught` in `play.server.ssl.SslPlayHandler` causes `throw new IllegalStateException("cannot send more responses than requests")` `at org.jboss.netty.handler.codec.http.HttpContentEncoder.writeRequested(HttpContentEncoder.java:101)` With the new ssl-tests from #1159. call the 9000 port with http instead of https.