mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #2154] Installer should check if 'host' is installed #1534
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1534
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cyrilst on GitHub (Feb 6, 2021).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2154
Impacted versions
Steps to reproduce
Use the installer on a system without the binary
host. It happened to me with a VPS from OVH, installed with a "stock" Debian 10.Current behavior
There are no error during install.
/usr/local/bin/spf-tools/despf.shfails silently. Sopostwhitefails silently, and/etc/postfix/postscreen_spf_whitelist.cidris empty.Expected behavior
If
hostdoesn't exist, it should be installed by the installer. In Debian, it's included in thebind9-hostpackage.@Spitfireap commented on GitHub (Oct 27, 2022):
Installer is now installing
bind9-hostfor Debian based disto.