bundles/postfix: use dig
in check_spam_blocklist instead of a python library
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
The library isn't available as a debian package, so we would have to manually install that every time the python package updates its minor version number.
This commit is contained in:
parent
d756e3daf8
commit
6b90d568cf
3 changed files with 12 additions and 16 deletions
|
@ -23,10 +23,6 @@ for identifier in node.metadata.get('postfix/mynetworks', set()):
|
|||
|
||||
my_package = 'pkg_pacman:postfix' if node.has_bundle('pacman') else 'pkg_apt:postfix'
|
||||
|
||||
pkg_pip = {
|
||||
'dnsq': {},
|
||||
}
|
||||
|
||||
files = {
|
||||
'/etc/mailname': {
|
||||
'content': node.metadata.get('postfix/myhostname', node.metadata['hostname']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue