- crates/main: package and [[bin]] renamed to inbuxa; homepage inbuxa.org; license AGPL-3.0-only (upstream is dual; the fork takes the AGPL). - types::branding::env_var reads INBUXA_<name>, falling back to STALWART_<name> with a warning, for all nine server settings. STALWART_APP_ and STALWART_SPAM_* storage keys are unchanged. - New-install default paths /var/lib/inbuxa and /var/log/inbuxa. - Dockerfiles, systemd unit, launchd plist and AppArmor profile renamed. - Upstream's .github moved to .github-upstream so none of it runs. - install.sh stubbed: upstream's would install Stalwart. - Two missed brand strings: the SMTP Received header and the utils user agent.
26 lines
1.3 KiB
YAML
26 lines
1.3 KiB
YAML
name: Bug Report (auto-closed)
|
|
description: Issues opened here are automatically closed. Please report bugs at support.stalw.art instead.
|
|
labels: ["bug"]
|
|
title: "🪲: "
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
> [!CAUTION]
|
|
> **Issues opened directly in this repository are automatically closed and locked.**
|
|
>
|
|
> All bug reports must first be triaged at our support portal: **[support.stalw.art](https://support.stalw.art)**. If a maintainer confirms that your report is a genuine bug, they will create an Issue on your behalf; you do not need to (and should not) open one yourself.
|
|
>
|
|
> You can sign in to support.stalw.art with your existing GitHub account, so no separate registration is required.
|
|
>
|
|
> **What to do instead:**
|
|
> - Suspected bug, question, or feature request? Post it at [support.stalw.art](https://support.stalw.art).
|
|
>
|
|
> If you proceed and submit this form anyway, your issue will be closed automatically and a comment will be posted explaining this policy.
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Acknowledgement
|
|
options:
|
|
- label: I understand that this issue will be automatically closed and that I should post my report at [support.stalw.art](https://support.stalw.art) instead.
|
|
required: true
|