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
I know the update functionality is still an experimental feature, but here are some topics i have come across when updating my servers that would be really nice if the update process would consider:
/srv/modoboa/instance/instance/settings.py
I do have a few custom configurations in this file like USE_X_FORWARDED_HOST = True, modifications to ALLOWED_HOSTS, EMAIL_CLIENT_CONNECTION_SETTINGS, MODOBOA_APPS, MIDDLEWARE and AUTHENTICATION_BACKENDS for e.g. LDAP. The modifications are lost on update and needs to be added again
/etc/dovecot/conf.d/10-auth.conf
The activation of LDAP with !include auth-ldap.conf.ext gets deactivated on update
/etc/postfix/master.cf
I use SMTPS for my servers and on every update SMTPS gets deactivated again. SMTPS could/should also be the default rather than SMTP + STARTTLS
I know the update functionality is still an experimental feature, but here are some topics i have come across when updating my servers that would be really nice if the update process would consider:
/srv/modoboa/instance/instance/settings.pyI do have a few custom configurations in this file like
USE_X_FORWARDED_HOST = True, modifications toALLOWED_HOSTS,EMAIL_CLIENT_CONNECTION_SETTINGS,MODOBOA_APPS,MIDDLEWAREandAUTHENTICATION_BACKENDSfor e.g. LDAP. The modifications are lost on update and needs to be added again/etc/dovecot/conf.d/10-auth.confThe activation of LDAP with
!include auth-ldap.conf.extgets deactivated on update/etc/postfix/master.cfI use SMTPS for my servers and on every update SMTPS gets deactivated again. SMTPS could/should also be the default rather than SMTP + STARTTLS
/etc/rspamd/local.d/dkim_signing.confMy custom fix for Modoboa 2.6.5 - Rspamd DKIM problem #617 gets overwritten on every update.
/etc/apt/sources.list.d/rspamd.listThe 2 lines for the rspamd repo are added/appended on every update, leading to warning on the next
sudo apt updateOther than these topics, the update process works great - thank you.