-
Notifications
You must be signed in to change notification settings - Fork 73
DNS and mailer notes in installation/on_debian.rst #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNS and mailer notes in installation/on_debian.rst #153
Conversation
installation/on_debian.rst
Outdated
| .. code-block:: console | ||
| mkdir -p /etc/systemd/resolved.conf.d | ||
| echo -e '[Resolve]\nDNS=8.8.8.8' > /etc/systemd/resolved.conf.d/mydns.conf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will later cause problems when OMV builds the network configuration via netplan.
The mentioned resolvectl dns <INTERFACE> <DNS_SERVER_IP> should do the same as creating a configuration file.
The temporary solution might not cause problems/failures later when the systemd network configuration is build via netplan.
installation/on_debian.rst
Outdated
| .. note:: | ||
|
|
||
| If you don't have a functioning mail system at this point, the |omv| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The postfix service is stopped and disabled during the installation of the openmediavault package, so i don't know why postfix will cause the PHP mail command to block when the daemon is not running.
A login was never blocked when postfix was disabled (default after first installation) in the past and i can not reproduce it with the latest Debian13/OMV8 installation.
Signed-off-by: Volker Theile <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully tested on Debian 13 Netinst. Thx
* DNS and mailer notes in on_debian.rst * Update on_debian.rst with dhcp workaround, removed postfix workaround * Small improvements Signed-off-by: Volker Theile <[email protected]> --------- Signed-off-by: Volker Theile <[email protected]> Co-authored-by: Volker Theile <[email protected]> (cherry picked from commit 3f9d02b) Signed-off-by: Volker Theile <[email protected]>
|
This PR is related to #154. |
Following the installation instructions to the letter may result in a non-working DNS or mail system, adding notes on how to fix these.