<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Contact on Quollix</title><link>https://quollix.org/docs/contact/</link><description>Recent content in Contact on Quollix</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://quollix.org/docs/contact/index.xml" rel="self" type="application/rss+xml"/><item><title>Commercial Support</title><link>https://quollix.org/docs/contact/commercial-support/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://quollix.org/docs/contact/commercial-support/</guid><description>&lt;p&gt;Commercial support and paid project work are available for Quollix. This can include deployment help, custom feature work, technical consulting, training, presentations, or related work around Quollix. Quollix remains open source software. Paid work helps fund continued development and maintenance. Commercial work is handled from Bremen, Germany, with remote collaboration available.&lt;/p&gt;&#10;&lt;p&gt;If you are interested, contact &lt;a href="mailto:quollix-commercial@mailbox.org"&gt;quollix-commercial@mailbox.org&lt;/a&gt; with a short description of what you need.&lt;/p&gt;&#10;&lt;p&gt;&lt;button type="button" class="feedback-draft-button" onclick="window.openCommercialSupportMail()"&gt;Open draft&lt;/button&gt;&lt;/p&gt;&#10;&lt;script&gt;&#10; window.openCommercialSupportMail = () =&gt; {&#10; const body = `Hi Quollix team,&#10;&#10;I want to contact you about commercial support.&#10;&#10;What I need help with:&#10;&#10;Organization, if relevant:&#10;&#10;Preferred contact details:&#10;`&#10;&#10; window.location.href = `mailto:quollix-commercial@mailbox.org?subject=${encodeURIComponent('Quollix commercial support')}&amp;body=${encodeURIComponent(body)}`&#10; }&#10;&lt;/script&gt;</description></item><item><title>Feedback</title><link>https://quollix.org/docs/contact/feedback/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://quollix.org/docs/contact/feedback/</guid><description>&lt;p&gt;We appreciate feedback about:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Quollix and the website&lt;/li&gt;&#10;&lt;li&gt;Positive experiences with the project&lt;/li&gt;&#10;&lt;li&gt;Legal and policy texts that are unclear, too broad, or missing important context&lt;/li&gt;&#10;&lt;li&gt;The topics listed below&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;table&gt;&#10;&#9;&lt;thead&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th&gt;Topic&lt;/th&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th&gt;Use this for&lt;/th&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th&gt;Action&lt;/th&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&lt;/thead&gt;&#10;&#9;&lt;tbody&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Security vulnerability&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Responsible disclosure or suspected vulnerabilities in Quollix. Please read the &lt;a href="https://quollix.org/docs/contact/security/"&gt;Security Policy&lt;/a&gt; first.&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;&lt;button type="button" class="feedback-draft-button" onclick="window.openSecurityFeedbackMail()"&gt;Open draft&lt;/button&gt;&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Bug report&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Reproducible behavior that seems incorrect.&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;&lt;button type="button" class="feedback-draft-button" onclick="window.openBugFeedbackMail()"&gt;Open draft&lt;/button&gt;&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Suggest an improvement&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Feature ideas, additional official apps, &lt;a href="https://quollix.org/docs/project/community/contributing/website/"&gt;website text improvements&lt;/a&gt;, and workflows that feel confusing or slow.&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;&lt;button type="button" class="feedback-draft-button" onclick="window.openImprovementFeedbackMail()"&gt;Open draft&lt;/button&gt;&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&lt;/tbody&gt;&#10;&lt;/table&gt;&#10;&lt;script&gt;&#10; window.openFeedbackMailWithTemplate = (subject, body) =&gt; {&#10; window.location.href = `mailto:quollix-feedback@mailbox.org?subject=${encodeURIComponent(subject)}&amp;body=${encodeURIComponent(body)}`&#10; }&#10;&#10; window.openSecurityFeedbackMail = () =&gt; {&#10; const body = `Hi Quollix team,&#10;&#10;I want to report a potential security vulnerability.&#10;&#10;Summary:&#10;&#10;Affected area or version:&#10;&#10;Steps to reproduce:&#10;1.&#10;2.&#10;3.&#10;&#10;Potential impact:&#10;&#10;Suggested disclosure handling:&#10;`&#10;&#10; window.openFeedbackMailWithTemplate('Quollix security: Vulnerability report', body)&#10; }&#10;&#10; window.openBugFeedbackMail = () =&gt; {&#10; const body = `Hi Quollix team,&#10;&#10;What I did:&#10;&#10;What I expected:&#10;&#10;What happened instead:&#10;&#10;Steps to reproduce:&#10;1.&#10;2.&#10;3.&#10;&#10;How often it happens:&#10;Always / Sometimes / Once&#10;`&#10;&#10; window.openFeedbackMailWithTemplate('Quollix feedback: Bug report', body)&#10; }&#10;&#10; window.openImprovementFeedbackMail = () =&gt; {&#10; const body = `Hi Quollix team,&#10;&#10;What I am trying to do:&#10;&#10;What feels missing, confusing, or frustrating today:&#10;&#10;Suggested improvement:&#10;&#10;How this would help me:&#10;`&#10;&#10; window.openFeedbackMailWithTemplate('Quollix feedback: Improvement suggestion', body)&#10; }&#10;&lt;/script&gt;&#10;&lt;h2 id="miscellaneous"&gt;Miscellaneous&lt;/h2&gt;&#10;&lt;p&gt;Feedback can also be sent directly to &lt;a href="mailto:quollix-feedback@mailbox.org"&gt;quollix-feedback@mailbox.org&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Security Policy</title><link>https://quollix.org/docs/contact/security/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://quollix.org/docs/contact/security/</guid><description>&lt;p&gt;&lt;em&gt;Last Updated: 24.05.2026&lt;/em&gt;&lt;/p&gt;&#10;&lt;p&gt;We welcome good-faith security research on Quollix and appreciate responsible vulnerability reports. You may investigate Quollix software, especially by reviewing the source code or testing your own self-hosted Quollix server.&lt;/p&gt;&#10;&lt;p&gt;Please test responsibly. Do not target other users&amp;rsquo; deployments, third-party systems, or data that is not yours without explicit authorization. Limited testing against Quollix-operated public services is acceptable when done carefully and without disrupting availability. Do not perform denial-of-service attacks, degrade service availability, misuse the service, retain unauthorized access, publish secrets, or continue exercising a vulnerability after you have confirmed it.&lt;/p&gt;</description></item></channel></rss>