CALL: Saturday, July 10 at 14:00 UTC

Known issues

  • In Django views, request.user.id does not equal the UNIX uid
  • non_admin_view bug:
    • Mounted an email server view outside plinth/apps/
    • SetupView displayed to non-admin user when
      • non_admin_view decorates a different view, and
      • App module is not installed
    • The actual view was not rendered
    • Non-admin users are able to install the app
    • Patch finished, not yet in tree
  • Users added via web UI do not have a home directory
    • echo ~username works, but the directory does not exist
    • Dovecot is configured to use ~username/Maildir
    • Change the Maildir’s location?
    • Fix the user manager?
  • Proposed mail group clashes with a Debian system group
  • LDAP server: we need to enable the memberOf overlay
  • Backscatter: non-delivery notifications
    • Reject undeliverable mail at the connection level
    • Patch WIP
  • Memory usage
    • Container uses ~1 GB of memory at idle
    • Rspamd
    • Rspamd package recommends Redis
    • Recommended packages are selected by default (?)
1 Like