You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
So mail_virtual_domains is often looped through in configuration files. In some places mail. is prepended and in some places it's not. For example, the recent PR #35 loops through this variable in openssl.cnf:
OK, @PiPeep switched to wildcards, and I think the rest of the usages of mail.{{ ... seem fine. The OpenDKIM stuff seems fine too. Apparently sent emails are signed as from default.EXAMPLE.com instead of mail.EXAMPLE.com... but our tests show that's OK.
So
mail_virtual_domains
is often looped through in configuration files. In some placesmail.
is prepended and in some places it's not. For example, the recent PR #35 loops through this variable inopenssl.cnf
:https://github.com/taoeffect/empress/pull/35/files#diff-fc4a7a00381d9bd47edfe77044dbca15R43
The user should be the one specifying what their mail server is called, and this should not be mutated by the scripts.
This screen illustrates the problem as well:
The text was updated successfully, but these errors were encountered: