-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix DNS config, expired certificates, and missing requirements #94
Conversation
Regarding upgrading IPFire on the Company Router: |
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.
Discussion required
provisioning/ansible/roles/external_mail_handler/tasks/main.yml
Outdated
Show resolved
Hide resolved
If you want to upgrade company router from IPFire2.25 to IPFire2.29, then current packetbeat version can not be executed correctly with error message |
We've decided to not upgrade the company router for now since the current older version works fine. But thank you for the heads-up! |
This addresses a couple of small issues:
/etc/resolv.conf
, aka, without systemd-resolvedinput()
within a service isn't a good idea, so I changed the service to simply run forever. It can still be restarted etc. withsystemctl
/var/ipfire/dns/servers
(I chose quad8)pakfire update
/pakfire upgrade
as the last provisioning step, but this takes quite a while, so I've opted to leave it at 141.Resolves #93
Resolves #92
Also related to the mail handler issue mentioned in #80, but no longer relevant as the "buggy" part of the code has been replaced when switching to
aiosmtpd