<?xml version="1.0"?><rss version="2.0"><channel><title>Citadel Support</title><link>http://uncensored.citadel.org/</link><description>
A community support forum for the Citadel software. 
 
</description><image><title>Citadel Support</title><url>http://uncensored.citadel.org/roompic?room=Citadel%20Support</url><link>http://uncensored.citadel.org/</link></image>
<description>Citadel Support</description>
<item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099571026</link><pubDate>Wed, 26 Aug 2026 04:38:39 +0500</pubDate><title>Re: Recovering form Citadel DB crash</title><guid isPermaLink="false">2099571026@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi, I dont have a recent backup.. that's the issue.. I stopped using google drive for backups few months back due to the price increase.. I was in process of looking for alternative.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Tue Aug 25 2026 18:24:38 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Recovering form Citadel DB crash</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">
<blockquote>Hi, Can you please double check this as my cdb08 file is 4GB in size, <br />the rest of the files are much smaller in comparison - </blockquote>
<br />The files are different sizes because they contain different tables. But they can't be recovered on their own. If you deleted the journal files (log.*) and maps (__db.00*) you've deleted the parts of the database that make it recoverable. <br /><br />Please just restore your most recent backup. It is your best and only option right now.</div>
</div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099571004</link><pubDate>Tue, 25 Aug 2026 18:24:38 +0500</pubDate><title>Re: Recovering form Citadel DB crash</title><guid isPermaLink="false">2099571004@Uncensored</guid><description><![CDATA[ >Hi, Can you please double check this as my cdb08 file is 4GB in size, 
 >the rest of the files are much smaller in comparison -
 
 The files are different sizes because they contain different tables.  But
they can't be recovered on their own.  If you deleted the journal files (log.*)
and maps (__db.00*) you've deleted the parts of the database that make it
recoverable.
 
 Please just restore your most recent backup.  It is your best and only option
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099570900</link><pubDate>Mon, 24 Aug 2026 05:05:53 +0500</pubDate><title>Re: Recovering form Citadel DB crash</title><guid isPermaLink="false">2099570900@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi, Can you please double check this as my cdb08 file is 4GB in size, the rest of the files are much smaller in comparison -<br /><br /></p>
<p>-rw------- 1 root root      479232 Aug 24 05:45 cdb.0a</p>
<p>-rw------- 1 root root        8192 Aug 24 09:50 cdb.0b</p>
<p>-rw------- 1 root root       53248 Aug 24 09:50 cdb.05</p>
<p>-rw------- 1 root root       12288 Aug 24 10:02 cdb.0d</p>
<p>-rw------- 1 root root     5033984 Aug 24 10:02 cdb.09</p>
<p>-rw------- 1 root root  4244172800 Aug 24 10:02 cdb.08</p>
<p>-rw------- 1 root root      536576 Aug 24 10:02 cdb.04</p>
<p>-rw------- 1 root root       16384 Aug 24 10:02 cdb.03</p>
<p>-rw------- 1 root root       40960 Aug 24 10:02 cdb.02</p>
<p>-rw------- 1 root root       20480 Aug 24 10:02 cdb.01</p>
<p>-rw------- 1 root root      479232 Aug 24 10:02 cdb.00</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Fri Aug 21 2026 10:35:47 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Recovering form Citadel DB crash</span></div>
<div class="message_content">
<p>Craig,</p>
<p>First, a quick correction: the breakdown generated by Gemini got Citadel's database structure backwards. cdb.08 is the user table and cdb.09 is system configuration. The actual message content lives in cdb.02, and the room message indexes live in cdb.03. </p>
<p>The reason you are seeing empty rows dated "Jan 01 1970" is because the message pointers in cdb.03 are pointing to message IDs in cdb.02 that were corrupted or lost when the active transaction logs (log.*) were manually deleted during the crash. In Berkeley DB, deleting active log files destroys the database's ability to maintain transactional integrity or replay pending writes.</p>
<p>To answer your question directly: No. There is no internal citserver repair command or in-place scan utility to reconstruct message tables without the transaction logs.</p>
<p>Your recovery paths at this point:</p>
<p>1. Restore from a known good backup made prior to the disk exhaustion event.</p>
<p>2. If no backup exists, standard BDB repair tools (like db_dump and db_load) can sometimes salvage salvageable pages from the individual tables, but any transactions that were in flight when the logs were deleted are gone, and referential integrity between rooms and messages cannot be automatically recreated in-place.</p>
<p>If you have a recent backup, restoring it is the cleanest and fastest way back to a healthy state.</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099570804</link><pubDate>Fri, 21 Aug 2026 12:02:12 +0500</pubDate><title>Re: Recovering form Citadel DB crash</title><guid isPermaLink="false">2099570804@Uncensored</guid><description><![CDATA[<html><body>

<p>Also I'm a little surprised that you had a server crash from lack of disk space alone.  Citadel Server stops accepting new messages when there is less than 100 MB free on disk.  Are you sure the server didn't crash <em>after</em> you deleted log.* ?</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099570798</link><pubDate>Fri, 21 Aug 2026 10:35:47 +0500</pubDate><title>Re: Recovering form Citadel DB crash</title><guid isPermaLink="false">2099570798@Uncensored</guid><description><![CDATA[<html><body>

<p>Craig,</p>
<p>First, a quick correction: the breakdown generated by Gemini got Citadel's database structure backwards. cdb.08 is the user table and cdb.09 is system configuration. The actual message content lives in cdb.02, and the room message indexes live in cdb.03. </p>
<p>The reason you are seeing empty rows dated "Jan 01 1970" is because the message pointers in cdb.03 are pointing to message IDs in cdb.02 that were corrupted or lost when the active transaction logs (log.*) were manually deleted during the crash. In Berkeley DB, deleting active log files destroys the database's ability to maintain transactional integrity or replay pending writes.</p>
<p>To answer your question directly: No. There is no internal citserver repair command or in-place scan utility to reconstruct message tables without the transaction logs.</p>
<p>Your recovery paths at this point:</p>
<p>1. Restore from a known good backup made prior to the disk exhaustion event.</p>
<p>2. If no backup exists, standard BDB repair tools (like db_dump and db_load) can sometimes salvage salvageable pages from the individual tables, but any transactions that were in flight when the logs were deleted are gone, and referential integrity between rooms and messages cannot be automatically recreated in-place.</p>
<p>If you have a recent backup, restoring it is the cleanest and fastest way back to a healthy state.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099570751</link><pubDate>Thu, 20 Aug 2026 12:11:04 +0500</pubDate><title>Recovering form Citadel DB crash</title><guid isPermaLink="false">2099570751@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi @Ignarious, please help with the below issue I have with citadel<br /><br />Running: Citadel Server 17817242 with WebCit 17817242<br /><br /></p>
<p>Environment:</p>
<p>- Citadel Server running inside official Docker container.</p>
<p> </p>
<p>Background / Incident:</p>
<p>1. Server crashed due to 100% disk space exhaustion.</p>
<p>2. Berkeley DB transaction logs (log.0000000XXX) were removed during troubleshooting.</p>
<p> </p>
<p>Current State:</p>
<p>- WebCit displays historical emails as blank rows dated "Jan 01 1970" with message length 0.</p>
<p>- Tasks, Calendar entries, and Contacts appear empty in WebCit.</p>
<p>- cdb.08 (4GB) is fully intact and contains all raw MIME messages, attachments, VTODO, VEVENT, and VCARD objects.</p>
<p>- cdb.00 contains room/subfolder definitions.</p>
<p>- New incoming emails arrive normally and render with full subject/date headers.</p>
<p> </p>
<p>Diagnostic Conclusion:</p>
<p>The room definitions in cdb.00 and raw payloads in cdb.08 are intact, but cdb.09 lost its header/index entries for historical message IDs during the ungraceful shutdown and subsequent log removal.</p>
<p> </p>
<p>Question:</p>
<p> </p>
<p>Is there an internal citserver command, BDB utility, or repair routine to force Citadel to re-scan cdb.08 and rebuild the missing cdb.09 header index table in-place, without doing an external export and re-import?</p>
<p> </p>
<p>thanks</p>
<p>Craig.  (ps this was generated by Gemini as it was helping me troubleshoot.. not very well I must add)</p>
<p> </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099570528</link><pubDate>Sun, 16 Aug 2026 18:40:58 +0500</pubDate><title>Re: Citadel Setup does not finish since v17855350</title><guid isPermaLink="false">2099570528@Uncensored</guid><description><![CDATA[ 
 Thanks for reporting this issue in the updated installer.
 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099570349</link><pubDate>Wed, 12 Aug 2026 05:02:37 +0500</pubDate><title>Citadel Server Setup does not finish since v17855350</title><guid isPermaLink="false">2099570349@Uncensored</guid><description><![CDATA[<html><body>

<p>Hello,</p>
<p>I am using easy install script for updating</p>
<p> </p>
<p>Setup hangs when selecting ports:</p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAe8AAADyCAYAAABktk08AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAP+lSURBVHhe7L13vCVFtff9reqw9wmTCDNDGHLOWRAliSgYCEbkes3XjChijlcMN3jFgBhARUEEQYIgGSQHkZzTzDDDMDmfc3borvX+sVbt3XPg3ueK7ysPL/2bT8/Ze3d3xVUr1aoqt3JVS6hRo0aNGjVqvGjglq+QWnjXqFGjRo0aLyI42KcW3jVq1KhRo8aLCG6g+dlaeNeoUaNGjRovIrjUnVUL7xo1atSoUeNFBAfX1MK7Ro0aNWrUeBHBwZW18K5Ro0aNGjVeRHC4K2rhXaNGjRo1aryI4Mf/UKNGjRo1atT4vxsOLq8t7xo1atSoUeNFBOe4rBbeNWrUqFGjxosItdu8Ro0aNWrUeJHBudptXqNGjRo1aryo4Bx1tHmNGjVq1KjxYkK9zrtGjRo1atR4keH/hTnvAIjqATj7jH0GXKkXWHYOXPVZu+/Efk/ssvdx/ffWuLD3x18R1eeq3y1fF6xcpb3n7RKrU3zH0nXj0xQr8/i0q3lSSTf+Pv4Z/a6/WJl8qeWDyvsR/116lXIR+peLfVN5zz1Xe1X7rX/1SupiGkm/PC6AK6wNsXupXbEPx/fPc/VRpfzO2rVHV/FRB84DKY7Enhv3TI0aNWq8RJDAO782/sf/PQRokTYaBDxIFIZBk048MAoUQEJCA0kchMjsSzwdxBeQOHAJSIbHIxWB4PBrChEHjoAnID1BVZKlGSEUPUHgXYq4sqcUqCgSUxYKvaSFcxmQAZ4kKfEuIKLvQ1ff8SpgVLUQgjPB6DyI4F1KnuaUYTU+aZABgiBkJshUcDk8HkdCwOEQE3IZAUeBJF1IikrdK+3hsHKa8ELGKR19pcS5wj6PS6entKwp+BwhttoawjRDtJxe
<p> </p>
<p>but after disconnecting ssh session new version is up an running:</p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAboAAAAtCAYAAADY467KAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABFqSURBVHhe7Z3NahvLEsf/NnkRERsyxILoMWIsgw9kIWEZTjh3dXYO0uJAsvCBLCRiuOsLCVhBXhw4BknYj6GAHMYgG72Ike6iu2e6q2taM/JH/FE/qIWtUas/qqe7a2qqsPvHn/PZ/JqVYQNzbLTnV8xns0l7HiGadybX89l8Mu9sYB61J4Hvudfkk8G8Dszrfeb7/docqM2H9vWT9jxKrs+oR782h3VNlgwbmKNRm9dB6tyvzZG0O5WrdmT9ll1vI+p/tP1X7chqB3eN+h8aA+dvt2zVN8k1bB3dcti+WaKPPeE+d3RFC6mj23+kPZmi69uozSNaT91G9Zn723nazl6TQ7+U3tj1ttvCzwGlA1afOf3Of8cWrh6cuH2sRbfJ1Z3wmLs6q9tnl8uUkeu3vXHn256nvaFrhg049QtdS9su8jhlFQE2P7URnbfwcu+MfoTTgxbiRhsf1ugnwObRAHXyvWlnG83zGjrNknNtwqCB1ZUyvlym/5p2WuihhnrVvjA/pv5bnan+zxl2t4/JVTyb72pA9xg9RHi/Y9W52sWwEaO53sCp+d/lIbZaMeqf95HRuoS4tY7dgf5Dfy9qH2ATAPAKlQ0gPjqBqfHpXhW95Ns5qR6gsxGjuXOYWc5SY/TgKOG3vQhx9xjxRgUR+TQqm89+x2+WnuZuu3PNFF92Wog32vh7SX0ESogqQNz65OkOAIwuzGjdDaVXb4DzFj4a/TNtAoBRnOhKMUr4cELnmc/d/HY2yRiX0zkAANNOGVtdoN7v6jknPAeCCx3W9vFzPkFnVMXqygtHeu+uMTt6S7+heYvv8wHq3fR7L1tvMJwHlKvaxaz/Bs319DdetoDOJPCdRazt4+ekDbTW
<p> </p>
<p>System: Debian Bookworm</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099570348</link><pubDate>Wed, 12 Aug 2026 04:24:00 +0500</pubDate><title>Citadel Setup does not finish since v17855350</title><guid isPermaLink="false">2099570348@Uncensored</guid><description><![CDATA[<html><body>

<p>Hello,</p>
<p>since build <a style="color: black; text-decoration: none; font-family: sans-serif; font-size: 13.3333px; white-space: nowrap; background-color: #f7f7f7;" href="https://code.citadel.org/citadel.git/tag/?h=v17855350">v17855350</a> Citadel setup hangs when selecting ports, but when I disconnect the SSH session new version is up an running:</p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaAAAAAoCAYAAAC4oi5YAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA6HSURBVHhe7Z3fahu7E8e/CX0R0wS6NIbmMRLiQA70IiYOtPB7gRT74kB70cK5WNM8QgtxcS4OnIBtksdwwSkbcIJfJNi/C0m70mhWu5s/zZ/OBwYS71orjaQdaSRrluaL6wUEQRAE4TezTD8QBEEQhN+BGCBBEAThQRADJAiCIDwIYoAEQRCEB0EMkCAIgvAg8Abo8hCvl15gOUf2hvQLv4sz7D3o83ndePkZtrC81MJp+sEZ9uqHmDk33YBhC8tLdXy9pBfymOFr/QVedwuezJRp+S7y+9AMW6QcSh+0Paeyf2Z9WbW1kD5m3bqfRlrv5PtEnDoh+g/W1+UhXjtty8A/L5jWjfD74Ol+fps83ed1p9oy1blC6ZUrI4PWndcH82DaOv3urFt383x5iNdMPnORdhdOy2a+uF54Mo0XEbBoDvxrV3G0AKJFd+pfe+4yasEvu9YVWkPvfud7a/HiirlWSQa7/vODMl1017CI4ilzzU7Tr2tV1t3FiN7/VMTUSwm9+21a6S2rU/0/SWvUCtc7J55edT6zOgrV2XDRRE69TONFVKlt3JEUtEmlWz+/Sg9cWajuCyTwrqJys/57s/zQtsKJtLvrRWUD5CvpD5FQR8t5iRt5zAYovzGrRhf67mMV1bH1C65I715HzNGz19GKdesJ007YtuE9K/su/9I215nP71s4XdnCvkuU7poD1cbcaxXbHZs+I6F8MvWSSfn3nbS76sK74ILUEK0DGCd6asi7edypt5m2k+kaM/Usd4/6z0yVT50pqe8OON230qsf4itxC3hTbo8Zvv59DLRifFih1wA0mhgNrvGjof9PXXBKN1s9AOcdvLTzVsIVkLopTLkuyHUw6VRxFWCG
<p> </p>
<p>I am using build script for updating to new version [<span style="background-color: #f0f0f0; font-family: monospace; font-size: 15px;">curl https://easyinstall.citadel.org/install | bash]</span></p>
<p>Citadel is running on Debain 12 (Bookworm)</p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAe8AAADrCAYAAABAbx5vAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAACyhSURBVHhe7Z0/iBxXtv+/81Jp3wsEFhbzE3js2R9bYDGRkdoDTuRg1MkisBIFk7XpSJMIBVboDoyTUiSkrAMnsyCcTCuY5YHheVYoMrtLL7ullUAM80MGJ89yXL+g750+ffrWvbe6qma6Rt8PHKanbt1/556qc2/9Oyu//vprDkIIIYS0hv/QGwghhBCy3KwA4MqbEEIIaRErwD6dNyGEENIieNmcEEIIaRl03oQQQkjLoPMmhBBCWgadNyGEENIy6LwJIYSQlkHnTQghhLQMOm9CCCGkZdB5E0IIIS2DzpsQQghpGXTehBBCSMug8yaEEEJaBp03IYQQ0jLovAkhhJCWQedNCCGEtAw6b0IIIaRl0HkTQgghLYPOmxBCCGkZdN6EEEJIy6DzJoQQQlpGTc77PHqja8jz68jz68hGH6KXXsOoN7tXb3QdWXp+dmPtXMQov448+1AnFNO7Mm37Qu07j3Sm/1eQlamfEEIIKUEtzrs3+hjJ13/DysqfsbLyZ6x//QZJ95zeDY9v/BnrO2/1ZgBAml2B8vUL8gY3Vv6Gp3qzj8d/xcrKn/Hpg990ShSd9GP8/l/T/m9/v1g5Z5n6xpcQQkh15935EHfxEjsHwikfvMXO+p9x47H537ey7XyILL+OOx+9h0dmnzy/Prtq732IUWbTrmGUXhSJADoXZ9O1l5hJn1wZ6KhdqrKOc8dlHjz+N9bX/z1NDNTfG01100uvIMuvIzfOzqYd607o8vjqQoXy49BXFq7NXlnw1R8Y3046Kdf+L9sKAGl2HXl+Daltt2l7WvcAEkJIi1gB9nO9sRS9K8iSl4UrakknvYYh/ubcN82uYLz+V1h/P8t5dDpvcXAw+a83uo4/
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569965</link><pubDate>Mon, 03 Aug 2026 11:05:03 +0500</pubDate><title>Re: Connections hanging from server side rules</title><guid isPermaLink="false">2099569965@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>Fri Jul 31 2026 18:06:32 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Connections hanging from server side rules</span></div>
<div class="message_content">
<blockquote>
<div class="message_content">
<p><span style="background-color: #fefffc; font-family: sans-serif; font-size: 16px;">Here is the problem.  When the process is forwarding the message it is running into a lock issue and can't continue.  It leaves the message hanging and it never times out.  Eventually the ports fill up (even with the threads set to 1024) and the server eventually stops taking calls.</span></p>
</div>
</blockquote>
<p>With such a fantastic and well-researched bug report, how can I not address it right away?   :)</p>
<p>I was able to reproduce your problem, and a fix has been developed.   Easy Install has the new version, and the Docker containers are being built now.</p>
<p>Make sure you get version <span style="font-family: monospace;">17855350</span> or newer.</p>
<br /><br /></div>
</blockquote>
<p> </p>
<p>Thanks!  I'll give it a try this evening.</p>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569781</link><pubDate>Fri, 31 Jul 2026 18:06:32 +0500</pubDate><title>Re: Connections hanging from server side rules</title><guid isPermaLink="false">2099569781@Uncensored</guid><description><![CDATA[<html><body>

<blockquote>
<div class="message_content">
<p><span style="background-color: #fefffc; font-family: sans-serif; font-size: 16px;">Here is the problem.  When the process is forwarding the message it is running into a lock issue and can't continue.  It leaves the message hanging and it never times out.  Eventually the ports fill up (even with the threads set to 1024) and the server eventually stops taking calls.</span></p>
</div>
</blockquote>
<p>With such a fantastic and well-researched bug report, how can I not address it right away?   :)</p>
<p>I was able to reproduce your problem, and a fix has been developed.   Easy Install has the new version, and the Docker containers are being built now.</p>
<p>Make sure you get version <span style="font-family: monospace;">17855350</span> or newer.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569682</link><pubDate>Thu, 30 Jul 2026 14:48:19 +0500</pubDate><title>Connections hanging from server side rules</title><guid isPermaLink="false">2099569682@Uncensored</guid><description><![CDATA[<html><body>

<p>Hello,</p>
<p>I installed the following on my Fedora 43 server.</p>
<p><span style="font-family: sans-serif; font-size: 16px; background-color: #fefffc;">Running: Citadel Server 17846585 with WebCit 17846585</span><br style="font-family: sans-serif; font-size: 16px; background-color: #fefffc;" /><span style="font-family: sans-serif; font-size: 16px; background-color: #fefffc;">Server Build: 17846585<br /></span></p>
<p><span style="background-color: #fefffc; font-family: sans-serif; font-size: 16px;"><br /></span></p>
<p><span style="background-color: #fefffc; font-family: sans-serif; font-size: 16px;">The DKIM addition worked great.  Thanks!</span></p>
<p><span style="font-family: sans-serif; font-size: 16px; background-color: #fefffc;"><br /></span></p>
<p><span style="font-family: sans-serif; font-size: 16px; background-color: #fefffc;">I did however find an issue that I'm hoping can be corrected.  Here is what is happening:</span></p>
<p><span style="font-family: sans-serif; font-size: 16px; background-color: #fefffc;"><br /></span></p>
<p><span style="font-family: sans-serif; font-size: 16px; background-color: #fefffc;">I like to separate my spam from my good email so my phone doesn't get overloaded.  In the old version I had a rule that looked for the Spam-Status flag and if it was 'Yes' it would forward the email to a spam account and then delete the message.  This way the email went to the spam account and cleared up the main account.  It also allowed me to go back to that spam account in case email went there by accident.</span></p>
<p><span style="font-family: sans-serif; font-size: 16px; background-color: #fefffc;"><br /></span></p>
<p><span style="font-family: sans-serif; font-size: 16px; background-color: #fefffc;">Here is the problem.  When the process is forwarding the message it is running into a lock issue and can't continue.  It leaves the message hanging and it never times out.  Eventually the ports fill up (even with the threads set to 1024) and the server eventually stops taking calls.</span></p>
<p><span style="font-family: sans-serif; font-size: 16px; background-color: #fefffc;"><br /></span></p>
<p><span style="font-family: sans-serif; font-size: 16px; background-color: #fefffc;">Here is part of a conversation with Gemini that was achieved by running a debugger and tracing the futex to the memory location.</span></p>
<p><span style="font-family: sans-serif; font-size: 16px; background-color: #fefffc;"><br /></span></p>
<div class="container">
<div id="model-response-message-contentr_7ae8a3e884a041ae" class="markdown markdown-main-panel enable-luminous-fast-follows enable-updated-hr-color md-content tutor-markdown-rendering" style="--animation-duration: 400ms; --fade-animation-function: ease-out;" dir="ltr">
<h2 data-path-to-node="0">Root Cause Identified: Self-Deadlock in Thread 186</h2>
<p data-path-to-node="1">The backtrace identifies <strong data-path-to-node="1" data-index-in-node="25">Thread 186 (LWP 10186)</strong> as the root cause of the entire thread cascade freeze.</p>
<p data-path-to-node="2">The process is suffering from a <strong data-path-to-node="2" data-index-in-node="32">self-deadlock caused by non-recursive mutex re-entrancy</strong> in Citadel's <code data-path-to-node="2" data-index-in-node="101">inboxrules</code> module.</p>
<h2 data-path-to-node="4">The Execution Chain (Thread 186)</h2>
<ol start="1" data-path-to-node="5">
<li>
<p data-path-to-node="5,0,0"><strong data-path-to-node="5,0,0" data-index-in-node="0">Housekeeping runs:</strong> Thread 186 initiated periodic background processing (<code data-path-to-node="5,0,0" data-index-in-node="72">do_housekeeping</code> -&gt; <code data-path-to-node="5,0,0" data-index-in-node="91">perform_inbox_processing</code>).</p>
</li>
<li>
<p data-path-to-node="5,1,0"><strong data-path-to-node="5,1,0" data-index-in-node="0">Lock acquired:</strong> <code data-path-to-node="5,1,0" data-index-in-node="15">perform_inbox_processing()</code> locked Critical Section <code data-path-to-node="5,1,0" data-index-in-node="66">22</code> (<code data-path-to-node="5,1,0" data-index-in-node="70">S_INBOXRULES</code>).</p>
</li>
<li>
<p data-path-to-node="5,2,0"><strong data-path-to-node="5,2,0" data-index-in-node="0">Redirect triggered:</strong> While iterating through user messages (<code data-path-to-node="5,2,0" data-index-in-node="59">for_each_message</code> -&gt; <code data-path-to-node="5,2,0" data-index-in-node="79">inbox_do_msg</code>), it hit an inbox rule configured to <strong data-path-to-node="5,2,0" data-index-in-node="129">redirect</strong> an email (<code data-path-to-node="5,2,0" data-index-in-node="148">inbox_do_redirect</code>).</p>
</li>
<li>
<p data-path-to-node="5,3,0"><strong data-path-to-node="5,3,0" data-index-in-node="0">Message re-submission:</strong> <code data-path-to-node="5,3,0" data-index-in-node="23">inbox_do_redirect()</code> called <code data-path-to-node="5,3,0" data-index-in-node="50">CtdlSubmitMsg()</code> to resend/route the message into the destination room.</p>
</li>
<li>
<p data-path-to-node="5,4,0"><strong data-path-to-node="5,4,0" data-index-in-node="0">Room hook fired:</strong> <code data-path-to-node="5,4,0" data-index-in-node="17">CtdlSubmitMsg()</code> called <code data-path-to-node="5,4,0" data-index-in-node="40">PerformRoomHooks()</code> to notify modules that a new message was saved.</p>
</li>
<li>
<p data-path-to-node="5,5,0"><strong data-path-to-node="5,5,0" data-index-in-node="0">Re-entrant lock attempt:</strong> <code data-path-to-node="5,5,0" data-index-in-node="25">PerformRoomHooks()</code> invoked <code data-path-to-node="5,5,0" data-index-in-node="52">serv_inboxrules_roomhook()</code>, which unconditionally attempted to acquire <code data-path-to-node="5,5,0" data-index-in-node="123">begin_critical_section(22)</code> <strong data-path-to-node="5,5,0" data-index-in-node="150">again</strong>.</p>
</li>
<li>
<p data-path-to-node="5,6,0"><strong data-path-to-node="5,6,0" data-index-in-node="0">Self-Deadlock:</strong> Because Citadel’s <code data-path-to-node="5,6,0" data-index-in-node="33">begin_critical_section()</code> mutexes are standard non-recursive <code data-path-to-node="5,6,0" data-index-in-node="93">pthread_mutex_t</code> locks, Thread 186 blocked waiting for <em data-path-to-node="5,6,0" data-index-in-node="147">itself</em> to release critical section 22.</p>
</li>
</ol>
<h2 data-path-to-node="7">Why All SMTP Worker Threads Stalled</h2>
<p data-path-to-node="8">Because Thread 186 froze while holding Critical Section 22:</p>
<ul data-path-to-node="9">
<li>
<p data-path-to-node="9,0,0">Every incoming SMTP connection (Threads 189, 188, 187, 185, 184, 183, 182, 181, 180, etc.) tried to deliver inbound mail via <code data-path-to-node="9,0,0" data-index-in-node="125">CtdlSubmitMsg()</code>.</p>
</li>
<li>
<p data-path-to-node="9,1,0">Delivery triggers room hooks (<code data-path-to-node="9,1,0" data-index-in-node="30">PerformRoomHooks()</code>), which calls <code data-path-to-node="9,1,0" data-index-in-node="63">serv_inboxrules_roomhook()</code>.</p>
</li>
<li>
<p data-path-to-node="9,2,0"><code data-path-to-node="9,2,0" data-index-in-node="0">serv_inboxrules_roomhook()</code> requested <code data-path-to-node="9,2,0" data-index-in-node="37">begin_critical_section(22)</code> and immediately blocked waiting on Thread 186.</p>
</li>
<li>
<p data-path-to-node="9,3,0">As remote mailers kept attempting delivery, new worker threads spawned, hit the exact same lock, and stacked up until thread limits and socket file descriptors in <code data-path-to-node="9,3,0" data-index-in-node="163">CLOSE_WAIT</code> were exhausted.</p>
</li>
</ul>
<h2 data-path-to-node="11">Remediation Options</h2>
<h3 data-path-to-node="12">1. Immediate Workaround (No Recompile)</h3>
<p data-path-to-node="13">If an active account has an Inbox Rule configured to <strong data-path-to-node="13" data-index-in-node="53">Redirect</strong> or <strong data-path-to-node="13" data-index-in-node="65">Forward</strong> messages, removing or disabling that specific rule will prevent <code data-path-to-node="13" data-index-in-node="137">inbox_do_redirect()</code> from firing during background housekeeping.</p>
<h3 data-path-to-node="14">2. Code Fixes (C Source Level)</h3>
<ul data-path-to-node="15">
<li>
<p data-path-to-node="15,0,0"><strong data-path-to-node="15,0,0" data-index-in-node="0">Option A (Unlock before submission):</strong> In <code data-path-to-node="15,0,0" data-index-in-node="40">server/modules/inboxrules/serv_inboxrules.c</code>, release critical section 22 prior to calling <code data-path-to-node="15,0,0" data-index-in-node="130">inbox_do_redirect()</code> / <code data-path-to-node="15,0,0" data-index-in-node="152">CtdlSubmitMsg()</code>, then re-acquire it afterward if still iterating.</p>
</li>
<li>
<p data-path-to-node="15,1,0"><strong data-path-to-node="15,1,0" data-index-in-node="0">Option B (Re-entrancy Guard):</strong> Check if the current thread already holds <code data-path-to-node="15,1,0" data-index-in-node="72">S_INBOXRULES</code> (or pass a flag/session context) inside <code data-path-to-node="15,1,0" data-index-in-node="125">serv_inboxrules_roomhook()</code> before attempting <code data-path-to-node="15,1,0" data-index-in-node="170">begin_critical_section(22)</code>.</p>
</li>
<li>
<p data-path-to-node="15,2,0"><strong data-path-to-node="15,2,0" data-index-in-node="0">Option C (Recursive Mutex):</strong> Initialize the mutex for Critical Section 22 with <code data-path-to-node="15,2,0" data-index-in-node="78">PTHREAD_MUTEX_RECURSIVE</code> in <code data-path-to-node="15,2,0" data-index-in-node="105">server/threads.c</code> so the same thread can safely re-acquire it without deadlocking.</p>
</li>
</ul>
<p> </p>
<p>I have removed the server side rules and the email server is working properly.  If you would like to duplicate the issue here is what the rules look like:<br /><br /><br /><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLQAAABwCAIAAACID75FAAAQAElEQVR4AeydC3BU15nnD8xj5Yy3BmY8ihxkuRqJzGKbqrVqorKmLIybXlOBtVKOSkNWgEUEGkHZniJBUCBZNkZWo0HtRBvbER0Z4gZZW4QSqZHXZKi6dDDyrDxsVl6Xjdkx3XRZiEGjzIzJrMcoW95ovu+ce2/ffqlbqB+3W/+u07fPPec7r9999Pnu+c65i2fwAQEQAAEQAAEQAAEQAAEQAAEQWPAEFgt8CpwAmgcCIAACIAACIAACIAACIAACyQlAOUzOCBIgYG8CqB0IgAAIgAAIgAAIgAAIpIHA4lP4gAAIgAAI2JoAKgcCIAACIAACIAAC2SCAkcM0aNjIAgRAAARAAATmQQBJQQAEQAAEQMAWBBbX4wMCIAACIAACIAACIJBBAsgaBEAABPKDAEYObaGjoxIgAAIgAAIgAAIgAAJ5SwAVB4ECIaArh1fxAQEQAAEQAAEQAAEQAAEQAAEQiENgoQTpymGBqLpoBgiAAAiAAAiAAAiAAAiAAAiAwG0RWMDK4W3xQiIQAAEQAAEQAAEQAAEQAAEQKEgCUA4L8rCiUZIANiAAAiAAAiAAAiAAAiAAAikTgHKYMioIggAIZJHA84e+l9xBJk0EluOTUwKxFxZOfjsQiD0uCAEBEACBgicA5bDgDzEaCAIgAAJ5SwAVBwEQAAEQAAEQyCIBKIdZhI2iQAAE5kjg5Z49cBklMMcDAvGsEsjoobdL5ra8xrN6mFEYCIAACNiJAJRDOx0N1AUEQAAEQAAEQAA
</div>
</div>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569577</link><pubDate>Wed, 29 Jul 2026 11:00:19 +0500</pubDate><title>Re: Problem with purge.</title><guid isPermaLink="false">2099569577@Uncensored</guid><description><![CDATA[<html><body>

<p>wget -q -O - https://easyinstall.citadel.org/install | BACKEND=lmdb bash</p>
<p>I tried the command above without success.</p>
<p>Also I had to abort the instalation because it did not accept any WebCit port. </p>
<blockquote>
<div class="message_header"><span>Mon Jul 27 2026 18:05:40 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Problem with purge.</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">Easy Install has been updated to make LMDB available. It should work now. <br />Be sure to back everything up because this is destructive.</div>
</div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569566</link><pubDate>Wed, 29 Jul 2026 09:37:20 +0500</pubDate><title>Message #2099569566</title><guid isPermaLink="false">2099569566@Uncensored</guid><description><![CDATA[ >I'm happy to upgrade whenever, I'll take cutting edge/bleeding 
 >edge/"not ready for general consumption".  Or run a second instance, 
 
 If you're willing to build from source, it's all there in the repo.  If you
run it on the same host as your main system you can just go to webcit-ng/
and do "make" and run it right from the build directory.  Use the -h command
to point it towards your already running Citadel Server.
 
 I guarantee you're going to like what you see, or my name isn't Adam Osborne.
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569494</link><pubDate>Tue, 28 Jul 2026 14:27:16 +0500</pubDate><title>Message #2099569494</title><guid isPermaLink="false">2099569494@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>Mon Jul 27 2026 23:09:23 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span></div>
<div class="message_content">
<blockquote>
<p>Just tried to plug in Home Assistant's CalDAV support to Citadel, and discovered that it wants to use the "REPORT" command, which based on what I'm seeing in the current source code, looks like it just dumps an "Error 500". </p>
</blockquote>
<p>Bad news: WebCit does not support CalDAV.  At all.</p>
<blockquote>
<p>Any chance this might end up being supported at some point?  </p>
</blockquote>
<p>Good news: it's already been completed.  WebCit-NG has full CalDAV and CardDAV support.  It's working with several different clients, including DAVx5 on Android and Thunderbird on desktop.  Even the WebCit-NG user interface itself is using CalDAV and CardDAV on the back end to access its own data stores.</p>
<p>We're aiming for general availability late this year.</p>
<br /><br /></div>
</blockquote>
<p>ah, cool.  I was under the impression that current support was there, just apparently limited.  <br /><br />I'm happy to upgrade whenever, I'll take cutting edge/bleeding edge/"not ready for general consumption".  Or run a second instance, whichever.  It's not like resources are hard to come by these days :-)  I've finally got everything up and running and staying that way, so I can put things through their paces.</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569466</link><pubDate>Tue, 28 Jul 2026 04:21:02 +0500</pubDate><title>Re: Problem with purge.</title><guid isPermaLink="false">2099569466@Uncensored</guid><description><![CDATA[<html><body>

<p style="color: #000080; background-color: #f0f0f0;">I did <strong>not</strong> manage to install. Some option needed?</p>
<p style="color: #000080; background-color: #f0f0f0;">Also I had to abort the instalation as it did not accept the http port for Webcit.</p>
<p> </p>
<p style="color: #000080; background-color: #f0f0f0;">Centos 9.0 </p>
<blockquote>
<div class="message_header"><span>Tue Jul 28 2026 04:20:20 EDT</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Problem with purge.</span></div>
<div class="message_content">
<p>I did manage to install. Some option needed?</p>
<p>Also I had to abort the instalation as it did not accept the http port for Webcit.</p>
<p>Centos 9.0 </p>
<blockquote>
<div class="message_header"><span>Mon Jul 27 2026 18:05:40 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Problem with purge.</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">Easy Install has been updated to make LMDB available. It should work now. <br />Be sure to back everything up because this is destructive.</div>
</div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569463</link><pubDate>Tue, 28 Jul 2026 04:20:20 +0500</pubDate><title>Re: Problem with purge.</title><guid isPermaLink="false">2099569463@Uncensored</guid><description><![CDATA[<html><body>

<p>I did manage to install. Some option needed?</p>
<p>Also I had to abort the instalation as it did not accept the http port for Webcit.</p>
<p>Centos 9.0 </p>
<blockquote>
<div class="message_header"><span>Mon Jul 27 2026 18:05:40 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Problem with purge.</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">Easy Install has been updated to make LMDB available. It should work now. <br />Be sure to back everything up because this is destructive.</div>
</div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569450</link><pubDate>Mon, 27 Jul 2026 23:09:23 +0500</pubDate><title>Message #2099569450</title><guid isPermaLink="false">2099569450@Uncensored</guid><description><![CDATA[<html><body>

<blockquote>
<p>Just tried to plug in Home Assistant's CalDAV support to Citadel, and discovered that it wants to use the "REPORT" command, which based on what I'm seeing in the current source code, looks like it just dumps an "Error 500". </p>
</blockquote>
<p>Bad news: WebCit does not support CalDAV.  At all.</p>
<blockquote>
<p>Any chance this might end up being supported at some point?  </p>
</blockquote>
<p>Good news: it's already been completed.  WebCit-NG has full CalDAV and CardDAV support.  It's working with several different clients, including DAVx5 on Android and Thunderbird on desktop.  Even the WebCit-NG user interface itself is using CalDAV and CardDAV on the back end to access its own data stores.</p>
<p>We're aiming for general availability late this year.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569441</link><pubDate>Mon, 27 Jul 2026 21:47:35 +0500</pubDate><title>Message #2099569441</title><guid isPermaLink="false">2099569441@Uncensored</guid><description><![CDATA[<html><body>

<p>... also calendar event entry and ICS appear to be broken pretty badly .. I tried to enter a test entry for 22:00 to 23:00 tonight (it's 21:47 right now), and it shows up for 01:00 to 02:00 tomorrow.  I didn't set it as recurring, but it gets exported as a broken recurring event in ICS format:</p>
<p> </p>
<p>&gt; <span style="background-color: rgba(255, 166, 0, 0.2); color: #9b9b9b; font-family: Roboto, Noto, sans-serif; font-size: 12.25px;"> </span><span style="background-color: rgba(255, 166, 0, 0.2); color: #9b9b9b; font-family: Roboto, Noto, sans-serif; font-size: 12.25px;">Value error, RRULE UNTIL values must be specified in UTC when DTSTART is timezone-aware</span></p>
<p><span style="background-color: rgba(255, 166, 0, 0.2); color: #9b9b9b; font-family: Roboto, Noto, sans-serif; font-size: 12.25px;"><br /></span></p>
<p><span style="background-color: rgba(255, 166, 0, 0.2); color: #9b9b9b; font-family: Roboto, Noto, sans-serif; font-size: 12.25px;"><br /></span></p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569438</link><pubDate>Mon, 27 Jul 2026 21:35:48 +0500</pubDate><title>Message #2099569438</title><guid isPermaLink="false">2099569438@Uncensored</guid><description><![CDATA[<html><body>

<p>... also, there are several better options for it to return than "500 Internal Server Error" -- </p>
<p> - 501 Not Implemented</p>
<p> - 405 Method Not Allowed (include an Allow header that says what methods are implemented)</p>
<p> - 403 Forbidden with a body indicating &lt;D:supported-report/&gt; being an empty set, showing that it doesn't support any kinds of reports</p>
<p> </p>
<p>Then a proper client implementation would know not to send it again (although i don't know if the HA implementation would degrade properly)</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569434</link><pubDate>Mon, 27 Jul 2026 21:24:09 +0500</pubDate><title>Message #2099569434</title><guid isPermaLink="false">2099569434@Uncensored</guid><description><![CDATA[<html><body>

<p>Just tried to plug in Home Assistant's CalDAV support to Citadel, and discovered that it wants to use the "REPORT" command, which based on what I'm seeing in the current source code, looks like it just dumps an "Error 500".  Any chance this might end up being supported at some point?  </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569412</link><pubDate>Mon, 27 Jul 2026 18:05:40 +0500</pubDate><title>Re: Problem with purge.</title><guid isPermaLink="false">2099569412@Uncensored</guid><description><![CDATA[Easy Install has been updated to make LMDB available.  It should work now.
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569287</link><pubDate>Fri, 24 Jul 2026 12:36:58 +0500</pubDate><title>Re: Problem with purge.</title><guid isPermaLink="false">2099569287@Uncensored</guid><description><![CDATA[<html><body>

<p style="text-align: left;">I have a VPS with citadel. I will wait for the Easy Install with the feature.</p>
<blockquote>
<div class="message_header"><span>Thu Jul 23 2026 12:39:20 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Problem with purge.</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">
<blockquote>How to convert the database from Berkeley DB to LMDB? </blockquote>
<br />For starters, you have to be running the Docker version; we haven't added LMDB support to the Easy Install build yet. <br /><br />Start by running it on a test system, and set the environment variable "BACKEND" to the value "lmdb" when starting the container; for example, "-e BACKEND=lmdb" <br /><br />If it looks like it's working, wipe that out and export your BDB with a command like: <br /><br />docker run -i --network host --rm -e BACKEND=bdb --volume=/usr/local/citadel-old:/citadel-data citadeldotorg/citadel -e &gt;dump.dat <br /><br />That'll dump your old database. Then import it: <br /><br />docker run -i --network host --rm -e BACKEND=lmdb --volume=/usr/local/citadel-new:/citadel-data citadeldotorg/citadel -i &lt;dump.dat <br /><br />Once your data is imported, just start the container as normal with the new data directory. It will detect the correct database and start up.</div>
</div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569205</link><pubDate>Thu, 23 Jul 2026 12:39:20 +0500</pubDate><title>Re: Problem with purge.</title><guid isPermaLink="false">2099569205@Uncensored</guid><description><![CDATA[ >How to convert the database from Berkeley DB to LMDB? 
 
 For starters, you have to be running the Docker version; we haven't added
LMDB support to the Easy Install build yet.
 
 Start by running it on a test system, and set the environment variable "BACKEND"
to the value "lmdb" when starting the container; for example, "-e BACKEND=lmdb"
 
 If it looks like it's working, wipe that out and export your BDB with a command
like:
 
 docker run -i --network host --rm -e BACKEND=bdb --volume=/usr/local/citadel-old:/citadel-data
citadeldotorg/citadel -e >dump.dat
 
 That'll dump your old database.  Then import it:
 
 docker run -i --network host --rm -e BACKEND=lmdb --volume=/usr/local/citadel-new:/citadel-data
citadeldotorg/citadel -i <dump.dat
 
 Once your data is imported, just start the container as normal with the new
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569204</link><pubDate>Thu, 23 Jul 2026 12:37:44 +0500</pubDate><title>Re: DKIM key</title><guid isPermaLink="false">2099569204@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>Thu Jul 23 2026 12:26:50 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: DKIM key</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">
<blockquote>1)  Does version 917 support the DKIM key? <br /><br />2) If so, I've manually generated the keys so how do I get Citadel to </blockquote>
<br />Citadel 917 was released in 2018. I'm happy to hear it has served you so well without upgrading it but we did not add DKIM support until 2024. As it so happens, we actually just published a new version of Citadel Server just yesterday that improves the DKIM signing algorithm even more. <br /><br />Please upgrade to the newest version. As soon as you do so, the server will automatically generate your DKIM keys, and the helpful Citadel Aide will automatically post a system bulletin telling you what TXT records to put in your DNS. <br /><br />It's not just easy, it's "Citadel Easy". But you have to do the upgrade.</div>
</div>
</blockquote>
<p> </p>
<p>Thanks!</p>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569201</link><pubDate>Thu, 23 Jul 2026 12:33:42 +0500</pubDate><title>Re: Problem with purge.</title><guid isPermaLink="false">2099569201@Uncensored</guid><description><![CDATA[ >I don’t want to convert to LMDB. Berkeley is not up to date, but it’s

 >bulletproof. First, I need to know how to build the group schemas for 
 >LDAP on my own. 
 
 Motobike: the LMDB remark was not directed to you, that was for someone else.
 Berkeley DB is just fine.
 
 The most recent version of Citadel Server has additional prompts during system
setup.  Should you choose to use LDAP, just as before, you'll be asked whether
your LDAP directory is using the POSIX schema (OpenLDAP, FreeIPA, 389 Directory,
etc) or the Microsoft schema (Microsoft Active Directory).   You'll be asked
for your Base DN, Bind DN, and Bind Password, just as before.
 
 What's new is that you will now also be asked for the LDAP group name for
Citadel Administrators.  You should supply the name of the group (just its
name should work, you probably don't need to specify it by DN) you're using
for this.  Any
user who logs in to Citadel and is a member of that group will automatically
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569195</link><pubDate>Thu, 23 Jul 2026 12:26:50 +0500</pubDate><title>Re: DKIM key</title><guid isPermaLink="false">2099569195@Uncensored</guid><description><![CDATA[ >1)  Does version 917 support the DKIM key? 
 >
 >2) If so, I've manually generated the keys so how do I get Citadel to 
 
 Citadel 917 was released in 2018.  I'm happy to hear it has served you so
well without upgrading it but we did not add DKIM support until 2024.  As
it so happens, we actually just published a new version of Citadel Server
just yesterday that improves the DKIM signing algorithm even more.
 
 Please upgrade to the newest version.  As soon as you do so, the server will
automatically generate your DKIM keys, and the helpful Citadel Aide will automatically
post a system bulletin telling you what TXT records to put in your DNS.
 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569194</link><pubDate>Thu, 23 Jul 2026 12:25:14 +0500</pubDate><title>Re: Problem with purge.</title><guid isPermaLink="false">2099569194@Uncensored</guid><description><![CDATA[<html><body>

<p>I don’t want to convert to LMDB. Berkeley is not up to date, but it’s bulletproof. First, I need to know how to build the group schemas for LDAP on my own.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Jul 23 2026 11:42:39 EDT</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Problem with purge.</span></div>
<div class="message_content">
<p>Dear Foobar,</p>
<p>The new Citadel Version is out.</p>
<p>How to convert the<span style="background-color: #f0f0f0; color: #000080;"> database from Berkeley DB to LMDB?</span></p>
<p><span style="background-color: #f0f0f0; color: #000080;">Thank you,</span></p>
<p><span style="background-color: #f0f0f0; color: #000080;">Luís Gonçalves.</span></p>
<blockquote>
<div class="message_header"><span>Fri Jul 17 2026 11:50:51 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Problem with purge.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>I am having the following problem with purge. During the processing after purge (where there are generated temporary files that can ocuppy more than 30GBytes. In my case until exaust my free disk space of 52GBytes) there happens several core dumps (each 2 minutes) that citadel recovers every time (until now). Can I infer that the data files are corrupt or are valid after the processing?</p>
</div>
</blockquote>
<p>Luis, this seems to happen to you a lot.  Are you sending large amounts of unusually large messages through your system?  If so, and you are limited on disk space, perhaps you should purge more than once per day, so the database can clean up its log files multiple times per day.</p>
<p>To do so, run the following command from your Citadel Server directory:</p>
<p><tt>./sendcommand TDAP</tt></p>
<p>Furthermore, in the next release of Citadel Server we will have support for LMDB, and you might want to convert your database from Berkeley DB to LMDB.  This is because LMDB doesn't write separate journal files and will manage your space better.</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569180</link><pubDate>Thu, 23 Jul 2026 11:55:12 +0500</pubDate><title>DKIM key</title><guid isPermaLink="false">2099569180@Uncensored</guid><description><![CDATA[<html><body>

<p>Hello,</p>
<p> </p>
<p>I'm using Citadel 917 and I know I should upgrade but I have a question concerning DKIM keys.  I read the thread on DKIM in support and it suggested deleting the domain and re-creating it and the should be in the Aide room.  That is not happening.  So here are my questions:</p>
<p> </p>
<p>1)  Does version 917 support the DKIM key?</p>
<p>2) If so, I've manually generated the keys so how do I get Citadel to load them?</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Allen</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569170</link><pubDate>Thu, 23 Jul 2026 11:42:39 +0500</pubDate><title>Re: Problem with purge.</title><guid isPermaLink="false">2099569170@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear Foobar,</p>
<p>The new Citadel Version is out.</p>
<p>How to convert the<span style="background-color: #f0f0f0; color: #000080;"> database from Berkeley DB to LMDB?</span></p>
<p><span style="background-color: #f0f0f0; color: #000080;">Thank you,</span></p>
<p><span style="background-color: #f0f0f0; color: #000080;">Luís Gonçalves.</span></p>
<blockquote>
<div class="message_header"><span>Fri Jul 17 2026 11:50:51 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Problem with purge.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>I am having the following problem with purge. During the processing after purge (where there are generated temporary files that can ocuppy more than 30GBytes. In my case until exaust my free disk space of 52GBytes) there happens several core dumps (each 2 minutes) that citadel recovers every time (until now). Can I infer that the data files are corrupt or are valid after the processing?</p>
</div>
</blockquote>
<p>Luis, this seems to happen to you a lot.  Are you sending large amounts of unusually large messages through your system?  If so, and you are limited on disk space, perhaps you should purge more than once per day, so the database can clean up its log files multiple times per day.</p>
<p>To do so, run the following command from your Citadel Server directory:</p>
<p><tt>./sendcommand TDAP</tt></p>
<p>Furthermore, in the next release of Citadel Server we will have support for LMDB, and you might want to convert your database from Berkeley DB to LMDB.  This is because LMDB doesn't write separate journal files and will manage your space better.</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099569169</link><pubDate>Thu, 23 Jul 2026 11:31:51 +0500</pubDate><title>DKIM key</title><guid isPermaLink="false">2099569169@Uncensored</guid><description><![CDATA[<html><body>

<p>Hello,</p>
<p> </p>
<p>I'm using Citadel 917 and I know I should upgrade but I have a question concerning DKIM keys.  I read the thread on DKIM in support and it suggested deleting the domain and re-creating it and the should be in the Aide room.  That is not happening.  So here are my questions:</p>
<p> </p>
<p>1)  Does version 917 support the DKIM key?</p>
<p>2) If so, I've manually generated the keys so how do I get Citadel to load them?</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Allen</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099568741</link><pubDate>Fri, 17 Jul 2026 11:50:51 +0500</pubDate><title>Re: Problem with purge.</title><guid isPermaLink="false">2099568741@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_content">
<p>I am having the following problem with purge. During the processing after purge (where there are generated temporary files that can ocuppy more than 30GBytes. In my case until exaust my free disk space of 52GBytes) there happens several core dumps (each 2 minutes) that citadel recovers every time (until now). Can I infer that the data files are corrupt or are valid after the processing?</p>
</div>
</blockquote>
<p>Luis, this seems to happen to you a lot.  Are you sending large amounts of unusually large messages through your system?  If so, and you are limited on disk space, perhaps you should purge more than once per day, so the database can clean up its log files multiple times per day.</p>
<p>To do so, run the following command from your Citadel Server directory:</p>
<p><tt>./sendcommand TDAP</tt></p>
<p>Furthermore, in the next release of Citadel Server we will have support for LMDB, and you might want to convert your database from Berkeley DB to LMDB.  This is because LMDB doesn't write separate journal files and will manage your space better.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099568712</link><pubDate>Fri, 17 Jul 2026 07:47:43 +0500</pubDate><title>Problem with purge.</title><guid isPermaLink="false">2099568712@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear All,</p>
<p>I am having the following problem with purge. During the processing after purge (where there are generated temporary files that can ocuppy more than 30GBytes. In my case until exaust my free disk space of 52GBytes) there happens several core dumps (each 2 minutes) that citadel recovers every time (until now). Can I infer that the data files are corrupt or are valid after the processing?</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099568688</link><pubDate>Fri, 17 Jul 2026 02:41:30 +0500</pubDate><title>Re: Prepareing</title><guid isPermaLink="false">2099568688@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>Mi Jul 15 2026 09:23:21 EDT</span> <span>von <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Betreff: Re: Prepareing</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">Better yet, I'll give you a cheat code :) <br /><br />Go to freeipa.org and check out their demo server. Point your Citadel LDAP to it and go !</div>
</div>
</blockquote>
<p>I want use my own local LDAP. Its a very secure setup and productive server. I'll wait for a schema down build it inside my lldap. </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099568533</link><pubDate>Wed, 15 Jul 2026 09:23:21 +0500</pubDate><title>Re: Prepareing</title><guid isPermaLink="false">2099568533@Uncensored</guid><description><![CDATA[Better yet, I'll give you a cheat code  :)   
 
 Go to freeipa.org and check out their demo server.  Point your Citadel LDAP
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099568500</link><pubDate>Wed, 15 Jul 2026 01:58:24 +0500</pubDate><title>Re: Prepareing</title><guid isPermaLink="false">2099568500@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>Mo Jul 13 2026 09:12:19 EDT</span> <span>von <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Betreff: Re: Prepareing</span></div>
<div class="message_content">
<blockquote>
<div class="message_content">
<p> <span style="background-color: transparent;">After switching to LDAP, there’s no link between the user and the existing mailbox, and all admin roles are lost. Could this be due to a BASE DN misconfiguration? Is there a schema layout for a proper user transfer to LDAP?</span></p>
<p>Citadel -&gt; LDAP -&gt; User authentication works fine. The only thing I notice is the schema. Is there any documentation for this??</p>
</div>
</blockquote>
<p>Funny you mention that, I just pushed a change into the code a few days ago that lets you specify an LDAP group whose membership conveys administrator privileges to Citadel users.  That'll be available soon.</p>
<p>However, the LDAP authentication system isn't really built to be able to switch over to it if you already have self-contained authentication.  It doesn't look for a user who has a matching name or email address.  It looks for a user with a matching uid (uid is set to -1 for self contained auth).  I suppose you could dump your database and edit the uid's and then reload it.  </p>
<br /><br /></div>
</blockquote>
<p>Interesting, maybe it’s faster to export the mailboxes, switch to LDAP, and import the mailboxes via Mailstore. That’s the approach I’ll test. Do you have a link to the LDAP group schema so I can try it with admin rights? ;)</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099568372</link><pubDate>Mon, 13 Jul 2026 14:30:34 +0500</pubDate><title>Time zones for users</title><guid isPermaLink="false">2099568372@Uncensored</guid><description><![CDATA[<html><body>

<p>Hello,</p>
<p>  How I change the timezone for individual users?  So far, I haven't found any way of changing it for users.  I found only one timezone option, but it seemed to be a fall-back option.  It didn't change anything for users.</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Harlan...</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099568334</link><pubDate>Mon, 13 Jul 2026 09:12:19 +0500</pubDate><title>Re: Prepareing</title><guid isPermaLink="false">2099568334@Uncensored</guid><description><![CDATA[<html><body>

<blockquote>
<div class="message_content">
<p> <span style="background-color: transparent;">After switching to LDAP, there’s no link between the user and the existing mailbox, and all admin roles are lost. Could this be due to a BASE DN misconfiguration? Is there a schema layout for a proper user transfer to LDAP?</span></p>
<p>Citadel -&gt; LDAP -&gt; User authentication works fine. The only thing I notice is the schema. Is there any documentation for this??</p>
</div>
</blockquote>
<p>Funny you mention that, I just pushed a change into the code a few days ago that lets you specify an LDAP group whose membership conveys administrator privileges to Citadel users.  That'll be available soon.</p>
<p>However, the LDAP authentication system isn't really built to be able to switch over to it if you already have self-contained authentication.  It doesn't look for a user who has a matching name or email address.  It looks for a user with a matching uid (uid is set to -1 for self contained auth).  I suppose you could dump your database and edit the uid's and then reload it.  </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099568284</link><pubDate>Sun, 12 Jul 2026 16:19:34 +0500</pubDate><title>Import .ics files</title><guid isPermaLink="false">2099568284@Uncensored</guid><description><![CDATA[<html><body>

<p>Hello,</p>
<p>  I haven't found any way of import calendar files from other servers via .ics files.  Could someone point in the direction on how to do this?  I've been searching, but haven't found anything yet.</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Harlan...</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099568259</link><pubDate>Sun, 12 Jul 2026 13:05:19 +0500</pubDate><title>Import .ics files</title><guid isPermaLink="false">2099568259@Uncensored</guid><description><![CDATA[<html><body>

<p>Hello,</p>
<p>  I haven't found any way of import calendar files from other servers via .ics files.  Could someone point in the direction on how to do this?  I've been searching, but haven't found anything yet.</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Harlan...</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099568109</link><pubDate>Fri, 10 Jul 2026 17:45:27 +0500</pubDate><title>LLDAP base schema</title><guid isPermaLink="false">2099568109@Uncensored</guid><description><![CDATA[<html><body>

<p>Group schema</p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNAAAALACAYAAABSNI9EAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAALLSSURBVHhe7N1/eFTlgff/D0VTxVHjQDUhPBmIiVpQIEseQbeknQfFJDYutt+ktiUm2to1SBWzDerurLvr5lktaYO2SNzaxUSs1HBZ2Y1N4g+esaGrwIYdQLFYgjJZwkSFNMgoNpby/eOcmTlzMjlJIJAA79d1zSVzzn3Ouc89J5H5cP8Yk5GRcVQAAAAAAAAAEvqcfQMAAAAAAACAGAI0AAAAAAAAwAEBGgAAAAAAAOCAAA0AAAAAAABwQIAGAAAAAAAAOBjDKpwAAAAAAAAxKSkpuuGGG5Sdna1LLrlEKSkp6urqkiS9//77CoVCamlp0bZt2+yH4jRFgAYAAAAAAM54kdCsrKzMvqtfXV1damlp0UsvvRQN2HB6OuEBWmW9XwXp5ptwQLWFFWqwlYk45rI2veFudby+Wj98eJ3a7TslKc2nZ5+Zp1TrtoTXK1ZNY7myXXEbDUd6Fe7u0KY1P1TVCwmvAgAAAAAATgGlpaVxwVkkGIv0Ntu2bZtSUlIkSTNnzpQk5eXlacaMGXHl6+vro+fA6eW0nAMtyeVW5vx79Hh9pWbbd0rSl9w6377NlaLL0uwbHYxNkusLmZp39+OqW5rwKgAAAAAAYBRLSUnRo48+Gg3Purq69MMf/lDf/OY3VV9fHzdMs6urKxqUtbS0aMmSJVqyZEk0XCsrK9OaNWuiQRtOL6dlgBaRlF6g794d189MkpSakaK+ncrOl/tL9m2DkSTPvO+qfCjhGwAAAAAAGFEpKSlas2aNZsyYoa6uLi1ZskTf/OY31dLSYi/ar23btkWP6+rqUkpKipYvX06Idho6PQK08NtqeLhKVQ8/ptWbQ+q17MqctTB+qKakuRf36X8myaWUDHtJ
<p> </p>
<p>User defined schema</p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQUAAAMTCAYAAAAYX3G8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAL+wSURBVHhe7P19cFznYed7/jRKuBO6bbVB2AYEBk3CgM0hwxdcdEmQcoVNR46m0TY80qQAq3YAoam7yQY01qIwF5Sytzc35cFcK4QGlFMIkZ0kYkPkhDJYHmsWUgN2WdVJa64FsRq3+XKpkoYNC80lCFoBMZDZpmeYkrV/nNPd5xw03kgQaLC/nypUsZ/nOec85/ShivjpebmnqqrqEwEAAAAAAAAoGv/EWQAAAAAAAADg7kYoCAAAAAAAABQZQkEAAAAAAACgyBAKAgAAAAAAAEXmHjYauT0tR4bVsc9lfLgUka+919mkQLWob7hDtWbXUyM+BQ8729xJ3QpHA/JIktJKHG1S1ylnm7vLg23f1lO+SuniazryndeUtNTZ3qN0QgNNXRqy1AMAAAAAAKymNRop2K1wNKpoNKpodFh9zc76+VqODJvto4oOdjurgY3lsW/r0NOPaOd2j3Y+9oz+7N886mwBAAAAAACwZtYoFASK3H0ubbJ83OTaYvkEAAAAAACwtggFUXTK97Xomf+1T+GhYf3w5UVGoVbUquVb31bfy9/X8A/DWqTl0k59T7EPbhp/Tif141MFOjl4Ne8ZAAAAAAAULEJBFJ1H2tv0+O/UyvM5lzbd66y1eLhNbU88otrtJXJZh/ndknfU+/Q/l8/nk6/pD/TdnzjrC8Sq3jMAAAAAAChUhIIAAAAAAABAkSEUBAAAAAAAAIrMPVVVVZ84C1dft8LRgDySpLQSR5vUdcrZxq7lyLA69rmMD5ci8rX3OlqUq/YbrWrz1aqmcotcv5Gb63gzPatLZ97Qq3/5st6csh0kNfdp+ECtjDMbfemdfUbf/n8GVH3fJunjlF77SlDfzR5Qrcf/+Fm1
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099568105</link><pubDate>Fri, 10 Jul 2026 17:34:02 +0500</pubDate><title>Prepareing</title><guid isPermaLink="false">2099568105@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi there,</p>
<p>i installed LLDAP to my Citadel Server for local LDAP autehtication with RFC. </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABS8AAAF1CAYAAAAJEh/LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAGMmSURBVHhe7d19dFx1oe//T2iJFKY8TAQScWUkpKJUL8mVdVrRVHOqlAa6TlEb5aE0B+Qh7VFoNEl76K3X3mIfckwBDw1a7ZpYHjQV6b0p0xbpHWyunNaFN+nR4sXWUya/owlCAtiBYkrJ74+998zee/Y85KndSd6vtWat9rv37NmZ+e6nz/5+vzuvpKRkUAAAAAAAAFBhYaHmzZun8vJyXXzxxSosLFRvb68k6ZVXXlFPT492796tgwcPut8KYAzkEV4CAAAAAIDJzAosa2pq3JPS6u3t1e7du7Vnz55EuAlg9I1peFnfGlVVsfmfeKdaFtSpzTWPZdjzugzE+9X9/DZtWLdDR9wTJemSVXr80bkqspd5fl61mttrVR5wFBpODije360DT2zQ2qc8PwUAAAAAAIwDS5YscYSWVihptbI8ePCgCgsLJUllZWWSpGuvvVZXXnmlY/7W1tbEMgCMnjPcBeNdfiCo0mvu0cOt9ZrlnihJnw5qurssUKgPX+IuzGBKvgIXlmru1x9WuMHzUwAAAAAAgI8VFhbqgQceSASXvb292rBhg2688Ua1trY6uob39vYmQsrdu3fr3nvv1b333psINmtqavTEE08kQk4Ao2fChZeW/OIqffXrjvaVkqSikkKlNqacruCn3WW5yFdo7ldVO5TgEwAAAAAAnFaFhYV64okndOWVV6q3t1f33nuvbrzxRu3evds9a1oHDx5MvK+3t1eFhYXatGkTASYwysZ/eBl/UW3r1mrtuge17dc9GrBNKv3ELc7u4ZIqLkppdykpoMIS95wuf+rQ2nVrtfahbTrwJ9un5Jdq1lfsMwJZXFKtNY+EFd7q/dryreqUegsAAAAAGB1WyCiz
<p> </p>
<p>After switching to LDAP, there’s no link between the user and the existing mailbox, and all admin roles are lost. Could this be due to a BASE DN misconfiguration? Is there a schema layout for a proper user transfer to LDAP?</p>
<p>Citadel -&gt; LDAP -&gt; User authentication works fine. The only thing I notice is the schema. Is there any documentation for this??</p>
<p> </p>
<p>Greetings </p>
<p>Mike</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099567887</link><pubDate>Wed, 08 Jul 2026 06:50:01 +0500</pubDate><title>Re: [Citadel Support] Re: General Question (XMPP/Jabber)</title><guid isPermaLink="false">2099567887@Uncensored</guid><description><![CDATA[<html><head></head><body><div dir="auto">If you want a full featured xmpp server I offer both monthly subscriptions starting at $7 and a one-time setup fee on a server you provide.<br>Let me know if you have any questions or want a server to test...<br><br>Marisa</div><br><br><div class="gmail_quote"><div dir="auto">On July 7, 2026 3:55:25 PM PDT, ftest &lt;room_Citadel_Support@uncensored.citadel.org&gt; wrote:</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<p>&nbsp;</p>
<blockquote>
<div class="message_header"><span>Tue Jul 07 2026 18:34:32 EDT</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: General Question (XMPP/Jabber)</span></div>
<div class="message_content">
<p>XMPP Clients will work with Citadel, but not in SSL and I don't recommend to use it. XMPP Service is not federated, its stand alone. Its better to install a free XMPP Server or Service without Citadel.&nbsp;</p>
<p>Greetings</p>
<p>Mike</p>
<p>&nbsp;</p>
<blockquote>
<div class="message_header"><span>Di Jul 07 2026 16:36:56 EDT</span> <span>von <a href="do_template?template=user_show?who=ftest">ftest</a> </span> <span class="message_subject">Betreff: General Question (XMPP/Jabber)</span></div>
<div class="message_content">
<p>Hello! I'm looking at Citadel as software to host on my domain for a small group of my friends and I to use. Having included chat functionality is one of the features I'm looking at, so I created this account to test XMPP chatting. However, when logging into a client like converse.js, I cannot send messages outward to my XMPP account on a different server.</p>
<p>My question is this;</p>
<p>If I set up my own Citadel instance, will the XMPP messages sent federate with other XMPP servers?</p>
<p>&nbsp;</p>
<p>Thank you,</p>
<p>&nbsp; --ftest</p>
<br><br></div>
</blockquote>
<p>&nbsp;</p>
<br><br></div>
</blockquote>
<p>Ah well. I appreciate the answer none the less.</p>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099567815</link><pubDate>Tue, 07 Jul 2026 18:55:25 +0500</pubDate><title>Re: General Question (XMPP/Jabber)</title><guid isPermaLink="false">2099567815@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>Tue Jul 07 2026 18:34:32 EDT</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: General Question (XMPP/Jabber)</span></div>
<div class="message_content">
<p>XMPP Clients will work with Citadel, but not in SSL and I don't recommend to use it. XMPP Service is not federated, its stand alone. Its better to install a free XMPP Server or Service without Citadel. </p>
<p>Greetings</p>
<p>Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Di Jul 07 2026 16:36:56 EDT</span> <span>von <a href="do_template?template=user_show?who=ftest">ftest</a> </span> <span class="message_subject">Betreff: General Question (XMPP/Jabber)</span></div>
<div class="message_content">
<p>Hello! I'm looking at Citadel as software to host on my domain for a small group of my friends and I to use. Having included chat functionality is one of the features I'm looking at, so I created this account to test XMPP chatting. However, when logging into a client like converse.js, I cannot send messages outward to my XMPP account on a different server.</p>
<p>My question is this;</p>
<p>If I set up my own Citadel instance, will the XMPP messages sent federate with other XMPP servers?</p>
<p> </p>
<p>Thank you,</p>
<p>  --ftest</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p>Ah well. I appreciate the answer none the less.</p>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099567814</link><pubDate>Tue, 07 Jul 2026 18:53:31 +0500</pubDate><title>Re: General Question (XMPP/Jabber)</title><guid isPermaLink="false">2099567814@Uncensored</guid><description><![CDATA[<html><body>

<p>I recommend Prosody as XMPP Server.</p>
<blockquote>
<div class="message_header"><span>Di Jul 07 2026 16:36:56 EDT</span> <span>von <a href="do_template?template=user_show?who=ftest">ftest</a> </span> <span class="message_subject">Betreff: General Question (XMPP/Jabber)</span></div>
<div class="message_content">
<p>Hello! I'm looking at Citadel as software to host on my domain for a small group of my friends and I to use. Having included chat functionality is one of the features I'm looking at, so I created this account to test XMPP chatting. However, when logging into a client like converse.js, I cannot send messages outward to my XMPP account on a different server.</p>
<p>My question is this;</p>
<p>If I set up my own Citadel instance, will the XMPP messages sent federate with other XMPP servers?</p>
<p> </p>
<p>Thank you,</p>
<p>  --ftest</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099567806</link><pubDate>Tue, 07 Jul 2026 18:40:30 +0500</pubDate><title>Re: General Question (XMPP/Jabber)</title><guid isPermaLink="false">2099567806@Uncensored</guid><description><![CDATA[<html><body>

<p>OpenFire is pretty easy to setup, and is federated.  I know citadel will become federated someday, but unsure about xmpp federation, may just be mastodon style instead.  </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099567804</link><pubDate>Tue, 07 Jul 2026 18:34:32 +0500</pubDate><title>Re: General Question (XMPP/Jabber)</title><guid isPermaLink="false">2099567804@Uncensored</guid><description><![CDATA[<html><body>

<p>XMPP Clients will work with Citadel, but not in SSL and I don't recommend to use it. XMPP Service is not federated, its stand alone. Its better to install a free XMPP Server or Service without Citadel. </p>
<p>Greetings</p>
<p>Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Di Jul 07 2026 16:36:56 EDT</span> <span>von <a href="do_template?template=user_show?who=ftest">ftest</a> </span> <span class="message_subject">Betreff: General Question (XMPP/Jabber)</span></div>
<div class="message_content">
<p>Hello! I'm looking at Citadel as software to host on my domain for a small group of my friends and I to use. Having included chat functionality is one of the features I'm looking at, so I created this account to test XMPP chatting. However, when logging into a client like converse.js, I cannot send messages outward to my XMPP account on a different server.</p>
<p>My question is this;</p>
<p>If I set up my own Citadel instance, will the XMPP messages sent federate with other XMPP servers?</p>
<p> </p>
<p>Thank you,</p>
<p>  --ftest</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099567794</link><pubDate>Tue, 07 Jul 2026 16:36:56 +0500</pubDate><title>General Question (XMPP/Jabber)</title><guid isPermaLink="false">2099567794@Uncensored</guid><description><![CDATA[<html><body>

<p>Hello! I'm looking at Citadel as software to host on my domain for a small group of my friends and I to use. Having included chat functionality is one of the features I'm looking at, so I created this account to test XMPP chatting. However, when logging into a client like converse.js, I cannot send messages outward to my XMPP account on a different server.</p>
<p>My question is this;</p>
<p>If I set up my own Citadel instance, will the XMPP messages sent federate with other XMPP servers?</p>
<p> </p>
<p>Thank you,</p>
<p>  --ftest</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099567155</link><pubDate>Sun, 28 Jun 2026 15:32:46 +0500</pubDate><title>Re: How to stop and start Citadel in docker</title><guid isPermaLink="false">2099567155@Uncensored</guid><description><![CDATA[<html><body>

<p>Neither did i, looked it up, seems like a alternative to 'docker desktop' for OSX devices. </p>
<blockquote>
<div class="message_header"><span>Sun Jun 28 2026 14:17:28 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: How to stop and start Citadel in docker</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">I'm glad you figured it out because I have no idea what any of those things are. :)</div>
</div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099567142</link><pubDate>Sun, 28 Jun 2026 14:17:28 +0500</pubDate><title>Re: How to stop and start Citadel in docker</title><guid isPermaLink="false">2099567142@Uncensored</guid><description><![CDATA[I'm glad you figured it out because I have no idea what any of those things
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099566955</link><pubDate>Fri, 26 Jun 2026 17:13:38 +0500</pubDate><title>Re: How to stop and start Citadel in docker</title><guid isPermaLink="false">2099566955@Uncensored</guid><description><![CDATA[<html><body>

<p>Solved the issue by using OrbStack instead of Colima</p>
<p>ShinyToaster</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099566924</link><pubDate>Fri, 26 Jun 2026 13:08:50 +0500</pubDate><title>How to stop and start Citadel in docker</title><guid isPermaLink="false">2099566924@Uncensored</guid><description><![CDATA[<html><body>

<p>I'm using docker via calima on MacBook Pro M1. Works fine on the initial run but not working after stopping and starting.</p>
<p>Did the following.</p>
<p> </p>
<p>mkdir /usr/local/citadel</p>
<p>docker run -d --restart=unless-stopped --network host --volume=/usr/local/citadel:/citadel-data --name=citadel citadeldotorg/citadel</p>
<p> </p>
<p># Stopped citadel</p>
<p>docker stop citadel</p>
<p> </p>
<p># Start citadel</p>
<p>docker start citadel</p>
<p> </p>
<p># Result when trying to connect from browser</p>
<p>This program was unable to connect or stay connected to the Citadel server. Please report this problem to your system administrator.</p>
<p>Read More...</p>
<p> </p>
<p>Am I stopping and starting Citadel wrong?</p>
<p>Does Citadel have a search function?</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099566874</link><pubDate>Fri, 26 Jun 2026 08:48:52 +0500</pubDate><title>Re: Easy Install - upgrade to latest version fails</title><guid isPermaLink="false">2099566874@Uncensored</guid><description><![CDATA[<html><body>

<p>I upgraded the server to debian bookworm and that did the trick, latest version of citadel is up an running</p>
<p> </p>
<p>thx a lot</p>
<p>regards robert</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099566861</link><pubDate>Fri, 26 Jun 2026 06:40:08 +0500</pubDate><title>Re: Easy Install - upgrade to latest version fails</title><guid isPermaLink="false">2099566861@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi and thx for your answer,</p>
<p>I don't like docker, seems time for a reinstallation with aktual debian has come</p>
<p> </p>
<p>PS: last upgrade to version: 17792232 has run without any problems</p>
<p> </p>
<p>regards robert</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099566799</link><pubDate>Thu, 25 Jun 2026 19:16:45 +0500</pubDate><title>Re: Easy Install - upgrade to latest version fails</title><guid isPermaLink="false">2099566799@Uncensored</guid><description><![CDATA[ >Citadel is installed on debian bullseye (v-server) 
 
 I'm sorry, but you can't run Easy Install on a Linux that old.   I was able
to fix the Berkeley DB build issue, but then ran into OpenSSL problems.  bullseye
still uses OpenSSL 1.1.1 and we need OpenSSL 3.0.
 
 But that doesn't mean you're out of luck!
 
 I tested the Docker distribution of Citadel on a bullseye system and it runs
great!  
 
 So all you need to do is
 
 apt install docker.io
 docker run -it --rm citadeldotorg/citadel -c
 
 That'll run a test for you; the test should end with:
 "/usr/local/bin/ctdlvisor: binary compatibility CONFIRMED!  You CAN run Citadel
in a container on this system."
 
 Once that test succeeds, go to https://www.citadel.org/docker.html to get
the instructions on how to run a permanent installation.
 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099566736</link><pubDate>Thu, 25 Jun 2026 05:36:34 +0500</pubDate><title>Re: Easy Install - upgrade to latest version fails</title><guid isPermaLink="false">2099566736@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi,</p>
<p>Citadel is installed on debian bullseye (v-server)</p>
<p> </p>
<p> </p>
<p>extract from log:</p>
<p>...</p>
<p>Built for x86_64-pc-linux-gnu</p>
<p>License GPLv3+: GNU GPL version 3 or later &lt;http://gnu.org/licenses/gpl.html&gt;</p>
<p>MAKE is /usr/bin/gmake</p>
<p><strong> Downloading Berkeley DB... </strong></p>
<p><strong> Installing Berkeley DB... </strong></p>
<p>checking build system type... x86_64-pc-linux-gnu</p>
<p>checking host system type... x86_64-pc-linux-gnu</p>
<p>...</p>
<p>...</p>
<p> </p>
<p>full log is attached to previous post</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099566705</link><pubDate>Wed, 24 Jun 2026 23:25:42 +0500</pubDate><title>Re: Easy Install - upgrade to latest version fails</title><guid isPermaLink="false">2099566705@Uncensored</guid><description><![CDATA[ 
 Easy Install should be deploying Berkeley DB to your system first.
 
 What kind of system are you installing it on?   Linux distribution, CPU,
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099566656</link><pubDate>Wed, 24 Jun 2026 11:02:25 +0500</pubDate><title>Easy Install - upgrade to latest version fails</title><guid isPermaLink="false">2099566656@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi all,</p>
<p>I am unable to upgrade to the latest version of citadel</p>
<p> </p>
<p>error:</p>
<p>Testing for OpenSSL...</p>
<p>Testing for iconv...</p>
<p>iconv.h is present and requires no additional libraries</p>
<p>Testing for lresolv...</p>
<p>Testing for lintl...</p>
<p>Testing for lcrypt...</p>
<p>Testing for Berkeley DB...</p>
<p>Berkeley DB v18.0 or newer not found</p>
<p>Testing for LMDB...</p>
<p>LMDB not found</p>
<p>ERROR: No compatible database backend (Berkeley DB &gt;= 18 or LMDB) was found.</p>
<p> Citadel Easy Install is aborting.</p>
<p> The last few lines above this message may indicate what went wrong.</p>
<div> </div>
<div>complete log in attachment</div>
<div> </div>
<div>regard Robert</div>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099566537</link><pubDate>Mon, 22 Jun 2026 03:21:39 +0500</pubDate><title>Re: Size of Data Files.</title><guid isPermaLink="false">2099566537@Uncensored</guid><description><![CDATA[<html><body>

<p>I upgraded my VPS plan. Now it is working Ok. I think that it was mainly the passing of 2 cores to 4 cores that fixed the problem. 3GBytes RAM-&gt;4 GBytes. +25GBytes of Disk. </p>
<blockquote>
<div class="message_header"><span>sáb mai 23 2026 23:37:03 EDT</span> <span>de <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Assunto: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>The purge is not working for me. In "Aide" appears one message saying that say "105 messages were delete" but really they are not.</p>
<p>I monitored the server and appear many temporary files in data directory until no disk space (of 16GBytes). Stay some time like that and return to 16Gbytes free space. But the emails that must been deleted remained. Two days like that.</p>
<p> </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Sun May 17 2026 04:39:11 EDT</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>This works really good for me. I have different purge rules for different folders. The purge will done with</p>
<p> </p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB3cAAAKDCAYAAAAJnoAvAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAP+lSURBVHhe7N15fFTV/f/x951kskwgCXsARRGRRVyLKyIFERWx2q9FhYqgouCvWkXcsC6orWApilVbcAWxuLVV60JVhKLgvgJC2BEJCUsgC5lsk5nfH/feyZ2bmWQCSVjyevo4Xs753G1m7kxm5jPnHOPXI8aEBAAHkVCIly0AAAAAAAAAwKHtzVfm6MolW/Rivyz5/aXyaYtevvlJaeJUjegi+X2p8uV9rqvufVkaM0kv9suytizVytfu0tQPB+muxy9Wb63Vyzev1AmPX6zevjwtvm6KnpN07UOPa4C1iT/7LY2fvtB5eF0wcapG9Ey1anlavFQa0C9Dfn+qfD6zdevSm3XXbFnHz7COO0JTnzldnawto+1bMtfJzMuTsrLkk+TPXquCnt3N7fyOc9ZavXzzk5ov6/YUWbfZKertj3Iey3pr5mXdZZ1++PzN2yrrtlWqpNKrNK+1kn0fW+x1t+ZJnbJSHceTZJ+jfQDHttX3d6m1bWGtj8VLzz6lS64YrdKSYu3ZtU1lZWWSJI9hGKJQKBSKIaPbAF064QE9/uwzembubM2eZ5W5z+iZWdN0z4RLNaBblO0oFAqFQqFQKBQKhUKhUCgUCoVCaeDiVFBUKPkO0wnnDtIJXVLl37xFBeHoCE3tl6WtS2/WVde9pZX+VPU+e0TE9ic8dLF6+0q18jUzmXjBxKkakL5WL193s656ba3U82JNHROxieZPv0uL86xEq5WElFKlzW9Zx5E6nXSjLojcTBdMPEGdVKqVr92sl7NL5et5mq51rWPzpRfrretu1uI8ydfzMBW8drOuWpon+bprwJiFmvpdnnW7JZ3bW0f6pK3rXYldDdJdJ2VZ5+m8/S/rrtfWym8l
<p> </p>
<p>Will done on Auto-Purge Job. </p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABi8AAAIrCAYAAACXnArQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAANl7SURBVHhe7N1/dFx3fef/12ydVo4TkLMFpC+hzah249HKW2QcigNuTxS3LBpsavk4W0YrEVAC2zpwkmjsNrGBL6kJVBolHLDpF2LRYKOhjY/lRmaGpbWd0xpsIMZq11qNUqkaL4SVIDR2YmKL2t3P949778y9d37qh+2R/Hyco5P4/vzcz/3M1ejzvp/3J3D+wqtGAAAAAAAAAAAAFeI/+BcAAAAAAAAAAABcSwQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFQUghcAAAAAAAAAAKCiELwAAAAAAAAAAAAVheAFAAAAAAAAAACoKAQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFQUghcAAAAAAAAAAKCiELwAAAAAAAAAAAAVheAFAAAAAAAAAACoKAQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFQUghcAAAAAAAAAAKCiELwAAAAAAAAAAAAVheAFAAAAAAAAAACoKAQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFQUghcAAAAAAAAAAKCiELwAAAAAAAAAAAAVheAFAAAAAAAAAACoKAQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFSUBRW8eO21C/5FmOeu5j29fPmyLl++7F+M
<p> </p>
<p>My Citadel Version is 1022 now for a long time. </p>
<p> </p>
<p>If you want know more about my settings, let me know. </p>
<p>Greeintngs</p>
<p>Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>So Mai 17 2026 04:03:52 EDT</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>I think you are providing a semi-featured Citadel. The purge is not working. It supposed to purge the messages from 1st of February and it is not doing.</p>
<p> </p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABVYAAALZCAIAAADTGu3GAAAQAElEQVR4AeydB2AUxffHZ+9SL5UkQICEDgICKkWJNBWkKCoWUAQBQYqCIMU/zYaKwg8QUFCKAlIEQexYKCrNoChKkSbSEiBAAiGQerm7/3d29vY213JJLkcCL7ybe/vmTdnPzO5N2Tt0R44cOXz48KFDh/bs2bNt27ZNmzZ98803n5fO36JFiz777PPiydq163win61d61zWrPlMI2vXrFn76adC1nz6KZfVq9esWvXpJ5+s/uSTVZCPP16+cOGi99//YM6cd2fJf++8M6t05J3S+5s58x0SlcCMGe+QeEBg5owZJESACBABIkAEiIB3CMykwVhpEsAoevbs2fPmvT9//sKlSz9eseITyMqVn6xcycfzq1attsqnq1Z9unq1kDWrVyvyqTIdEJOCMhSuKTBz0c5iyrq+1keTvlKZWhZvnluqqb766psff9z4yy9bd+/++59/Dh04cOjgwcM6i/x38eLFkydOxEh+jSJjOtS66eGbbysNeaZdx0eb3FY8eaxpM59I88eaOpcetzTXSIset7ToeauQlj1v5fL4bS2faHZ7r+Z39GreCtK3VZtB7Ts+26HLiC4PvHBfd8io+7uXjjw86v7SktHdHiZRCYx54GESDwg8MuYBEiJABIgAESACRMA7BNRxCCmlQQCj6JFdH3quY9chd9/bL6Fd75YJkCdbJDzZgo/nn2h2h1Vuf6LZ7Y/fJqQlhv1CeirTATEpKEOhZtqincKUA/0xH036SmVqWbx5bqmmurfOTU2iKlbS+586efLixYtmswXClwCSkpKkrJx7ajdoUDG2SlhEsL8/oz8iQASIABEgAkSACBABIkAEiAARIAJEoNwSwNS+SnhEw0qxHerepM/JSU5OslgsuosXL4ZK+lbxtUICAsrtqVHFiQARIAJEgAgQASJABIgAESACRIAIEAEnBEID
<p> </p>
<blockquote>
<div class="message_header"><span>Mon May 11 2026 10:56:43 EDT</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>You can define a purge rule for every folder. Also a rule to move it to archive. </p>
<p> </p>
<blockquote>
<div class="message_header"><span>So Mai 10 2026 04:53:26 EDT</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>I want to shrink by purging the older emails previous deleted manually. I has the Auto-Purge setting.</p>
<p>I suppose that I can not do it configuring "<span style="font-family: sans-serif; font-size: 16px;">Default message expire policy for private mailboxes". Or can I? I suppose that is to delete and purge active messages.</span></p>
<p><span style="font-family: sans-serif; font-size: 16px;">Seldom times appear notifications of purged messages at Aide and if so only one purged message or EEDI (??)</span></p>
<blockquote>
<div class="message_header"><span>Mon May 04 2026 19:25:09 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>Are there some way to shrink the size of the main citadel data file without compromizing the citadel stability?</p>
</div>
</blockquote>
<p>Do you have the auto-purger configured to delete "old" messages?</p>
<p>You can do this at the site-wide level, or on an individual room (such as your trash folder).</p>
<p>If new data is arriving at approximately the same rate old data is expiring, then yes, eventually you will reach an equilibrium where the database files stabilize in size.</p>
<p>Do look in the Aide room for messages confirming this.  The helpful Citadel Aide will tell you how many objects are being deleted during the nightly purger run.</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099564694</link><pubDate>Sat, 23 May 2026 23:37:03 +0500</pubDate><title>Re: Size of Data Files.</title><guid isPermaLink="false">2099564694@Uncensored</guid><description><![CDATA[<html><body>

<p>The purge is not working for me. In "Aide" appears one message saying that say "105 messages were delete" but really they are not.</p>
<p>I monitored the server and appear many temporary files in data directory until no disk space (of 16GBytes). Stay some time like that and return to 16Gbytes free space. But the emails that must been deleted remained. Two days like that.</p>
<p> </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Sun May 17 2026 04:39:11 EDT</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>This works really good for me. I have different purge rules for different folders. The purge will done with</p>
<p> </p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB3cAAAKDCAYAAAAJnoAvAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAP+lSURBVHhe7N15fFTV/f/x951kskwgCXsARRGRRVyLKyIFERWx2q9FhYqgouCvWkXcsC6orWApilVbcAWxuLVV60JVhKLgvgJC2BEJCUsgC5lsk5nfH/feyZ2bmWQCSVjyevo4Xs753G1m7kxm5jPnHOPXI8aEBAAHkVCIly0AAAAAAAAAwKHtzVfm6MolW/Rivyz5/aXyaYtevvlJaeJUjegi+X2p8uV9rqvufVkaM0kv9suytizVytfu0tQPB+muxy9Wb63Vyzev1AmPX6zevjwtvm6KnpN07UOPa4C1iT/7LY2fvtB5eF0wcapG9Ey1anlavFQa0C9Dfn+qfD6zdevSm3XXbFnHz7COO0JTnzldnawto+1bMtfJzMuTsrLkk+TPXquCnt3N7fyOc9ZavXzzk5ov6/YUWbfZKertj3Iey3pr5mXdZZ1++PzN2yrrtlWqpNKrNK+1kn0fW+x1t+ZJnbJSHceTZJ+jfQDHttX3d6m1bWGtj8VLzz6lS64YrdKSYu3ZtU1lZWWSJI9hGKJQKBSKIaPbAF064QE9/uwzembubM2eZ5W5z+iZWdN0z4RLNaBblO0oFAqFQqFQKBQKhUKhUCgUCoVCaeDiVFBUKPkO0wnnDtIJXVLl37xFBeHoCE3tl6WtS2/WVde9pZX+VPU+e0TE9ic8dLF6+0q18jUzmXjBxKkakL5WL193s656ba3U82JNHROxieZPv0uL86xEq5WElFKlzW9Zx5E6nXSjLojcTBdMPEGdVKqVr92sl7NL5et5mq51rWPzpRfrretu1uI8ydfzMBW8drOuWpon+bprwJiFmvpdnnW7JZ3bW0f6pK3rXYldDdJdJ2VZ5+m8/S/rrtfWym8l
<p> </p>
<p>Will done on Auto-Purge Job. </p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABi8AAAIrCAYAAACXnArQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAANl7SURBVHhe7N1/dFx3fef/12ydVo4TkLMFpC+hzah249HKW2QcigNuTxS3LBpsavk4W0YrEVAC2zpwkmjsNrGBL6kJVBolHLDpF2LRYKOhjY/lRmaGpbWd0xpsIMZq11qNUqkaL4SVIDR2YmKL2t3P949778y9d37qh+2R/Hyco5P4/vzcz/3M1ejzvp/3J3D+wqtGAAAAAAAAAAAAFeI/+BcAAAAAAAAAAABcSwQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFQUghcAAAAAAAAAAKCiELwAAAAAAAAAAAAVheAFAAAAAAAAAACoKAQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFQUghcAAAAAAAAAAKCiELwAAAAAAAAAAAAVheAFAAAAAAAAAACoKAQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFQUghcAAAAAAAAAAKCiELwAAAAAAAAAAAAVheAFAAAAAAAAAACoKAQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFQUghcAAAAAAAAAAKCiELwAAAAAAAAAAAAVheAFAAAAAAAAAACoKAQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFSUBRW8eO21C/5FmOeu5j29fPmyLl++7F+M
<p> </p>
<p>My Citadel Version is 1022 now for a long time. </p>
<p> </p>
<p>If you want know more about my settings, let me know. </p>
<p>Greeintngs</p>
<p>Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>So Mai 17 2026 04:03:52 EDT</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>I think you are providing a semi-featured Citadel. The purge is not working. It supposed to purge the messages from 1st of February and it is not doing.</p>
<p> </p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABVYAAALZCAIAAADTGu3GAAAQAElEQVR4AeydB2AUxffHZ+9SL5UkQICEDgICKkWJNBWkKCoWUAQBQYqCIMU/zYaKwg8QUFCKAlIEQexYKCrNoChKkSbSEiBAAiGQerm7/3d29vY213JJLkcCL7ybe/vmTdnPzO5N2Tt0R44cOXz48KFDh/bs2bNt27ZNmzZ98803n5fO36JFiz777PPiydq163win61d61zWrPlMI2vXrFn76adC1nz6KZfVq9esWvXpJ5+s/uSTVZCPP16+cOGi99//YM6cd2fJf++8M6t05J3S+5s58x0SlcCMGe+QeEBg5owZJESACBABIkAEiIB3CMykwVhpEsAoevbs2fPmvT9//sKlSz9eseITyMqVn6xcycfzq1attsqnq1Z9unq1kDWrVyvyqTIdEJOCMhSuKTBz0c5iyrq+1keTvlKZWhZvnluqqb766psff9z4yy9bd+/++59/Dh04cOjgwcM6i/x38eLFkydOxEh+jSJjOtS66eGbbysNeaZdx0eb3FY8eaxpM59I88eaOpcetzTXSIset7ToeauQlj1v5fL4bS2faHZ7r+Z39GreCtK3VZtB7Ts+26HLiC4PvHBfd8io+7uXjjw86v7SktHdHiZRCYx54GESDwg8MuYBEiJABIgAESACRMA7BNRxCCmlQQCj6JFdH3quY9chd9/bL6Fd75YJkCdbJDzZgo/nn2h2h1Vuf6LZ7Y/fJqQlhv1CeirTATEpKEOhZtqincKUA/0xH036SmVqWbx5bqmmurfOTU2iKlbS+586efLixYtmswXClwCSkpKkrJx7ajdoUDG2SlhEsL8/oz8iQASIABEgAkSACBABIkAEiAARIAJEoNwSwNS+SnhEw0qxHerepM/JSU5OslgsuosXL4ZK+lbxtUICAsrtqVHFiQARIAJEgAgQASJABIgAESACRIAIEAEnBEID
<p> </p>
<blockquote>
<div class="message_header"><span>Mon May 11 2026 10:56:43 EDT</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>You can define a purge rule for every folder. Also a rule to move it to archive. </p>
<p> </p>
<blockquote>
<div class="message_header"><span>So Mai 10 2026 04:53:26 EDT</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>I want to shrink by purging the older emails previous deleted manually. I has the Auto-Purge setting.</p>
<p>I suppose that I can not do it configuring "<span style="font-family: sans-serif; font-size: 16px;">Default message expire policy for private mailboxes". Or can I? I suppose that is to delete and purge active messages.</span></p>
<p><span style="font-family: sans-serif; font-size: 16px;">Seldom times appear notifications of purged messages at Aide and if so only one purged message or EEDI (??)</span></p>
<blockquote>
<div class="message_header"><span>Mon May 04 2026 19:25:09 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>Are there some way to shrink the size of the main citadel data file without compromizing the citadel stability?</p>
</div>
</blockquote>
<p>Do you have the auto-purger configured to delete "old" messages?</p>
<p>You can do this at the site-wide level, or on an individual room (such as your trash folder).</p>
<p>If new data is arriving at approximately the same rate old data is expiring, then yes, eventually you will reach an equilibrium where the database files stabilize in size.</p>
<p>Do look in the Aide room for messages confirming this.  The helpful Citadel Aide will tell you how many objects are being deleted during the nightly purger run.</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099564692</link><pubDate>Sat, 23 May 2026 23:34:38 +0500</pubDate><title>Re: Fails to start after upgrade from 1023 to 17792232</title><guid isPermaLink="false">2099564692@Uncensored</guid><description><![CDATA[  
 Thanks for reporting the troubleshooting, everyone.  libcitadel is a static
library now so apparently we need to modify the install script to do a better
job of clearing that directory out.  I'll work on that during the long weekend.

]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099564691</link><pubDate>Sat, 23 May 2026 23:31:14 +0500</pubDate><title>Re: Thoughts about modern Citadel</title><guid isPermaLink="false">2099564691@Uncensored</guid><description><![CDATA[ >after running Citadel in production together with Postfix and  
 >Rspamd for quite some time, I recently migrated the internal  
 >mail delivery path from SMTP (localhost:2025) to native LMTP  
 >using Citadel's Unix domain sockets.   
  
 Hehe.  You didn't have to, it was just a suggestion.   But I'm happy to hear
it.  :)T 
  
 LMTP does give you some advantages though, because it suppresses certain
behaviors that are handled by your external-facing MTA when running with that
mode -- some types of forgery checking, RBL lookups, relaying behavior, etc.

  
 It sure beats the bad old days when Citadel and your system mailer piped
mail back and forth through the shell! 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099564429</link><pubDate>Fri, 22 May 2026 13:28:24 +0500</pubDate><title>Message #2099564429</title><guid isPermaLink="false">2099564429@Uncensored</guid><description><![CDATA[<html><body>

<p>Yep, restarting Webcit did the trick.  It is now current with the citiadel.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099564428</link><pubDate>Fri, 22 May 2026 13:26:49 +0500</pubDate><title>Message #2099564428</title><guid isPermaLink="false">2099564428@Uncensored</guid><description><![CDATA[<html><body>

<p>Ok, thanks everyone.  Removing the cdtlsupport folder did the trick - now after the upgrade, I found that Webcit is still versioin 1020 (have to figure out why that did not get upgraded.  Maybe I just need to restart that service.  Will try that to see if that does the trick.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099564418</link><pubDate>Fri, 22 May 2026 13:13:55 +0500</pubDate><title>WKD Integration Citade + Webcit</title><guid isPermaLink="false">2099564418@Uncensored</guid><description><![CDATA[<html><body>

<p>I integrated WKD (PGP) into the mail flow using Citadel + Webcit.</p>
<p>With Protonmail, it works fine—Protonmail detects the WKD policy and retrieves the key for the mailbox.</p>
<p> </p>
<p><a href="https://github.com/A2Micha/modern-citadel-mail-platform/blob/main/docs/wkd-integration.md">modern-citadel-mail-platform/docs/wkd-integration.md at main · A2Micha/modern-citadel-mail-platform</a></p>
<p> </p>
<p>Greetings</p>
<p>Mike</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099564415</link><pubDate>Fri, 22 May 2026 13:09:01 +0500</pubDate><title>Re: Fails to start after upgrade from 1023 to 17792232</title><guid isPermaLink="false">2099564415@Uncensored</guid><description><![CDATA[<html><body>

<p>Yes, that’s it. Had the same problem, and after deleting the ctdlsupport folder, everything works fine ;)</p>
<blockquote>
<div class="message_header"><span>Fr Mai 22 2026 12:31:47 EDT</span> <span>von <a href="do_template?template=user_show?who=Kurisu">Kurisu</a> </span> <span class="message_subject">Betreff: Re: Fails to start after upgrade from 1023 to 17792232</span></div>
<div class="message_content">
<p>Had the same rough issue last night doing an upgrade.<br /><br />Deleted ctdlsupport contents and that got things working in my case, as my debugging (while very tired) lead to some mismatch that was resolved by freshly recompiling those files. deletion forced that recompile so yeah.</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099564401</link><pubDate>Fri, 22 May 2026 12:31:47 +0500</pubDate><title>Re: Fails to start after upgrade from 1023 to 17792232</title><guid isPermaLink="false">2099564401@Uncensored</guid><description><![CDATA[<html><body>

<p>Had the same rough issue last night doing an upgrade.<br /><br />Deleted ctdlsupport contents and that got things working in my case, as my debugging (while very tired) lead to some mismatch that was resolved by freshly recompiling those files. deletion forced that recompile so yeah.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099564392</link><pubDate>Fri, 22 May 2026 12:01:15 +0500</pubDate><title>Re: Fails to start after upgrade from 1023 to 17792232</title><guid isPermaLink="false">2099564392@Uncensored</guid><description><![CDATA[<html><body>

<p>Also this may be related:</p>
<p> </p>
<p>root@mail:/usr/local/ctdlsupport/lib# ls -ltr</p>
<p>total 6760</p>
<p>-rwxr-xr-x 1 root root  477512 Mar  9  2024 libcitadel.so.4.0.998</p>
<p>-rwxr-xr-x 1 root root  479432 Jul  3  2024 libcitadel.so.4.0.1001</p>
<p>-rwxr-xr-x 1 root root  479904 Feb 10  2025 libcitadel.so.4.0.1009</p>
<p>-rwxr-xr-x 1 root root  479216 Sep 18  2025 libcitadel.so.4.0.1020</p>
<p>drwxr-xr-x 2 root root    4096 Feb 24 10:56 pkgconfig</p>
<p>-rwxr-xr-x 1 root root  479872 Feb 24 10:56 libcitadel.so.4.0.1023</p>
<p>lrwxrwxrwx 1 root root      22 Feb 24 10:56 libcitadel.so.4 -&gt; libcitadel.so.4.0.1023</p>
<p>lrwxrwxrwx 1 root root      22 Feb 24 10:56 libcitadel.so -&gt; libcitadel.so.4.0.1023</p>
<p>-rwxr-xr-x 1 root root     835 Feb 24 10:56 libcitadel.la</p>
<p>-rw-r--r-- 1 root root 2152122 May 22 10:26 libdb-18.1.a</p>
<p>-rw-r--r-- 1 root root 2152122 May 22 10:26 libdb.a</p>
<p>-rw-r--r-- 1 root root  195004 May 22 10:26 libcitadel.a</p>
<div> </div>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099564391</link><pubDate>Fri, 22 May 2026 11:50:37 +0500</pubDate><title>Fails to start after upgrade from 1023 to 17792232</title><guid isPermaLink="false">2099564391@Uncensored</guid><description><![CDATA[<html><body>

<p>My Citadel instance is currently 1023 installed using the install script.  After using the easy install script to upgrade, the systemd citadel.service fails to start.  The logs just showed that it exited with and "exit-code".</p>
<p>From the command line when I try running, "/usr/local/citadel/citserver" it returns the following:</p>
<p> ----------------------------------------------------------------------</p>
<p>*** Citadel server engine ***</p>
<p>Version 17792232 (build 26142) ***</p>
<p>Copyright (c) 1987-2026 by the citadel.org team</p>
<p> </p>
<p>This program is open source software.  Use, duplication, or disclosure</p>
<p>is subject to the GNU General Public License version 3.</p>
<p> </p>
<p>libcitadel(unnumbered)</p>
<p>main: running in data directory /usr/local/citadel</p>
<p>ctdl_lockfile: creating lockfile</p>
<p>crypto: keys/citadel.key exists and is readable</p>
<p>crypto: keys/citadel.cer exists and is readable</p>
<p>crypto: requesting cipher list: DEFAULT</p>
<p>crypto: using certificate chain keys/citadel.cer</p>
<p>crypto: using private key keys/citadel.key</p>
<p>extensions: registered server command STLS (Start TLS session)</p>
<p>extensions: registered server command GTLS (Get TLS session status)</p>
<p>extensions: registered a new session function (type 0 Priority 30010)</p>
<p>citserver: master_startup() started</p>
<p>citserver: checking directory access</p>
<p>citserver: ctdl_message_dir is messages</p>
<p>citserver: ctdl_file_dir is files</p>
<p>citserver: ctdl_key_dir is keys</p>
<p>citserver: ctdl_run_dir is .</p>
<p>citserver: opening databases</p>
<p>db: found existing Citadel database in Berkeley DB format</p>
<p>db: initialized Berkeley DB backend</p>
<p>bdb_open_databases: starting</p>
<p>bdb_open_databases:    Linked zlib: 1.2.13</p>
<p>bdb_open_databases: Compiled libdb: Berkeley DB 18.1.40: (May 29, 2020)</p>
<p>bdb_open_databases:   Linked libdb: Berkeley DB 18.1.40: (May 29, 2020)</p>
<p>bdb_open_databases: Setting up DB environment</p>
<p>bdb: bdb_env-&gt;open(bdb_env, data, 10019, 0)</p>
<p>citserver: initializing configuration system</p>
<p>You are running libcitadel version 1023</p>
<div>---------------------------------------------------------------------------------</div>
<div> </div>
<div>At the bottom, I noticed that libcitadel is still 1023.  Is this what is causing the issue?  After I restored the backup and got Citadel running again, I tried the easy install script again but got the same result.</div>
<div> </div>
<div>I appreciate any suggestions or advice.</div>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563981</link><pubDate>Tue, 19 May 2026 09:52:28 +0500</pubDate><title>Re: Size of Data Files.</title><guid isPermaLink="false">2099563981@Uncensored</guid><description><![CDATA[<html><body>

<p>I cant say if it would or would not, but that would be super easy to try in about 5 minutes.... just create a 3rd dummy user, give it admin, change it, remove admin.. add admin back and go back in and see if its still there.</p>
<blockquote>
<div class="message_header"><span>Tue May 19 2026 06:07:20 EDT</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>I have a personal Citadel email server with 2 users. I again state, a user must have Admin rights to configure the "Message expire policy". Can I give Admin rights to a user and configure the "Message expire policy" and then revoke those rights and the settings will remain? </p>
<p>Or could that be changed in future releases?</p>
<blockquote>
<div class="message_header"> </div>
</blockquote>
</div>
</blockquote>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563955</link><pubDate>Tue, 19 May 2026 06:07:20 +0500</pubDate><title>Re: Size of Data Files.</title><guid isPermaLink="false">2099563955@Uncensored</guid><description><![CDATA[<html><body>

<p>I have a personal Citadel email server with 2 users. I again state, a user must have Admin rights to configure the "Message expire policy". Can I give Admin rights to a user and configure the "Message expire policy" and then revoke those rights and the settings will remain? </p>
<p>Or could that be changed in future releases?</p>
<blockquote>
<div class="message_header"><span>Tue May 12 2026 16:35:19 EDT</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>With a Citadel Network user appears.</p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABFYAAADwCAYAAAAqyuCGAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAE0WSURBVHhe7d15mBTV2ffxX7MI0yigqDCIKALCKKAYkyCIPOyPCi4xGCFsiohGDJsSURM1MWpAEKImoq+KYIBAFqJGI6A8BjHEGFFBBgQcZJtBGYUBehhm6fePququOl29TM8Cw3w/13WumlN3VXVtXd11zznVgWt/NDIsAAAAAABQ4/ztj/M1/NY7zdGoRnXMEQAAAAAAoAYZfZ/mPz9H859/XPf2d0b21r1z5ljjfzXUO72HPd2c8brSDKVsqB535h99n7EeLolix9iVUx7X46PNsSkYfZ/qBAIBUSgUCoVCoVAoFAqFQql5xStD53bpbf3Z/0KdGzTCVWTMr7qppTnSz7xHNXLsvXp8hRk4xvqP17UdM8yxKRiqx3s0V+C6m0bRFQgAAAAAgBpo2eKXNfy93Zrfo7lCoUIFtUuLJjwtTXlcQ1tLoWCGgnlrNfLni6wWIz2a23MWauOSe/X4it66d851ukBbtGjCZ7poznW6ILhX7459VC9IGvOrOerVwpojtGmZbp+5yv3yunLK4xoaSUrs1btrpF49GisUylDQTuzsWTNB986zW6z0aGy/7lA9/nw0IeO3bMmapmneXqlFcwUlhTZt0f6O7a35Qq511hYtmvC03pS9PQX2Nrv5br/Penx6oZ69sb2cvJSz/ta2yt62Yh0urq9G9ZVmi5Vxj2rewnkx5XcPXBk7bSCgQOBM3fJE7PTzFv5OP7vKnDaNctXP9Lt465EoRqFQKBQKhUKhUCgUSg0ubvsLCqRgK13Uv7cuap2h0I5d2h+JWq0r9qyZoJFjl2ljKEMXXOHtInTRr67TBcFCbVxiJVWunPK4ejXeokVjJ2jkki1Sx+tiusu8OfNevZtnJzns
<blockquote>
<div class="message_header"><span>Tue May 12 2026 16:13:45 EDT</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>with his own folders / rooms he can. </p>
<p>depends on rights of the folders. but your own folders like inbox, archive and so on, you can. </p>
<blockquote>
<div class="message_header"><span>Di Mai 12 2026 15:29:18 EDT</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Size of Data Files.</span></div>
<div class="message_content">
<p><em style="color: #000080; background-color: #f0f0f0;"><span style="text-decoration: underline;"><strong>or on an individual room</strong></span></em></p>
<p><span style="color: #000080;"><span style="background-color: #f0f0f0;">A user without Administrator level can not do this. Am I right? Why so?</span></span></p>
<p><span style="color: #000080;"><span style="background-color: #f0f0f0;"><br /></span></span></p>
<blockquote>
<div class="message_header"><span>Mon May 04 2026 19:25:09 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>Are there some way to shrink the size of the main citadel data file without compromizing the citadel stability?</p>
</div>
</blockquote>
<p>Do you have the auto-purger configured to delete "old" messages?</p>
<p>You can do this at the site-wide level, <em><span style="text-decoration: underline;"><strong>or on an individual room</strong></span></em> (such as your trash folder).</p>
<p>If new data is arriving at approximately the same rate old data is expiring, then yes, eventually you will reach an equilibrium where the database files stabilize in size.</p>
<p>Do look in the Aide room for messages confirming this.  The helpful Citadel Aide will tell you how many objects are being deleted during the nightly purger run.</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563834</link><pubDate>Mon, 18 May 2026 09:12:42 +0500</pubDate><title>Re: Thoughts about modern Citadel</title><guid isPermaLink="false">2099563834@Uncensored</guid><description><![CDATA[<html><body>

<h1>Migrated my Citadel setup from internal SMTP delivery to native LMTP</h1>
<p>Hi everyone,</p>
<p>after running Citadel in production together with Postfix and Rspamd for quite some time, I recently migrated the internal mail delivery path from SMTP (<code>localhost:2025</code>) to native LMTP using Citadel's Unix domain sockets.</p>
<p>The setup is running stable in production now and works very well.</p>
<p>Current architecture:</p>
<pre><code class="language-text">Internet | Postfix | Rspamd | LMTP Unix Socket | Citadel </code></pre>
<p>The migration uses:</p>
<ul>
<li>
<p>Postfix as SMTP edge gateway</p>
</li>
<li>
<p>Rspamd for filtering and signing</p>
</li>
<li>
<p>Citadel as backend groupware and mail store</p>
</li>
<li>
<p>LMTP over Unix sockets for local delivery</p>
</li>
</ul>
<p>I documented the migration process, configuration changes and testing steps here:</p>
<p><a href="https://github.com/A2Micha/modern-citadel-mail-platform/blob/main/docs/postfix-lmtp-migration.md?utm_source=chatgpt.com">Postfix LMTP Migration Documentation</a></p>
<p>The repository itself is here:</p>
<p><a href="https://github.com/A2Micha/modern-citadel-mail-platform?utm_source=chatgpt.com">modern-citadel-mail-platform</a></p>
<p>Maybe this helps someone building a modern Citadel-based mail platform with Postfix and Rspamd.</p>
<p> </p>
<p>And thanks to the Citadel developers for still keeping classic Unix-style groupware alive 🙂</p>
<p> </p>
<blockquote>
<div class="message_header"><span>So Mai 17 2026 22:32:02 EDT</span> <span>von <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Betreff: Re: Thoughts about modern Citadel</span></div>
<div class="message_content">
<p>That's really neat.  The current implementation of Citadel was specifically designed so that it can run as a self-sufficient standalone service or be part of a larger software ecosystem.  I'm thrilled to see that you're doing the latter.  </p>
<p>I'm curious how you've coupled Postfix and Citadel.  Are you using the LMTP socket?</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563806</link><pubDate>Mon, 18 May 2026 07:07:12 +0500</pubDate><title>Re: Thoughts about modern Citadel</title><guid isPermaLink="false">2099563806@Uncensored</guid><description><![CDATA[<html><body>

<p>Some system specs... Maybe this isn’t the right thread for it, but if you’re interested, let’s talk about it ;)</p>
<p><br /><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABmAAAAOrCAYAAABA6kmRAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAP+lSURBVHhe7P1fbCNZot95/rLvn7l9S1nltny7IIKdixJKnci49oWMBAhZxUUuCiAMVhhwrwDKXggDvmU5sIDJGUxBD6q37XgQamBTftFUvcWDMLYEaOthlHogkJjCZskCcbM35+41E1nMVfaoCWrKd5VdmSnfvp6xHfsQQTIYJCNCIqWUMr8f4CCTceLEOXHiRFCME+fEtefPX7oCAAAAAAAAAADA2PwovAAAAAAAAAAAAACjoQMGAAAAAAAAAABgzOiAAQAAAAAAAAAAGDM6YAAAAAAAAAAAAMaMDhgAAAAAAAAAAIAxowMGAAAAAAAAAABgzOiAAQAAAAAAAAAAGDM6YAAAAAAAAAAAAMaMDhgAAAAAAAAAAIAxowMGAAAAAAAAAABgzOiAAQAAAAAAAAAAGDM6YAAAAAAAAAAAAMbs2vPnL932h7/933/XGwucwfP/7ufhRQAAAAAAAAAAvFUYAQMAAAAAAAAAADBmpxoB89/8g38aXnQq//Lf/uvwIryBGAEDAAAAAAAAAHjbMQIGAAAAAAAAAABgzOiAAQAAAAAAAAAAGLMr1gHzY1XKt+XafiinNC9J76fUsP9UlffD65/GT3QvdhsR6/zZdLdc9rTuhuOvkB9dk/7OH/++pq7/gf7o93ubyB/9/o80df0P9Hf++Pf1o2s9UQAAAAAAAAAAwHd1OmDeT6lhG/r5/Ye6tuKH/1Fa/DNJ37c0s/LvVP5e0Z0k5+X9lBr/RPq0Xa5/9Tcy/iy80tXxzh/+nv7rv/+39S8/SeuTn7+rd/7Qaybv/OGP9MnP39W//CSt//rv/22984e/F04KAAAAAAAAAADO2gHzz+Yc/Yt/1FDx9r+SJP2DG/
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB3cAAAKJCAYAAACoBaNJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAP+lSURBVHhe7N15fNRk/gfwz0xboJTS+4DKpQWpXC2iIocit7rrLrAroOiKJ6ziroCACoqCrkXAn4KLigiegKuiKFe55RAQWixHUcophd4FSlug7eT3RyaZzDOZ6ZxlCp/3i7yeefIkTzJ5kpTkO09iuP/++6UXXnwJSUlJICIiIiIi8pVzZ0tgMpnE0dcso9GIsPAIcTQRERERERERkZXMX3/FW2/NwJEjR2Ds0LEjA7tERERERORzDOxa4/YgIiIiIiIiImd07NQJnZKTUa9ePRgqLl6SDAaDOA0REREREZFXlRQXiaOueRGRUeIoIiIiIiIiIiIbkiTh0ZGPwMjALhERERERERERERERERGR/zIYDOjWrTuMYoHfkyTAVAWcPQ1UXZbzRERERERERERERERERERXsQ4dO9Sx4K6pCig4AsOG/4Pxg8HAgVXyOCIiIiIiIiIiIiIiIiKiq9iNN7aF4eKly553fZUkwGBOvcIAmB8XLUkSDJCAyovAgVUwrn4TyM2Se+02SYJp9PdAVEuxAiIiIiIi8jN8564tvnOXiIiIiIiIiFzheXBXkoCKc0DhURiqq+Qgr1omx2kd5qEZJwFSQCAQcwMQHCaPq7wEw8l0YPN7MOz7EaisMM8TAIPRgOo/vQr0eQ4wBpgrqTtKzpWi+Ox5XLpcKRbRVax+vSBEhjdGRFioWERERER0VWNw1xaDu0REREREVJMNP23FqVOnUVZxEUeOnRCLyUuCG9RHxcVL4uir2g2tWiCkYTASmjRBn149xGIbO39Jx+btO5FfUCgW1brYmGjc2e023HZLZ7HIRl1db3u8Etw1ZG8GMr6HJHkepDQER0K64ykgrAkM5cXAhneBrR/B
<blockquote>
<div class="message_header"><span>So Mai 17 2026 22:32:02 EDT</span> <span>von <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Betreff: Re: Thoughts about modern Citadel</span></div>
<div class="message_content">
<p>That's really neat.  The current implementation of Citadel was specifically designed so that it can run as a self-sufficient standalone service or be part of a larger software ecosystem.  I'm thrilled to see that you're doing the latter.  </p>
<p>I'm curious how you've coupled Postfix and Citadel.  Are you using the LMTP socket?</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563805</link><pubDate>Mon, 18 May 2026 07:02:02 +0500</pubDate><title>Re: Thoughts about modern Citadel</title><guid isPermaLink="false">2099563805@Uncensored</guid><description><![CDATA[<html><body>

<p>At the moment I'm actually using Postfix as SMTP frontend together with Rspamd, and then forwarding internally to Citadel via SMTP on port 2025.</p>
<p>So the current architecture is roughly:</p>
<p>Internet -&gt; Postfix -&gt; Rspamd -&gt; Citadel SMTP</p>
<p>I intentionally kept the setup modular and relatively classic Unix-oriented instead of tightly coupling everything together.</p>
<p> </p>
<p>LMTP is something I'm currently evaluating, but the existing SMTP-based integration has been extremely stable and easy to maintain so far.</p>
<blockquote>
<div class="message_header"><span>So Mai 17 2026 22:32:02 EDT</span> <span>von <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Betreff: Re: Thoughts about modern Citadel</span></div>
<div class="message_content">
<p>That's really neat.  The current implementation of Citadel was specifically designed so that it can run as a self-sufficient standalone service or be part of a larger software ecosystem.  I'm thrilled to see that you're doing the latter.  </p>
<p>I'm curious how you've coupled Postfix and Citadel.  Are you using the LMTP socket?</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563784</link><pubDate>Mon, 18 May 2026 02:52:07 +0500</pubDate><title>Re: Thoughts about modern Citadel</title><guid isPermaLink="false">2099563784@Uncensored</guid><description><![CDATA[<html><body>

<p>At the moment I'm actually not using LMTP between Postfix and Citadel.</p>
<p>The current setup uses Postfix mainly as SMTP frontend together with the traditional virtual/local transport model while Citadel remains the central communication and storage platform behind it.</p>
<p>I intentionally kept the architecture relatively classic and modular instead of tightly coupling everything together.</p>
<p> </p>
<p>The overall goal was long-term maintainability, transparency and low operational complexity while still implementing modern mail security standards around the platform.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>So Mai 17 2026 22:32:02 EDT</span> <span>von <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Betreff: Re: Thoughts about modern Citadel</span></div>
<div class="message_content">
<p>That's really neat.  The current implementation of Citadel was specifically designed so that it can run as a self-sufficient standalone service or be part of a larger software ecosystem.  I'm thrilled to see that you're doing the latter.  </p>
<p>I'm curious how you've coupled Postfix and Citadel.  Are you using the LMTP socket?</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563761</link><pubDate>Sun, 17 May 2026 22:32:02 +0500</pubDate><title>Re: Thoughts about modern Citadel</title><guid isPermaLink="false">2099563761@Uncensored</guid><description><![CDATA[<html><body>

<p>That's really neat.  The current implementation of Citadel was specifically designed so that it can run as a self-sufficient standalone service or be part of a larger software ecosystem.  I'm thrilled to see that you're doing the latter.  </p>
<p>I'm curious how you've coupled Postfix and Citadel.  Are you using the LMTP socket?</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563671</link><pubDate>Sun, 17 May 2026 04:44:40 +0500</pubDate><title>Thoughts about modern Citadel</title><guid isPermaLink="false">2099563671@Uncensored</guid><description><![CDATA[<html><body>

<p>If someome is interessted </p>
<p> </p>
<p><a href="https://github.com/A2Micha/modern-citadel-mail-platform">Modern self-hosted Citadel communication platform</a></p>
<p> </p>
<p>Greetings</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563670</link><pubDate>Sun, 17 May 2026 04:39:11 +0500</pubDate><title>Re: Size of Data Files.</title><guid isPermaLink="false">2099563670@Uncensored</guid><description><![CDATA[<html><body>

<p>This works really good for me. I have different purge rules for different folders. The purge will done with</p>
<p> </p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB3cAAAKDCAYAAAAJnoAvAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAP+lSURBVHhe7N15fFTV/f/x951kskwgCXsARRGRRVyLKyIFERWx2q9FhYqgouCvWkXcsC6orWApilVbcAWxuLVV60JVhKLgvgJC2BEJCUsgC5lsk5nfH/feyZ2bmWQCSVjyevo4Xs753G1m7kxm5jPnHOPXI8aEBAAHkVCIly0AAAAAAAAAwKHtzVfm6MolW/Rivyz5/aXyaYtevvlJaeJUjegi+X2p8uV9rqvufVkaM0kv9suytizVytfu0tQPB+muxy9Wb63Vyzev1AmPX6zevjwtvm6KnpN07UOPa4C1iT/7LY2fvtB5eF0wcapG9Ey1anlavFQa0C9Dfn+qfD6zdevSm3XXbFnHz7COO0JTnzldnawto+1bMtfJzMuTsrLkk+TPXquCnt3N7fyOc9ZavXzzk5ov6/YUWbfZKertj3Iey3pr5mXdZZ1++PzN2yrrtlWqpNKrNK+1kn0fW+x1t+ZJnbJSHceTZJ+jfQDHttX3d6m1bWGtj8VLzz6lS64YrdKSYu3ZtU1lZWWSJI9hGKJQKBSKIaPbAF064QE9/uwzembubM2eZ5W5z+iZWdN0z4RLNaBblO0oFAqFQqFQKBQKhUKhUCgUCoVCaeDiVFBUKPkO0wnnDtIJXVLl37xFBeHoCE3tl6WtS2/WVde9pZX+VPU+e0TE9ic8dLF6+0q18jUzmXjBxKkakL5WL193s656ba3U82JNHROxieZPv0uL86xEq5WElFKlzW9Zx5E6nXSjLojcTBdMPEGdVKqVr92sl7NL5et5mq51rWPzpRfrretu1uI8ydfzMBW8drOuWpon+bprwJiFmvpdnnW7JZ3bW0f6pK3rXYldDdJdJ2VZ5+m8/S/rrtfWym8l
<p> </p>
<p>Will done on Auto-Purge Job. </p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABi8AAAIrCAYAAACXnArQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAANl7SURBVHhe7N1/dFx3fef/12ydVo4TkLMFpC+hzah249HKW2QcigNuTxS3LBpsavk4W0YrEVAC2zpwkmjsNrGBL6kJVBolHLDpF2LRYKOhjY/lRmaGpbWd0xpsIMZq11qNUqkaL4SVIDR2YmKL2t3P949778y9d37qh+2R/Hyco5P4/vzcz/3M1ejzvp/3J3D+wqtGAAAAAAAAAAAAFeI/+BcAAAAAAAAAAABcSwQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFQUghcAAAAAAAAAAKCiELwAAAAAAAAAAAAVheAFAAAAAAAAAACoKAQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFQUghcAAAAAAAAAAKCiELwAAAAAAAAAAAAVheAFAAAAAAAAAACoKAQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFQUghcAAAAAAAAAAKCiELwAAAAAAAAAAAAVheAFAAAAAAAAAACoKAQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFQUghcAAAAAAAAAAKCiELwAAAAAAAAAAAAVheAFAAAAAAAAAACoKAQvAAAAAAAAAABARSF4AQAAAAAAAAAAKgrBCwAAAAAAAAAAUFEIXgAAAAAAAAAAgIpC8AIAAAAAAAAAAFSUBRW8eO21C/5FmOeu5j29fPmyLl++7F+M
<p> </p>
<p>My Citadel Version is 1022 now for a long time. </p>
<p> </p>
<p>If you want know more about my settings, let me know. </p>
<p>Greeintngs</p>
<p>Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>So Mai 17 2026 04:03:52 EDT</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>I think you are providing a semi-featured Citadel. The purge is not working. It supposed to purge the messages from 1st of February and it is not doing.</p>
<p> </p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABVYAAALZCAIAAADTGu3GAAAQAElEQVR4AeydB2AUxffHZ+9SL5UkQICEDgICKkWJNBWkKCoWUAQBQYqCIMU/zYaKwg8QUFCKAlIEQexYKCrNoChKkSbSEiBAAiGQerm7/3d29vY213JJLkcCL7ybe/vmTdnPzO5N2Tt0R44cOXz48KFDh/bs2bNt27ZNmzZ98803n5fO36JFiz777PPiydq163win61d61zWrPlMI2vXrFn76adC1nz6KZfVq9esWvXpJ5+s/uSTVZCPP16+cOGi99//YM6cd2fJf++8M6t05J3S+5s58x0SlcCMGe+QeEBg5owZJESACBABIkAEiIB3CMykwVhpEsAoevbs2fPmvT9//sKlSz9eseITyMqVn6xcycfzq1attsqnq1Z9unq1kDWrVyvyqTIdEJOCMhSuKTBz0c5iyrq+1keTvlKZWhZvnluqqb766psff9z4yy9bd+/++59/Dh04cOjgwcM6i/x38eLFkydOxEh+jSJjOtS66eGbbysNeaZdx0eb3FY8eaxpM59I88eaOpcetzTXSIset7ToeauQlj1v5fL4bS2faHZ7r+Z39GreCtK3VZtB7Ts+26HLiC4PvHBfd8io+7uXjjw86v7SktHdHiZRCYx54GESDwg8MuYBEiJABIgAESACRMA7BNRxCCmlQQCj6JFdH3quY9chd9/bL6Fd75YJkCdbJDzZgo/nn2h2h1Vuf6LZ7Y/fJqQlhv1CeirTATEpKEOhZtqincKUA/0xH036SmVqWbx5bqmmurfOTU2iKlbS+586efLixYtmswXClwCSkpKkrJx7ajdoUDG2SlhEsL8/oz8iQASIABEgAkSACBABIkAEiAARIAJEoNwSwNS+SnhEw0qxHerepM/JSU5OslgsuosXL4ZK+lbxtUICAsrtqVHFiQARIAJEgAgQASJABIgAESACRIAIEAEnBEID
<p> </p>
<blockquote>
<div class="message_header"><span>Mon May 11 2026 10:56:43 EDT</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>You can define a purge rule for every folder. Also a rule to move it to archive. </p>
<p> </p>
<blockquote>
<div class="message_header"><span>So Mai 10 2026 04:53:26 EDT</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>I want to shrink by purging the older emails previous deleted manually. I has the Auto-Purge setting.</p>
<p>I suppose that I can not do it configuring "<span style="font-family: sans-serif; font-size: 16px;">Default message expire policy for private mailboxes". Or can I? I suppose that is to delete and purge active messages.</span></p>
<p><span style="font-family: sans-serif; font-size: 16px;">Seldom times appear notifications of purged messages at Aide and if so only one purged message or EEDI (??)</span></p>
<blockquote>
<div class="message_header"><span>Mon May 04 2026 19:25:09 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>Are there some way to shrink the size of the main citadel data file without compromizing the citadel stability?</p>
</div>
</blockquote>
<p>Do you have the auto-purger configured to delete "old" messages?</p>
<p>You can do this at the site-wide level, or on an individual room (such as your trash folder).</p>
<p>If new data is arriving at approximately the same rate old data is expiring, then yes, eventually you will reach an equilibrium where the database files stabilize in size.</p>
<p>Do look in the Aide room for messages confirming this.  The helpful Citadel Aide will tell you how many objects are being deleted during the nightly purger run.</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563665</link><pubDate>Sun, 17 May 2026 04:03:52 +0500</pubDate><title>Re: Size of Data Files.</title><guid isPermaLink="false">2099563665@Uncensored</guid><description><![CDATA[<html><body>

<p>I think you are providing a semi-featured Citadel. The purge is not working. It supposed to purge the messages from 1st of February and it is not doing.</p>
<p> </p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABVYAAALZCAIAAADTGu3GAAAQAElEQVR4AeydB2AUxffHZ+9SL5UkQICEDgICKkWJNBWkKCoWUAQBQYqCIMU/zYaKwg8QUFCKAlIEQexYKCrNoChKkSbSEiBAAiGQerm7/3d29vY213JJLkcCL7ybe/vmTdnPzO5N2Tt0R44cOXz48KFDh/bs2bNt27ZNmzZ98803n5fO36JFiz777PPiydq163win61d61zWrPlMI2vXrFn76adC1nz6KZfVq9esWvXpJ5+s/uSTVZCPP16+cOGi99//YM6cd2fJf++8M6t05J3S+5s58x0SlcCMGe+QeEBg5owZJESACBABIkAEiIB3CMykwVhpEsAoevbs2fPmvT9//sKlSz9eseITyMqVn6xcycfzq1attsqnq1Z9unq1kDWrVyvyqTIdEJOCMhSuKTBz0c5iyrq+1keTvlKZWhZvnluqqb766psff9z4yy9bd+/++59/Dh04cOjgwcM6i/x38eLFkydOxEh+jSJjOtS66eGbbysNeaZdx0eb3FY8eaxpM59I88eaOpcetzTXSIset7ToeauQlj1v5fL4bS2faHZ7r+Z39GreCtK3VZtB7Ts+26HLiC4PvHBfd8io+7uXjjw86v7SktHdHiZRCYx54GESDwg8MuYBEiJABIgAESACRMA7BNRxCCmlQQCj6JFdH3quY9chd9/bL6Fd75YJkCdbJDzZgo/nn2h2h1Vuf6LZ7Y/fJqQlhv1CeirTATEpKEOhZtqincKUA/0xH036SmVqWbx5bqmmurfOTU2iKlbS+586efLixYtmswXClwCSkpKkrJx7ajdoUDG2SlhEsL8/oz8iQASIABEgAkSACBABIkAEiAARIAJEoNwSwNS+SnhEw0qxHerepM/JSU5OslgsuosXL4ZK+lbxtUICAsrtqVHFiQARIAJEgAgQASJABIgAESACRIAIEAEnBEID
<p> </p>
<blockquote>
<div class="message_header"><span>Mon May 11 2026 10:56:43 EDT</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>You can define a purge rule for every folder. Also a rule to move it to archive. </p>
<p> </p>
<blockquote>
<div class="message_header"><span>So Mai 10 2026 04:53:26 EDT</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>I want to shrink by purging the older emails previous deleted manually. I has the Auto-Purge setting.</p>
<p>I suppose that I can not do it configuring "<span style="font-family: sans-serif; font-size: 16px;">Default message expire policy for private mailboxes". Or can I? I suppose that is to delete and purge active messages.</span></p>
<p><span style="font-family: sans-serif; font-size: 16px;">Seldom times appear notifications of purged messages at Aide and if so only one purged message or EEDI (??)</span></p>
<blockquote>
<div class="message_header"><span>Mon May 04 2026 19:25:09 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>Are there some way to shrink the size of the main citadel data file without compromizing the citadel stability?</p>
</div>
</blockquote>
<p>Do you have the auto-purger configured to delete "old" messages?</p>
<p>You can do this at the site-wide level, or on an individual room (such as your trash folder).</p>
<p>If new data is arriving at approximately the same rate old data is expiring, then yes, eventually you will reach an equilibrium where the database files stabilize in size.</p>
<p>Do look in the Aide room for messages confirming this.  The helpful Citadel Aide will tell you how many objects are being deleted during the nightly purger run.</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563276</link><pubDate>Tue, 12 May 2026 16:35:19 +0500</pubDate><title>Re: Size of Data Files.</title><guid isPermaLink="false">2099563276@Uncensored</guid><description><![CDATA[<html><body>

<p>With a Citadel Network user appears.</p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABFYAAADwCAYAAAAqyuCGAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAE0WSURBVHhe7d15mBTV2ffxX7MI0yigqDCIKALCKKAYkyCIPOyPCi4xGCFsiohGDJsSURM1MWpAEKImoq+KYIBAFqJGI6A8BjHEGFFBBgQcZJtBGYUBehhm6fePququOl29TM8Cw3w/13WumlN3VXVtXd11zznVgWt/NDIsAAAAAABQ4/ztj/M1/NY7zdGoRnXMEQAAAAAAoAYZfZ/mPz9H859/XPf2d0b21r1z5ljjfzXUO72HPd2c8brSDKVsqB535h99n7EeLolix9iVUx7X46PNsSkYfZ/qBAIBUSgUCoVCoVAoFAqFQql5xStD53bpbf3Z/0KdGzTCVWTMr7qppTnSz7xHNXLsvXp8hRk4xvqP17UdM8yxKRiqx3s0V+C6m0bRFQgAAAAAgBpo2eKXNfy93Zrfo7lCoUIFtUuLJjwtTXlcQ1tLoWCGgnlrNfLni6wWIz2a23MWauOSe/X4it66d851ukBbtGjCZ7poznW6ILhX7459VC9IGvOrOerVwpojtGmZbp+5yv3yunLK4xoaSUrs1btrpF49GisUylDQTuzsWTNB986zW6z0aGy/7lA9/nw0IeO3bMmapmneXqlFcwUlhTZt0f6O7a35Qq511hYtmvC03pS9PQX2Nrv5br/Penx6oZ69sb2cvJSz/ta2yt62Yh0urq9G9ZVmi5Vxj2rewnkx5XcPXBk7bSCgQOBM3fJE7PTzFv5OP7vKnDaNctXP9Lt465EoRqFQKBQKhUKhUCgUSg0ubvsLCqRgK13Uv7cuap2h0I5d2h+JWq0r9qyZoJFjl2ljKEMXXOHtInTRr67TBcFCbVxiJVWunPK4ejXeokVjJ2jkki1Sx+tiusu8OfNevZtnJzns
<blockquote>
<div class="message_header"><span>Tue May 12 2026 16:13:45 EDT</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>with his own folders / rooms he can. </p>
<p>depends on rights of the folders. but your own folders like inbox, archive and so on, you can. </p>
<blockquote>
<div class="message_header"><span>Di Mai 12 2026 15:29:18 EDT</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Size of Data Files.</span></div>
<div class="message_content">
<p><em style="color: #000080; background-color: #f0f0f0;"><span style="text-decoration: underline;"><strong>or on an individual room</strong></span></em></p>
<p><span style="color: #000080;"><span style="background-color: #f0f0f0;">A user without Administrator level can not do this. Am I right? Why so?</span></span></p>
<p><span style="color: #000080;"><span style="background-color: #f0f0f0;"><br /></span></span></p>
<blockquote>
<div class="message_header"><span>Mon May 04 2026 19:25:09 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>Are there some way to shrink the size of the main citadel data file without compromizing the citadel stability?</p>
</div>
</blockquote>
<p>Do you have the auto-purger configured to delete "old" messages?</p>
<p>You can do this at the site-wide level, <em><span style="text-decoration: underline;"><strong>or on an individual room</strong></span></em> (such as your trash folder).</p>
<p>If new data is arriving at approximately the same rate old data is expiring, then yes, eventually you will reach an equilibrium where the database files stabilize in size.</p>
<p>Do look in the Aide room for messages confirming this.  The helpful Citadel Aide will tell you how many objects are being deleted during the nightly purger run.</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563269</link><pubDate>Tue, 12 May 2026 16:13:45 +0500</pubDate><title>Re: Size of Data Files.</title><guid isPermaLink="false">2099563269@Uncensored</guid><description><![CDATA[<html><body>

<p>with his own folders / rooms he can. </p>
<p>depends on rights of the folders. but your own folders like inbox, archive and so on, you can. </p>
<blockquote>
<div class="message_header"><span>Di Mai 12 2026 15:29:18 EDT</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Size of Data Files.</span></div>
<div class="message_content">
<p><em style="color: #000080; background-color: #f0f0f0;"><span style="text-decoration: underline;"><strong>or on an individual room</strong></span></em></p>
<p><span style="color: #000080;"><span style="background-color: #f0f0f0;">A user without Administrator level can not do this. Am I right? Why so?</span></span></p>
<p><span style="color: #000080;"><span style="background-color: #f0f0f0;"><br /></span></span></p>
<blockquote>
<div class="message_header"><span>Mon May 04 2026 19:25:09 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>Are there some way to shrink the size of the main citadel data file without compromizing the citadel stability?</p>
</div>
</blockquote>
<p>Do you have the auto-purger configured to delete "old" messages?</p>
<p>You can do this at the site-wide level, <em><span style="text-decoration: underline;"><strong>or on an individual room</strong></span></em> (such as your trash folder).</p>
<p>If new data is arriving at approximately the same rate old data is expiring, then yes, eventually you will reach an equilibrium where the database files stabilize in size.</p>
<p>Do look in the Aide room for messages confirming this.  The helpful Citadel Aide will tell you how many objects are being deleted during the nightly purger run.</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563264</link><pubDate>Tue, 12 May 2026 15:29:18 +0500</pubDate><title>Re: Size of Data Files.</title><guid isPermaLink="false">2099563264@Uncensored</guid><description><![CDATA[<html><body>

<p><em style="color: #000080; background-color: #f0f0f0;"><span style="text-decoration: underline;"><strong>or on an individual room</strong></span></em></p>
<p><span style="color: #000080;"><span style="background-color: #f0f0f0;">A user without Administrator level can not do this. Am I right? Why so?</span></span></p>
<p><span style="color: #000080;"><span style="background-color: #f0f0f0;"><br /></span></span></p>
<blockquote>
<div class="message_header"><span>Mon May 04 2026 19:25:09 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>Are there some way to shrink the size of the main citadel data file without compromizing the citadel stability?</p>
</div>
</blockquote>
<p>Do you have the auto-purger configured to delete "old" messages?</p>
<p>You can do this at the site-wide level, <em><span style="text-decoration: underline;"><strong>or on an individual room</strong></span></em> (such as your trash folder).</p>
<p>If new data is arriving at approximately the same rate old data is expiring, then yes, eventually you will reach an equilibrium where the database files stabilize in size.</p>
<p>Do look in the Aide room for messages confirming this.  The helpful Citadel Aide will tell you how many objects are being deleted during the nightly purger run.</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563172</link><pubDate>Mon, 11 May 2026 10:56:43 +0500</pubDate><title>Re: Size of Data Files.</title><guid isPermaLink="false">2099563172@Uncensored</guid><description><![CDATA[<html><body>

<p>You can define a purge rule for every folder. Also a rule to move it to archive. </p>
<p> </p>
<blockquote>
<div class="message_header"><span>So Mai 10 2026 04:53:26 EDT</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Size of Data Files.</span></div>
<div class="message_content">
<p>I want to shrink by purging the older emails previous deleted manually. I has the Auto-Purge setting.</p>
<p>I suppose that I can not do it configuring "<span style="font-family: sans-serif; font-size: 16px;">Default message expire policy for private mailboxes". Or can I? I suppose that is to delete and purge active messages.</span></p>
<p><span style="font-family: sans-serif; font-size: 16px;">Seldom times appear notifications of purged messages at Aide and if so only one purged message or EEDI (??)</span></p>
<blockquote>
<div class="message_header"><span>Mon May 04 2026 19:25:09 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>Are there some way to shrink the size of the main citadel data file without compromizing the citadel stability?</p>
</div>
</blockquote>
<p>Do you have the auto-purger configured to delete "old" messages?</p>
<p>You can do this at the site-wide level, or on an individual room (such as your trash folder).</p>
<p>If new data is arriving at approximately the same rate old data is expiring, then yes, eventually you will reach an equilibrium where the database files stabilize in size.</p>
<p>Do look in the Aide room for messages confirming this.  The helpful Citadel Aide will tell you how many objects are being deleted during the nightly purger run.</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099563107</link><pubDate>Sun, 10 May 2026 04:53:26 +0500</pubDate><title>Re: Size of Data Files.</title><guid isPermaLink="false">2099563107@Uncensored</guid><description><![CDATA[<html><body>

<p>I want to shrink by purging the older emails previous deleted manually. I has the Auto-Purge setting.</p>
<p>I suppose that I can not do it configuring "<span style="font-family: sans-serif; font-size: 16px;">Default message expire policy for private mailboxes". Or can I? I suppose that is to delete and purge active messages.</span></p>
<p><span style="font-family: sans-serif; font-size: 16px;">Seldom times appear notifications of purged messages at Aide and if so only one purged message or EEDI (??)</span></p>
<blockquote>
<div class="message_header"><span>Mon May 04 2026 19:25:09 EDT</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Size of Data Files.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>Are there some way to shrink the size of the main citadel data file without compromizing the citadel stability?</p>
</div>
</blockquote>
<p>Do you have the auto-purger configured to delete "old" messages?</p>
<p>You can do this at the site-wide level, or on an individual room (such as your trash folder).</p>
<p>If new data is arriving at approximately the same rate old data is expiring, then yes, eventually you will reach an equilibrium where the database files stabilize in size.</p>
<p>Do look in the Aide room for messages confirming this.  The helpful Citadel Aide will tell you how many objects are being deleted during the nightly purger run.</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099561791</link><pubDate>Mon, 04 May 2026 19:25:09 +0500</pubDate><title>Re: Size of Data Files.</title><guid isPermaLink="false">2099561791@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_content">
<p>Are there some way to shrink the size of the main citadel data file without compromizing the citadel stability?</p>
</div>
</blockquote>
<p>Do you have the auto-purger configured to delete "old" messages?</p>
<p>You can do this at the site-wide level, or on an individual room (such as your trash folder).</p>
<p>If new data is arriving at approximately the same rate old data is expiring, then yes, eventually you will reach an equilibrium where the database files stabilize in size.</p>
<p>Do look in the Aide room for messages confirming this.  The helpful Citadel Aide will tell you how many objects are being deleted during the nightly purger run.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099561789</link><pubDate>Mon, 04 May 2026 19:22:30 +0500</pubDate><title>Re: How to modify timezone for users/server to set correct time on emails</title><guid isPermaLink="false">2099561789@Uncensored</guid><description><![CDATA[<html><body>

<p>Found it!</p>
<p>You have to map /etc/localtime in the container to /etc/localtime on the host.  You can do it with a command like this:</p>
<pre>docker run \
   -d \
   -e TZ=America/New_York \
   -v /etc/localtime:/etc/localtime:ro \
   --restart=unless-stopped \
   --network host \
   --volume=/usr/local/citadel:/citadel-data \
   --volume=/usr/local/webcit/.well-known:/usr/local/webcit/.well-known \
   --name=citadel \
   citadeldotorg/citadel
</pre>
<p> The key is that "-v" command up there.  You were correct in setting "-e" to your timezone.  Add the "-v" and it ought to work.</p>
<p>Tested, right here, just now.</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099561784</link><pubDate>Mon, 04 May 2026 19:09:23 +0500</pubDate><title>Re: How to modify timezone for users/server to set correct time on emails</title><guid isPermaLink="false">2099561784@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>Mon May 04 2026 11:08:02 PM UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: How to modify timezone for users/server to set correct time on emails</span></div>
<div class="message_content"> </div>
</blockquote>
<p>I stand corrected.  Look at that, it's showing the time in UTC right here on Uncensored, which is definitely running in US Eastern time zone.   Let me check the build and see what's up with that.</p>
<p>Thanks for the report.</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099561783</link><pubDate>Mon, 04 May 2026 19:08:02 +0500</pubDate><title>Re: How to modify timezone for users/server to set correct time on emails</title><guid isPermaLink="false">2099561783@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_content">
<p>I have checked the result of $date in the docker container (docker exec -it citadel /bin/bash) which is correct, and have also tried to change the timezone environment variable in the docker run command with -e TZ=GMT and -e TZ=Africa/Johannesburg, which does reflect the time change in the docker container bash date command, however this doesn't make a difference to the timestamp of emails sent/received, so I'm assuming I can set this somewhere on Citadel but am hoping for a nudge in the right direction as to where since I'm unable to find anything in the web interface logged in as admin or as the mailbox user. </p>
</div>
</blockquote>
<p>Citadel clients (including WebCit) render the date and time based on the time zone the <em>client</em> is set to.  Since you're probably using WebCit Classic that's definitely the web server's time zone setting.</p>
<p>For sending out mail, the timezone of the host is relevant, the zone the host is set to before you run the Docker container.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099561256</link><pubDate>Tue, 28 Apr 2026 07:50:26 +0500</pubDate><title>Size of Data Files.</title><guid isPermaLink="false">2099561256@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear All,</p>
<p> </p>
<p>My settings:</p>
<p>Centos 9, 2 threads, 3GBytes Memory, 4GBytes Swap Memory, 15GBytes free Disk. Citadel with 2 email users.</p>
<p>As I said in a previous post my citadel data files does a rotation every 3-4 months. I have emails of only of the last 3 to 4 months. Every month I delete the older month. Usually after 3-4 months the citadel main data file reduces drastically in size after increasing for 3-4 months. Now I notice that citadel seems more stable (no core dumps). However I do not see the data file redution. By seeing the "Size on Disk" (with Properties) in Thunderbird I can see that I have 1.5 GBytes of emails but the main citadel data file have 4 GBytes.</p>
<p>I use a lot the ctdldump and ctdlload (offline commands) as I saw that improves the stability of Citadel. I use/do usually when I trash a lot of emails (in size).</p>
<p>Are there some way to shrink the size of the main citadel data file without compromizing the citadel stability?</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099560881</link><pubDate>Thu, 23 Apr 2026 13:48:23 +0500</pubDate><title>How to modify timezone for users/server to set correct time on emails</title><guid isPermaLink="false">2099560881@Uncensored</guid><description><![CDATA[<html><body>

<p>Hello fellow Citadel supporters</p>
<p> </p>
<p>I hope you are well.</p>
<p> </p>
<p>I have deployed Citadel using the docker container method. It seems all e-mails timestamps are offset by 2 hours ahead. I am wondering if there is a way and what the best method is to set a date/time or timezone for the Citadel server or per user.</p>
<p>I have checked the result of $date in the docker container (docker exec -it citadel /bin/bash) which is correct, and have also tried to change the timezone environment variable in the docker run command with -e TZ=GMT and -e TZ=Africa/Johannesburg, which does reflect the time change in the docker container bash date command, however this doesn't make a difference to the timestamp of emails sent/received, so I'm assuming I can set this somewhere on Citadel but am hoping for a nudge in the right direction as to where since I'm unable to find anything in the web interface logged in as admin or as the mailbox user. </p>
<p> </p>
<p>Thank you</p>
<p>Kind Regards</p>
<p>Andre</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099560563</link><pubDate>Mon, 20 Apr 2026 17:26:01 +0500</pubDate><title>Re: Possible bug.</title><guid isPermaLink="false">2099560563@Uncensored</guid><description><![CDATA[<html><body>

<p>It was sent with Thunderbird.</p>
<blockquote>
<div class="message_header"><span>Mon Apr 20 2026 20:44:34 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Possible bug.</span></div>
<div class="message_content">
<p>Dear Suporters,</p>
<p>Try to send to this email (it does not exists. It is distorted from a real one). Use all (name+email)</p>
<p>Albertí Quintá, Xavier &lt;xalberti@indla.fr&gt;</p>
<p>It will returned but see the Contacts folder. It appears 2 new contacts. One wrong and one good. But with the original email (not distorted) appear only the wrong one.</p>
<p>Let me please know if it is a bug or if it is only in my server.  </p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099560557</link><pubDate>Mon, 20 Apr 2026 16:44:34 +0500</pubDate><title>Possible bug.</title><guid isPermaLink="false">2099560557@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear Suporters,</p>
<p>Try to send to this email (it does not exists. It is distorted from a real one). Use all (name+email)</p>
<p>Albertí Quintá, Xavier &lt;xalberti@indla.fr&gt;</p>
<p>It will returned but see the Contacts folder. It appears 2 new contacts. One wrong and one good. But with the original email (not distorted) appear only the wrong one.</p>
<p>Let me please know if it is a bug or if it is only in my server.  </p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099560447</link><pubDate>Sun, 19 Apr 2026 12:36:29 +0500</pubDate><title>Re: Citadel installed, removed, installed again, still same issues</title><guid isPermaLink="false">2099560447@Uncensored</guid><description><![CDATA[<html><body>

<p>Nothing is being done with Internet mail.   Our Citadel install is all within Citadel itself.  The email addresses are being used as an isolated intranet setup.   The issue with contacts is the fact the data entered in the fields of the phone numbers is not saved after clicking save.  The fields stay blank which means WebCit is not interacting correctly with the database.  'And, I want to know how that can be fixed to work appropriately.   The same with the internal Citadel email with server fully qualified domain name.   The field stays blank no matter what is entered.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099560312</link><pubDate>Fri, 17 Apr 2026 18:21:35 +0500</pubDate><title>Re: Citadel installed, removed, installed again, still same issues</title><guid isPermaLink="false">2099560312@Uncensored</guid><description><![CDATA[  
 Your AI is making stuff up.   :) 
  
 Port 504 is just how the clients attach to the server.  It isn't for human
consumption. 
  
 Keep in mind that the user's address book entry is strictly a contact card;
it doesn't have any impact on the functionality of the system.  If you need
to change the user's address *on* the Citadel server, you do that by editing
the user. 
  
 Also, if you want a room to be able to receive mail from the Internet, you
have to toggle that option.  Edit the room settings, and you'll see it there.

]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099560218</link><pubDate>Thu, 16 Apr 2026 16:24:17 +0500</pubDate><title>Re: Citadel installed, removed, installed again, still same issues</title><guid isPermaLink="false">2099560218@Uncensored</guid><description><![CDATA[<html><body>

<p>Some good news here!  I was able to install the Linux citadel-client and able to use the .Admin command set.  Didn't fix any of the other issues but at least this aspect is basically working.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099560136</link><pubDate>Wed, 15 Apr 2026 23:55:21 +0500</pubDate><title>Re: Citadel installed, removed, installed again, still same issues</title><guid isPermaLink="false">2099560136@Uncensored</guid><description><![CDATA[<html><body>

<p>One more thing!  AI said to telnet to port 504 and edit the database that way.  I was able to login and quit.  I was able to GOTO room.   'But any .Admin command returned 503 not recognized despite the fact I was literally signed in as Admin.  </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099560135</link><pubDate>Wed, 15 Apr 2026 23:45:34 +0500</pubDate><title>Citadel installed, removed, installed again, still same issues</title><guid isPermaLink="false">2099560135@Uncensored</guid><description><![CDATA[<html><body>

<p>Good evening!   I work as a volunteer for a non profit, under privileged youth organization in southwestern Pennsylvania.   We have a camp coming up and we're planning on using Citadel as a much needed method of collaboration.   Installed Citadel in Debian 13 via the easy install script.  Everything went fine, no errors.   Created users and realized no matter what I type for a phone number or primary email address in contacts nothing saves.  It stays blank.  I Googled possible problems and AI said the install must be corrupted so manually remove the install and rerun setup, which I did!  Still the same issue.   I have to add email in the alias field in contacts for it to show up in the address book.  Still phone numbers don't save.  BUT that's ok!  I just put phone numbers in PO Box field instead and the data is there. Saves fine in that field.   Next, finally got the users setup and the group address book able show email addresses to send emails to instead of just the username which wo
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099559799</link><pubDate>Wed, 08 Apr 2026 21:29:15 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099559799@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi Mike,</p>
<p>Happy Easter holiday to you too!</p>
<p>Because of holiday, the troubleshooting process had been paused and shall resume again.</p>
<p>The ESXi host had no mac binding arrangements -- I had other VMs running both adapters which can successfully use DHCP and static external IP separately</p>
<p>May try traceroute approach later.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Sun Apr 05 2026 07:26:39 AM UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Hi Alan,</p>
<p>first, happy easter to you and your family. </p>
<p>Is there any MAC boundary to the old Maschine inside ESx ? </p>
<p>If telnet works on internal lan and not from outside, so must be a routing fail from the firewall or antoher service. Also check for persisten custom routes. </p>
<p>You also can do a traceroute from inside and from outside. Maybe this gives you some more informations. </p>
<p> </p>
<p>Greetings</p>
<p>Mike</p>
<p> </p>
<blockquote>
<div class="message_header"> </div>
</blockquote>
</div>
</blockquote>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099559584</link><pubDate>Sun, 05 Apr 2026 03:26:39 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099559584@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi Alan,</p>
<p>first, happy easter to you and your family. </p>
<p>Is there any MAC boundary to the old Maschine inside ESx ? </p>
<p>If telnet works on internal lan and not from outside, so must be a routing fail from the firewall or antoher service. Also check for persisten custom routes. </p>
<p>You also can do a traceroute from inside and from outside. Maybe this gives you some more informations. </p>
<p> </p>
<p>Greetings</p>
<p>Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Mi Apr 01 2026 02:09:39 UTC</span> <span>von <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Betreff: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Thanks Mike for help.</p>
<p>1. DNS - noted</p>
<p>2. Installation -- inside our own premise on VMWare host.  Host with 2 LAN card, one for LAN and another for WAN.  WAN adapter had external IP independent from LAN.</p>
<p>3. Since new server not working on existing Domain name and IP, it is now running simulatenously together with current server but with different LAN and WAN IP for troubleshooting</p>
<p>4. Telnet -- already test within own LAN as well as externally (from my home and at another office) -- both can successfully telnet port 25 of new server, on both WAN IP (24 &amp; 28 when trying to switch).</p>
<p> </p>
<p>Existing server setup: Citadel on Ubuntu 18.04 VM on VMWare, WAN IP xxx.xxx.xxx.28.  Server had been running since 2018 and having maintenence issue therefore prepared to be replaced.</p>
<p>New server now prepared: Citadel on Debian 13 VM on VMWare, WAN IP xxx.xxx.xxx.24.  Completely new install and not migration.  Both server on SAME vmware host with same network adapter, both LAN and WAN.</p>
<p> </p>
<p>Problem: after shutdown existing server, and replace the new server to IP ending with 28, it does not receive external mail nor passing MXTOOLBOX server test.  However when placing back to IP ending with 24, MXTOOLBOX test (using IP) works.  Returning the existing server back online will have everything working fine.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Tue Mar 31 2026 10:04:57 AM UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Hi Alan,</p>
<p> </p>
<p>i think, i need some more details about your setup. </p>
<p>The DNS entrys doenst need to change. </p>
<p>Your Citadel installation is on premise / selfhosted inside your own network?</p>
<p>If the new server have a different IP Address, maybe it wouldnt work. Do you checked your Firewall ports and port routing ? </p>
<p>If you Citadel is inside your network, can you telnet from a different computer to your Citadel Server ?</p>
<p> </p>
<p>For more details about your setup you can mail me if you want. Maybe there  informations not for everyones eyes, but the solution is good for all. </p>
<p> </p>
<p>Greetings </p>
<p>Mike</p>
<p>michael@g00r00.com</p>
<p> </p>
<p> </p>
</div>
</blockquote>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099559198</link><pubDate>Tue, 31 Mar 2026 22:11:49 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099559198@Uncensored</guid><description><![CDATA[<html><body>

<p>Forget to mention both Ubutnu and Debian had no Firewall enabled.  </p>
<p>External IPs also running without Firewall equipment/UTM until everything had solved.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099559195</link><pubDate>Tue, 31 Mar 2026 22:09:39 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099559195@Uncensored</guid><description><![CDATA[<html><body>

<p>Thanks Mike for help.</p>
<p>1. DNS - noted</p>
<p>2. Installation -- inside our own premise on VMWare host.  Host with 2 LAN card, one for LAN and another for WAN.  WAN adapter had external IP independent from LAN.</p>
<p>3. Since new server not working on existing Domain name and IP, it is now running simulatenously together with current server but with different LAN and WAN IP for troubleshooting</p>
<p>4. Telnet -- already test within own LAN as well as externally (from my home and at another office) -- both can successfully telnet port 25 of new server, on both WAN IP (24 &amp; 28 when trying to switch).</p>
<p> </p>
<p>Existing server setup: Citadel on Ubuntu 18.04 VM on VMWare, WAN IP xxx.xxx.xxx.28.  Server had been running since 2018 and having maintenence issue therefore prepared to be replaced.</p>
<p>New server now prepared: Citadel on Debian 13 VM on VMWare, WAN IP xxx.xxx.xxx.24.  Completely new install and not migration.  Both server on SAME vmware host with same network adapter, both LAN and WAN.</p>
<p> </p>
<p>Problem: after shutdown existing server, and replace the new server to IP ending with 28, it does not receive external mail nor passing MXTOOLBOX server test.  However when placing back to IP ending with 24, MXTOOLBOX test (using IP) works.  Returning the existing server back online will have everything working fine.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Tue Mar 31 2026 10:04:57 AM UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Hi Alan,</p>
<p> </p>
<p>i think, i need some more details about your setup. </p>
<p>The DNS entrys doenst need to change. </p>
<p>Your Citadel installation is on premise / selfhosted inside your own network?</p>
<p>If the new server have a different IP Address, maybe it wouldnt work. Do you checked your Firewall ports and port routing ? </p>
<p>If you Citadel is inside your network, can you telnet from a different computer to your Citadel Server ?</p>
<p> </p>
<p>For more details about your setup you can mail me if you want. Maybe there  informations not for everyones eyes, but the solution is good for all. </p>
<p> </p>
<p>Greetings </p>
<p>Mike</p>
<p>michael@g00r00.com</p>
<p> </p>
<p> </p>
</div>
</blockquote>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099559110</link><pubDate>Tue, 31 Mar 2026 06:04:57 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099559110@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi Alan,</p>
<p> </p>
<p>i think, i need some more details about your setup. </p>
<p>The DNS entrys doenst need to change. </p>
<p>Your Citadel installation is on premise / selfhosted inside your own network?</p>
<p>If the new server have a different IP Address, maybe it wouldnt work. Do you checked your Firewall ports and port routing ? </p>
<p>If you Citadel is inside your network, can you telnet from a different computer to your Citadel Server ?</p>
<p> </p>
<p>For more details about your setup you can mail me if you want. Maybe there  informations not for everyones eyes, but the solution is good for all. </p>
<p> </p>
<p>Greetings </p>
<p>Mike</p>
<p>michael@g00r00.com</p>
<p> </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Di Mär 31 2026 09:09:38 UTC</span> <span>von <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Betreff: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Hi Mike,</p>
<p>My server is running on VMs.  Since my new server is not working last week, I had reinstate the old server VM back to use the original Domain and IP, and I had the new server VM continue running but use another IP.</p>
<p>If running on another IP, it response to MXTOOLBOX mail server test.</p>
<p>If put the new server back to my original IP, it doesn't.</p>
<p>Had used your command to check the common ports  (24/456/587 etc) are all listening by Citadel only.</p>
<p>Will it be any relations to DNS setting that binded to the original old server? Such as MAC address binding?  </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Mon Mar 30 2026 06:37:27 AM UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Hi Alan,</p>
<p>please try to figure out, whats going on.</p>
<p> </p>
<p>Check Services on Ports:</p>
<p>ss -tulpn</p>
<p>Also you can swtich port inside Citadel to antoher MTA Port and check, if you can Telnet it. Do you import Setting from an old Citadel installation ? </p>
<p>I checked lates Debian and Ubuntu Version with Citadel and had no problems. </p>
<p> </p>
</div>
</blockquote>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099559098</link><pubDate>Tue, 31 Mar 2026 05:10:41 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099559098@Uncensored</guid><description><![CDATA[<html><body>

<p>Sorry the previous message typo - ports <span style="text-decoration: underline;">25/465/587</span> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099559097</link><pubDate>Tue, 31 Mar 2026 05:09:38 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099559097@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi Mike,</p>
<p>My server is running on VMs.  Since my new server is not working last week, I had reinstate the old server VM back to use the original Domain and IP, and I had the new server VM continue running but use another IP.</p>
<p>If running on another IP, it response to MXTOOLBOX mail server test.</p>
<p>If put the new server back to my original IP, it doesn't.</p>
<p>Had used your command to check the common ports  (24/456/587 etc) are all listening by Citadel only.</p>
<p>Will it be any relations to DNS setting that binded to the original old server? Such as MAC address binding?  </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Mon Mar 30 2026 06:37:27 AM UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Hi Alan,</p>
<p>please try to figure out, whats going on.</p>
<p> </p>
<p>Check Services on Ports:</p>
<p>ss -tulpn</p>
<p>Also you can swtich port inside Citadel to antoher MTA Port and check, if you can Telnet it. Do you import Setting from an old Citadel installation ? </p>
<p>I checked lates Debian and Ubuntu Version with Citadel and had no problems. </p>
<p> </p>
</div>
</blockquote>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099559008</link><pubDate>Mon, 30 Mar 2026 02:37:27 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099559008@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi Alan,</p>
<p>please try to figure out, whats going on.</p>
<p> </p>
<p>Check Services on Ports:</p>
<p>ss -tulpn</p>
<p>Also you can swtich port inside Citadel to antoher MTA Port and check, if you can Telnet it. Do you import Setting from an old Citadel installation ? </p>
<p>I checked lates Debian and Ubuntu Version with Citadel and had no problems. </p>
<p>My Settings:</p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABikAAAHuCAYAAADqT+8NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAOzMSURBVHhe7P1/eBxnfe//v/Y0uSonQOWeNsgfUvAKu/WqMp+sT0Kxi3saJbQXWmyO5cu02a0UQEnTnIR+SLRWm9ikp8EJrbUiKSTkBCIgVndp40tyY7HLl+I4n1NTG0hq9YN1aU0ltG4IxyLQ2iSNrV5Jz3z/mJndmdmZ/aHfcp6P69rL1szs7Mw998zO3u+533folQsvGwIAAAAAAAAAAFhk/8k7AQAAAAAAAAAAYDEQpAAAAAAAAAAAAEuCIAUAAAAAAAAAAFgSBCkAAAAAAAAAAMCSIEgBAAAAAAAAAACWBEEKAAAAAAAAAACwJAhSAAAAAAAAAACAJUGQAgAAAAAAAAAALAmCFAAAAAAAAAAAYEkQpAAAAAAAAAAAAEuCIAUAAAAAAAAAAFgSBCkAAAAAAAAAAMCSIEgBAAAAAAAAAACWBEEKAAAAAAAAAACwJAhSAAAAAAAAAACAJUGQAgAAAAAAAAAALAmCFAAAAAAAAAAAYElcskGKH730Y+8krHCLeUxnZmY0MzPjnYxL3GId94szM7p48aJ3Mmbp4sWLurgIx83245f+xTsJC2wxy3wxP2slWqzr5GJ9DgAsZ4v5nbSYn4X5sZjHjO9l1Iv6CSysS7Heh1658LLhnbhSjecndGpsXKf/6fv6l389r9dee827CFawyy+/XP/55xu14ZffqY2tLWqJrPcuMmdj49/T2NhpFc68oBde/N/e2XgDePvV/5fCa9+u1tYNam35Fe/sOXn+5P+n509+V//0T5P6fuGfvbMxB+8Mv0O//MvrdO2md+naTf+3d/ac8f2ytBb6+s/xrc9CXif5HgaAEr7/UMlC1w/xvYw5oH4CC28hf5cthUsiSPHSj/9F
<p> </p>
<blockquote>
<div class="message_header"><span>Mo Mär 30 2026 01:25:28 UTC</span> <span>von <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Betreff: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>I just writing here to report that my previous new Debian installation for Citadel wasn't working as expected, with same result that unable to receive external message nor response to MXTOOLBOX server test.</p>
<p>When I first preparing it I used another IP for both internal and external network and it works fine.  However when I change back to my original email domain's IP address it just not responding.</p>
<p>Even though it's not responding to MXTOOLBOX server test, it does response to telnet port 25.  </p>
<p>I had no choice but put the old server back and everything fine again.  I am still investigating the reason....</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558985</link><pubDate>Sun, 29 Mar 2026 21:25:28 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099558985@Uncensored</guid><description><![CDATA[<html><body>

<p>I just writing here to report that my previous new Debian installation for Citadel wasn't working as expected, with same result that unable to receive external message nor response to MXTOOLBOX server test.</p>
<p>When I first preparing it I used another IP for both internal and external network and it works fine.  However when I change back to my original email domain's IP address it just not responding.</p>
<p>Even though it's not responding to MXTOOLBOX server test, it does response to telnet port 25.  </p>
<p>I had no choice but put the old server back and everything fine again.  I am still investigating the reason....</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558599</link><pubDate>Wed, 25 Mar 2026 18:38:54 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099558599@Uncensored</guid><description><![CDATA[  
 Right.  If something else is listening on port 25, there is no way Citadel
can ever bind to the port, so it will never receive mail. 
  
 Unfortunately there is nothing we can do in Citadel to make this problem
go away.  In some situations, the helpful Citadel Aide will post a system
bulletin explaining that it could not bind to certain ports.  If you get this
message you should most certainly pay attention to it! 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558513</link><pubDate>Wed, 25 Mar 2026 02:34:52 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099558513@Uncensored</guid><description><![CDATA[<html><body>

<p>Great ;)</p>
<p>Problem solved. But i will test it on a new Ubuntu installation and figure out, what the problem is. </p>
<p>Hve a nice day</p>
<p>Greetings </p>
<p>Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Mi Mär 25 2026 01:32:16 UTC</span> <span>von <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Betreff: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Hi Mike,</p>
<p>Successfully tested on Debian 13 and works like a charm.</p>
<p>Therefore I concluded it MUST be ubuntu's problem, or at least its on OS setting I'm not awared of.</p>
<p>I had prepared a native Debian 13 and using native installation by Easyinstall script.</p>
<blockquote>
<div class="message_header"><span>Tue Mar 24 2026 05:38:54 PM UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Hi, its not that different to Ubuntu. Its the same base. </p>
<p>So i think you dont have any problems to use it. How you install citadel on Ubuntu ? As a Docker Container or nativ ? you need to chown right on Ubuntu. </p>
<p>The problem is not the OS itself. </p>
<p> </p>
<p>But if you can telnet citdael on port 25, it might be not a OS problem. i think its a administrativ right problem for citadel or the service.</p>
<p>you checked the status for citadel service ?</p>
<p> </p>
<p>systemctl status citadel.service</p>
<p> </p>
<p>Greetings Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>D</span></div>
</blockquote>
</div>
</blockquote>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558485</link><pubDate>Tue, 24 Mar 2026 21:32:16 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099558485@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi Mike,</p>
<p>Successfully tested on Debian 13 and works like a charm.</p>
<p>Therefore I concluded it MUST be ubuntu's problem, or at least its on OS setting I'm not awared of.</p>
<p>I had prepared a native Debian 13 and using native installation by Easyinstall script.</p>
<blockquote>
<div class="message_header"><span>Tue Mar 24 2026 05:38:54 PM UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Hi, its not that different to Ubuntu. Its the same base. </p>
<p>So i think you dont have any problems to use it. How you install citadel on Ubuntu ? As a Docker Container or nativ ? you need to chown right on Ubuntu. </p>
<p>The problem is not the OS itself. </p>
<p> </p>
<p>But if you can telnet citdael on port 25, it might be not a OS problem. i think its a administrativ right problem for citadel or the service.</p>
<p>you checked the status for citadel service ?</p>
<p> </p>
<p>systemctl status citadel.service</p>
<p> </p>
<p>Greetings Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>D</span></div>
</blockquote>
</div>
</blockquote>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558442</link><pubDate>Tue, 24 Mar 2026 13:38:54 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099558442@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi, its not that different to Ubuntu. Its the same base. </p>
<p>So i think you dont have any problems to use it. How you install citadel on Ubuntu ? As a Docker Container or nativ ? you need to chown right on Ubuntu. </p>
<p>The problem is not the OS itself. </p>
<p> </p>
<p>But if you can telnet citdael on port 25, it might be not a OS problem. i think its a administrativ right problem for citadel or the service.</p>
<p>you checked the status for citadel service ?</p>
<p> </p>
<p>systemctl status citadel.service</p>
<p> </p>
<p>Greetings Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Di Mär 24 2026 01:22:45 UTC</span> <span>von <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Betreff: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Thanks for suggestion, and it confirmed one of my suspicion: its the OS broke it instead of Citadel  ;&gt;</p>
<p>Since I'm not too familier on Debian I may need some time to test this configuration and will come up again once I am able to test it.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Mon Mar 23 2026 08:10:30 AM UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Yeah,</p>
<p>i know the Problem. I got such problem with Ubuntu too. I think, the UFW is turned off. I fixed the incoming MTA and use Postfix -&gt; rspamD -&gt; SMTP Citadel 2025. For more compatibility, try a normal Debian installation for a Citadel only installation. </p>
<p>Oherwise check what the logs say..</p>
<p>tail -f /var/log/syslog </p>
<p>and trace it to a file to analyse whats going on. </p>
<p> </p>
<p>Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Mo Mär 23 2026 02:32:44 UTC</span> <span>von <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Betreff: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Hi Mike,</p>
<p>I used to run the mentioned MX test by MXTOOLBOX and having the result of server not responding.</p>
<p>All DNS records were not changed as with the existing old Citadel server.  Everything works fine on old one, but just not the case if I directly replace a new Citadel with it.</p>
<p>I install and tested the new server on both Ubuntu 22.04 and 24.04, as I wonder it is the OS lead to not responding instead of Citadel.</p>
<p>Any idea on it?</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558383</link><pubDate>Mon, 23 Mar 2026 21:22:45 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099558383@Uncensored</guid><description><![CDATA[<html><body>

<p>Thanks for suggestion, and it confirmed one of my suspicion: its the OS broke it instead of Citadel  ;&gt;</p>
<p>Since I'm not too familier on Debian I may need some time to test this configuration and will come up again once I am able to test it.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Mon Mar 23 2026 08:10:30 AM UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Yeah,</p>
<p>i know the Problem. I got such problem with Ubuntu too. I think, the UFW is turned off. I fixed the incoming MTA and use Postfix -&gt; rspamD -&gt; SMTP Citadel 2025. For more compatibility, try a normal Debian installation for a Citadel only installation. </p>
<p>Oherwise check what the logs say..</p>
<p>tail -f /var/log/syslog </p>
<p>and trace it to a file to analyse whats going on. </p>
<p> </p>
<p>Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Mo Mär 23 2026 02:32:44 UTC</span> <span>von <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Betreff: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Hi Mike,</p>
<p>I used to run the mentioned MX test by MXTOOLBOX and having the result of server not responding.</p>
<p>All DNS records were not changed as with the existing old Citadel server.  Everything works fine on old one, but just not the case if I directly replace a new Citadel with it.</p>
<p>I install and tested the new server on both Ubuntu 22.04 and 24.04, as I wonder it is the OS lead to not responding instead of Citadel.</p>
<p>Any idea on it?</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558325</link><pubDate>Mon, 23 Mar 2026 04:10:30 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099558325@Uncensored</guid><description><![CDATA[<html><body>

<p>Yeah,</p>
<p>i know the Problem. I got such problem with Ubuntu too. I think, the UFW is turned off. I fixed the incoming MTA and use Postfix -&gt; rspamD -&gt; SMTP Citadel 2025. For more compatibility, try a normal Debian installation for a Citadel only installation. </p>
<p>Oherwise check what the logs say..</p>
<p>tail -f /var/log/syslog </p>
<p>and trace it to a file to analyse whats going on. </p>
<p> </p>
<p>Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Mo Mär 23 2026 02:32:44 UTC</span> <span>von <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Betreff: Re: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Hi Mike,</p>
<p>I used to run the mentioned MX test by MXTOOLBOX and having the result of server not responding.</p>
<p>All DNS records were not changed as with the existing old Citadel server.  Everything works fine on old one, but just not the case if I directly replace a new Citadel with it.</p>
<p>I install and tested the new server on both Ubuntu 22.04 and 24.04, as I wonder it is the OS lead to not responding instead of Citadel.</p>
<p>Any idea on it?</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558304</link><pubDate>Sun, 22 Mar 2026 22:32:44 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099558304@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi Mike,</p>
<p>I used to run the mentioned MX test by MXTOOLBOX and having the result of server not responding.</p>
<p>All DNS records were not changed as with the existing old Citadel server.  Everything works fine on old one, but just not the case if I directly replace a new Citadel with it.</p>
<p>I install and tested the new server on both Ubuntu 22.04 and 24.04, as I wonder it is the OS lead to not responding instead of Citadel.</p>
<p>Any idea on it?</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558219</link><pubDate>Fri, 20 Mar 2026 17:15:48 +0500</pubDate><title>Re: New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099558219@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi, </p>
<p>you checked the DNS for a A Record and a AAAA Record ?</p>
<p>Some ISP will use AAAA only.</p>
<p> </p>
<p>If you can telnet the port 25, it looks fine. Also you can check with mxtoolbox.</p>
<p> </p>
<p>Greetings</p>
<p>Mike</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Di Mär 17 2026 02:43:59 UTC</span> <span>von <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Betreff: New Citadel Installation not receiving mail nor response to external SMTP check</span></div>
<div class="message_content">
<p>Dear team,</p>
<p>We had been running Citadel since 2008 and now preparing a new Citadel server to replace the old one because of the age and capacity.</p>
<p>We setup and configurared a new VM for Citadel, copied most of the running settings to it, and it works well internally, however it just not responsing to external messages.</p>
<p>That is, it successfully send messages, but not receiving any from outside.</p>
<p>Confirm all necessary ports are opened.</p>
<p>Running MX tool SMTP check on internet shows the server is not responding.</p>
<p>However if we telnet the server IP address, it responses.  </p>
<p>May I ask whether there are missing configuration we needed?</p>
<p>Alan Lau</p>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558059</link><pubDate>Tue, 17 Mar 2026 05:13:27 +0500</pubDate><title>Re: Received not sent</title><guid isPermaLink="false">2099558059@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>Tue Mar 17 2026 08:51:47 AM UTC</span> <span>from <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Subject: Re: Received not sent</span></div>
<div class="message_content">
<p>Harry are you asking me about your question?</p>
<p>As long as you described, it looks like your account in Citadel was created with "Permission to send internet mail" option checked.</p>
<p>If you are not your Citadel administrator, you will need to found him to open that option for you.</p>
<p>Just my 2 cents</p>
<p>Alan</p>
<br /><br /></div>
</blockquote>
<p>Sorry I mean "not checked" instead of "checked"</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558057</link><pubDate>Tue, 17 Mar 2026 05:06:31 +0500</pubDate><title>Re: Receive sent</title><guid isPermaLink="false">2099558057@Uncensored</guid><description><![CDATA[<html><body>

<p>Thanks Alan for the help.</p>
<p>Harry</p>
<blockquote>
<div class="message_header"><span>Tue Mar 17 2026 08:53:54 UTC</span> <span>from <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Subject: Re: Received not sent</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_header"><span>Tue Mar 17 2026 08:51:47 AM UTC</span> <span>from <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Subject: Re: Received not sent</span></div>
<div class="message_content">
<p>Harry are you asking me about your question?</p>
<p>As long as you described, it looks like your account in Citadel was created with "Permission to send internet mail" option checked.</p>
<p>If you are not your Citadel administrator, you will need to found him to open that option for you.</p>
<p>Just my 2 cents</p>
<p>Alan</p>
<br /><br /></div>
</blockquote>
<p>Sorry I mean "not checked" instead of "checked"</p>
<br /><br /></div>
</blockquote>
<p> </p>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558052</link><pubDate>Tue, 17 Mar 2026 04:53:54 +0500</pubDate><title>Re: Received not sent</title><guid isPermaLink="false">2099558052@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>Tue Mar 17 2026 08:51:47 AM UTC</span> <span>from <a href="do_template?template=user_show?who=alanlau">alanlau</a> </span> <span class="message_subject">Subject: Re: Received not sent</span></div>
<div class="message_content">
<p>Harry are you asking me about your question?</p>
<p>As long as you described, it looks like your account in Citadel was created with "Permission to send internet mail" option checked.</p>
<p>If you are not your Citadel administrator, you will need to found him to open that option for you.</p>
<p>Just my 2 cents</p>
<p>Alan</p>
<br /><br /></div>
</blockquote>
<p>Sorry I mean "not checked" instead of "checked"</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558051</link><pubDate>Tue, 17 Mar 2026 04:51:47 +0500</pubDate><title>Re: Received not sent</title><guid isPermaLink="false">2099558051@Uncensored</guid><description><![CDATA[<html><body>

<p>Harry are you asking me about your question?</p>
<p>As long as you described, it looks like your account in Citadel was created with "Permission to send internet mail" option checked.</p>
<p>If you are not your Citadel administrator, you will need to found him to open that option for you.</p>
<p>Just my 2 cents</p>
<p>Alan</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558047</link><pubDate>Tue, 17 Mar 2026 03:46:51 +0500</pubDate><title>New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099558047@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear team,</p>
<p>We had been running Citadel since 2008 and now preparing a new Citadel server to replace the old one because of the age and capacity.</p>
<p>We setup and configurared a new VM for Citadel, copied most of the running settings to it, and it works well internally, however it just not responsing to external messages.</p>
<p>That is, it successfully send messages, but not receiving any from outside.</p>
<p>Confirm all necessary ports are opened.</p>
<p>Running MX tool SMTP check on internet shows the server is not responding.</p>
<p>However if we telnet the server IP address, it responses.  </p>
<p>May I ask whether there are missing configuration we needed?</p>
<p>Alan Lau</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558043</link><pubDate>Tue, 17 Mar 2026 03:08:50 +0500</pubDate><title>Received not sent</title><guid isPermaLink="false">2099558043@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi Alan,</p>
<p>Harry received an email from the internet but did not have permission to send a reply. Who can give me permission? What port numbes are is used for Citadel emails in and out?</p>
<p>Thanks for your help.</p>
<p>Harry</p>
<p> </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558034</link><pubDate>Mon, 16 Mar 2026 22:43:59 +0500</pubDate><title>New Citadel Installation not receiving mail nor response to external SMTP check</title><guid isPermaLink="false">2099558034@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear team,</p>
<p>We had been running Citadel since 2008 and now preparing a new Citadel server to replace the old one because of the age and capacity.</p>
<p>We setup and configurared a new VM for Citadel, copied most of the running settings to it, and it works well internally, however it just not responsing to external messages.</p>
<p>That is, it successfully send messages, but not receiving any from outside.</p>
<p>Confirm all necessary ports are opened.</p>
<p>Running MX tool SMTP check on internet shows the server is not responding.</p>
<p>However if we telnet the server IP address, it responses.  </p>
<p>May I ask whether there are missing configuration we needed?</p>
<p>Alan Lau</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099558020</link><pubDate>Mon, 16 Mar 2026 19:30:38 +0500</pubDate><title>Email permit</title><guid isPermaLink="false">2099558020@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi,</p>
<p>User harry could not reply to an email and was shown this message: </p>
<p>You do not have permission to send Internet mail.</p>
<p>Please let me send email.</p>
<p>Cheers,</p>
<p>Harry</p>
<p> </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099553917</link><pubDate>Tue, 27 Jan 2026 15:22:00 +0500</pubDate><title>Re: First Room</title><guid isPermaLink="false">2099553917@Uncensored</guid><description><![CDATA[<html><body>

<p>My solution is this:</p>
<p> </p>
<p>[Unit]</p>
<p>Description=Citadel WebCit HTTP Redirect</p>
<p>After=citadel.target</p>
<p> </p>
<p>[Service]</p>
<p>ExecStart=/usr/local/webcit/webcit \</p>
<p>    -p80 \</p>
<p>    -R https://%H \</p>
<p>    uds /usr/local/citadel</p>
<p> </p>
<p>KillMode=process</p>
<p>Restart=always</p>
<p>RestartSec=3</p>
<p> </p>
<p>[Install]</p>
<p>WantedBy=multi-user.target</p>
<div> </div>
<blockquote>
<div class="message_header"><span>Di Jan 27 2026 20:04:40 UTC</span> <span>von <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Betreff: Re: First Room</span></div>
<div class="message_content">
<p>Hi Ignatius,</p>
<p>do you habe a quick hint for me, how to redirect the webcit http service to https ?</p>
<p><span style="color: #800000; background-color: #ebebeb;">webcit -x1 -p 80 -g ? </span></p>
<p>Also i have question to your http to telnet webservice. What Tool are you using ?</p>
<p> </p>
<p>Citadel is now fully stable running for 1 year. It was the best dession for all my needs :)</p>
<p>o/</p>
<p>Mike</p>
<blockquote>
<div class="message_header"><span>Do Mai 01 2025 09:26:51 UTC</span> <span>von <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Betreff: Re: First Room</span></div>
<div class="message_content">
<p>Hi Ignatius,</p>
<p>but where will it be defined ? First start citadel, it will defined in a config that starts webcit with parameters X. </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Do Feb 13 2025 23:38:47 UTC</span> <span>von <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Betreff: Re: First Room</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">
<blockquote>What you mean with [other options] ?</blockquote>
<br />WebCit is normally called with options to specify the port number it's listening on, whether to enable HTTPS, and the directory where Citadel Server can be found. <br /><br />For example, here are the commands we are using to start WebCit here: <br /><br />webcit -x1 -s -p 443 -g /dotgoto?room='Welcome to UNCENSORED!' uds /citadel-data <br />webcit -x1 -p 80 -g /dotgoto?room='Welcome to UNCENSORED!' uds /citadel-data <br /><br />(Most sites will have two, one for HTTP and one for HTTPS, but if you have Citadel sitting behind a proxy or if you have some other webserver redirecting HTTP to HTTPS you might only have one.)</div>
</div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099553912</link><pubDate>Tue, 27 Jan 2026 15:04:40 +0500</pubDate><title>Re: First Room</title><guid isPermaLink="false">2099553912@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi Ignatius,</p>
<p>do you habe a quick hint for me, how to redirect the webcit http service to https ?</p>
<p><span style="color: #800000; background-color: #ebebeb;">webcit -x1 -p 80 -g ? </span></p>
<p>Also i have question to your http to telnet webservice. What Tool are you using ?</p>
<p> </p>
<p>Citadel is now fully stable running for 1 year. It was the best dession for all my needs :)</p>
<p>o/</p>
<p>Mike</p>
<blockquote>
<div class="message_header"><span>Do Mai 01 2025 09:26:51 UTC</span> <span>von <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Betreff: Re: First Room</span></div>
<div class="message_content">
<p>Hi Ignatius,</p>
<p>but where will it be defined ? First start citadel, it will defined in a config that starts webcit with parameters X. </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Do Feb 13 2025 23:38:47 UTC</span> <span>von <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Betreff: Re: First Room</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">
<blockquote>What you mean with [other options] ?</blockquote>
<br />WebCit is normally called with options to specify the port number it's listening on, whether to enable HTTPS, and the directory where Citadel Server can be found. <br /><br />For example, here are the commands we are using to start WebCit here: <br /><br />webcit -x1 -s -p 443 -g /dotgoto?room='Welcome to UNCENSORED!' uds /citadel-data <br />webcit -x1 -p 80 -g /dotgoto?room='Welcome to UNCENSORED!' uds /citadel-data <br /><br />(Most sites will have two, one for HTTP and one for HTTPS, but if you have Citadel sitting behind a proxy or if you have some other webserver redirecting HTTP to HTTPS you might only have one.)</div>
</div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099553626</link><pubDate>Sat, 24 Jan 2026 10:52:02 +0500</pubDate><title>Message #2099553626</title><guid isPermaLink="false">2099553626@Uncensored</guid><description><![CDATA[<html><body>

<p>For things like this, 'reaching out' TOR is brain dead easy.  Just fire up the TOR browser. Done.  ( sure there are other ways, but why futz with it? )   For incoming, its not really hard either, but does limit your audience greatly if its the ONLY route in since fewer people will know about you.</p>
<p> </p>
<p>And some of us, well, we have our reasons for doing it.</p>
<blockquote>
<div class="message_header"><span>Sat Jan 24 2026 06:19:22 UTC</span> <span>from <a href="do_template?template=user_show?who=ParanoidDelusions">ParanoidDelusions</a> </span></div>
<div class="message_content">
<p>I'm insolent. I can use the onion... I understand it - but I want them to know - and I want to know they know, but don't really care, as long as I stay in my lane. It is a lot of extra effort to use TOR, just to make them MORE interested in what you may or may not be doing. <br /><br />I am a "security through opacity" kind of guy. If they can see it - without TOR and VPNs - they don't care. If I start making it difficult to track and watch - then they might pay more attention and something they would otherwise miss - might be caught. </p>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099553594</link><pubDate>Sat, 24 Jan 2026 01:19:22 +0500</pubDate><title>Message #2099553594</title><guid isPermaLink="false">2099553594@Uncensored</guid><description><![CDATA[<html><body>

<p>I'm insolent. I can use the onion... I understand it - but I want them to know - and I want to know they know, but don't really care, as long as I stay in my lane. It is a lot of extra effort to use TOR, just to make them MORE interested in what you may or may not be doing. <br /><br />I am a "security through opacity" kind of guy. If they can see it - without TOR and VPNs - they don't care. If I start making it difficult to track and watch - then they might pay more attention and something they would otherwise miss - might be caught. </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099553530</link><pubDate>Fri, 23 Jan 2026 13:29:01 +0500</pubDate><title>Message #2099553530</title><guid isPermaLink="false">2099553530@Uncensored</guid><description><![CDATA[<html><body>

<p>Without it, its not like things are unusable,  just it would speed access up a little and prevent me from having to re-post when it gets eaten. Just me, not worth effort really, but it might increase traffic too. I'm sure  i am not the only person hiding inside the onion... </p>
<p> </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Jan 22 2026 23:40:03 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">If I put Uncensored on a .onion proxy, would that be beneficial to you? </div>
</div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099553441</link><pubDate>Thu, 22 Jan 2026 18:40:03 +0500</pubDate><title>Message #2099553441</title><guid isPermaLink="false">2099553441@Uncensored</guid><description><![CDATA[If I put Uncensored on a .onion proxy, would that be beneficial to you? 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099552613</link><pubDate>Wed, 14 Jan 2026 10:08:05 +0500</pubDate><title>Message #2099552613</title><guid isPermaLink="false">2099552613@Uncensored</guid><description><![CDATA[<html><body>

<p>Regular VPNs work fine.  There are a lot of cheap ones, and some free ones too.  Might be enough for you to hide behind? ( not slamming.. just donno how far you have to hide..)</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099552366</link><pubDate>Mon, 12 Jan 2026 08:50:58 +0500</pubDate><title>Message #2099552366</title><guid isPermaLink="false">2099552366@Uncensored</guid><description><![CDATA[<html><body>

<p>Not that it matters, and i know you cant support incoming via a TOR out-port since its out of your control, but just to add after some testing and paying better attention:<br /><br />Logging in seems to work 99% of the time. But sometimes i get a 'not found' which i guess does happen sometimes.  Posting, when it does not work, i finally saw the message today relating to not posting an empty post.  Been taking a copy of the post first, so i can easily redo easily if it bombs. Seems like on the 3rd try it works. </p>
<p> </p>
<p>I know its my problem not yours, but still be neat if you added a TOR proxy to go along with the I2P proxy. ( since i have never had any luck getting to the outside via I2P, tho i read its possible, somehow )</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099552226</link><pubDate>Sat, 10 Jan 2026 08:48:58 +0500</pubDate><title>Re: [Citadel Support] Re: Citadel BBS Software</title><guid isPermaLink="false">2099552226@Uncensored</guid><description><![CDATA[<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>If you are looking to run a citadel server but only have Windows
      I provide Ubuntu hosting starting at $7/month with first month
      free to try it out... Get more info at
      <a class="moz-txt-link-freetext" href="https://citadelhosting.retro-os.live">https://citadelhosting.retro-os.live</a>.</p>
    <p><br>
    </p>
    <p>Marisa</p>
    <div class="moz-cite-prefix">On 1/10/26 10:11 AM, IGnatius T Foobar
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:6962964D-7D249FCC@uncensored.citadel.org">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <blockquote>
        <div class="message_content">
          <p>I would like to know, if the software has a windows
            version?</p>
        </div>
      </blockquote>
      <p>You could run it in WSL, or in Docker on Windows.</p>
      <p>But there's no native Windows version.</p>
    </blockquote>
  </body>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099552204</link><pubDate>Sat, 10 Jan 2026 13:11:25 +0500</pubDate><title>Re: Citadel BBS Software</title><guid isPermaLink="false">2099552204@Uncensored</guid><description><![CDATA[<html><body>

<blockquote>
<div class="message_content">
<p>I would like to know, if the software has a windows version?</p>
</div>
</blockquote>
<p>You could run it in WSL, or in Docker on Windows.</p>
<p>But there's no native Windows version.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099552203</link><pubDate>Sat, 10 Jan 2026 13:09:58 +0500</pubDate><title>Message #2099552203</title><guid isPermaLink="false">2099552203@Uncensored</guid><description><![CDATA[<html><body>

<blockquote>
<div class="message_content">
<p>Did you share the URL? Is Other BBSs&gt; a thing still? </p>
</div>
</blockquote>
<p>Don't assume it's a BBS.  The <em>vast</em> majority of Citadel instances are not.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099552184</link><pubDate>Sat, 10 Jan 2026 10:21:35 +0500</pubDate><title>Citadel BBS Software</title><guid isPermaLink="false">2099552184@Uncensored</guid><description><![CDATA[<html><body>

<p>I would like to know, if the software has a windows version?</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099552150</link><pubDate>Sat, 10 Jan 2026 02:13:03 +0500</pubDate><title>Message #2099552150</title><guid isPermaLink="false">2099552150@Uncensored</guid><description><![CDATA[<html><body>

<p>Did you share the URL? Is Other BBSs&gt; a thing still? </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Sat Jan 03 2026 17:18:59 UTC</span> <span>from <a href="do_template?template=user_show?who=Kurisu">Kurisu</a> </span></div>
<div class="message_content">
<p>Killer - worked a treat.<br /><br />Thank ya.<br /><br />So happy to be running a citadel instance again.</p>
<blockquote>
<div class="message_header"><span>Fri Jan 02 2026 17:05:41 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a></span></div>
<div class="message_content"> </div>
</blockquote>
<br /><br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099552098</link><pubDate>Fri, 09 Jan 2026 18:47:21 +0500</pubDate><title>Re: Send emails to certain domain with IPv4 instead of IPv6.</title><guid isPermaLink="false">2099552098@Uncensored</guid><description><![CDATA[No, we don't have a way to route mail for a specific domain.  That's a bit
out of scope for Citadel. 
  
 Technically you could fool it by interposing a DNS server that hands Citadel
"your" preferred MX for a domain. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099551794</link><pubDate>Wed, 07 Jan 2026 05:07:51 +0500</pubDate><title>Send emails to certain domain with IPv4 instead of IPv6.</title><guid isPermaLink="false">2099551794@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear All,</p>
<p>Exists or not any way to send emails for a certain domain forcing IPv4 and not using IPv6 as normal?</p>
<p>For any other domains remains unchanged.</p>
<p>Thank you,</p>
<p>Luís Gonçalves. </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099551387</link><pubDate>Sat, 03 Jan 2026 12:18:59 +0500</pubDate><title>Message #2099551387</title><guid isPermaLink="false">2099551387@Uncensored</guid><description><![CDATA[<html><body>

<p>Killer - worked a treat.<br /><br />Thank ya.<br /><br />So happy to be running a citadel instance again.</p>
<blockquote>
<div class="message_header"><span>Fri Jan 02 2026 17:05:41 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a></span></div>
<div class="message_content">
<div class="fmout-JUSTIFY"><br />You want the "-g" flag, which allows you to pre-fill a location of your choice to use as the landing page. <br /><br />For example, here we use: <br /><br />webcit [other flags] -g '/dotgoto?room=Welcome to UNCENSORED!' [other arguments] <br /><br />This works when you're calling WebCit directly from the host, as you would when running the Easy Install distribution, but it also works when you're running the Docker container: the "-g" flag and its argument are passed through from the caller to both WebCit instances (which is how I run it here). </div>
</div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099551259</link><pubDate>Fri, 02 Jan 2026 12:12:19 +0500</pubDate><title>Message #2099551259</title><guid isPermaLink="false">2099551259@Uncensored</guid><description><![CDATA[ >Right, and has the SPA been built in such a way as to make the  
 >back button do something that makes sense? :D   
  
 Well, it isn't implemented yet, but my plan is to follow the currently popular
design pattern of pushing synthetic URLs onto the "back stack" using the History
API, so that both bookmarks and the back-button behave the way a human user
expects them to. 
  
 By the way, I am sorry it doesn't behave the way it ought to in webcit-classic,
but with the rewrite years behind schedule I just can't afford to invest my
time into the old code base.  I hope you will understand.  (That having been
said, I won't be like the x.org people -- if someone wants to improve the
old code base I'd be pleased to nurture that.) 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099551254</link><pubDate>Fri, 02 Jan 2026 12:05:41 +0500</pubDate><title>Message #2099551254</title><guid isPermaLink="false">2099551254@Uncensored</guid><description><![CDATA[ >Minor question, what was the flag to have webcit-http and  
 >webcit-https display a particular room (as opposed to defaulting  
 >to lobby) like Uncensored does with its wiki page? Had that  
 >going fine on a previous Citadel instance which has since been  
 >retired and I'd like to do that again for this new one but can't  
 >find the information anymore.  
  
 You want the "-g" flag, which allows you to pre-fill a location of your choice
to use as the landing page. 
  
 For example, here we use: 
  
 webcit [other flags] -g '/dotgoto?room=Welcome to UNCENSORED!' [other arguments]

  
 This works when you're calling WebCit directly from the host, as you would
when running the Easy Install distribution, but it also works when you're
running the Docker container: the "-g" flag and its argument are passed through
from the caller to both WebCit instances (which is how I run it here). 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099551150</link><pubDate>Wed, 31 Dec 2025 22:07:31 +0500</pubDate><title>Message #2099551150</title><guid isPermaLink="false">2099551150@Uncensored</guid><description><![CDATA[<html><body>

<p>Minor question, what was the flag to have webcit-http and webcit-https display a particular room (as opposed to defaulting to lobby) like Uncensored does with its wiki page? Had that going fine on a previous Citadel instance which has since been retired and I'd like to do that again for this new one but can't find the information anymore.<br /><br />Thanks!</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099551135</link><pubDate>Wed, 31 Dec 2025 18:32:40 +0500</pubDate><title>Message #2099551135</title><guid isPermaLink="false">2099551135@Uncensored</guid><description><![CDATA[<html><body>

<p>Right, and has the SPA been built in such a way as to make the back button do something that makes sense? :D</p>
<blockquote>
<div class="message_header"><span>Wed Dec 31 2025 06:26:39 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">
<blockquote>Will the "Back" button on the browser in the next WebCit <br />actually work properly, or just be psycho like it is now? :-D </blockquote>
<br />WebCit-NG is going to be a whole different ballgame. Since it's a "one page web app" the semantics are different. <br /><br />I doubt WebCit-classic is going to get any more love in that department. </div>
</div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099551066</link><pubDate>Wed, 31 Dec 2025 01:26:39 +0500</pubDate><title>Message #2099551066</title><guid isPermaLink="false">2099551066@Uncensored</guid><description><![CDATA[ >Will the "Back" button on the browser in the next WebCit  
 >actually work properly, or just be psycho like it is now? :-D   
  
 WebCit-NG is going to be a whole different ballgame.  Since it's a "one page
web app" the semantics are different. 
  
 I doubt WebCit-classic is going to get any more love in that department.

]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099550902</link><pubDate>Mon, 29 Dec 2025 19:41:19 +0500</pubDate><title>Message #2099550902</title><guid isPermaLink="false">2099550902@Uncensored</guid><description><![CDATA[<html><body>

<p>Will the "Back" button on the browser in the next WebCit actually work properly, or just be psycho like it is now? :-D</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099550737</link><pubDate>Sun, 28 Dec 2025 17:35:34 +0500</pubDate><title>Message #2099550737</title><guid isPermaLink="false">2099550737@Uncensored</guid><description><![CDATA[ >And sorry, its the wrong room.   
  
 It is.  Remember, this isn't just a Citadel forum, it also goes out to everyone
who subscribes to the mailing list.  So let's take any future discussion on
this topic to some other room where we can explore in depth without bothering
the people who want to make the most of their Citadel software. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099550580</link><pubDate>Sat, 27 Dec 2025 20:01:40 +0500</pubDate><title>Message #2099550580</title><guid isPermaLink="false">2099550580@Uncensored</guid><description><![CDATA[<html><body>

<p>For me its not anger, its facepalm.</p>
<p>And sorry, its the wrong room.</p>
<blockquote>
<div class="message_header"><span>Sun Dec 28 2025 00:55:07 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">
<blockquote>I struggle with Christian compassion. A lot. Charlie Kirk would <br />be disappointed.  </blockquote>
<br />You're not alone. Not by far. It's one of those things we struggle with -- as believers we want to show Christ-like love and compassion, while as humans we want to choke the living shit out of some asshole who desperately deserves it. <br /><br />Yeah. I struggle with anger sometimes. We aren't all as far along as Charlie was. But we all receive the same measure of grace if we ask for it. And that's pretty darn cool. </div>
</div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099550578</link><pubDate>Sat, 27 Dec 2025 19:55:07 +0500</pubDate><title>Message #2099550578</title><guid isPermaLink="false">2099550578@Uncensored</guid><description><![CDATA[ >I struggle with Christian compassion. A lot. Charlie Kirk would  
 >be disappointed.    
  
 You're not alone.  Not by far.  It's one of those things we struggle with
-- as believers we want to show Christ-like love and compassion, while as
humans we want to choke the living shit out of some asshole who desperately
deserves it. 
  
 Yeah.  I struggle with anger sometimes.  We aren't all as far along as Charlie
was.  But we all receive the same measure of grace if we ask for it.  And
that's pretty darn cool. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099550577</link><pubDate>Sat, 27 Dec 2025 19:52:39 +0500</pubDate><title>Message #2099550577</title><guid isPermaLink="false">2099550577@Uncensored</guid><description><![CDATA[ >Right room. How can developer people be so stupid? I can't code  
 >- but I'm not dumb enough to dump this in the lobby.   
  
 It's in the right room *now* because I moved it here. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099550417</link><pubDate>Fri, 26 Dec 2025 06:55:31 +0500</pubDate><title>Message #2099550417</title><guid isPermaLink="false">2099550417@Uncensored</guid><description><![CDATA[<html><body>

<p>Most of us do, its not the 1980s anymore.   ( really in any industry, not just IT )</p>
<p>I have moved to the attitude of "whatever, let it burn" and go grab a bag of marshmallows.</p>
<blockquote>
<div class="message_header"><span>Fri Dec 26 2025 06:45:41 UTC</span> <span>from <a href="do_template?template=user_show?who=ParanoidDelusions">ParanoidDelusions</a> </span></div>
<div class="message_content">
<p>You're nicer than me. I deal with highly educated, industry specific idiots who f'k things up every day and it makes us all pay more. </p>
</div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099550374</link><pubDate>Fri, 26 Dec 2025 01:45:41 +0500</pubDate><title>Message #2099550374</title><guid isPermaLink="false">2099550374@Uncensored</guid><description><![CDATA[<html><body>

<p>You're nicer than me. I deal with highly educated, industry specific idiots who f'k things up every day and it makes us all pay more. I feel like we should be mean those people. </p>
<p> </p>
<p>I struggle with Christian compassion. A lot. Charlie Kirk would be disappointed. </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Dec 25 2025 14:11:44 UTC</span> <span>from <a href="do_template?template=user_show?who=Nurb432">Nurb432</a> </span></div>
<div class="message_content">
<p>It happens sometimes. Newbies don't know. Often times IG will move it. </p>
<blockquote>
<div class="message_header"> </div>
</blockquote>
</div>
</blockquote>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099550373</link><pubDate>Fri, 26 Dec 2025 01:43:29 +0500</pubDate><title>Message #2099550373</title><guid isPermaLink="false">2099550373@Uncensored</guid><description><![CDATA[<html><body>

<p>Right room. How can developer people be so stupid? I can't code - but I'm not dumb enough to dump this in the lobby. <br /><br />Maybe it is me. </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099550274</link><pubDate>Thu, 25 Dec 2025 09:11:44 +0500</pubDate><title>Message #2099550274</title><guid isPermaLink="false">2099550274@Uncensored</guid><description><![CDATA[<html><body>

<p>It happens sometimes. Newbies don't know. Often times IG will move it. </p>
<blockquote>
<div class="message_header"><span>Thu Dec 25 2025 07:40:44 UTC</span> <span>from <a href="do_template?template=user_show?who=ParanoidDelusions">ParanoidDelusions</a> </span></div>
<div class="message_content">
<p>Well, I feel this wasn't the right room for THAT. <br /><br />Glad it didn't somehow crash Uncensored. <br /><br />Anyhow - Merry Christmas, and goodnight. ;) </p>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099550258</link><pubDate>Thu, 25 Dec 2025 02:40:44 +0500</pubDate><title>Message #2099550258</title><guid isPermaLink="false">2099550258@Uncensored</guid><description><![CDATA[<html><body>

<p>Well, I feel this wasn't the right room for THAT. <br /><br />Glad it didn't somehow crash Uncensored. <br /><br />Anyhow - Merry Christmas, and goodnight. ;) </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099550212</link><pubDate>Wed, 24 Dec 2025 17:45:49 +0500</pubDate><title>Reproducible SIGSEGV caused by concurrency between IMAP FETCH, SMTP DATA, SMTP forwarding (Sieve), and SMTP queue delivery</title><guid isPermaLink="false">2099550212@Uncensored</guid><description><![CDATA[<html><body>

<p class="p1" style="font-family: sans-serif; font-size: 16px;">Hello Citadel Team,</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">I'm reporting a <span class="s1">reproducible <strong>segmentation fault (SIGSEGV)</strong></span> observed in production, which appears to be caused by a <span class="s1"><strong>concurrency / thread-safety</strong> issue</span> in Citadel under normal usage conditions. I have collected <span class="s1">multiple core dumps</span> showing consistent call patterns and triggers.</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">Deployment: Docker</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">OS: Linux x86_64 (glibc-based)</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">Protocols in use:</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">* IMAPS</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">* SMTP (inbound + outbound)</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">* SMTP queue delivery</p>
<p style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p2" style="font-family: sans-serif; font-size: 16px;">Sieve: Enabled (email forwarding rules)</p>
<p class="p2" style="font-family: sans-serif; font-size: 16px;">No custom patches. No abnormal traffic patterns.</p>
<p class="p2" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p2" style="font-family: sans-serif; font-size: 16px;"><strong>Observed Behaviour</strong></p>
<p class="p2" style="font-family: sans-serif; font-size: 16px;">Citadel crashes with <span class="s1">SIGSEGV</span> during normal operation. The crashes began <span class="s1">after ~26 weeks of stable, uninterrupted operation</span>, without any infrastructure or configuration changes. The only relevant behavioural change before the first crash was the introduction of <span class="s1">new Sieve forwarding rules</span>, which increased outbound SMTP activity.</p>
<p class="p2" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"><strong>From Core Dumps</strong></p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">The crashes consistently occur when the following operations overlap in time:</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"><strong>Thread A – IMAP FETCH (user reading mail)</strong></p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">imap_fetch_body()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">imap_do_fetch_msg()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">imap_do_fetch()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">imap_command_loop()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"><strong>Thread B – SMTP DATA (receiving mail)</strong></p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">smtp_data()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">smtp_command_loop()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">CtdlReadMessageBodyBuf()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">StrBufTCP_read_buffered_line_fast()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"><strong>Thread C – SMTP Forwarding / Queue Delivery</strong></p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">smtp_attempt_delivery()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">smtp_do_queue()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">smtp_do_queue_full()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">curl_easy_perform()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">curl_multi_poll()</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"><strong>Additional Concurrent Activity</strong></p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">* TLS handshakes (CtdlStartTLS, imaps_greeting, pop3s_greeting)</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">* Session cleanup and hooks (PerformSessionHooks, do_housekeeping)</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;">* In some crashes, XMPP hooks are also active</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p2" style="font-family: sans-serif; font-size: 16px;"><strong>Analysis / Suspected Root Cause</strong></p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Based on repeated core dump analysis:</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"> </p>
<ul style="font-family: sans-serif; font-size: 16px;">
<li>
<p class="p1"><span class="s1">These execution paths </span><strong>share internal buffers/message structures</strong><strong></strong></p>
</li>
<li>
<p class="p1">Some of these paths appear not to be<span class="s1"><strong> fully thread-safe</strong><strong></strong></span></p>
</li>
<li>
<p class="p1">Increased outbound SMTP concurrency (introduced by Sieve forwarding) significantly raises the likelihood of these paths overlapping</p>
</li>
<li>
<p class="p1">This results in <span class="s1"><strong>memory corruption</strong></span>, eventually causing a SIGSEGV (often observed shortly after <span class="s2">read()</span>, <span class="s2">select()</span>, or buffer handling)</p>
</li>
</ul>
<p style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p2" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"><strong>Important notes:</strong></p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"> </p>
<ul style="font-family: sans-serif; font-size: 16px;">
<li>
<p class="p1">The Sieve rules themselves are valid and correctly defined</p>
</li>
<li>
<p class="p1">The issue is not caused by user error or misconfiguration</p>
</li>
<li>
<p class="p1">Forwarding acts as a <span class="s1"><strong>trigger</strong></span>, not the root defect</p>
</li>
</ul>
<p style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p2" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"><strong>Reproduction Pattern (High-Level)</strong></p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">While not 100% deterministic, the crash frequency increases significantly when:</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"> </p>
<ol style="font-family: sans-serif; font-size: 16px;" start="1">
<li>
<p class="p1">Sieve forwarding is enabled for active mailboxes</p>
</li>
<li>
<p class="p1">Inbound SMTP traffic is present</p>
</li>
<li>
<p class="p1">Users fetch messages (IMAP FETCH) concurrently</p>
</li>
<li>
<p class="p1">SMTP queue delivery runs in parallel (especially to external domains)</p>
</li>
</ol>
<p style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p2" style="font-family: sans-serif; font-size: 16px;">Reducing worker thread concurrency <span class="s2"><strong>significantly reduces or eliminates crashes</strong></span>, which further suggests a concurrency-related issue.</p>
<p class="p2" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"><strong>Expected Behaviour</strong></p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Citadel should be able to safely handle concurrent:</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"> </p>
<ul style="font-family: sans-serif; font-size: 16px;">
<li>
<p class="p1">IMAP FETCH</p>
</li>
<li>
<p class="p1">SMTP DATA</p>
</li>
<li>
<p class="p1">SMTP forwarding (Sieve)</p>
</li>
<li>
<p class="p1">SMTP queue delivery</p>
</li>
</ul>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">without memory corruption or segmentation faults.</p>
<p class="p1" style="font-family: sans-serif; font-size: 16px;"> </p>
<p style="font-family: sans-serif; font-size: 16px;"> </p>
<p style="font-family: sans-serif; font-size: 16px;"><strong>Questions for the Development Team</strong></p>
<ol style="font-family: sans-serif; font-size: 16px;" start="1">
<li>
<p class="p1"><span class="s1">Is this a </span><strong>known concurrency issue</strong><span class="s1">?</span></p>
</li>
<li>
<p class="p1"><span class="s1">Has this behaviour been </span><strong>addressed in newer Citadel versions</strong><span class="s1">?</span></p>
</li>
<li>
<p class="p1">Are there recommended patches, configuration flags, or build options to mitigate this safely?</p>
</li>
<li>
<p class="p1">Would additional debugging data (full core dumps, symbols, logs) be helpful?</p>
</li>
</ol>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thank you for your time and for maintaining Citadel.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">root@tpc-co-cit02:/# gdb /usr/local/citadel/citserver /citadel-data/server1-backup/core.7 </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">GNU gdb (Debian 10.1-1.7) 10.1.90.20210103-git</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Copyright (C) 2021 Free Software Foundation, Inc.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">License GPLv3+: GNU GPL version 3 or later &lt;<a style="text-decoration: none; color: #70342e;" href="http://gnu.org/licenses/gpl.html" target="webcit01">http://gnu.org/licenses/gpl.html</a>&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">This is free software: you are free to change and redistribute it.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">There is NO WARRANTY, to the extent permitted by law.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Type "show copying" and "show warranty" for details.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">This GDB was configured as "x86_64-linux-gnu".</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Type "show configuration" for configuration details.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">For bug reporting instructions, please see:</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">&lt;<a style="text-decoration: none; color: #70342e;" href="https://www.gnu.org/software/gdb/bugs/" target="webcit01">https://www.gnu.org/software/gdb/bugs/</a>&gt;.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Find the GDB manual and other documentation resources online at:</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">    &lt;<a style="text-decoration: none; color: #70342e;" href="http://www.gnu.org/software/gdb/documentation/" target="webcit01">http://www.gnu.org/software/gdb/documentation/</a>&gt;.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">For help, type "help".</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Type "apropos word" to search for commands related to "word"...</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Reading symbols from /usr/local/citadel/citserver...</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">(No debugging symbols found in /usr/local/citadel/citserver)</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 69]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 18]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 116]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 113]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 7]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 105]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 15]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 92]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 120]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 10]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 67]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 597]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[New LWP 11]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[Thread debugging using libthread_db enabled]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Core was generated by `citserver -x9 -h /citadel-data'.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Program terminated with signal SIGSEGV, Segmentation fault.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  0x0000561e86ca5f3f in imap_fetch_body ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">[Current thread is 1 (Thread 0x7f280bfff700 (LWP 69))]</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">(gdb) set pagination off</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">(gdb) thread apply all bt full</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 13 (Thread 0x7f28225c7700 (LWP 11)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  0x00007f2825d27a0f in __GI___poll (fds=0x7f28225bf870, nfds=2, timeout=1000) at ../sysdeps/unix/sysv/linux/poll.c:29</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg2 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a3 = 1000</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a1 = 139810351872112</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg3 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg1 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a2 = 2</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_cancel_oldtype = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  0x00007f2825e75bca in ?? () from /usr/lib/x86_64-linux-gnu/libcurl.so.4</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x00007f2825e6abcc in ?? () from /usr/lib/x86_64-linux-gnu/libcurl.so.4</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#3  0x00007f2825e6ad56 in curl_multi_poll () from /usr/lib/x86_64-linux-gnu/libcurl.so.4</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#4  0x00007f2825e439cf in curl_easy_perform () from /usr/lib/x86_64-linux-gnu/libcurl.so.4</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#5  0x0000561e86cc32c5 in smtp_attempt_delivery ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#6  0x0000561e86cc38f2 in smtp_process_one_msg ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#7  0x0000561e86cc3f33 in smtp_do_queue ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#8  0x0000561e86cc3fbf in smtp_do_queue_full ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#9  0x0000561e86c87e13 in PerformSessionHooks ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#10 0x0000561e86c73dd5 in do_housekeeping ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#11 0x0000561e86c8a952 in worker_thread ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#12 0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pd = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139810351904512, -5926168278360471484, 140734826778382, 140734826778383, 139810351902080, 8396800, 6021948088529373252, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        not_first_call = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#13 0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#14 0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 12 (Thread 0x7f2808ff9700 (LWP 597)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  0x00007f2825d29ec3 in __GI___select (nfds=59, readfds=0x7f2808ff8bf0, writefds=0x0, exceptfds=0x0, timeout=0x7f2808ff8be0) at ../sysdeps/unix/sysv/linux/select.c:41</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg3 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a5 = 139809926384608</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a2 = 139809926384624</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg4 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg1 = 59</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a3 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg5 = 139809926384608</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg2 = 139809926384624</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a4 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a1 = 59</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_cancel_oldtype = -514</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  0x0000561e86c8a447 in worker_thread ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pd = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809926387456, -5926168278360471484, 140734826778382, 140734826778383, 139809926385024, 139809977318912, 6021898356029311044, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        not_first_call = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#3  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#4  0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 11 (Thread 0x7f2820dbc700 (LWP 67)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  __libc_read (nbytes=8191, buf=0x7f2810130b10, fd=33) at ../sysdeps/unix/sysv/linux/read.c:26</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = 18446744073709551104</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_cancel_oldtype = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg3 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a2 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __value = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg1 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a3 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg2 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a1 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  __libc_read (fd=33, buf=0x7f2810130b10, nbytes=8191) at ../sysdeps/unix/sysv/linux/read.c:24</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x00007f2825fffed6 in StrBufTCP_read_buffered_line_fast (Line=0x7f28100fe740, IOBuf=0x7f28000dfb30, Pos=0x7f28000a36e0, fd=0x7f28000a3728, timeout=5, selectresolution=&lt;optimized out&gt;, Error=0x7f2820dba9a0) at lib/stringbuf.c:4317</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pche = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pos = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pLF = 0x0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        len = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        rlen = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        retlen = 19</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        nSuccessLess = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        rfds = {fds_bits = {0, 524288, 126, 32783, 524336, 8192, 35390530551809, 541165879534, 128, 579820586075, 1024, 16, 131072, 4096, 524288, 978326477955633920}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pch = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        fdflags = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        IsNonBlock = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        tv = {tv_sec = 32767, tv_usec = 7}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#3  0x0000561e86c89cbb in CtdlClientGetLine ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#4  0x0000561e86c81944 in CtdlReadMessageBodyBuf ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#5  0x0000561e86cc1847 in smtp_data ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#6  0x0000561e86cc2227 in smtp_command_loop ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#7  0x0000561e86c8a8a7 in worker_thread ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#8  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pd = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139810326693632, -5926168278360471484, 140734826778382, 140734826778383, 139810326691200, 8396800, 6021951441288218692, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        not_first_call = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#9  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#10 0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 10 (Thread 0x7f2822dc8700 (LWP 10)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  0x00007f2825d29ec3 in __GI___select (nfds=59, readfds=0x7f2822dc7bf0, writefds=0x0, exceptfds=0x0, timeout=0x7f2822dc7be0) at ../sysdeps/unix/sysv/linux/select.c:41</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg3 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a5 = 139810360294368</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a2 = 139810360294384</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg4 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg1 = 59</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a3 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg5 = 139810360294368</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg2 = 139810360294384</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a4 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a1 = 59</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_cancel_oldtype = -514</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  0x0000561e86c8a447 in worker_thread ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pd = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139810360297216, -5926168278360471484, 140734826778382, 140734826778383, 139810360294784, 8396800, 6021946989554616388, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        not_first_call = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#3  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#4  0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 9 (Thread 0x7f28097fa700 (LWP 120)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  0x00007f2825d29ec3 in __GI___select (nfds=59, readfds=0x7f28097f9bf0, writefds=0x0, exceptfds=0x0, timeout=0x7f28097f9be0) at ../sysdeps/unix/sysv/linux/select.c:41</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg3 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a5 = 139809934777312</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a2 = 139809934777328</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg4 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg1 = 59</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a3 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg5 = 139809934777312</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg2 = 139809934777328</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a4 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a1 = 59</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_cancel_oldtype = -514</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  0x0000561e86c8a447 in worker_thread ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pd = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809934780160, -5926168278360471484, 140734826778382, 140734826778383, 139809934777728, 139810111629120, 6021901655101065284, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        not_first_call = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#3  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#4  0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 8 (Thread 0x7f280b7fe700 (LWP 92)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  0x00007f2825d29ec3 in __GI___select (nfds=59, readfds=0x7f280b7fdbf0, writefds=0x0, exceptfds=0x0, timeout=0x7f280b7fdbe0) at ../sysdeps/unix/sysv/linux/select.c:41</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg3 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a5 = 139809968348128</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a2 = 139809968348144</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg4 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg1 = 59</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a3 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg5 = 139809968348128</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg2 = 139809968348144</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a4 = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a1 = 59</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_cancel_oldtype = -514</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  0x0000561e86c8a447 in worker_thread ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pd = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809968350976, -5926168278360471484, 140734826778382, 140734826778383, 139809968348544, 139810110988112, 6021897259202037828, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        not_first_call = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#3  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#4  0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 7 (Thread 0x7f2821dbe700 (LWP 15)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  __libc_read (nbytes=63, buf=0x7f27e4122af0, fd=57) at ../sysdeps/unix/sysv/linux/read.c:26</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = 18446744073709551104</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_cancel_oldtype = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg3 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a2 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __value = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg1 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a3 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg2 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a1 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  __libc_read (fd=57, buf=0x7f27e4122af0, nbytes=63) at ../sysdeps/unix/sysv/linux/read.c:24</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x00007f2825fffed6 in StrBufTCP_read_buffered_line_fast (Line=0x7f2818078d50, IOBuf=0x7f27ec0fc8b0, Pos=0x7f27e4079ec0, fd=0x7f27e4079f08, timeout=5, selectresolution=&lt;optimized out&gt;, Error=0x7f2821dbc9a0) at lib/stringbuf.c:4317</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pche = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pos = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pLF = 0x0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        len = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        rlen = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        retlen = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        nSuccessLess = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        rfds = {fds_bits = {1, 139810178072704, 511, 7, 0, 8192, 139809775419499, 527, 8240, 128, 755914244609, 532575944816, 2, 511101108331, 16, 0}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pch = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        fdflags = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        IsNonBlock = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        tv = {tv_sec = 139810343471552, tv_usec = 139810409532778}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#3  0x0000561e86c89cbb in CtdlClientGetLine ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#4  0x0000561e86c81944 in CtdlReadMessageBodyBuf ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#5  0x0000561e86cc1847 in smtp_data ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#6  0x0000561e86cc2227 in smtp_command_loop ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#7  0x0000561e86c8a8a7 in worker_thread ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#8  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pd = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139810343479040, -5926168278360471484, 140734826778382, 140734826778383, 139810343476608, 139810111003408, 6021953643532699716, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        not_first_call = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#9  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#10 0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 6 (Thread 0x7f280affd700 (LWP 105)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  __libc_read (nbytes=8191, buf=0x7f280018baf0, fd=56) at ../sysdeps/unix/sysv/linux/read.c:26</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = 18446744073709551104</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_cancel_oldtype = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg3 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a2 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __value = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg1 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a3 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg2 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a1 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  __libc_read (fd=56, buf=0x7f280018baf0, nbytes=8191) at ../sysdeps/unix/sysv/linux/read.c:24</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x00007f2825fffed6 in StrBufTCP_read_buffered_line_fast (Line=0x7f2800053fc0, IOBuf=0x7f281c090d00, Pos=0x7f281c0f7440, fd=0x7f281c0f7488, timeout=5, selectresolution=&lt;optimized out&gt;, Error=0x7f280affb9a0) at lib/stringbuf.c:4317</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pche = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pos = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pLF = 0x0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        len = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        rlen = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        retlen = 20</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        nSuccessLess = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        rfds = {fds_bits = {0, 262144, 125, 16399, 262192, 4096, 17798344491009, 139810409524331, 64, 545460847195, 512, 8, 131072, 4096, 262144, 978326477955633920}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pch = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        fdflags = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        IsNonBlock = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        tv = {tv_sec = 16383, tv_usec = 7}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#3  0x0000561e86c89cbb in CtdlClientGetLine ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#4  0x0000561e86c81944 in CtdlReadMessageBodyBuf ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#5  0x0000561e86cc1847 in smtp_data ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#6  0x0000561e86cc2227 in smtp_command_loop ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#7  0x0000561e86c8a8a7 in worker_thread ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#8  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pd = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809959958272, -5926168278360471484, 140734826778382, 140734826778383, 139809959955840, 139810044056768, 6021893960130283588, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        not_first_call = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#9  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#10 0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 5 (Thread 0x7f2822f2d980 (LWP 7)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  0x00007f2825cfa241 in __GI___clock_nanosleep (clock_id=0, flags=0, req=0x7fff615b8fd0, rem=0x0) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_cancel_oldtype = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        r = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  0x00007f2825cffa23 in __GI___nanosleep (requested_time=0x0, remaining=0x0) at nanosleep.c:27</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 4 (Thread 0x7f280a7fc700 (LWP 113)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  __libc_read (nbytes=5, buf=0x7f27f403a183, fd=47) at ../sysdeps/unix/sysv/linux/read.c:26</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = 18446744073709551104</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_cancel_oldtype = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg3 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a2 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __value = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg1 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a3 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg2 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a1 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  __libc_read (fd=47, buf=0x7f27f403a183, nbytes=5) at ../sysdeps/unix/sysv/linux/read.c:24</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x00007f28260f35e5 in ?? () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#3  0x00007f28260ee7fa in ?? () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#4  0x00007f28260ed6a4 in ?? () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#5  0x00007f28260edc73 in BIO_read () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#6  0x00007f2826346771 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#7  0x00007f282634a982 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#8  0x00007f28263482c0 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#9  0x00007f282637b499 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#10 0x00007f2826370f75 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#11 0x0000561e86c9667f in CtdlStartTLS ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#12 0x0000561e86c8806f in CtdlModuleStartCryptoMsgs ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#13 0x0000561e86caf4d1 in imaps_greeting ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#14 0x0000561e86c8a88a in worker_thread ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#15 0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pd = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809951565568, -5926168278360471484, 140734826778382, 140734826778383, 139809951563136, 139810044037136, 6021895056957556804, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        not_first_call = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#16 0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#17 0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 3 (Thread 0x7f2809ffb700 (LWP 116)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  __libc_read (nbytes=5, buf=0x7f27ec0d8873, fd=60) at ../sysdeps/unix/sysv/linux/read.c:26</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = 18446744073709551104</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_cancel_oldtype = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg3 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a2 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __value = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg1 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a3 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        resultvar = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        __arg2 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        _a1 = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  __libc_read (fd=60, buf=0x7f27ec0d8873, nbytes=5) at ../sysdeps/unix/sysv/linux/read.c:24</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x00007f28260f35e5 in ?? () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#3  0x00007f28260ee7fa in ?? () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#4  0x00007f28260ed6a4 in ?? () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#5  0x00007f28260edc73 in BIO_read () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#6  0x00007f2826346771 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#7  0x00007f282634a982 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#8  0x00007f28263482c0 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#9  0x00007f282637b499 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#10 0x00007f2826370f75 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#11 0x0000561e86c9667f in CtdlStartTLS ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#12 0x0000561e86c8806f in CtdlModuleStartCryptoMsgs ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#13 0x0000561e86cb9de7 in pop3s_greeting ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#14 0x0000561e86c8a88a in worker_thread ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#15 0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pd = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809943172864, -5926168278360471484, 140734826778382, 140734826778383, 139809943170432, 139810111553776, 6021900553978824772, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        not_first_call = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#16 0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#17 0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 2 (Thread 0x7f28215bd700 (LWP 18)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  0x0000561e86ccdd8a in xmpp_queue_event ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  0x0000561e86ccc711 in xmpp_logout_hook ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x0000561e86c87e13 in PerformSessionHooks ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#3  0x0000561e86c8bf2e in CtdlUserLogout ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#4  0x0000561e86c6fe29 in RemoveContext ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#5  0x0000561e86c70943 in dead_session_purge ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#6  0x0000561e86c8a94d in worker_thread ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#7  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pd = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139810335086336, -5926168278360471484, 140734826778382, 140734826778383, 139810335083904, 8396800, 6021954742507456580, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        not_first_call = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#8  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#9  0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;"> </p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">Thread 1 (Thread 0x7f280bfff700 (LWP 69)):</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#0  0x0000561e86ca5f3f in imap_fetch_body ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#1  0x0000561e86ca6cbd in imap_do_fetch_msg ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#2  0x0000561e86ca6fda in imap_do_fetch ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#3  0x0000561e86ca7a77 in imap_fetch ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#4  0x0000561e86cb1c0b in imap_command_loop ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#5  0x0000561e86c8a8a7 in worker_thread ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#6  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        ret = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        pd = &lt;optimized out&gt;</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809976743680, -5926168278360471484, 140734826778382, 140734826778383, 139809976741248, 8396800, 6021896158079797316, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">        not_first_call = 0</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#7  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No locals.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">#8  0x0000000000000000 in ?? ()</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">No symbol table info available.</p>
<p class="p3" style="font-family: sans-serif; font-size: 16px;">(gdb) </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099550194</link><pubDate>Wed, 24 Dec 2025 14:41:34 +0500</pubDate><title>Reproducible SIGSEGV caused by concurrency between IMAP FETCH, SMTP DATA, SMTP forwarding (Sieve), and SMTP queue delivery</title><guid isPermaLink="false">2099550194@Uncensored</guid><description><![CDATA[<html><body>

<p class="p1">Hello Citadel Team,</p>
<p class="p1">I'm reporting a <span class="s1">reproducible <strong>segmentation fault (SIGSEGV)</strong></span> observed in production, which appears to be caused by a <span class="s1"><strong>concurrency / thread-safety</strong> issue</span> in Citadel under normal usage conditions. I have collected <span class="s1">multiple core dumps</span> showing consistent call patterns and triggers.</p>
<p class="p1">Deployment: Docker</p>
<p class="p1">OS: Linux x86_64 (glibc-based)</p>
<p class="p1">Protocols in use:</p>
<p class="p1">* IMAPS</p>
<p class="p1">* SMTP (inbound + outbound)</p>
<p class="p1">* SMTP queue delivery</p>
<p> </p>
<p class="p2">Sieve: Enabled (email forwarding rules)</p>
<p class="p2">No custom patches. No abnormal traffic patterns.</p>
<p class="p2"><span><br /></span></p>
<p class="p2"><strong>Observed Behaviour</strong></p>
<p class="p2"><span>Citadel crashes with </span><span class="s1">SIGSEGV</span><span> </span><span>during normal operation. </span>The crashes began <span class="s1">after ~26 weeks of stable, uninterrupted operation</span>, without any infrastructure or configuration changes. The only relevant behavioural change before the first crash was the introduction of <span class="s1">new Sieve forwarding rules</span>, which increased outbound SMTP activity.</p>
<p class="p2"> </p>
<p class="p1"><strong>From Core Dumps</strong></p>
<p class="p1">The crashes consistently occur when the following operations overlap in time:</p>
<p class="p1"><strong>Thread A – IMAP FETCH (user reading mail)</strong></p>
<p class="p1">imap_fetch_body()</p>
<p class="p1">imap_do_fetch_msg()</p>
<p class="p1">imap_do_fetch()</p>
<p class="p1">imap_command_loop()</p>
<p class="p1"> </p>
<p class="p1"><strong>Thread B – SMTP DATA (receiving mail)</strong></p>
<p class="p1">smtp_data()</p>
<p class="p1">smtp_command_loop()</p>
<p class="p1">CtdlReadMessageBodyBuf()</p>
<p class="p1">StrBufTCP_read_buffered_line_fast()</p>
<p class="p1"> </p>
<p class="p1"><strong>Thread C – SMTP Forwarding / Queue Delivery</strong></p>
<p class="p1">smtp_attempt_delivery()</p>
<p class="p1">smtp_do_queue()</p>
<p class="p1">smtp_do_queue_full()</p>
<p class="p1">curl_easy_perform()</p>
<p class="p1">curl_multi_poll()</p>
<p class="p1"> </p>
<p class="p1"><strong>Additional Concurrent Activity</strong></p>
<p class="p1">* TLS handshakes (CtdlStartTLS, imaps_greeting, pop3s_greeting)</p>
<p class="p1">* Session cleanup and hooks (PerformSessionHooks, do_housekeeping)</p>
<p class="p1">* In some crashes, XMPP hooks are also active</p>
<p class="p1"> </p>
<p class="p2"><strong>Analysis / Suspected Root Cause</strong></p>
<p class="p3">Based on repeated core dump analysis:</p>
<p class="p1"> </p>
<ul>
<li>
<p class="p1"><span class="s1">These execution paths </span><strong>share internal buffers/message structures</strong><strong></strong></p>
</li>
<li>
<p class="p1">Some of these paths appear not to be<span class="s1"><strong> fully thread-safe</strong><strong></strong></span></p>
</li>
<li>
<p class="p1">Increased outbound SMTP concurrency (introduced by Sieve forwarding) significantly raises the likelihood of these paths overlapping</p>
</li>
<li>
<p class="p1">This results in <span class="s1"><strong>memory corruption</strong></span>, eventually causing a SIGSEGV (often observed shortly after <span class="s2">read()</span>, <span class="s2">select()</span>, or buffer handling)</p>
</li>
</ul>
<p> </p>
<p class="p2"> </p>
<p class="p3"><strong>Important notes:</strong></p>
<p class="p1"> </p>
<ul>
<li>
<p class="p1">The Sieve rules themselves are valid and correctly defined</p>
</li>
<li>
<p class="p1">The issue is not caused by user error or misconfiguration</p>
</li>
<li>
<p class="p1">Forwarding acts as a <span class="s1"><strong>trigger</strong></span>, not the root defect</p>
</li>
</ul>
<p> </p>
<p class="p2"> </p>
<p class="p3"><strong>Reproduction Pattern (High-Level)</strong></p>
<p class="p3">While not 100% deterministic, the crash frequency increases significantly when:</p>
<p class="p1"> </p>
<ol start="1">
<li>
<p class="p1">Sieve forwarding is enabled for active mailboxes</p>
</li>
<li>
<p class="p1">Inbound SMTP traffic is present</p>
</li>
<li>
<p class="p1">Users fetch messages (IMAP FETCH) concurrently</p>
</li>
<li>
<p class="p1">SMTP queue delivery runs in parallel (especially to external domains)</p>
</li>
</ol>
<p> </p>
<p class="p2">Reducing worker thread concurrency <span class="s2"><strong>significantly reduces or eliminates crashes</strong></span>, which further suggests a concurrency-related issue.</p>
<p class="p2"> </p>
<p class="p3"><strong>Expected Behaviour</strong></p>
<p class="p3">Citadel should be able to safely handle concurrent:</p>
<p class="p1"> </p>
<ul>
<li>
<p class="p1">IMAP FETCH</p>
</li>
<li>
<p class="p1">SMTP DATA</p>
</li>
<li>
<p class="p1">SMTP forwarding (Sieve)</p>
</li>
<li>
<p class="p1">SMTP queue delivery</p>
</li>
</ul>
<p class="p3">without memory corruption or segmentation faults.</p>
<p class="p1"> </p>
<p> </p>
<p><strong>Questions for the Development Team</strong></p>
<ol start="1">
<li>
<p class="p1"><span class="s1">Is this a </span><strong>known concurrency issue</strong><span class="s1">?</span></p>
</li>
<li>
<p class="p1"><span class="s1">Has this behaviour been </span><strong>addressed in newer Citadel versions</strong><span class="s1">?</span></p>
</li>
<li>
<p class="p1">Are there recommended patches, configuration flags, or build options to mitigate this safely?</p>
</li>
<li>
<p class="p1">Would additional debugging data (full core dumps, symbols, logs) be helpful?</p>
</li>
</ol>
<p class="p3"> </p>
<p> </p>
<p class="p3">Thank you for your time and for maintaining Citadel.</p>
<p class="p3"> </p>
<p class="p3">root@tpc-co-cit02:/# gdb /usr/local/citadel/citserver /citadel-data/server1-backup/core.7 </p>
<p class="p3">GNU gdb (Debian 10.1-1.7) 10.1.90.20210103-git</p>
<p class="p3">Copyright (C) 2021 Free Software Foundation, Inc.</p>
<p class="p3">License GPLv3+: GNU GPL version 3 or later &lt;http://gnu.org/licenses/gpl.html&gt;</p>
<p class="p3">This is free software: you are free to change and redistribute it.</p>
<p class="p3">There is NO WARRANTY, to the extent permitted by law.</p>
<p class="p3">Type "show copying" and "show warranty" for details.</p>
<p class="p3">This GDB was configured as "x86_64-linux-gnu".</p>
<p class="p3">Type "show configuration" for configuration details.</p>
<p class="p3">For bug reporting instructions, please see:</p>
<p class="p3">&lt;https://www.gnu.org/software/gdb/bugs/&gt;.</p>
<p class="p3">Find the GDB manual and other documentation resources online at:</p>
<p class="p3">    &lt;http://www.gnu.org/software/gdb/documentation/&gt;.</p>
<p class="p3"> </p>
<p class="p3">For help, type "help".</p>
<p class="p3">Type "apropos word" to search for commands related to "word"...</p>
<p class="p3">Reading symbols from /usr/local/citadel/citserver...</p>
<p class="p3">(No debugging symbols found in /usr/local/citadel/citserver)</p>
<p class="p3">[New LWP 69]</p>
<p class="p3">[New LWP 18]</p>
<p class="p3">[New LWP 116]</p>
<p class="p3">[New LWP 113]</p>
<p class="p3">[New LWP 7]</p>
<p class="p3">[New LWP 105]</p>
<p class="p3">[New LWP 15]</p>
<p class="p3">[New LWP 92]</p>
<p class="p3">[New LWP 120]</p>
<p class="p3">[New LWP 10]</p>
<p class="p3">[New LWP 67]</p>
<p class="p3">[New LWP 597]</p>
<p class="p3">[New LWP 11]</p>
<p class="p3">[Thread debugging using libthread_db enabled]</p>
<p class="p3">Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".</p>
<p class="p3">Core was generated by `citserver -x9 -h /citadel-data'.</p>
<p class="p3">Program terminated with signal SIGSEGV, Segmentation fault.</p>
<p class="p3">#0  0x0000561e86ca5f3f in imap_fetch_body ()</p>
<p class="p3">[Current thread is 1 (Thread 0x7f280bfff700 (LWP 69))]</p>
<p class="p3">(gdb) set pagination off</p>
<p class="p3">(gdb) thread apply all bt full</p>
<p class="p3"> </p>
<p class="p3">Thread 13 (Thread 0x7f28225c7700 (LWP 11)):</p>
<p class="p3">#0  0x00007f2825d27a0f in __GI___poll (fds=0x7f28225bf870, nfds=2, timeout=1000) at ../sysdeps/unix/sysv/linux/poll.c:29</p>
<p class="p3">        __arg2 = &lt;optimized out&gt;</p>
<p class="p3">        _a3 = 1000</p>
<p class="p3">        _a1 = 139810351872112</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        __arg3 = &lt;optimized out&gt;</p>
<p class="p3">        __arg1 = &lt;optimized out&gt;</p>
<p class="p3">        _a2 = 2</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        sc_cancel_oldtype = &lt;optimized out&gt;</p>
<p class="p3">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3">#1  0x00007f2825e75bca in ?? () from /usr/lib/x86_64-linux-gnu/libcurl.so.4</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#2  0x00007f2825e6abcc in ?? () from /usr/lib/x86_64-linux-gnu/libcurl.so.4</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#3  0x00007f2825e6ad56 in curl_multi_poll () from /usr/lib/x86_64-linux-gnu/libcurl.so.4</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#4  0x00007f2825e439cf in curl_easy_perform () from /usr/lib/x86_64-linux-gnu/libcurl.so.4</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#5  0x0000561e86cc32c5 in smtp_attempt_delivery ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#6  0x0000561e86cc38f2 in smtp_process_one_msg ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#7  0x0000561e86cc3f33 in smtp_do_queue ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#8  0x0000561e86cc3fbf in smtp_do_queue_full ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#9  0x0000561e86c87e13 in PerformSessionHooks ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#10 0x0000561e86c73dd5 in do_housekeeping ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#11 0x0000561e86c8a952 in worker_thread ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#12 0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">        pd = &lt;optimized out&gt;</p>
<p class="p3">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139810351904512, -5926168278360471484, 140734826778382, 140734826778383, 139810351902080, 8396800, 6021948088529373252, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3">        not_first_call = 0</p>
<p class="p3">#13 0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3">No locals.</p>
<p class="p3">#14 0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3"> </p>
<p class="p3">Thread 12 (Thread 0x7f2808ff9700 (LWP 597)):</p>
<p class="p3">#0  0x00007f2825d29ec3 in __GI___select (nfds=59, readfds=0x7f2808ff8bf0, writefds=0x0, exceptfds=0x0, timeout=0x7f2808ff8be0) at ../sysdeps/unix/sysv/linux/select.c:41</p>
<p class="p3">        __arg3 = 0</p>
<p class="p3">        _a5 = 139809926384608</p>
<p class="p3">        _a2 = 139809926384624</p>
<p class="p3">        __arg4 = 0</p>
<p class="p3">        __arg1 = 59</p>
<p class="p3">        _a3 = 0</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        __arg5 = 139809926384608</p>
<p class="p3">        __arg2 = 139809926384624</p>
<p class="p3">        _a4 = 0</p>
<p class="p3">        _a1 = 59</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        sc_cancel_oldtype = -514</p>
<p class="p3">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3">#1  0x0000561e86c8a447 in worker_thread ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#2  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">        pd = &lt;optimized out&gt;</p>
<p class="p3">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809926387456, -5926168278360471484, 140734826778382, 140734826778383, 139809926385024, 139809977318912, 6021898356029311044, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3">        not_first_call = 0</p>
<p class="p3">#3  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3">No locals.</p>
<p class="p3">#4  0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3"> </p>
<p class="p3">Thread 11 (Thread 0x7f2820dbc700 (LWP 67)):</p>
<p class="p3">#0  __libc_read (nbytes=8191, buf=0x7f2810130b10, fd=33) at ../sysdeps/unix/sysv/linux/read.c:26</p>
<p class="p3">        resultvar = 18446744073709551104</p>
<p class="p3">        sc_cancel_oldtype = 0</p>
<p class="p3">        __arg3 = &lt;optimized out&gt;</p>
<p class="p3">        _a2 = &lt;optimized out&gt;</p>
<p class="p3">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3">        __value = &lt;optimized out&gt;</p>
<p class="p3">        __arg1 = &lt;optimized out&gt;</p>
<p class="p3">        _a3 = &lt;optimized out&gt;</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        __arg2 = &lt;optimized out&gt;</p>
<p class="p3">        _a1 = &lt;optimized out&gt;</p>
<p class="p3">#1  __libc_read (fd=33, buf=0x7f2810130b10, nbytes=8191) at ../sysdeps/unix/sysv/linux/read.c:24</p>
<p class="p3">No locals.</p>
<p class="p3">#2  0x00007f2825fffed6 in StrBufTCP_read_buffered_line_fast (Line=0x7f28100fe740, IOBuf=0x7f28000dfb30, Pos=0x7f28000a36e0, fd=0x7f28000a3728, timeout=5, selectresolution=&lt;optimized out&gt;, Error=0x7f2820dba9a0) at lib/stringbuf.c:4317</p>
<p class="p3">        pche = &lt;optimized out&gt;</p>
<p class="p3">        pos = &lt;optimized out&gt;</p>
<p class="p3">        pLF = 0x0</p>
<p class="p3">        len = &lt;optimized out&gt;</p>
<p class="p3">        rlen = &lt;optimized out&gt;</p>
<p class="p3">        retlen = 19</p>
<p class="p3">        nSuccessLess = 0</p>
<p class="p3">        rfds = {fds_bits = {0, 524288, 126, 32783, 524336, 8192, 35390530551809, 541165879534, 128, 579820586075, 1024, 16, 131072, 4096, 524288, 978326477955633920}}</p>
<p class="p3">        pch = &lt;optimized out&gt;</p>
<p class="p3">        fdflags = &lt;optimized out&gt;</p>
<p class="p3">        IsNonBlock = 0</p>
<p class="p3">        tv = {tv_sec = 32767, tv_usec = 7}</p>
<p class="p3">#3  0x0000561e86c89cbb in CtdlClientGetLine ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#4  0x0000561e86c81944 in CtdlReadMessageBodyBuf ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#5  0x0000561e86cc1847 in smtp_data ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#6  0x0000561e86cc2227 in smtp_command_loop ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#7  0x0000561e86c8a8a7 in worker_thread ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#8  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">        pd = &lt;optimized out&gt;</p>
<p class="p3">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139810326693632, -5926168278360471484, 140734826778382, 140734826778383, 139810326691200, 8396800, 6021951441288218692, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3">        not_first_call = 0</p>
<p class="p3">#9  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3">No locals.</p>
<p class="p3">#10 0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3"> </p>
<p class="p3">Thread 10 (Thread 0x7f2822dc8700 (LWP 10)):</p>
<p class="p3">#0  0x00007f2825d29ec3 in __GI___select (nfds=59, readfds=0x7f2822dc7bf0, writefds=0x0, exceptfds=0x0, timeout=0x7f2822dc7be0) at ../sysdeps/unix/sysv/linux/select.c:41</p>
<p class="p3">        __arg3 = 0</p>
<p class="p3">        _a5 = 139810360294368</p>
<p class="p3">        _a2 = 139810360294384</p>
<p class="p3">        __arg4 = 0</p>
<p class="p3">        __arg1 = 59</p>
<p class="p3">        _a3 = 0</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        __arg5 = 139810360294368</p>
<p class="p3">        __arg2 = 139810360294384</p>
<p class="p3">        _a4 = 0</p>
<p class="p3">        _a1 = 59</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        sc_cancel_oldtype = -514</p>
<p class="p3">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3">#1  0x0000561e86c8a447 in worker_thread ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#2  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">        pd = &lt;optimized out&gt;</p>
<p class="p3">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139810360297216, -5926168278360471484, 140734826778382, 140734826778383, 139810360294784, 8396800, 6021946989554616388, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3">        not_first_call = 0</p>
<p class="p3">#3  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3">No locals.</p>
<p class="p3">#4  0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3"> </p>
<p class="p3">Thread 9 (Thread 0x7f28097fa700 (LWP 120)):</p>
<p class="p3">#0  0x00007f2825d29ec3 in __GI___select (nfds=59, readfds=0x7f28097f9bf0, writefds=0x0, exceptfds=0x0, timeout=0x7f28097f9be0) at ../sysdeps/unix/sysv/linux/select.c:41</p>
<p class="p3">        __arg3 = 0</p>
<p class="p3">        _a5 = 139809934777312</p>
<p class="p3">        _a2 = 139809934777328</p>
<p class="p3">        __arg4 = 0</p>
<p class="p3">        __arg1 = 59</p>
<p class="p3">        _a3 = 0</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        __arg5 = 139809934777312</p>
<p class="p3">        __arg2 = 139809934777328</p>
<p class="p3">        _a4 = 0</p>
<p class="p3">        _a1 = 59</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        sc_cancel_oldtype = -514</p>
<p class="p3">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3">#1  0x0000561e86c8a447 in worker_thread ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#2  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">        pd = &lt;optimized out&gt;</p>
<p class="p3">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809934780160, -5926168278360471484, 140734826778382, 140734826778383, 139809934777728, 139810111629120, 6021901655101065284, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3">        not_first_call = 0</p>
<p class="p3">#3  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3">No locals.</p>
<p class="p3">#4  0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3"> </p>
<p class="p3">Thread 8 (Thread 0x7f280b7fe700 (LWP 92)):</p>
<p class="p3">#0  0x00007f2825d29ec3 in __GI___select (nfds=59, readfds=0x7f280b7fdbf0, writefds=0x0, exceptfds=0x0, timeout=0x7f280b7fdbe0) at ../sysdeps/unix/sysv/linux/select.c:41</p>
<p class="p3">        __arg3 = 0</p>
<p class="p3">        _a5 = 139809968348128</p>
<p class="p3">        _a2 = 139809968348144</p>
<p class="p3">        __arg4 = 0</p>
<p class="p3">        __arg1 = 59</p>
<p class="p3">        _a3 = 0</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        __arg5 = 139809968348128</p>
<p class="p3">        __arg2 = 139809968348144</p>
<p class="p3">        _a4 = 0</p>
<p class="p3">        _a1 = 59</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        sc_cancel_oldtype = -514</p>
<p class="p3">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3">#1  0x0000561e86c8a447 in worker_thread ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#2  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">        pd = &lt;optimized out&gt;</p>
<p class="p3">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809968350976, -5926168278360471484, 140734826778382, 140734826778383, 139809968348544, 139810110988112, 6021897259202037828, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3">        not_first_call = 0</p>
<p class="p3">#3  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3">No locals.</p>
<p class="p3">#4  0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3"> </p>
<p class="p3">Thread 7 (Thread 0x7f2821dbe700 (LWP 15)):</p>
<p class="p3">#0  __libc_read (nbytes=63, buf=0x7f27e4122af0, fd=57) at ../sysdeps/unix/sysv/linux/read.c:26</p>
<p class="p3">        resultvar = 18446744073709551104</p>
<p class="p3">        sc_cancel_oldtype = 0</p>
<p class="p3">        __arg3 = &lt;optimized out&gt;</p>
<p class="p3">        _a2 = &lt;optimized out&gt;</p>
<p class="p3">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3">        __value = &lt;optimized out&gt;</p>
<p class="p3">        __arg1 = &lt;optimized out&gt;</p>
<p class="p3">        _a3 = &lt;optimized out&gt;</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        __arg2 = &lt;optimized out&gt;</p>
<p class="p3">        _a1 = &lt;optimized out&gt;</p>
<p class="p3">#1  __libc_read (fd=57, buf=0x7f27e4122af0, nbytes=63) at ../sysdeps/unix/sysv/linux/read.c:24</p>
<p class="p3">No locals.</p>
<p class="p3">#2  0x00007f2825fffed6 in StrBufTCP_read_buffered_line_fast (Line=0x7f2818078d50, IOBuf=0x7f27ec0fc8b0, Pos=0x7f27e4079ec0, fd=0x7f27e4079f08, timeout=5, selectresolution=&lt;optimized out&gt;, Error=0x7f2821dbc9a0) at lib/stringbuf.c:4317</p>
<p class="p3">        pche = &lt;optimized out&gt;</p>
<p class="p3">        pos = &lt;optimized out&gt;</p>
<p class="p3">        pLF = 0x0</p>
<p class="p3">        len = &lt;optimized out&gt;</p>
<p class="p3">        rlen = &lt;optimized out&gt;</p>
<p class="p3">        retlen = 0</p>
<p class="p3">        nSuccessLess = 0</p>
<p class="p3">        rfds = {fds_bits = {1, 139810178072704, 511, 7, 0, 8192, 139809775419499, 527, 8240, 128, 755914244609, 532575944816, 2, 511101108331, 16, 0}}</p>
<p class="p3">        pch = &lt;optimized out&gt;</p>
<p class="p3">        fdflags = &lt;optimized out&gt;</p>
<p class="p3">        IsNonBlock = 0</p>
<p class="p3">        tv = {tv_sec = 139810343471552, tv_usec = 139810409532778}</p>
<p class="p3">#3  0x0000561e86c89cbb in CtdlClientGetLine ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#4  0x0000561e86c81944 in CtdlReadMessageBodyBuf ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#5  0x0000561e86cc1847 in smtp_data ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#6  0x0000561e86cc2227 in smtp_command_loop ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#7  0x0000561e86c8a8a7 in worker_thread ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#8  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">        pd = &lt;optimized out&gt;</p>
<p class="p3">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139810343479040, -5926168278360471484, 140734826778382, 140734826778383, 139810343476608, 139810111003408, 6021953643532699716, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3">        not_first_call = 0</p>
<p class="p3">#9  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3">No locals.</p>
<p class="p3">#10 0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3"> </p>
<p class="p3">Thread 6 (Thread 0x7f280affd700 (LWP 105)):</p>
<p class="p3">#0  __libc_read (nbytes=8191, buf=0x7f280018baf0, fd=56) at ../sysdeps/unix/sysv/linux/read.c:26</p>
<p class="p3">        resultvar = 18446744073709551104</p>
<p class="p3">        sc_cancel_oldtype = 0</p>
<p class="p3">        __arg3 = &lt;optimized out&gt;</p>
<p class="p3">        _a2 = &lt;optimized out&gt;</p>
<p class="p3">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3">        __value = &lt;optimized out&gt;</p>
<p class="p3">        __arg1 = &lt;optimized out&gt;</p>
<p class="p3">        _a3 = &lt;optimized out&gt;</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        __arg2 = &lt;optimized out&gt;</p>
<p class="p3">        _a1 = &lt;optimized out&gt;</p>
<p class="p3">#1  __libc_read (fd=56, buf=0x7f280018baf0, nbytes=8191) at ../sysdeps/unix/sysv/linux/read.c:24</p>
<p class="p3">No locals.</p>
<p class="p3">#2  0x00007f2825fffed6 in StrBufTCP_read_buffered_line_fast (Line=0x7f2800053fc0, IOBuf=0x7f281c090d00, Pos=0x7f281c0f7440, fd=0x7f281c0f7488, timeout=5, selectresolution=&lt;optimized out&gt;, Error=0x7f280affb9a0) at lib/stringbuf.c:4317</p>
<p class="p3">        pche = &lt;optimized out&gt;</p>
<p class="p3">        pos = &lt;optimized out&gt;</p>
<p class="p3">        pLF = 0x0</p>
<p class="p3">        len = &lt;optimized out&gt;</p>
<p class="p3">        rlen = &lt;optimized out&gt;</p>
<p class="p3">        retlen = 20</p>
<p class="p3">        nSuccessLess = 0</p>
<p class="p3">        rfds = {fds_bits = {0, 262144, 125, 16399, 262192, 4096, 17798344491009, 139810409524331, 64, 545460847195, 512, 8, 131072, 4096, 262144, 978326477955633920}}</p>
<p class="p3">        pch = &lt;optimized out&gt;</p>
<p class="p3">        fdflags = &lt;optimized out&gt;</p>
<p class="p3">        IsNonBlock = 0</p>
<p class="p3">        tv = {tv_sec = 16383, tv_usec = 7}</p>
<p class="p3">#3  0x0000561e86c89cbb in CtdlClientGetLine ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#4  0x0000561e86c81944 in CtdlReadMessageBodyBuf ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#5  0x0000561e86cc1847 in smtp_data ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#6  0x0000561e86cc2227 in smtp_command_loop ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#7  0x0000561e86c8a8a7 in worker_thread ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#8  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">        pd = &lt;optimized out&gt;</p>
<p class="p3">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809959958272, -5926168278360471484, 140734826778382, 140734826778383, 139809959955840, 139810044056768, 6021893960130283588, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3">        not_first_call = 0</p>
<p class="p3">#9  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3">No locals.</p>
<p class="p3">#10 0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3"> </p>
<p class="p3">Thread 5 (Thread 0x7f2822f2d980 (LWP 7)):</p>
<p class="p3">#0  0x00007f2825cfa241 in __GI___clock_nanosleep (clock_id=0, flags=0, req=0x7fff615b8fd0, rem=0x0) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48</p>
<p class="p3">        sc_cancel_oldtype = &lt;optimized out&gt;</p>
<p class="p3">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3">        r = &lt;optimized out&gt;</p>
<p class="p3">#1  0x00007f2825cffa23 in __GI___nanosleep (requested_time=0x0, remaining=0x0) at nanosleep.c:27</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">#2  0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3"> </p>
<p class="p3">Thread 4 (Thread 0x7f280a7fc700 (LWP 113)):</p>
<p class="p3">#0  __libc_read (nbytes=5, buf=0x7f27f403a183, fd=47) at ../sysdeps/unix/sysv/linux/read.c:26</p>
<p class="p3">        resultvar = 18446744073709551104</p>
<p class="p3">        sc_cancel_oldtype = 0</p>
<p class="p3">        __arg3 = &lt;optimized out&gt;</p>
<p class="p3">        _a2 = &lt;optimized out&gt;</p>
<p class="p3">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3">        __value = &lt;optimized out&gt;</p>
<p class="p3">        __arg1 = &lt;optimized out&gt;</p>
<p class="p3">        _a3 = &lt;optimized out&gt;</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        __arg2 = &lt;optimized out&gt;</p>
<p class="p3">        _a1 = &lt;optimized out&gt;</p>
<p class="p3">#1  __libc_read (fd=47, buf=0x7f27f403a183, nbytes=5) at ../sysdeps/unix/sysv/linux/read.c:24</p>
<p class="p3">No locals.</p>
<p class="p3">#2  0x00007f28260f35e5 in ?? () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#3  0x00007f28260ee7fa in ?? () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#4  0x00007f28260ed6a4 in ?? () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#5  0x00007f28260edc73 in BIO_read () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#6  0x00007f2826346771 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#7  0x00007f282634a982 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#8  0x00007f28263482c0 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#9  0x00007f282637b499 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#10 0x00007f2826370f75 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#11 0x0000561e86c9667f in CtdlStartTLS ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#12 0x0000561e86c8806f in CtdlModuleStartCryptoMsgs ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#13 0x0000561e86caf4d1 in imaps_greeting ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#14 0x0000561e86c8a88a in worker_thread ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#15 0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">        pd = &lt;optimized out&gt;</p>
<p class="p3">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809951565568, -5926168278360471484, 140734826778382, 140734826778383, 139809951563136, 139810044037136, 6021895056957556804, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3">        not_first_call = 0</p>
<p class="p3">#16 0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3">No locals.</p>
<p class="p3">#17 0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3"> </p>
<p class="p3">Thread 3 (Thread 0x7f2809ffb700 (LWP 116)):</p>
<p class="p3">#0  __libc_read (nbytes=5, buf=0x7f27ec0d8873, fd=60) at ../sysdeps/unix/sysv/linux/read.c:26</p>
<p class="p3">        resultvar = 18446744073709551104</p>
<p class="p3">        sc_cancel_oldtype = 0</p>
<p class="p3">        __arg3 = &lt;optimized out&gt;</p>
<p class="p3">        _a2 = &lt;optimized out&gt;</p>
<p class="p3">        sc_ret = &lt;optimized out&gt;</p>
<p class="p3">        __value = &lt;optimized out&gt;</p>
<p class="p3">        __arg1 = &lt;optimized out&gt;</p>
<p class="p3">        _a3 = &lt;optimized out&gt;</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        resultvar = &lt;optimized out&gt;</p>
<p class="p3">        __arg2 = &lt;optimized out&gt;</p>
<p class="p3">        _a1 = &lt;optimized out&gt;</p>
<p class="p3">#1  __libc_read (fd=60, buf=0x7f27ec0d8873, nbytes=5) at ../sysdeps/unix/sysv/linux/read.c:24</p>
<p class="p3">No locals.</p>
<p class="p3">#2  0x00007f28260f35e5 in ?? () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#3  0x00007f28260ee7fa in ?? () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#4  0x00007f28260ed6a4 in ?? () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#5  0x00007f28260edc73 in BIO_read () from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#6  0x00007f2826346771 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#7  0x00007f282634a982 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#8  0x00007f28263482c0 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#9  0x00007f282637b499 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#10 0x00007f2826370f75 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.1</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#11 0x0000561e86c9667f in CtdlStartTLS ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#12 0x0000561e86c8806f in CtdlModuleStartCryptoMsgs ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#13 0x0000561e86cb9de7 in pop3s_greeting ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#14 0x0000561e86c8a88a in worker_thread ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#15 0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">        pd = &lt;optimized out&gt;</p>
<p class="p3">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809943172864, -5926168278360471484, 140734826778382, 140734826778383, 139809943170432, 139810111553776, 6021900553978824772, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3">        not_first_call = 0</p>
<p class="p3">#16 0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3">No locals.</p>
<p class="p3">#17 0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3"> </p>
<p class="p3">Thread 2 (Thread 0x7f28215bd700 (LWP 18)):</p>
<p class="p3">#0  0x0000561e86ccdd8a in xmpp_queue_event ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#1  0x0000561e86ccc711 in xmpp_logout_hook ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#2  0x0000561e86c87e13 in PerformSessionHooks ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#3  0x0000561e86c8bf2e in CtdlUserLogout ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#4  0x0000561e86c6fe29 in RemoveContext ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#5  0x0000561e86c70943 in dead_session_purge ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#6  0x0000561e86c8a94d in worker_thread ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#7  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">        pd = &lt;optimized out&gt;</p>
<p class="p3">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139810335086336, -5926168278360471484, 140734826778382, 140734826778383, 139810335083904, 8396800, 6021954742507456580, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3">        not_first_call = 0</p>
<p class="p3">#8  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3">No locals.</p>
<p class="p3">#9  0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3"> </p>
<p class="p3">Thread 1 (Thread 0x7f280bfff700 (LWP 69)):</p>
<p class="p3">#0  0x0000561e86ca5f3f in imap_fetch_body ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#1  0x0000561e86ca6cbd in imap_do_fetch_msg ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#2  0x0000561e86ca6fda in imap_do_fetch ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#3  0x0000561e86ca7a77 in imap_fetch ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#4  0x0000561e86cb1c0b in imap_command_loop ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#5  0x0000561e86c8a8a7 in worker_thread ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">#6  0x00007f2825fd1ea7 in start_thread (arg=&lt;optimized out&gt;) at pthread_create.c:477</p>
<p class="p3">        ret = &lt;optimized out&gt;</p>
<p class="p3">        pd = &lt;optimized out&gt;</p>
<p class="p3">        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139809976743680, -5926168278360471484, 140734826778382, 140734826778383, 139809976741248, 8396800, 6021896158079797316, 6021962115441018948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}</p>
<p class="p3">        not_first_call = 0</p>
<p class="p3">#7  0x00007f2825d33acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:71</p>
<p class="p3">No locals.</p>
<p class="p3">#8  0x0000000000000000 in ?? ()</p>
<p class="p3">No symbol table info available.</p>
<p class="p3">(gdb) </p>
<p> </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099547581</link><pubDate>Thu, 04 Dec 2025 11:47:58 +0500</pubDate><title>Re: Email setup</title><guid isPermaLink="false">2099547581@Uncensored</guid><description><![CDATA[If you don't see the Administration tab, you're not logged in as an administrator.

]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099547437</link><pubDate>Wed, 03 Dec 2025 10:50:32 +0500</pubDate><title>Email setup</title><guid isPermaLink="false">2099547437@Uncensored</guid><description><![CDATA[<html><body>

<p>First of all I am very new to this, so my apologies in advance.</p>
<p> </p>
<p>I've had a longtime project to setup an email server that I'm getting back to.  I was following an older video as guidance in which Citadel had an Administration tab right next to the Advanced tab.  I already have the domain and need to enter that information so that I can create the various email accounts using the Citadel Server.  Without the Advanced tab, I can't find where to enter the domain information.  With so much reference information I can't seem to find what I need, I have no doubt that it's there-somewhere.   Can someone point me in the right direction?</p>
<p> </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099546150</link><pubDate>Sun, 23 Nov 2025 20:35:20 +0500</pubDate><title>Re: Berkeley DB cannot be downloaded</title><guid isPermaLink="false">2099546150@Uncensored</guid><description><![CDATA[<html><body>

<p>That's correct, actually.  Over the last couple of days we've had some pretty bad network flooding.  I think I've got most of it worked out so try again.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099546138</link><pubDate>Sun, 23 Nov 2025 18:48:30 +0500</pubDate><title>Re: Berkeley DB cannot be downloaded</title><guid isPermaLink="false">2099546138@Uncensored</guid><description><![CDATA[<html><body>

<p>Sorry, IG not LG.. fat fingers. </p>
<p> </p>
<p>Also, i was able to download it a bit ago, yes slowly, but it did finally complete. Id offer to share it out on google or something, but if you are smart, you would not trust me anyway. </p>
<blockquote>
<div class="message_header"><span>SorSun Nov 23 2025 23:43:28 UTC</span> <span>from <a href="do_template?template=user_show?who=Nurb432">Nurb432</a> </span> <span class="message_subject">Subject: Re: Berkeley DB cannot be downloaded</span></div>
<div class="message_content">
<p>I don't want to speak for LG as i'm not sure if hes hosting the files via the same network provider as the board, but there have been network issues here of late here on the board, and if my guess is right, it could/would effect that too.</p>
<p>Keep retrying..</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099546137</link><pubDate>Sun, 23 Nov 2025 18:43:28 +0500</pubDate><title>Re: Berkeley DB cannot be downloaded</title><guid isPermaLink="false">2099546137@Uncensored</guid><description><![CDATA[<html><body>

<p>I don't want to speak for LG as i'm not sure if hes hosting the files via the same network provider as the board, but there have been network issues here of late here on the board, and if my guess is right, it could/would effect that too.</p>
<p>Keep retrying..</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099546116</link><pubDate>Sun, 23 Nov 2025 10:16:18 +0500</pubDate><title>Berkeley DB cannot be downloaded</title><guid isPermaLink="false">2099546116@Uncensored</guid><description><![CDATA[<html><body>

<p>(I hope this is the Citadel Support room)</p>
<p>Hello,</p>
<p>I'm trying to install Citadel on my Rpi3 using your easyinstall script. The script does not complete. During installation it needs a certain Berkeley database file. This download is extremely slow and/or the file cannot be downloaded. When I go to https://easyinstall.citadel.org/db-18.1.40.tar.gz myself using a browser the download also fails.</p>
<p>Any help is appreciated.</p>
<p>Regards Bart</p>
<p>A piece of the script output is:</p>
<blockquote>
<p> Downloading Berkeley DB...<br />--2025-11-23 14:52:31--  https://easyinstall.citadel.org/db-18.1.40.tar.gz<br />Resolving easyinstall.citadel.org (easyinstall.citadel.org)... 72.0.224.90<br />Connecting to easyinstall.citadel.org (easyinstall.citadel.org)|72.0.224.90|:443... connected.<br />HTTP request sent, awaiting response... 200 OK<br />Length: 30745815 (29M) [application/octet-stream]<br />Saving to: 'db-18.1.40.tar.gz'<br /><br />db-18.1.40.tar.gz    2%[                 ] 879.74K  --.-KB/s    eta 58m 51sc</p>
</blockquote>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099546052</link><pubDate>Sat, 22 Nov 2025 19:07:43 +0500</pubDate><title>Re: DKIM record</title><guid isPermaLink="false">2099546052@Uncensored</guid><description><![CDATA[Good to hear.  Google are absolute nazis when it comes to what kind of email
they'll accept.  If you get your Compliance Status all green, consider it
a badge of honor.  And thanks for using Citadel! 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099546024</link><pubDate>Sat, 22 Nov 2025 14:05:06 +0500</pubDate><title>DKIM record</title><guid isPermaLink="false">2099546024@Uncensored</guid><description><![CDATA[<html><body>

<p>Many thanks can now send emails to google accounts without rejection</p>
<p>Thanks again</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099546008</link><pubDate>Sat, 22 Nov 2025 12:34:41 +0500</pubDate><title>Re: DKIM record</title><guid isPermaLink="false">2099546008@Uncensored</guid><description><![CDATA[<html><body>

<p>easydmarc appears to be a scam site that wants to sell you a service, and deliberately shits on your domain to make you buy it.</p>
<p>Instead, try <a href="https://dkimvalidator.com/">https://dkimvalidator.com</a></p>
<p>No signup.  It gives you an address to which you send an email.  You send that address an email, then go back to the site and it tells you if that message was properly DKIM signed.</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099545983</link><pubDate>Sat, 22 Nov 2025 10:20:54 +0500</pubDate><title>DKIM record</title><guid isPermaLink="false">2099545983@Uncensored</guid><description><![CDATA[<html><body>

<p>I have deleted the domain and a new DKIM record was generated but  using easydmarc  to test it gives the following result:-</p>
<p>We couldn't find a DKIM record associated with your domain. You need to generate DKIM record to protect your domain against email phishing attacks.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099545893</link><pubDate>Fri, 21 Nov 2025 20:41:38 +0500</pubDate><title>Message #2099545893</title><guid isPermaLink="false">2099545893@Uncensored</guid><description><![CDATA[<html><body>

<p>Ok, so I just ran a quick test and confirmed: you can add a bogus domain (example.xxx or whatever) and then go right ahead and delete it, and it'll post the keys for all of your existing domains as well.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099545886</link><pubDate>Fri, 21 Nov 2025 20:39:04 +0500</pubDate><title>Message #2099545886</title><guid isPermaLink="false">2099545886@Uncensored</guid><description><![CDATA[<html><body>

<blockquote>
<div class="message_content">
<p>After installing Citadel no DKIM was generated.</p>
<p>Is there a way for me to install  a public and private DKIM key in Citadel sever</p>
</div>
</blockquote>
<p>Again, there is no way to install a user-generated DKIM key into Citadel.  Citadel generates the private key for each domain and stores it in the database.  When it does so, the corresponding public key is posted to the "Aide" room.</p>
<p>If you are missing your key, you can delete and re-create your local domains on this screen:</p>
<p>[ Administration --&gt; Domain Names and Internet Mail Configuration --&gt; Local host aliases ]</p>
<p>When you do so, new DKIM keys will be generated and posted, and you can use those.</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099545817</link><pubDate>Fri, 21 Nov 2025 14:01:13 +0500</pubDate><title>Message #2099545817</title><guid isPermaLink="false">2099545817@Uncensored</guid><description><![CDATA[<html><body>

<p>After installing Citadel no DKIM was generated.</p>
<p>Is there a way for me to install  a public and private DKIM key in Citadel sever</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099545666</link><pubDate>Thu, 20 Nov 2025 15:27:44 +0500</pubDate><title>Re: Possible problem with Citadel.</title><guid isPermaLink="false">2099545666@Uncensored</guid><description><![CDATA[<html><body>

<p>I made a dump and a load of the database and it start working but I do not have certain about if it is the reason.</p>
<p>Now a question. <strong>The contacts not being updated with new email addresses, is it meaning that the emails were not sent?</strong></p>
<p>For information, the emails appeared in the "Sent Itens".</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Wed Nov 19 2025 17:15:35 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Possible problem with Citadel.</span></div>
<div class="message_content">
<p>Dear All,</p>
<p>Until now when I sent an email with a new email address that email address was registed in the "Contacts" folder.</p>
<p>It is not happening anymore. I suppose that is happening since last Centos 9 update (with glibc (??) update, one of the Citadel dependencies was updated).</p>
<p>Notice that Thunderbird had also a recent update.</p>
<p>Is it happening with someone else?</p>
<p>Thank you,</p>
<p>Luís Gonçalves. </p>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099545491</link><pubDate>Wed, 19 Nov 2025 12:15:35 +0500</pubDate><title>Possible problem with Citadel.</title><guid isPermaLink="false">2099545491@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear All,</p>
<p>Until now when I sent an email with a new email address that email address was registed in the "Contacts" folder.</p>
<p>It is not happening anymore. I suppose that is happening since last Centos 9 update (with glibc (??) update, one of the Citadel dependencies was updated).</p>
<p>Notice that Thunderbird had also a recent update.</p>
<p>Is it happening with someone else?</p>
<p>Thank you,</p>
<p>Luís Gonçalves. </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099545433</link><pubDate>Tue, 18 Nov 2025 22:13:17 +0500</pubDate><title>Re: DKIM record</title><guid isPermaLink="false">2099545433@Uncensored</guid><description><![CDATA[ >/usr/local/citadel/keys/   
  
  No, that's where TLS keys go.  Not DKIM keys. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099545432</link><pubDate>Tue, 18 Nov 2025 22:12:52 +0500</pubDate><title>Re: DKIM record</title><guid isPermaLink="false">2099545432@Uncensored</guid><description><![CDATA[ >I am having a problem getting the DKIM record to be recognised.  
 >If i create new public and private keys where can i find the  
 >files in a citadel system to install these keys.  
  
 You don't create the keys.  Citadel does.  It will auto-generate the keys
when you set up your domain names in Citadel Server.  Those keys will be posted
to the "AideO" room.  You copy those keys and put them in your DNS. 
  
 Citadel won't ingest DKIM keys that were generated by an external tool. 
You have to use the ones it supplies. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099545334</link><pubDate>Tue, 18 Nov 2025 09:50:02 +0500</pubDate><title>Re: DKIM record</title><guid isPermaLink="false">2099545334@Uncensored</guid><description><![CDATA[<html><body>

<p>https://citadel.org/sslcertificates.html</p>
<blockquote>
<div class="message_header"><span>Tue Nov 18 2025 14:48:49 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: DKIM record</span></div>
<div class="message_content">
<p>/usr/local/citadel/keys/</p>
<blockquote>
<div class="message_header"><span>Tue Nov 18 2025 09:35:10 UTC</span> <span>from <a href="do_template?template=user_show?who=johno">johno</a> </span> <span class="message_subject">Subject: DKIM record</span></div>
<div class="message_content">
<p>I am having a problem getting the DKIM record to be recognised. If i create new public and private keys where can i find the files in a citadel system to install these keys.</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099545333</link><pubDate>Tue, 18 Nov 2025 09:48:49 +0500</pubDate><title>Re: DKIM record</title><guid isPermaLink="false">2099545333@Uncensored</guid><description><![CDATA[<html><body>

<p>/usr/local/citadel/keys/</p>
<blockquote>
<div class="message_header"><span>Tue Nov 18 2025 09:35:10 UTC</span> <span>from <a href="do_template?template=user_show?who=johno">johno</a> </span> <span class="message_subject">Subject: DKIM record</span></div>
<div class="message_content">
<p>I am having a problem getting the DKIM record to be recognised. If i create new public and private keys where can i find the files in a citadel system to install these keys.</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099545305</link><pubDate>Tue, 18 Nov 2025 04:35:10 +0500</pubDate><title>DKIM record</title><guid isPermaLink="false">2099545305@Uncensored</guid><description><![CDATA[<html><body>

<p>I am having a problem getting the DKIM record to be recognised. If i create new public and private keys where can i find the files in a citadel system to install these keys.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099544838</link><pubDate>Fri, 14 Nov 2025 10:33:51 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099544838@Uncensored</guid><description><![CDATA[<html><body>

<p>I forgot.</p>
<p>3GBytes of Citadel Email data and only 2 email users. </p>
<blockquote>
<div class="message_header"><span>Fri Nov 14 2025 15:29:14 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p>I have 3GBytes of RAM (all). 20GBytes Free disk. It is a KVM Centos 9 container. Basically it only runs Apache and Citadel. The Web page is not heavy.</p>
<blockquote>
<div class="message_header"><span>Wed Nov 12 2025 16:07:32 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">So ... all the weird issues you've been having were just constrained system resources? It's interesting, because Citadel isn't very resource hungry. <br />But this tells us perhaps that we would be well served by detecting that kind of situation and saying something about it. <br /><br />We already refuse to accept new messages when there is less than 100 MB free on the disk. Perhaps we need to look at memory too.</div>
</div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099544837</link><pubDate>Fri, 14 Nov 2025 10:29:14 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099544837@Uncensored</guid><description><![CDATA[<html><body>

<p>I have 3GBytes of RAM (all). 20GBytes Free disk. It is a KVM Centos 9 container. Basically it only runs Apache and Citadel. The Web page is not heavy.</p>
<blockquote>
<div class="message_header"><span>Wed Nov 12 2025 16:07:32 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">So ... all the weird issues you've been having were just constrained system resources? It's interesting, because Citadel isn't very resource hungry. <br />But this tells us perhaps that we would be well served by detecting that kind of situation and saying something about it. <br /><br />We already refuse to accept new messages when there is less than 100 MB free on the disk. Perhaps we need to look at memory too. </div>
</div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099544552</link><pubDate>Wed, 12 Nov 2025 11:07:32 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099544552@Uncensored</guid><description><![CDATA[So ... all the weird issues you've been having were just constrained system
resources?  It's interesting, because Citadel isn't very resource hungry.
 But this tells us perhaps that we would be well served by detecting that
kind of situation and saying something about it. 
  
 We already refuse to accept new messages when there is less than 100 MB free
on the disk.  Perhaps we need to look at memory too. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099544153</link><pubDate>Sun, 09 Nov 2025 05:43:42 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099544153@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear All,</p>
<p>Concerning this problem I improved the realibility of Citadel doing the following.</p>
<p>I noticed that the available memory (with "top") was not too much (some tens of Megabytes) and it had a lot of Buffer/Cache Memory. And the Swap has about 200 MBytes or more.</p>
<p>I suspected that when Citadel needed memory was not freed fast enough. Then I remembered that in Apache, I has configured disk cache with some time out to free it.</p>
<p>I disallowed the disk cache in Apache and the time out. I noticed that now I have more free memory (hundreds od Megabytes) and the swap is almost not used. Some times the free memory goes to more than a GByte showing that memory is freed.</p>
<p>Thank you,</p>
<p>Luís Gonçalves.   </p>
<blockquote>
<div class="message_header"><span>Wed Oct 01 2025 06:46:58 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p>Specify please what you want to solve the problem. Do you want to have access to my server? Stack trace? How I obtain it?</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Sat Sep 20 2025 18:08:00 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<blockquote>
<div class="message_content">
<p>Sorry again.</p>
<p>This night happened again. More coredumps. I updated the citadel. It installed and compiled a version but it remained the same version number. Did that attended my problem?</p>
<p>If not a send the new coredumps.</p>
<p><a href="https://luisgo.pro/down/coredumps3.zip" target="webcit01">https://luisgo.pro/down/coredumps3.zip</a></p>
<p>I hope that you solved or are solving this problem.</p>
<p>Let see that if or not happen again.</p>
</div>
</blockquote>
<p>Unfortunately, your core dumps are not useful to anyone because they are specific to your citserver binary.  I suppose if you include your citserver binary it might be useful, otherwise a stack trace is better.</p>
<p>In your case, we're just seeing so many weird things on your system that don't happen anywhere else.  It's difficult to pin down why.  I would strongly suggest that you give some consideration to moving to the containerized version of the Citadel system.  It is lovingly built for you in a carefully controlled environment.   Perhaps switch to the container version, and if necessary, do a ctdldump/ctdlload on your existing data.</p>
<p>And of course take lots of backups before doing anything.</p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099544109</link><pubDate>Sat, 08 Nov 2025 17:54:09 +0500</pubDate><title>Send messages with registered date one hour after.</title><guid isPermaLink="false">2099544109@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear All,</p>
<p>This is happening to me. </p>
<p>I think that is happening since the last upgrade (some days ago) when I send a message it has the date one hour after I sent.</p>
<p>I only noticed now. I upgraded at 6 Nov, 17H39 Central Europe Time. I can verify in some emails in the "Sent Items" after that (6 Nov) are registered one hour after than when sent. </p>
<p>Happens with all the emails clients.</p>
<p>Are this happening to someone else?</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099543549</link><pubDate>Mon, 03 Nov 2025 18:01:17 +0500</pubDate><title>Message #2099543549</title><guid isPermaLink="false">2099543549@Uncensored</guid><description><![CDATA[ > UCG seems a little unstable. I got booted a little while ago, just   
 >logged back in and with only 3 other users I assume citsrever must have
 
 >respawned.   
  
 At 2:56pm (US Eastern time) watchtower upgraded Citadel and restarted the
server.  I've gotta figure out how to make that happen during off hours. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099543547</link><pubDate>Mon, 03 Nov 2025 18:00:00 +0500</pubDate><title>Re: CRITICAL: NULL Pointer Dereference in html_to_ascii() Causes Server Crash Loop</title><guid isPermaLink="false">2099543547@Uncensored</guid><description><![CDATA[ > A fix has been committed, and is currently available via Easy Install.
 
 >Container packages arriving shortly.   
  
 Container packages have arrived. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099543508</link><pubDate>Mon, 03 Nov 2025 14:29:57 +0500</pubDate><title>Message #2099543508</title><guid isPermaLink="false">2099543508@Uncensored</guid><description><![CDATA[  
 UCG seems a little unstable. I got booted a little while ago, just logged
back in and with only 3 other users I assume citsrever must have respawned.

]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099543334</link><pubDate>Sat, 01 Nov 2025 21:27:21 +0500</pubDate><title>Re: CRITICAL: NULL Pointer Dereference in html_to_ascii() Causes Server Crash Loop</title><guid isPermaLink="false">2099543334@Uncensored</guid><description><![CDATA[  
 Interesting bug.  We would have preferred if you included a stack trace,
but in this case I was able to immediately reproduce the bug using the method
you reported. 
  
 A fix has been committed, and is currently available via Easy Install.  Container
packages arriving shortly. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099543288</link><pubDate>Sat, 01 Nov 2025 12:05:48 +0500</pubDate><title>CRITICAL: NULL Pointer Dereference in html_to_ascii() Causes Server Crash Loop</title><guid isPermaLink="false">2099543288@Uncensored</guid><description><![CDATA[<html><body>

<p>SUMMARY</p>
<p>-------</p>
<p>Citadel Server (Version 1020, build 25289) crashes with SIGSEGV when processing </p>
<p>emails containing malformed HTML with missing opening angle brackets. The server </p>
<p>enters an unrecoverable crash loop on startup, requiring manual database </p>
<p>intervention to restore service.</p>
<p> </p>
<p>SEVERITY: CRITICAL</p>
<p>------------------</p>
<p>• Impact: Complete server unavailability (crash loop)</p>
<p>• Reproducibility: 100% reproducible</p>
<p>• Recovery: Requires manual database manipulation</p>
<p>• Root Cause: NULL pointer dereference in libcitadel.so.4</p>
<p> </p>
<p>ENVIRONMENT</p>
<p>-----------</p>
<p>Citadel Version: 1020 (build 25289)</p>
<p>libcitadel: libcitadel.so.4 (unnumbered)</p>
<p>OS: Ubuntu 24 (Linux x86_64)</p>
<p>Crash Location: lib/html_to_ascii.c:161</p>
<p> </p>
<p>PROBLEM DESCRIPTION</p>
<p>-------------------</p>
<p>When Citadel receives email containing HTML where the opening '&lt;' character is </p>
<p>missing from a tag, the html_to_ascii() function crashes with a NULL pointer </p>
<p>dereference. This occurs during full-text indexing at server startup, creating </p>
<p>a crash loop that prevents the server from running.</p>
<p> </p>
<p>WE ARE RECEIVING THESE MALFORMED EMAILS REGULARLY, making this a recurring production issue.</p>
<p> </p>
<p>TECHNICAL DETAILS</p>
<p>-----------------</p>
<p>Stack Trace:</p>
<p>    SIGSEGV received at address (nil)</p>
<p>    </p>
<p>    #0  __strncpy_sse2_unaligned ()</p>
<p>    #1  strncpy (__len=1024, __src=0x0, __dest=...)</p>
<p>    #2  html_to_ascii (...) at lib/html_to_ascii.c:161</p>
<p>        tag_start = 0x0  &lt;-- NULL POINTER</p>
<p>        tag_end = 0x... "&gt;Hello,&lt;/p&gt;..."</p>
<p>    #3  fixed_output (...) at server/msgbase.c:1185</p>
<p>    #4  mime_decode (...) at lib/mime_parser.c:224</p>
<p>    ...</p>
<p>    #10 ft_index_message (msgnum=..., op=1) </p>
<p>        at server/modules/fulltext/serv_fulltext.c:88</p>
<p> </p>
<p>Root Cause:</p>
<p>In html_to_ascii() at line 161:</p>
<p>1. Function finds tag_end pointing to a '&gt;' character</p>
<p>2. Attempts to find the matching '&lt;' character for tag_start</p>
<p>3. When the '&lt;' is missing, tag_start remains NULL</p>
<p>4. Calls strncpy(tag, tag_start, 1024) with NULL source pointer</p>
<p>5. SEGMENTATION FAULT (sigsegv)</p>
<p> </p>
<p>Malformed HTML Example (triggers crash):</p>
<p>    p&gt;Hello,&lt;/p&gt;</p>
<p>    &lt;p&gt;I have information that is privileged...&lt;/p&gt;</p>
<p> </p>
<p>Should be:</p>
<p>    &lt;p&gt;Hello,&lt;/p&gt;</p>
<p>    &lt;p&gt;I have information that is privileged...&lt;/p&gt;</p>
<p> </p>
<p>Note: The HTML is otherwise well-formed - only the opening '&lt;' is missing.</p>
<p> </p>
<p>STEPS TO REPRODUCE</p>
<p>------------------</p>
<p>1. Send email to Citadel with HTML body starting with text followed by '&gt;' </p>
<p>   (missing opening '&lt;')</p>
<p>2. Restart Citadel server or wait for full-text indexing</p>
<p>3. Server crashes during message indexing</p>
<p>4. Server enters crash loop - crashes on every restart attempt</p>
<p>5. systemd reports: "citadel.service: Failed with result 'core-dump'"</p>
<p> </p>
<p>EXPECTED BEHAVIOR</p>
<p>-----------------</p>
<p>Server should handle malformed HTML gracefully by either:</p>
<p>• Skipping malformed tags and continuing processing</p>
<p>• Logging warning and indexing message without HTML conversion</p>
<p>• Failing safely without crashing</p>
<p> </p>
<p>ACTUAL BEHAVIOR</p>
<p>---------------</p>
<p>• Server crashes with SIGSEGV</p>
<p>• Enters unrecoverable crash loop</p>
<p>• Cannot start until problematic message is manually removed</p>
<p>• Service completely unavailable</p>
<p> </p>
<p>IMPACT ASSESSMENT</p>
<p>-----------------</p>
<p>Business Impact: SEVERE</p>
<p>• Complete service outage - no email access during crash loop</p>
<p>• Manual intervention required - cannot auto-recover</p>
<p>• Data loss risk - requires database manipulation to fix</p>
<p>• Recurring issue - we have recently started to receive these malformed emails regularly</p>
<p> </p>
<p>WORKAROUND</p>
<p>----------</p>
<p>The only current workaround is to manually delete the full-text index files:</p>
<p> </p>
<p>    systemctl stop citadel</p>
<p>    rm -f /usr/local/citadel/data/cdb.0c    # Full-text index database</p>
<p>    rm -f /usr/local/citadel/data/cdb.0d    # Index control file</p>
<p>    systemctl start citadel</p>
<p> </p>
<p>This forces Citadel to rebuild the full-text index from scratch. During the </p>
<p>rebuild process, the indexer appears to handle the malformed message differently </p>
<p>(possibly with better error handling) and skips it, allowing the server to start.</p>
<p> </p>
<p>However, this workaround:</p>
<p>• Requires root access</p>
<p>• Causes service downtime</p>
<p>• Forces complete index rebuild (time-consuming on large databases)</p>
<p>• Temporarily loses full-text search capability during rebuild</p>
<p>• Only works until the next malformed email arrives</p>
<p>• Is NOT a sustainable solution when receiving these emails regularly</p>
<p> </p>
<p>ATTEMPTED SOLUTIONS</p>
<p>-------------------</p>
<p>  Berkeley DB recovery (db_recover -c) - Did not resolve crash</p>
<p> </p>
<p>  Citadel database cleanup script (database_cleanup.sh) - Performed full </p>
<p>  Berkeley DB dump/load of ALL database files (cdb.00 through cdb.0d), removed </p>
<p>  old databases and transaction logs, successfully reloaded everything - CRASH </p>
<p>  PERSISTED UNCHANGED</p>
<p> </p>
<p>  Database dump/reload manually (db_dump | db_load) - Preserved the malformed </p>
<p>  message, crash persisted</p>
<p> </p>
<p>  Full-text index deletion (cdb.0c, cdb.0d) - Allows server to start by </p>
<p>  forcing index rebuild</p>
<p> </p>
<p>Note: The fact that a complete database cleanup (dump/load of all 14 database </p>
<p>files) did not resolve the issue demonstrates that:</p>
<p>1. The database files themselves are not corrupted</p>
<p>2. The malformed HTML content is preserved exactly through dump/load</p>
<p>3. Standard database recovery procedures are ineffective for this bug</p>
<p>4. The issue is with the content being valid Berkeley DB data but containing </p>
<p>   HTML that crashes the parser</p>
<p> </p>
<p>PROPOSED FIX</p>
<p>------------</p>
<p>The html_to_ascii() function should validate tag_start before use:</p>
<p> </p>
<p>    // Around line 161 in lib/html_to_ascii.c</p>
<p>    if (tag_start == NULL || tag_end == NULL) {</p>
<p>        // Handle malformed HTML gracefully</p>
<p>        // Log warning, skip tag, or use safe default</p>
<p>        continue;  // or appropriate error handling</p>
<p>    }</p>
<p>    strncpy(tag, tag_start, tag_len);</p>
<p> </p>
<p>Additionally, consider:</p>
<p>1. Input validation before HTML parsing</p>
<p>2. Defensive coding for all pointer operations in parser</p>
<p>3. Graceful degradation when HTML is malformed</p>
<p> </p>
<p> </p>
<p>REQUEST</p>
<p>-------</p>
<p>This is a CRITICAL PRODUCTION ISSUE causing recurring outages. We urgently </p>
<p>request:</p>
<p> </p>
<p>1. A patch for the NULL pointer check in html_to_ascii()</p>
<p>2. Guidance on additional defensive measures</p>
<p>3. Consider making full-text indexing more resilient to malformed input</p>
<p> </p>
<p>Thank you for your attention to this severe bug.</p>
<p> </p>
<p>ericsondatasystems</p>
<div> </div>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099540716</link><pubDate>Wed, 15 Oct 2025 08:58:15 +0500</pubDate><title>Re: smtp queue</title><guid isPermaLink="false">2099540716@Uncensored</guid><description><![CDATA[<html><body>

<p data-start="77" data-end="304"> don’t see those messages in that queue. Previously, I had to remove those messages directly from the DB because Citadel was crashing with a segmentation fault. Is it possible I didn’t remove them from all the required places?</p>
<p> </p>
<p data-start="306" data-end="340">In the Citadel console I also see:</p>
<p>paź 15 14:55:40 xxx citserver[328259]: citserver[328259]: msgbase: message #11040 was not found</p>
<p>paź 15 14:55:40 xxx citserver[328259]: msgbase: message #11040 was not found</p>
<p>Could these be ghost/orphaned messages?</p>
<p> </p>
<blockquote>
<div class="message_header"><span>śro paź 15 2025 00:36:59 UTC</span> <span>od <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Temat: Re: smtp queue</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">
<blockquote>2. After my problem with server hang (few weekes ago I send here <br />information about that) I notice that in "Aida" directory there are <br />planty of meassages to today. Server is generating it reapetly after few </blockquote>
<br />
<blockquote>minutes: </blockquote>
<br />Sounds like someone dumped a big pile of boomerang spam at your site, maybe? <br /><br />The queue is in a hidden room called __CitadelSMTPspoolout__ <br /><br />You can delete from there. </div>
</div>
</blockquote>
<p> </p>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099540652</link><pubDate>Tue, 14 Oct 2025 20:37:26 +0500</pubDate><title>Re: easyinstall website down</title><guid isPermaLink="false">2099540652@Uncensored</guid><description><![CDATA[ >navigate to https://easyinstall.citadel.org/   
 >  
 >you'll find the site is down   
  
 My fault.  I did some DNS maintenance yesterday and accidentally nuked that
record.  Thanks for reporting it.  It's fixed now. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099540651</link><pubDate>Tue, 14 Oct 2025 20:36:59 +0500</pubDate><title>Re: smtp queue</title><guid isPermaLink="false">2099540651@Uncensored</guid><description><![CDATA[ >2. After my problem with server hang (few weekes ago I send here  
 >information about that) I notice that in "Aida" directory there are  
 >planty of meassages to today. Server is generating it reapetly after few
 
 >minutes:   
  
 Sounds like someone dumped a big pile of boomerang spam at your site, maybe?

  
 The queue is in a hidden room called __CitadelSMTPspoolout__ 
  
 You can delete from there. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099540520</link><pubDate>Tue, 14 Oct 2025 09:35:18 +0500</pubDate><title>easyinstall website down</title><guid isPermaLink="false">2099540520@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<p>navigate to https://easyinstall.citadel.org/</p>
<p>you'll find the site is down</p>
<p> </p>
<p>i am trying to install citadel using<code> sudo curl https://easyinstall.citadel.org/install | bash</code></p>
<p>Instructions for which i found on <a href="https://www.citadel.org/easyinstall.html">https://www.citadel.org/easyinstall.html</a></p>
<p> </p>
<p>anyone know why site is down</p>
<p>also, is a copy of the easyinstall script available elsewhere?</p>
<p> </p>
<p>thanks - ericsondatasystems</p>
<p> </p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099540486</link><pubDate>Tue, 14 Oct 2025 04:05:43 +0500</pubDate><title>smtp queue</title><guid isPermaLink="false">2099540486@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi,</p>
<p> </p>
<p>two problems to solve - could you please give me a tip:</p>
<p> </p>
<p>1. After sending email, massage goes to SMTP queue. I should expect that it will be send stright after. In my server email will be send after 8-10minutes. There is big delay. I notice also that:</p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAv4AAACkCAYAAADv7yoBAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAERnSURBVHhe7d0PcFzVnSf6n8CE9gRCeyvBrV0ycfs5wa1nmMhrZy1VyFs3BbvIZXaR13llaUw90nbqEdmpAjnUgGReAjKzZVpQMTIzRSTzClZKlb0tUvZI1A6l9hTmScyYJ2ViP7UDLjVZM+n2wNAidtKdWPF55957uvucc+/tv5Itu7+fqlO+7v+69/z5nXPPubfuMptjBAAAAAAA17UbxL8AAAAAAHAdQ+APAAAAAFADEPgDAAAAANQABP4AAAAAADUAgT8AAAAAQA1A4A8AAAAAUAMQ+AMAAAAA1AAE/gAAAAAANQCBPwAAAABADUDgDwAAAABQAxD4AwAAAADUAAT+AAAAAAA1AIE/AAAAAEANQOAPAAAAAFADEPgDAAAAANQABP4AAAAAADUAgT8AAAAAQA1A4A8AAAAAUAMQ+AMAAAAA1AAE/gAAAAAANQCBPwAAAABADUDgDwAAAABQAxD4AwAAAADUAAT+AAAAAAA1AIE/AAAAAEANQOAPAAAAAFADEPgDAAAAANQABP4AAAAAADUAgT8AAAAAQA1A4A8AAAAAUAMQ+AMAAAAA1AAE/gAAAAAANaDuMptjYttRHd0otgAAAAAA4FqFEX8AAAAAgBqAwB8AAAAAoAYg8AcAAAAAqAEI/AEAAAAAagACfwAAAACAGoDAHwAAAACgBiDwh0Ul8+YOWlZXR3VmWkbtb8yKZwAAABazOPWuz7ZfPK3fR7GMeApgkZiHwD9DQw9KGb3uXhpIiqe4qafqpecc0tJ6agjuoN434/yTFol3dtFS6Tdu+umV+mVapXFXL3+khlwcpV1tA2SF+l5qG47T4ENe83/zJ0kDQWkf13fTlHimJO91U332vY5pKdUH
<p>next attempt to send have date "sty 01 1970". Server date is correct. Is this connected?</p>
<p> </p>
<p>2. After my problem with server hang (few weekes ago I send here information about that) I notice that in "Aida" directory there are planty of meassages to today. Server is generating it reapetly after few minutes:</p>
<p> </p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABH0AAALcCAYAAAB6hszFAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAP+lSURBVHhe7P0PdBRlni/+v7nD3oT5KhvulXs6VzhjMHppRJdkUAxHZySIDsnF2QRFTS7MVxK4PyZxVgn6lT/KMBPRLyY4q4l8LyT4HdhERZPswE0YdRKYgZMM4iSsaJodMRkPeJOzYTdZ8DtJVrz1e6rqqeqnu6s7/S8JxPfrWFKpru6uP089Vc+nnz+TfvG3v9C++uorXL58GV9//TWgaeI/DUREREREREREdPWaVL23Wrt8WQ/6fG0GfQQ96DNp0iRjnoiIiIiIiIiIrj6T6urf0b66fBna//7f+N9iYi0fIiIiIiIiIqKr36SWI83a5a8vy4CPWctHx+APEREREREREdHVa9IfOv6gff2/vzZq+ugY9CEiIiIiIiIiuvpN+uNn/6iptXysvnwY9CEiIiIiIiIiunpNOt9zTtMDPFbQx8KOnImIiIiIiIiIrl6T+v7ln4xID2v2EBERERERERFNHJP+5V//2Sfowxo+RERERERERERXv0kDl/qNaA+DPUREREREREREE8e/04M9DPgQEREREREREU0s/07+S0REREREREREE8i/M0fuYifOREREREREREQTCTtyJiIiIiIiIiKagDhkOxERERERERHRBDSpq+sUoz1ERERERERERBMMO3ImIiIiIiIiIpqAGPQhIiIiIiIiIpqAGPQhIiIiIiIiIpqAGPQhIiIiIiIiIpqAGPQhIiIiIiIiIpqAGPQhIiIiIiIiIpqAGPQhIiIiIiIiIpqAGPQhIiIiIiIiIpqAGPQhIiIiIiIiIpqAGPQhIiIiIiIiIpqAGPQhIiIiIiIiIpqAGPQhIiIiIiIiIpqAJnV1ndLkfBDXYGNlAg7Lvwx/+RUa/9tFXC//
<p> </p>
<p>How I can remove this from queue? Where is is coz it should be somewhere and can not find it.</p>
<p> </p>
<p>J.K.</p>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099538367</link><pubDate>Thu, 02 Oct 2025 23:35:40 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099538367@Uncensored</guid><description><![CDATA[<html><body>

<blockquote>
<div class="message_content">
<p>Specify please what you want to solve the problem. Do you want to have access to my server? Stack trace? How I obtain it?</p>
</div>
</blockquote>
<p>Stack trace would be far more helpful than what you are currently trying to do.   Since you seem to have the ability to produce core dumps, you are halfway there already.</p>
<p>After a core dump, do this:</p>
<p><strong>gdb /usr/local/citadel/citserver core.<em>xxxxxxxxx</em> </strong>  (use the name of your core file)</p>
<p>The debugger will open, and show you where it crashed.   Now type:</p>
<p><strong>thread apply all bt</strong></p>
<p>And post the output.  it should show lots of filenames and line numbers.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099538049</link><pubDate>Wed, 01 Oct 2025 02:46:58 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099538049@Uncensored</guid><description><![CDATA[<html><body>

<p>Specify please what you want to solve the problem. Do you want to have access to my server? Stack trace? How I obtain it?</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Sat Sep 20 2025 18:08:00 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<blockquote>
<div class="message_content">
<p>Sorry again.</p>
<p>This night happened again. More coredumps. I updated the citadel. It installed and compiled a version but it remained the same version number. Did that attended my problem?</p>
<p>If not a send the new coredumps.</p>
<p><a href="https://luisgo.pro/down/coredumps3.zip" target="webcit01">https://luisgo.pro/down/coredumps3.zip</a></p>
<p>I hope that you solved or are solving this problem.</p>
<p>Let see that if or not happen again.</p>
</div>
</blockquote>
<p>Unfortunately, your core dumps are not useful to anyone because they are specific to your citserver binary.  I suppose if you include your citserver binary it might be useful, otherwise a stack trace is better.</p>
<p>In your case, we're just seeing so many weird things on your system that don't happen anywhere else.  It's difficult to pin down why.  I would strongly suggest that you give some consideration to moving to the containerized version of the Citadel system.  It is lovingly built for you in a carefully controlled environment.   Perhaps switch to the container version, and if necessary, do a ctdldump/ctdlload on your existing data.</p>
<p>And of course take lots of backups before doing anything.</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099538044</link><pubDate>Wed, 01 Oct 2025 02:21:24 +0500</pubDate><title>Coredump of the day.</title><guid isPermaLink="false">2099538044@Uncensored</guid><description><![CDATA[<html><body>

<p>https://luisgo.pro/down/coredumps6.zip</p>
<p>Including citserver </p>
<p>Centos 9, last version.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099537894</link><pubDate>Mon, 29 Sep 2025 23:42:44 +0500</pubDate><title>Daily Coredumps.</title><guid isPermaLink="false">2099537894@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear All,</p>
<p>I submit another coredump and this time I include the Citadel server binary.</p>
<p>https://luisgo.pro/down/coredumps5.zip</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099537789</link><pubDate>Mon, 29 Sep 2025 11:15:18 +0500</pubDate><title>Re: Are modems still supported in Citadel?</title><guid isPermaLink="false">2099537789@Uncensored</guid><description><![CDATA[Of course.  It's always been easy.  All you have to do is follow any available
guide for setting up inbound dialup modems on Linux.  Citadel is just another
application running on it.  If you want to bypass the system login prompt
and send users straight to Citadel, you can configure your getty program to
do that as well. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099537727</link><pubDate>Sun, 28 Sep 2025 21:47:19 +0500</pubDate><title>Are modems still supported in Citadel?</title><guid isPermaLink="false">2099537727@Uncensored</guid><description><![CDATA[<html><body>

<p>Subject pretty much says it all: Are modems still supported in Citadel?</p>
<p>SP</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099537072</link><pubDate>Wed, 24 Sep 2025 06:46:26 +0500</pubDate><title>Re: Segmentation fault (core dumped)</title><guid isPermaLink="false">2099537072@Uncensored</guid><description><![CDATA[<html><body>

<p>I send you priv messages.</p>
<p>J.K.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099537007</link><pubDate>Tue, 23 Sep 2025 17:55:07 +0500</pubDate><title>Re: Segmentation fault (core dumped)</title><guid isPermaLink="false">2099537007@Uncensored</guid><description><![CDATA[<html><body>

<p>Do you still have the unedited dump?  If you could upload the removed records it would be an invaluable aid in figuring out what went wrong.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099536875</link><pubDate>Tue, 23 Sep 2025 04:19:38 +0500</pubDate><title>Re: Segmentation fault (core dumped)</title><guid isPermaLink="false">2099536875@Uncensored</guid><description><![CDATA[<html><body>

<p>Ok, I was able to turn it on. dumped all DB to file. Removed somehow all records with "11040" and load it back to server. Looks like it do the trick.</p>
<p>J.K.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>wto wrz 23 2025 06:41:37 UTC</span> <span>od <a href="do_template?template=user_show?who=kwadrat">kwadrat</a> </span> <span class="message_subject">Temat: Segmentation fault (core dumped)</span></div>
<div class="message_content">
<p>I've got problem with turning on citadel server. It was working but from a day not. When I tried to turn it on have:</p>
<p> </p>
<p>citserver[76547]: smtpclient: start full queue run , last_queue_job_processed=0 , last_queue_job_submitted=0</p>
<p>citserver[76547]: smtpclient: 1 messages to be processed</p>
<p>citserver[76547]: msgbase: CtdlFetchMessage(11041, 1)</p>
<p>citserver[76547]: smtpclient: attempting delivery of message &lt;11041&gt; now</p>
<p>citserver[76547]: smtpclient: smtp_attempt_delivery(11040, 0@test.com)</p>
<p>citserver[76547]: msgbase: CtdlOutputMsg(msgnum=11040, mode=1, section=&lt;&gt;)</p>
<p>citserver[76547]: msgbase: CtdlFetchMessage(11040, 1)</p>
<p>citserver[76547]: msgbase: CtdlOutputPreLoadedMsg(TheMessage=not null, 1, 0, 0, 1</p>
<p>citserver[76547]: smtpclient: dkim-signing for selector &lt;hdfxv&gt; in domain &lt;XXXXX.XXXXXX.XXXXX&gt;</p>
<p>citserver[76547]: SIGSEGV received in thread 133741677622976 at address 0x1</p>
<p>citserver[76547]: Stack frame #0: ./citserver(+0x34a9d) [0x5dced6cfaa9d]</p>
<p>citserver[76547]: Stack frame #1: /lib/x86_64-linux-gnu/libc.so.6(+0x45330) [0x79a32ce45330]</p>
<p>citserver[76547]: Stack frame #2: ./citserver(+0x723f7) [0x5dced6d383f7]</p>
<p>citserver[76547]: Stack frame #3: ./citserver(+0x72d6d) [0x5dced6d38d6d]</p>
<p>citserver[76547]: Stack frame #4: ./citserver(+0x776b3) [0x5dced6d3d6b3]</p>
<p>citserver[76547]: Stack frame #5: ./citserver(+0x78280) [0x5dced6d3e280]</p>
<p>citserver[76547]: Stack frame #6: ./citserver(+0x7899d) [0x5dced6d3e99d]</p>
<p>citserver[76547]: Stack frame #7: ./citserver(+0x78a44) [0x5dced6d3ea44]</p>
<p>citserver[76547]: Stack frame #8: ./citserver(+0x32bdf) [0x5dced6cf8bdf]</p>
<p>citserver[76547]: Stack frame #9: ./citserver(+0x1c052) [0x5dced6ce2052]</p>
<p>citserver[76547]: Stack frame #10: ./citserver(+0x35d7b) [0x5dced6cfbd7b]</p>
<p>citserver[76547]: Stack frame #11: /lib/x86_64-linux-gnu/libc.so.6(+0x9caa4) [0x79a32ce9caa4]</p>
<p>citserver[76547]: Stack frame #12: /lib/x86_64-linux-gnu/libc.so.6(+0x129c6c) [0x79a32cf29c6c]</p>
<p>Segmentation fault (core dumped)</p>
<p> </p>
<p>From what I undersatnd there is a problem with reading email id=11041. Is there a way to remove it from database manually? It's Berkley DB from what I notice but i'm not able to do this... Could someone give  me a tip?</p>
<p> </p>
<p>Best Regards</p>
<p>J.K.</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099536870</link><pubDate>Tue, 23 Sep 2025 02:41:37 +0500</pubDate><title>Segmentation fault (core dumped)</title><guid isPermaLink="false">2099536870@Uncensored</guid><description><![CDATA[<html><body>

<p>I've got problem with turning on citadel server. It was working but from a day not. When I tried to turn it on have:</p>
<p> </p>
<p>citserver[76547]: smtpclient: start full queue run , last_queue_job_processed=0 , last_queue_job_submitted=0</p>
<p>citserver[76547]: smtpclient: 1 messages to be processed</p>
<p>citserver[76547]: msgbase: CtdlFetchMessage(11041, 1)</p>
<p>citserver[76547]: smtpclient: attempting delivery of message &lt;11041&gt; now</p>
<p>citserver[76547]: smtpclient: smtp_attempt_delivery(11040, 0@test.com)</p>
<p>citserver[76547]: msgbase: CtdlOutputMsg(msgnum=11040, mode=1, section=&lt;&gt;)</p>
<p>citserver[76547]: msgbase: CtdlFetchMessage(11040, 1)</p>
<p>citserver[76547]: msgbase: CtdlOutputPreLoadedMsg(TheMessage=not null, 1, 0, 0, 1</p>
<p>citserver[76547]: smtpclient: dkim-signing for selector &lt;hdfxv&gt; in domain &lt;XXXXX.XXXXXX.XXXXX&gt;</p>
<p>citserver[76547]: SIGSEGV received in thread 133741677622976 at address 0x1</p>
<p>citserver[76547]: Stack frame #0: ./citserver(+0x34a9d) [0x5dced6cfaa9d]</p>
<p>citserver[76547]: Stack frame #1: /lib/x86_64-linux-gnu/libc.so.6(+0x45330) [0x79a32ce45330]</p>
<p>citserver[76547]: Stack frame #2: ./citserver(+0x723f7) [0x5dced6d383f7]</p>
<p>citserver[76547]: Stack frame #3: ./citserver(+0x72d6d) [0x5dced6d38d6d]</p>
<p>citserver[76547]: Stack frame #4: ./citserver(+0x776b3) [0x5dced6d3d6b3]</p>
<p>citserver[76547]: Stack frame #5: ./citserver(+0x78280) [0x5dced6d3e280]</p>
<p>citserver[76547]: Stack frame #6: ./citserver(+0x7899d) [0x5dced6d3e99d]</p>
<p>citserver[76547]: Stack frame #7: ./citserver(+0x78a44) [0x5dced6d3ea44]</p>
<p>citserver[76547]: Stack frame #8: ./citserver(+0x32bdf) [0x5dced6cf8bdf]</p>
<p>citserver[76547]: Stack frame #9: ./citserver(+0x1c052) [0x5dced6ce2052]</p>
<p>citserver[76547]: Stack frame #10: ./citserver(+0x35d7b) [0x5dced6cfbd7b]</p>
<p>citserver[76547]: Stack frame #11: /lib/x86_64-linux-gnu/libc.so.6(+0x9caa4) [0x79a32ce9caa4]</p>
<p>citserver[76547]: Stack frame #12: /lib/x86_64-linux-gnu/libc.so.6(+0x129c6c) [0x79a32cf29c6c]</p>
<p>Segmentation fault (core dumped)</p>
<p> </p>
<p>From what I undersatnd there is a problem with reading email id=11041. Is there a way to remove it from database manually? It's Berkley DB from what I notice but i'm not able to do this... Could someone give  me a tip?</p>
<p> </p>
<p>Best Regards</p>
<p>J.K.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099536599</link><pubDate>Sat, 20 Sep 2025 14:08:00 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099536599@Uncensored</guid><description><![CDATA[<html><body>

<blockquote>
<div class="message_content">
<p>Sorry again.</p>
<p>This night happened again. More coredumps. I updated the citadel. It installed and compiled a version but it remained the same version number. Did that attended my problem?</p>
<p>If not a send the new coredumps.</p>
<p><a href="https://luisgo.pro/down/coredumps3.zip" target="webcit01">https://luisgo.pro/down/coredumps3.zip</a></p>
<p>I hope that you solved or are solving this problem.</p>
<p>Let see that if or not happen again.</p>
</div>
</blockquote>
<p>Unfortunately, your core dumps are not useful to anyone because they are specific to your citserver binary.  I suppose if you include your citserver binary it might be useful, otherwise a stack trace is better.</p>
<p>In your case, we're just seeing so many weird things on your system that don't happen anywhere else.  It's difficult to pin down why.  I would strongly suggest that you give some consideration to moving to the containerized version of the Citadel system.  It is lovingly built for you in a carefully controlled environment.   Perhaps switch to the container version, and if necessary, do a ctdldump/ctdlload on your existing data.</p>
<p>And of course take lots of backups before doing anything.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099536355</link><pubDate>Fri, 19 Sep 2025 04:03:51 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099536355@Uncensored</guid><description><![CDATA[<html><body>

<p>Sorry again.</p>
<p>This night happened again. More coredumps. I updated the citadel. It installed and compiled a version but it remained the same version number. Did that attended my problem?</p>
<p>If not a send the new coredumps.</p>
<p>https://luisgo.pro/down/coredumps3.zip</p>
<p>I hope that you solved or are solving this problem.</p>
<p>Let see that if or not happen again.</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Wed Sep 17 2025 09:36:18 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p style="font-family: sans-serif; font-size: 16px;"><strong>From a previous post (see above):</strong></p>
<p style="font-family: sans-serif; font-size: 16px;"> </p>
<p style="font-family: sans-serif; font-size: 16px;">Centos 9, VPS (KVM), 3 GBytes RAM, 18 GBytes available disk, 2 virtual processors.</p>
<p style="font-family: sans-serif; font-size: 16px;">Last version of Citadel (1020)</p>
<p style="font-family: sans-serif; font-size: 16px;">Linux <span style="text-decoration-line: underline;"><em>xxxxxx.xxx</em></span> 5.14.0-612.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Aug 30 16:03:12 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux</p>
<p style="font-family: sans-serif; font-size: 16px;">processor       : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">vendor_id       : GenuineIntel</p>
<p style="font-family: sans-serif; font-size: 16px;">cpu family      : 6</p>
<p style="font-family: sans-serif; font-size: 16px;">model           : 63</p>
<p style="font-family: sans-serif; font-size: 16px;">model name      : Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz</p>
<p style="font-family: sans-serif; font-size: 16px;">stepping        : 2</p>
<p style="font-family: sans-serif; font-size: 16px;">cpu MHz         : 2599.925</p>
<p style="font-family: sans-serif; font-size: 16px;">cache size      : 4096 KB</p>
<p style="font-family: sans-serif; font-size: 16px;">physical id     : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">siblings        : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">core id         : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">cpu cores       : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">apicid          : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">initial apicid  : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">fpu             : yes</p>
<p style="font-family: sans-serif; font-size: 16px;">fpu_exception   : yes</p>
<p style="font-family: sans-serif; font-size: 16px;">cpuid level     : 15</p>
<p style="font-family: sans-serif; font-size: 16px;">wp              : yes</p>
<p style="font-family: sans-serif; font-size: 16px;">flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl cpuid tsc_known_freq pni ssse3 cx16 sse4_1 sse4_2 x2apic movbe popcnt aes hypervisor lahf_lm abm pti xsaveopt xsavec xsaves</p>
<p style="font-family: sans-serif; font-size: 16px;">bugs            : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_stale_data bhi spectre_v2_user its</p>
<p style="font-family: sans-serif; font-size: 16px;">bogomips        : 5199.85</p>
<p style="font-family: sans-serif; font-size: 16px;">clflush size    : 64</p>
<p style="font-family: sans-serif; font-size: 16px;">cache_alignment : 64</p>
<p style="font-family: sans-serif; font-size: 16px;">address sizes   : 40 bits physical, 48 bits virtual</p>
<p style="font-family: sans-serif; font-size: 16px;">power management:</p>
<p style="font-family: sans-serif; font-size: 16px;"> </p>
<p style="font-family: sans-serif; font-size: 16px;">processor       : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">vendor_id       : GenuineIntel</p>
<p style="font-family: sans-serif; font-size: 16px;">cpu family      : 6</p>
<p style="font-family: sans-serif; font-size: 16px;">model           : 63</p>
<p style="font-family: sans-serif; font-size: 16px;">model name      : Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz</p>
<p style="font-family: sans-serif; font-size: 16px;">stepping        : 2</p>
<p style="font-family: sans-serif; font-size: 16px;">cpu MHz         : 2599.925</p>
<p style="font-family: sans-serif; font-size: 16px;">cache size      : 4096 KB</p>
<p style="font-family: sans-serif; font-size: 16px;">physical id     : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">siblings        : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">core id         : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">cpu cores       : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">apicid          : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">initial apicid  : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">fpu             : yes</p>
<p style="font-family: sans-serif; font-size: 16px;">fpu_exception   : yes</p>
<p style="font-family: sans-serif; font-size: 16px;">cpuid level     : 15</p>
<p style="font-family: sans-serif; font-size: 16px;">wp              : yes</p>
<p style="font-family: sans-serif; font-size: 16px;">flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl cpuid tsc_known_freq pni ssse3 cx16 sse4_1 sse4_2 x2apic movbe popcnt aes hypervisor lahf_lm abm pti xsaveopt xsavec xsaves</p>
<p style="font-family: sans-serif; font-size: 16px;">bugs            : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_stale_data bhi spectre_v2_user its</p>
<p style="font-family: sans-serif; font-size: 16px;">bogomips        : 5199.85</p>
<p style="font-family: sans-serif; font-size: 16px;">clflush size    : 64</p>
<p style="font-family: sans-serif; font-size: 16px;">cache_alignment : 64</p>
<p style="font-family: sans-serif; font-size: 16px;">address sizes   : 40 bits physical, 48 bits virtual</p>
<p> </p>
<p style="font-family: sans-serif; font-size: 16px;">power management:</p>
<blockquote>
<div class="message_header"><span>Tue Sep 16 2025 14:22:31 UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_header"><span>Di Sep 16 2025 13:58:28 UTC</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p>I provided the core dumps for you all evaluate.</p>
<p>As I said in a past post is a Centos 9.</p>
<blockquote>
<div class="message_header"><span>Tue Sep 16 2025 03:36:14 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">
<blockquote>What system you are using ? This dont looks like a general <br />citadel problem for me. </blockquote>
<br />Agreed, this doesn't seem like a failure mode related to Citadel itself. <br />Something else is wrong with the system. Any log messages giving a clue?</div>
</div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p>Wich filesystem you are using ? ext4 or something else ? do you use disk encryption ? </p>
<p>Maybe there are changes in kernel for system drivers ? when you have done the last update to your kernel ? wich kernel you are using ?</p>
<p> </p>
<p>So many questions :D</p>
<p><br />Greetings</p>
<p>Mike</p>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099536346</link><pubDate>Thu, 18 Sep 2025 23:34:46 +0500</pubDate><title>Re: Another problem.</title><guid isPermaLink="false">2099536346@Uncensored</guid><description><![CDATA[ >Sep 18 05:03:00 luisgo.pro citserver[17435]: crypto: SSL_accept  
 >failed: wrong version number   
  
 That error can appear if someone is attempting to connect to your encrypted
ports without using SSL/TLS. 
  
 I've had that problem over here as well.  My recommendation to you is that
if you are not using the POP3S, IMAPS, etc. ports, set their port numbers
to -1 to disable them. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099536320</link><pubDate>Thu, 18 Sep 2025 19:22:35 +0500</pubDate><title>Re: Another problem.</title><guid isPermaLink="false">2099536320@Uncensored</guid><description><![CDATA[<html><body>

<p>It is Centos 9 and the last version of openssl.</p>
<p>I analyzed better and in my server SMTP requires TLS. And I suppose that those errors are from servers with bad TLS or something near that. Because the server messages before those errors are from connections from outside servers. Also I have another port in SMTP-SSL, originally from other service. Perhaps that.</p>
<p>  </p>
<blockquote>
<div class="message_header"><span>Thu Sep 18 2025 06:27:08 UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Another problem.</span></div>
<div class="message_content">
<p>You installed and configured TLS 1.3 on your Server ?</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Do Sep 18 2025 03:21:40 UTC</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Another problem.</span></div>
<div class="message_content">
<p>Dear All,</p>
<p>In the citserver log appear all the time:</p>
<p>Sep 18 05:03:00 luisgo.pro citserver[17435]: crypto: SSL_accept failed: wrong version number</p>
<p> </p>
<p>See please:</p>
<p><a href="https://luisgo.pro/images/cert1.jpg" target="webcit01">https://luisgo.pro/images/cert1.jpg</a></p>
<p><a href="https://luisgo.pro/images/cert2.jpg" target="webcit01">https://luisgo.pro/images/cert2.jpg</a></p>
<p>Sorry in Portuguese.</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099536187</link><pubDate>Thu, 18 Sep 2025 02:27:08 +0500</pubDate><title>Re: Another problem.</title><guid isPermaLink="false">2099536187@Uncensored</guid><description><![CDATA[<html><body>

<p>You installed and configured TLS 1.3 on your Server ?</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Do Sep 18 2025 03:21:40 UTC</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Another problem.</span></div>
<div class="message_content">
<p>Dear All,</p>
<p>In the citserver log appear all the time:</p>
<p>Sep 18 05:03:00 luisgo.pro citserver[17435]: crypto: SSL_accept failed: wrong version number</p>
<p> </p>
<p>See please:</p>
<p><a href="https://luisgo.pro/images/cert1.jpg" target="webcit01">https://luisgo.pro/images/cert1.jpg</a></p>
<p><a href="https://luisgo.pro/images/cert2.jpg" target="webcit01">https://luisgo.pro/images/cert2.jpg</a></p>
<p>Sorry in Portuguese.</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099536169</link><pubDate>Wed, 17 Sep 2025 23:21:40 +0500</pubDate><title>Another problem.</title><guid isPermaLink="false">2099536169@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear All,</p>
<p>In the citserver log appear all the time:</p>
<p>Sep 18 05:03:00 luisgo.pro citserver[17435]: crypto: SSL_accept failed: wrong version number</p>
<p> </p>
<p>See please:</p>
<p>https://luisgo.pro/images/cert1.jpg</p>
<p>https://luisgo.pro/images/cert2.jpg</p>
<p>Sorry in Portuguese.</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099536024</link><pubDate>Wed, 17 Sep 2025 05:36:18 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099536024@Uncensored</guid><description><![CDATA[<html><body>

<p style="font-family: sans-serif; font-size: 16px;"><strong>From a previous post (see above):</strong></p>
<p style="font-family: sans-serif; font-size: 16px;"> </p>
<p style="font-family: sans-serif; font-size: 16px;">Centos 9, VPS (KVM), 3 GBytes RAM, 18 GBytes available disk, 2 virtual processors.</p>
<p style="font-family: sans-serif; font-size: 16px;">Last version of Citadel (1020)</p>
<p style="font-family: sans-serif; font-size: 16px;">Linux <span style="text-decoration-line: underline;"><em>xxxxxx.xxx</em></span> 5.14.0-612.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Aug 30 16:03:12 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux</p>
<p style="font-family: sans-serif; font-size: 16px;">processor       : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">vendor_id       : GenuineIntel</p>
<p style="font-family: sans-serif; font-size: 16px;">cpu family      : 6</p>
<p style="font-family: sans-serif; font-size: 16px;">model           : 63</p>
<p style="font-family: sans-serif; font-size: 16px;">model name      : Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz</p>
<p style="font-family: sans-serif; font-size: 16px;">stepping        : 2</p>
<p style="font-family: sans-serif; font-size: 16px;">cpu MHz         : 2599.925</p>
<p style="font-family: sans-serif; font-size: 16px;">cache size      : 4096 KB</p>
<p style="font-family: sans-serif; font-size: 16px;">physical id     : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">siblings        : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">core id         : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">cpu cores       : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">apicid          : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">initial apicid  : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">fpu             : yes</p>
<p style="font-family: sans-serif; font-size: 16px;">fpu_exception   : yes</p>
<p style="font-family: sans-serif; font-size: 16px;">cpuid level     : 15</p>
<p style="font-family: sans-serif; font-size: 16px;">wp              : yes</p>
<p style="font-family: sans-serif; font-size: 16px;">flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl cpuid tsc_known_freq pni ssse3 cx16 sse4_1 sse4_2 x2apic movbe popcnt aes hypervisor lahf_lm abm pti xsaveopt xsavec xsaves</p>
<p style="font-family: sans-serif; font-size: 16px;">bugs            : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_stale_data bhi spectre_v2_user its</p>
<p style="font-family: sans-serif; font-size: 16px;">bogomips        : 5199.85</p>
<p style="font-family: sans-serif; font-size: 16px;">clflush size    : 64</p>
<p style="font-family: sans-serif; font-size: 16px;">cache_alignment : 64</p>
<p style="font-family: sans-serif; font-size: 16px;">address sizes   : 40 bits physical, 48 bits virtual</p>
<p style="font-family: sans-serif; font-size: 16px;">power management:</p>
<p style="font-family: sans-serif; font-size: 16px;"> </p>
<p style="font-family: sans-serif; font-size: 16px;">processor       : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">vendor_id       : GenuineIntel</p>
<p style="font-family: sans-serif; font-size: 16px;">cpu family      : 6</p>
<p style="font-family: sans-serif; font-size: 16px;">model           : 63</p>
<p style="font-family: sans-serif; font-size: 16px;">model name      : Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz</p>
<p style="font-family: sans-serif; font-size: 16px;">stepping        : 2</p>
<p style="font-family: sans-serif; font-size: 16px;">cpu MHz         : 2599.925</p>
<p style="font-family: sans-serif; font-size: 16px;">cache size      : 4096 KB</p>
<p style="font-family: sans-serif; font-size: 16px;">physical id     : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">siblings        : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">core id         : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">cpu cores       : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">apicid          : 1</p>
<p style="font-family: sans-serif; font-size: 16px;">initial apicid  : 0</p>
<p style="font-family: sans-serif; font-size: 16px;">fpu             : yes</p>
<p style="font-family: sans-serif; font-size: 16px;">fpu_exception   : yes</p>
<p style="font-family: sans-serif; font-size: 16px;">cpuid level     : 15</p>
<p style="font-family: sans-serif; font-size: 16px;">wp              : yes</p>
<p style="font-family: sans-serif; font-size: 16px;">flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl cpuid tsc_known_freq pni ssse3 cx16 sse4_1 sse4_2 x2apic movbe popcnt aes hypervisor lahf_lm abm pti xsaveopt xsavec xsaves</p>
<p style="font-family: sans-serif; font-size: 16px;">bugs            : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_stale_data bhi spectre_v2_user its</p>
<p style="font-family: sans-serif; font-size: 16px;">bogomips        : 5199.85</p>
<p style="font-family: sans-serif; font-size: 16px;">clflush size    : 64</p>
<p style="font-family: sans-serif; font-size: 16px;">cache_alignment : 64</p>
<p style="font-family: sans-serif; font-size: 16px;">address sizes   : 40 bits physical, 48 bits virtual</p>
<p> </p>
<p style="font-family: sans-serif; font-size: 16px;">power management:</p>
<blockquote>
<div class="message_header"><span>Tue Sep 16 2025 14:22:31 UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_header"><span>Di Sep 16 2025 13:58:28 UTC</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p>I provided the core dumps for you all evaluate.</p>
<p>As I said in a past post is a Centos 9.</p>
<blockquote>
<div class="message_header"><span>Tue Sep 16 2025 03:36:14 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">
<blockquote>What system you are using ? This dont looks like a general <br />citadel problem for me. </blockquote>
<br />Agreed, this doesn't seem like a failure mode related to Citadel itself. <br />Something else is wrong with the system. Any log messages giving a clue?</div>
</div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p>Wich filesystem you are using ? ext4 or something else ? do you use disk encryption ? </p>
<p>Maybe there are changes in kernel for system drivers ? when you have done the last update to your kernel ? wich kernel you are using ?</p>
<p> </p>
<p>So many questions :D</p>
<p><br />Greetings</p>
<p>Mike</p>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535889</link><pubDate>Tue, 16 Sep 2025 10:22:31 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099535889@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>Di Sep 16 2025 13:58:28 UTC</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p>I provided the core dumps for you all evaluate.</p>
<p>As I said in a past post is a Centos 9.</p>
<blockquote>
<div class="message_header"><span>Tue Sep 16 2025 03:36:14 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">
<blockquote>What system you are using ? This dont looks like a general <br />citadel problem for me. </blockquote>
<br />Agreed, this doesn't seem like a failure mode related to Citadel itself. <br />Something else is wrong with the system. Any log messages giving a clue?</div>
</div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p>Wich filesystem you are using ? ext4 or something else ? do you use disk encryption ? </p>
<p>Maybe there are changes in kernel for system drivers ? when you have done the last update to your kernel ? wich kernel you are using ?</p>
<p> </p>
<p>So many questions :D</p>
<p><br />Greetings</p>
<p>Mike</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535882</link><pubDate>Tue, 16 Sep 2025 09:58:28 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099535882@Uncensored</guid><description><![CDATA[<html><body>

<p>I provided the core dumps for you all evaluate.</p>
<p>As I said in a past post is a Centos 9.</p>
<blockquote>
<div class="message_header"><span>Tue Sep 16 2025 03:36:14 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<div class="fmout-JUSTIFY">
<blockquote>What system you are using ? This dont looks like a general <br />citadel problem for me.  </blockquote>
<br />Agreed, this doesn't seem like a failure mode related to Citadel itself. <br />Something else is wrong with the system. Any log messages giving a clue? </div>
</div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535850</link><pubDate>Mon, 15 Sep 2025 23:36:14 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099535850@Uncensored</guid><description><![CDATA[ >What system you are using ? This dont looks like a general  
 >citadel problem for me.   
  
 Agreed, this doesn't seem like a failure mode related to Citadel itself.
 Something else is wrong with the system.  Any log messages giving a clue?

]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535849</link><pubDate>Mon, 15 Sep 2025 23:34:19 +0500</pubDate><title>Re: upgrade with easy install on raspberry pi os</title><guid isPermaLink="false">2099535849@Uncensored</guid><description><![CDATA[ >Thank you IGnatius T Foobar,   
 >  
 >compiling went well,now it runs on recent version.   
  
 Good to hear.  In response to this I have removed the logic that attempts
to figure out whether it can skip any recompile steps.  Clearly there are
now some interdependencies with system updates that can mess this up.  And
anyway, computers are generally much faster than they were when Easy Install
was first written more than 20 years ago. 
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535801</link><pubDate>Mon, 15 Sep 2025 14:42:50 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099535801@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear Motobike,</p>
<p>That script did not worked. I used instead dump and load separatelly.</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
<blockquote>
<div class="message_header"><span>Mon Sep 15 2025 12:53:23 UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_header"><span>Mo Sep 15 2025 12:30:08 UTC</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p>Dear Motobike,</p>
<p>Which script?</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Sun Sep 14 2025 20:17:27 UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p>Hi Luis,</p>
<p>i shrink database with the database script inside the program dir. That works fine for me. my database i now round about 90GB and i dont have any problems. </p>
<p> </p>
<p>Greetings</p>
<p>Mike</p>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p>Look inside your citadel directory</p>
<p> </p>
<p>root@citadel:/usr/local/citadel# ./database_cleanup.sh</p>
<div> </div>
<div>You ever tryed this script ?</div>
<div> </div>
<div>Greetings </div>
<div>Mike</div>
<div> </div>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535754</link><pubDate>Mon, 15 Sep 2025 10:38:05 +0500</pubDate><title>Re: upgrade with easy install on raspberry pi os</title><guid isPermaLink="false">2099535754@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<p>Thank you IGnatius T Foobar,</p>
<p>compiling went well,now it runs on recent version.</p>
<blockquote>
<div class="message_header"><span>Fr Sep 12 2025 01:40:06 UTC</span> <span>von <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Betreff: Re: upgrade with easy install on raspberry pi os</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_content">
<p>Any idea what this mean?</p>
<p>maybe there is no longer support for a 32 bit OS?</p>
</div>
</blockquote>
<p>32-bit support is ending soon, but it hasn't ended yet.</p>
<p>Try removing the file /usr/local/ctdlsupport/db-easyinstall.sum (or stash it somewhere safe) and attempt the build again.   This will force it to rebuild Berkeley DB.</p>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535736</link><pubDate>Mon, 15 Sep 2025 08:53:23 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099535736@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>Mo Sep 15 2025 12:30:08 UTC</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p>Dear Motobike,</p>
<p>Which script?</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Sun Sep 14 2025 20:17:27 UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p>Hi Luis,</p>
<p>i shrink database with the database script inside the program dir. That works fine for me. my database i now round about 90GB and i dont have any problems. </p>
<p> </p>
<p>Greetings</p>
<p>Mike</p>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p>Look inside your citadel directory</p>
<p> </p>
<p>root@citadel:/usr/local/citadel# ./database_cleanup.sh</p>
<div> </div>
<div>You ever tryed this script ?</div>
<div> </div>
<div>Greetings </div>
<div>Mike</div>
<div> </div>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535722</link><pubDate>Mon, 15 Sep 2025 08:30:08 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099535722@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear Motobike,</p>
<p>Which script?</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Sun Sep 14 2025 20:17:27 UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p>Hi Luis,</p>
<p>i shrink database with the database script inside the program dir. That works fine for me. my database i now round about 90GB and i dont have any problems. </p>
<p> </p>
<p>Greetings</p>
<p>Mike</p>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535712</link><pubDate>Mon, 15 Sep 2025 07:43:05 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099535712@Uncensored</guid><description><![CDATA[<html><body>

<p>Centos 9, VPS, 3 GBytes RAM, 18 GBytes available disk, 2 virtual processors.</p>
<p>Last version of Citadel (1020)</p>
<p>Linux <span style="text-decoration: underline;"><em>xxxxxx.xxx</em></span> 5.14.0-612.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Aug 30 16:03:12 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux</p>
<p>processor       : 0</p>
<p>vendor_id       : GenuineIntel</p>
<p>cpu family      : 6</p>
<p>model           : 63</p>
<p>model name      : Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz</p>
<p>stepping        : 2</p>
<p>cpu MHz         : 2599.925</p>
<p>cache size      : 4096 KB</p>
<p>physical id     : 0</p>
<p>siblings        : 1</p>
<p>core id         : 0</p>
<p>cpu cores       : 1</p>
<p>apicid          : 0</p>
<p>initial apicid  : 0</p>
<p>fpu             : yes</p>
<p>fpu_exception   : yes</p>
<p>cpuid level     : 15</p>
<p>wp              : yes</p>
<p>flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl cpuid tsc_known_freq pni ssse3 cx16 sse4_1 sse4_2 x2apic movbe popcnt aes hypervisor lahf_lm abm pti xsaveopt xsavec xsaves</p>
<p>bugs            : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_stale_data bhi spectre_v2_user its</p>
<p>bogomips        : 5199.85</p>
<p>clflush size    : 64</p>
<p>cache_alignment : 64</p>
<p>address sizes   : 40 bits physical, 48 bits virtual</p>
<p>power management:</p>
<p> </p>
<p>processor       : 1</p>
<p>vendor_id       : GenuineIntel</p>
<p>cpu family      : 6</p>
<p>model           : 63</p>
<p>model name      : Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz</p>
<p>stepping        : 2</p>
<p>cpu MHz         : 2599.925</p>
<p>cache size      : 4096 KB</p>
<p>physical id     : 1</p>
<p>siblings        : 1</p>
<p>core id         : 0</p>
<p>cpu cores       : 1</p>
<p>apicid          : 1</p>
<p>initial apicid  : 0</p>
<p>fpu             : yes</p>
<p>fpu_exception   : yes</p>
<p>cpuid level     : 15</p>
<p>wp              : yes</p>
<p>flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc nopl cpuid tsc_known_freq pni ssse3 cx16 sse4_1 sse4_2 x2apic movbe popcnt aes hypervisor lahf_lm abm pti xsaveopt xsavec xsaves</p>
<p>bugs            : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_stale_data bhi spectre_v2_user its</p>
<p>bogomips        : 5199.85</p>
<p>clflush size    : 64</p>
<p>cache_alignment : 64</p>
<p>address sizes   : 40 bits physical, 48 bits virtual</p>
<p>power management:</p>
<div> </div>
<p> </p>
<blockquote>
<div class="message_header"><span>Sun Sep 14 2025 20:37:11 UTC</span> <span>from <a href="do_template?template=user_show?who=Motobike">Motobike</a> </span> <span class="message_subject">Subject: Re: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p> </p>
<blockquote>
<div class="message_header"><span>So Sep 14 2025 20:14:07 UTC</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p>Dear All,</p>
<p>Due to problems reported in the last two posts in this room I am loosing emails. Perhaps due to Citadel misses to write to the database.</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
<br /><br /></div>
</blockquote>
<p>What system you are using ? This dont looks like a general citadel problem for me. </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535677</link><pubDate>Sun, 14 Sep 2025 16:37:11 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099535677@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>So Sep 14 2025 20:14:07 UTC</span> <span>von <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Betreff: Concerning tha last two posts in Support Room.</span></div>
<div class="message_content">
<p>Dear All,</p>
<p>Due to problems reported in the last two posts in this room I am loosing emails. Perhaps due to Citadel misses to write to the database.</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
<br /><br /></div>
</blockquote>
<p>What system you are using ? This dont looks like a general citadel problem for me. </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535672</link><pubDate>Sun, 14 Sep 2025 16:17:27 +0500</pubDate><title>Re: Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099535672@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi Luis,</p>
<p>i shrink database with the database script inside the program dir. That works fine for me. my database i now round about 90GB and i dont have any problems. </p>
<p> </p>
<p>Greetings</p>
<p>Mike</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535668</link><pubDate>Sun, 14 Sep 2025 16:14:07 +0500</pubDate><title>Concerning tha last two posts in Support Room.</title><guid isPermaLink="false">2099535668@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear All,</p>
<p>Due to problems reported in the last two posts in this room I am loosing emails. Perhaps due to Citadel misses to write to the database.</p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535662</link><pubDate>Sun, 14 Sep 2025 15:58:58 +0500</pubDate><title>Shrink Databases.</title><guid isPermaLink="false">2099535662@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear All,</p>
<p>I am still waiting about the procedure to shrink the Database. How to configure the hidden configuration variable?</p>
<p>Luís Gonçalves.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535658</link><pubDate>Sun, 14 Sep 2025 15:26:51 +0500</pubDate><title>Several Core Dumps.</title><guid isPermaLink="false">2099535658@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear All,</p>
<p>Second time in a day that I have to delete the database and put back the backup.</p>
<p>Despite I said in a past post that I have not such much disk space I still have 18GBytes.</p>
<p>Every month I make a bakup of my Thunderbird and I delete one month of my older emails. (in a time range of 4 months). But as is normal the database does not reduce. The database is increasing despite it is said that the new emails will occupy the old ones.</p>
<p>My intuition is that this email replacement is not such solid procedure. Sorry to say.</p>
<p>See please the coredump files below:</p>
<p><a style="text-decoration-line: none; color: #3e65af; font-family: sans-serif; font-size: 16px; background-color: #f5f5f5;" href="https://luisgo.pro/down/coredumps.zip" target="webcit01">https://luisgo.pro/down/coredumps2.zip</a></p>
<p>Thank you,</p>
<p>Luís Gonçalves.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535346</link><pubDate>Thu, 11 Sep 2025 21:40:06 +0500</pubDate><title>Re: upgrade with easy install on raspberry pi os</title><guid isPermaLink="false">2099535346@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_content">
<p>Any idea what this mean?</p>
<p>maybe there is no longer support for a 32 bit OS?</p>
</div>
</blockquote>
<p>32-bit support is ending soon, but it hasn't ended yet.</p>
<p>Try removing the file /usr/local/ctdlsupport/db-easyinstall.sum (or stash it somewhere safe) and attempt the build again.   This will force it to rebuild Berkeley DB.</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099535256</link><pubDate>Thu, 11 Sep 2025 12:04:42 +0500</pubDate><title>upgrade with easy install on raspberry pi os</title><guid isPermaLink="false">2099535256@Uncensored</guid><description><![CDATA[<html><body>

<p>Hi there,</p>
<p> </p>
<p>after a while I wanted to upgrade my citadel installation on a raspberrypi with bookworm 32 bit official raspberrypi os</p>
<p> </p>
<p>with easy install</p>
<p> </p>
<p> </p>
<p> </p>
<p>My previous version is: Citadel Server 996 mit WebCit #define CLIENT_VERSION 996 /* This version of WebCit */<br /> Server Build: 996</p>
<p> </p>
<p>compiling leads to this error:</p>
<p> </p>
<p>gcc -I/usr/local/ctdlsupport/include  -g -DBUILD_ID=\"25254\" -DCTDLDIR=\"/usr/local/citadel\"  -I/usr/local/ctdlsupport/include  -g -L/usr/local/ctdlsupport/lib -Wl,--rpath -Wl,/usr/local/ctdlsupport/lib  -lssl -lcrypto -lz utils/ctdldump.c server/visit.c -DVISIT_DUMP_LOAD server/backends/berkeley_db/berkeley_db.o server/backends/common/database.o -lcitadel -lz -ldb -lpthread -o ctdldump<br />/usr/bin/ld: /usr/local/ctdlsupport/lib/libdb.a(os_yield.o): in function `__os_yield_ctdl':<br />os_yield.c:(.text+0x94): undefined reference to `pthread_yield'<br />collect2: error: ld returned 1 exit status<br />gmake: *** [Makefile:59: ctdldump] Fehler 1</p>
<p> Citadel Easy Install is aborting. <br /> The last few lines above this message may indicate what went wrong.</p>
<p> </p>
<p> </p>
<p> </p>
<p>Any idea what this mean?</p>
<p> </p>
<p>maybe there is no longer support for a 32 bit OS?</p>
<p> </p>
<p> </p>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099534312</link><pubDate>Thu, 04 Sep 2025 13:57:27 +0500</pubDate><title>Re: Urgent</title><guid isPermaLink="false">2099534312@Uncensored</guid><description><![CDATA[<html><body>

<p>I perhaps solved.</p>
<p>In my server I have ports switched between services. And the services in firewalld were not well configured.</p>
<p>Until now is working.</p>
<p>Sorry about all.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Sep 04 2025 15:34:13 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Urgent</span></div>
<div class="message_content">
<p><a href="https://luisgo.pro/down/coredumps.zip" target="webcit01">https://luisgo.pro/down/coredumps.zip</a></p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Sep 04 2025 15:18:39 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Urgent</span></div>
<div class="message_content">
<p>With Webcit seems be stable. Some problem with external comunication to Thunderbird. </p>
<p> </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Sep 04 2025 14:38:41 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Urgent</span></div>
<div class="message_content">
<p>I downgraded glibc and it did not worked.</p>
<p>A recompilation did not worked also.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Sep 04 2025 13:58:07 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Urgent</span></div>
<div class="message_content">
<p>Dear all,</p>
<p>I updated my Centos 9 and the citadel simply stops with Core Dump.</p>
<p>When I do the easy install gives the following:</p>
<p>Error</p>
<p>D▒s▒</p>
<div> </div>
<div> </div>
<div>I suppose that was the "yum update". Some of the libraries used by citadel were updated. I suppose some incompatibility.</div>
<div> </div>
<div>How I force a new compile of citadel?</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Luís Gonçaçalves.</div>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099534282</link><pubDate>Thu, 04 Sep 2025 11:34:13 +0500</pubDate><title>Re: Urgent</title><guid isPermaLink="false">2099534282@Uncensored</guid><description><![CDATA[<html><body>

<p>https://luisgo.pro/down/coredumps.zip</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Sep 04 2025 15:18:39 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Urgent</span></div>
<div class="message_content">
<p>With Webcit seems be stable. Some problem with external comunication to Thunderbird. </p>
<p> </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Sep 04 2025 14:38:41 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Urgent</span></div>
<div class="message_content">
<p>I downgraded glibc and it did not worked.</p>
<p>A recompilation did not worked also.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Sep 04 2025 13:58:07 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Urgent</span></div>
<div class="message_content">
<p>Dear all,</p>
<p>I updated my Centos 9 and the citadel simply stops with Core Dump.</p>
<p>When I do the easy install gives the following:</p>
<p>Error</p>
<p>D▒s▒</p>
<div> </div>
<div> </div>
<div>I suppose that was the "yum update". Some of the libraries used by citadel were updated. I suppose some incompatibility.</div>
<div> </div>
<div>How I force a new compile of citadel?</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Luís Gonçaçalves.</div>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099534277</link><pubDate>Thu, 04 Sep 2025 11:18:39 +0500</pubDate><title>Re: Urgent</title><guid isPermaLink="false">2099534277@Uncensored</guid><description><![CDATA[<html><body>

<p>With Webcit seems be stable. Some problem with external comunication to Thunderbird. </p>
<p> </p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Sep 04 2025 14:38:41 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Re: Urgent</span></div>
<div class="message_content">
<p>I downgraded glibc and it did not worked.</p>
<p>A recompilation did not worked also.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Sep 04 2025 13:58:07 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Urgent</span></div>
<div class="message_content">
<p>Dear all,</p>
<p>I updated my Centos 9 and the citadel simply stops with Core Dump.</p>
<p>When I do the easy install gives the following:</p>
<p>Error</p>
<p>D▒s▒</p>
<div> </div>
<div> </div>
<div>I suppose that was the "yum update". Some of the libraries used by citadel were updated. I suppose some incompatibility.</div>
<div> </div>
<div>How I force a new compile of citadel?</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Luís Gonçaçalves.</div>
<br /><br /></div>
</blockquote>
<p> </p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099534267</link><pubDate>Thu, 04 Sep 2025 10:38:41 +0500</pubDate><title>Re: Urgent</title><guid isPermaLink="false">2099534267@Uncensored</guid><description><![CDATA[<html><body>

<p>I downgraded glibc and it did not worked.</p>
<p>A recompilation did not worked also.</p>
<p> </p>
<blockquote>
<div class="message_header"><span>Thu Sep 04 2025 13:58:07 UTC</span> <span>from <a href="do_template?template=user_show?who=luisgo">luisgo</a> </span> <span class="message_subject">Subject: Urgent</span></div>
<div class="message_content">
<p>Dear all,</p>
<p>I updated my Centos 9 and the citadel simply stops with Core Dump.</p>
<p>When I do the easy install gives the following:</p>
<p>Error</p>
<p>D▒s▒</p>
<div> </div>
<div> </div>
<div>I suppose that was the "yum update". Some of the libraries used by citadel were updated. I suppose some incompatibility.</div>
<div> </div>
<div>How I force a new compile of citadel?</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Luís Gonçaçalves.</div>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099534256</link><pubDate>Thu, 04 Sep 2025 09:58:07 +0500</pubDate><title>Urgent</title><guid isPermaLink="false">2099534256@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear all,</p>
<p>I updated my Centos 9 and the citadel simply stops with Core Dump.</p>
<p>When I do the easy install gives the following:</p>
<p>Error</p>
<p>D▒s▒</p>
<div> </div>
<div> </div>
<div>I suppose that was the "yum update". Some of the libraries used by citadel were updated. I suppose some incompatibility.</div>
<div> </div>
<div>How I force a new compile of citadel?</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Luís Gonçaçalves.</div>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099533922</link><pubDate>Tue, 02 Sep 2025 05:57:34 +0500</pubDate><title>Re: BCC</title><guid isPermaLink="false">2099533922@Uncensored</guid><description><![CDATA[<html><body>

<p> </p>
<blockquote>
<div class="message_header"><span>Mo Sep 01 2025 17:53:00 UTC</span> <span>von <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Betreff: Re: BCC</span></div>
<div class="message_content">
<blockquote>
<div class="message_content">
<p>There is a problem with BCC recieptiens.</p>
<p>They will all appear in Mail header as &gt; Envelope-to:</p>
<p>Is there a option to hide recieptens in header ?</p>
</div>
</blockquote>
<p>Can you clarify please, is this on outbound or inbound email?</p>
<br /><br /></div>
</blockquote>
<p>Hi Ignatius,</p>
<p> </p>
<p>this happens on Outbound Mails. It doesnt matter wich Client you use. All BCC mails will show up for everybody who receive the mail. Not in client, but if you look in header from the mail... all will show up @envelopeto</p>
<p> </p>
<p>Greetings</p>
<p>Mike</p>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099533918</link><pubDate>Tue, 02 Sep 2025 05:33:26 +0500</pubDate><title>Re: Shrink my databases.</title><guid isPermaLink="false">2099533918@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear Foobar,</p>
<p>I have not so much space.</p>
<p>Do not see this as I putting bad reputation on the software.</p>
<p>Could you please explain how to set <span style="color: #800000; background-color: #ebebeb;">"</span><span style="background-color: #f0f0f0; font-family: monospace; font-size: 15px;">c_shrink_db_files"?</span></p>
<p><span style="background-color: #f0f0f0; font-family: monospace; font-size: 15px;">Thank you,</span></p>
<p><span style="background-color: #f0f0f0; font-family: monospace; font-size: 15px;">Luís Gonçalves.</span></p>
<blockquote>
<div class="message_header"><span>Mon Sep 01 2025 17:57:32 UTC</span> <span>from <a href="do_template?template=user_show?who=IGnatius T Foobar">IGnatius T Foobar</a> </span> <span class="message_subject">Subject: Re: Shrink my databases.</span></div>
<div class="message_content">
<blockquote>
<div class="message_content">
<p>I want to shrink my databases. I tried with the shell script "database_cleanup.sh" and it gives a error even with citadel shutdown and with plenty of disk space (I renamed /tmp in the script).</p>
<p>How to set the "<span style="background-color: #f0f0f0; font-family: monospace; font-size: 15px;">c_shrink_db_files" variable (before compilation)?</span></p>
<p><span style="background-color: #f0f0f0; font-family: monospace; font-size: 15px;">I want only an one time shrink.</span></p>
</div>
</blockquote>
<p>c_shrink_db_files is not a compile-time option.  We've worked hard to have as few of those as possible.</p>
<p>If you set the c_shrink_db_files configuration option, the database will be compacted at shutdown time.</p>
<p>If you're not satisfied with the results, I would suggest using ctdldump and ctdlload, not database_cleanup.sh.   But really, Citadel is good with disk space -- it will reuse the "holes" in those files to write new data.  At some point your disk utilization will stabilize if you have both new data coming in and old data being purged.  If you have plenty of disk space and your system is running cleanly I would advise leaving it alone.</p>
<br /><br /></div>
</blockquote>
<p> </p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099533871</link><pubDate>Mon, 01 Sep 2025 13:57:32 +0500</pubDate><title>Re: Shrink my databases.</title><guid isPermaLink="false">2099533871@Uncensored</guid><description><![CDATA[<html><body>

<blockquote>
<div class="message_content">
<p>I want to shrink my databases. I tried with the shell script "database_cleanup.sh" and it gives a error even with citadel shutdown and with plenty of disk space (I renamed /tmp in the script).</p>
<p>How to set the "<span style="background-color: #f0f0f0; font-family: monospace; font-size: 15px;">c_shrink_db_files" variable (before compilation)?</span></p>
<p><span style="background-color: #f0f0f0; font-family: monospace; font-size: 15px;">I want only an one time shrink.</span></p>
</div>
</blockquote>
<p>c_shrink_db_files is not a compile-time option.  We've worked hard to have as few of those as possible.</p>
<p>If you set the c_shrink_db_files configuration option, the database will be compacted at shutdown time.</p>
<p>If you're not satisfied with the results, I would suggest using ctdldump and ctdlload, not database_cleanup.sh.   But really, Citadel is good with disk space -- it will reuse the "holes" in those files to write new data.  At some point your disk utilization will stabilize if you have both new data coming in and old data being purged.  If you have plenty of disk space and your system is running cleanly I would advise leaving it alone.</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099533870</link><pubDate>Mon, 01 Sep 2025 13:53:00 +0500</pubDate><title>Re: BCC</title><guid isPermaLink="false">2099533870@Uncensored</guid><description><![CDATA[<html><body>

<blockquote>
<div class="message_content">
<p>There is a problem with BCC recieptiens.</p>
<p>They will all appear in Mail header as &gt; Envelope-to:</p>
<p>Is there a option to hide recieptens in header ?</p>
</div>
</blockquote>
<p>Can you clarify please, is this on outbound or inbound email?</p>
</body></html>
]]></description></item><item><link>http://uncensored.citadel.org/readfwd?go=Citadel%20Support?start_reading_at=2099533232</link><pubDate>Wed, 27 Aug 2025 13:43:58 +0500</pubDate><title>Shrink my databases.</title><guid isPermaLink="false">2099533232@Uncensored</guid><description><![CDATA[<html><body>

<p>Dear All,</p>
<p>I want to shrink my databases. I tried with the shell script "database_cleanup.sh" and it gives a error even with citadel shutdown and with plenty of disk space (I renamed /tmp in the script).</p>
<p>How to set the "<span style="background-color: #f0f0f0; font-family: monospace; font-size: 15px;">c_shrink_db_files" variable (before compilation)?</span></p>
<p><span style="background-color: #f0f0f0; font-family: monospace; font-size: 15px;">I want only an one time shrink.</span></p>
<p><span style="font-family: monospace;"><span style="font-size: 15px; background-color: #f0f0f0;">Thank you,</span></span></p>
<p><span style="font-family: monospace;"><span style="font-size: 15px; background-color: #f0f0f0;">Luís Gonçalves.</span></span></p>
</body></html>
]]></description></item></channel></rss>

