Language:
switch to room list switch to menu My folders
Go to page: First ... 6 7 8 9 [10] 11 12
[#] Wed Jul 08 2026 06:50:01 EDT from Marisa Giancarla <fstltna@yahoo.com> to room_Citadel_Support@uncensored.citadel.org

Subject: Re: [Citadel Support] Re: General Question (XMPP/Jabber)

[Reply] [ReplyQuoted] [Headers] [Print]

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.
Let me know if you have any questions or want a server to test...

Marisa


On July 7, 2026 3:55:25 PM PDT, ftest <room_Citadel_Support@uncensored.citadel.org> wrote:

 

Tue Jul 07 2026 18:34:32 EDT from Motobike Subject: Re: General Question (XMPP/Jabber)

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. 

Greetings

Mike

 

Di Jul 07 2026 16:36:56 EDT von ftest Betreff: General Question (XMPP/Jabber)

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.

My question is this;

If I set up my own Citadel instance, will the XMPP messages sent federate with other XMPP servers?

 

Thank you,

  --ftest



 



Ah well. I appreciate the answer none the less.



[#] Fri Jul 10 2026 17:34:02 EDT from Motobike

Subject: Prepareing

[Reply] [ReplyQuoted] [Headers] [Print]

Hi there,

i installed LLDAP to my Citadel Server for local LDAP autehtication with RFC. 

 

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?

Citadel -> LDAP -> User authentication works fine. The only thing I notice is the schema. Is there any documentation for this??

 

Greetings 

Mike

 



[#] Fri Jul 10 2026 17:45:27 EDT from Motobike

Subject: LLDAP base schema

[Reply] [ReplyQuoted] [Headers] [Print]

Group schema

 

User defined schema

 



[#] Sun Jul 12 2026 13:05:19 EDT from harlan

Subject: Import .ics files

[Reply] [ReplyQuoted] [Headers] [Print]

Hello,

  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.

 

Thanks,

 

Harlan...



[#] Sun Jul 12 2026 16:19:34 EDT from harlan

Subject: Import .ics files

[Reply] [ReplyQuoted] [Headers] [Print]

Hello,

  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.

 

Thanks,

 

Harlan...



[#] Mon Jul 13 2026 09:12:19 EDT from IGnatius T Foobar

Subject: Re: Prepareing

[Reply] [ReplyQuoted] [Headers] [Print]

 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?

Citadel -> LDAP -> User authentication works fine. The only thing I notice is the schema. Is there any documentation for this??

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.

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.  



[#] Mon Jul 13 2026 14:30:34 EDT from harlan

Subject: Time zones for users

[Reply] [ReplyQuoted] [Headers] [Print]

Hello,

  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.

 

Thanks,

 

Harlan...



[#] Wed Jul 15 2026 01:58:24 EDT from Motobike

Subject: Re: Prepareing

[Reply] [ReplyQuoted] [Headers] [Print]

 

Mo Jul 13 2026 09:12:19 EDT von IGnatius T Foobar Betreff: Re: Prepareing

 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?

Citadel -> LDAP -> User authentication works fine. The only thing I notice is the schema. Is there any documentation for this??

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.

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.  



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? ;)



[#] Wed Jul 15 2026 09:23:21 EDT from IGnatius T Foobar

Subject: Re: Prepareing

[Reply] [ReplyQuoted] [Headers] [Print]

Better yet, I'll give you a cheat code :)

Go to freeipa.org and check out their demo server. Point your Citadel LDAP to it and go !

[#] Fri Jul 17 2026 02:41:30 EDT from Motobike

Subject: Re: Prepareing

[Reply] [ReplyQuoted] [Headers] [Print]

 

Mi Jul 15 2026 09:23:21 EDT von IGnatius T Foobar Betreff: Re: Prepareing
Better yet, I'll give you a cheat code :)

Go to freeipa.org and check out their demo server. Point your Citadel LDAP to it and go !

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. 



[#] Fri Jul 17 2026 07:47:43 EDT from luisgo

Subject: Problem with purge.

[Reply] [ReplyQuoted] [Headers] [Print]

Dear All,

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?

Thank you,

Luís Gonçalves.

 



[#] Fri Jul 17 2026 11:50:51 EDT from IGnatius T Foobar

Subject: Re: Problem with purge.

[Reply] [ReplyQuoted] [Headers] [Print]

 

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?

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.

To do so, run the following command from your Citadel Server directory:

./sendcommand TDAP

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.



[#] Thu Jul 23 2026 11:31:51 EDT from awrdgrs

Subject: DKIM key

[Reply] [ReplyQuoted] [Headers] [Print]

Hello,

 

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:

 

1)  Does version 917 support the DKIM key?

2) If so, I've manually generated the keys so how do I get Citadel to load them?

 

Thanks,

 

Allen

 

 

 

 



[#] Thu Jul 23 2026 11:42:39 EDT from luisgo

Subject: Re: Problem with purge.

[Reply] [ReplyQuoted] [Headers] [Print]

Dear Foobar,

The new Citadel Version is out.

How to convert the database from Berkeley DB to LMDB?

Thank you,

Luís Gonçalves.

Fri Jul 17 2026 11:50:51 EDT from IGnatius T Foobar Subject: Re: Problem with purge.

 

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?

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.

To do so, run the following command from your Citadel Server directory:

./sendcommand TDAP

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.



 



[#] Thu Jul 23 2026 11:55:12 EDT from awrdgrs

Subject: DKIM key

[Reply] [ReplyQuoted] [Headers] [Print]

Hello,

 

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:

 

1)  Does version 917 support the DKIM key?

2) If so, I've manually generated the keys so how do I get Citadel to load them?

 

Thanks,

 

Allen

 

 

 

 



[#] Thu Jul 23 2026 12:25:14 EDT from Motobike

Subject: Re: Problem with purge.

[Reply] [ReplyQuoted] [Headers] [Print]

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.

 

Thu Jul 23 2026 11:42:39 EDT from luisgo Subject: Re: Problem with purge.

Dear Foobar,

The new Citadel Version is out.

How to convert the database from Berkeley DB to LMDB?

Thank you,

Luís Gonçalves.

Fri Jul 17 2026 11:50:51 EDT from IGnatius T Foobar Subject: Re: Problem with purge.

 

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?

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.

To do so, run the following command from your Citadel Server directory:

./sendcommand TDAP

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.



 



 



[#] Thu Jul 23 2026 12:26:50 EDT from IGnatius T Foobar

Subject: Re: DKIM key

[Reply] [ReplyQuoted] [Headers] [Print]

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.

It's not just easy, it's "Citadel Easy". But you have to do the upgrade.

[#] Thu Jul 23 2026 12:33:42 EDT from IGnatius T Foobar

Subject: Re: Problem with purge.

[Reply] [ReplyQuoted] [Headers] [Print]

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 have Admin privileges for the duration of that session.

[#] Thu Jul 23 2026 12:37:44 EDT from awrdgrs

Subject: Re: DKIM key

[Reply] [ReplyQuoted] [Headers] [Print]

 

Thu Jul 23 2026 12:26:50 EDT from IGnatius T Foobar Subject: Re: DKIM key
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.

It's not just easy, it's "Citadel Easy". But you have to do the upgrade.

 

Thanks!



[#] Thu Jul 23 2026 12:39:20 EDT from IGnatius T Foobar

Subject: Re: Problem with purge.

[Reply] [ReplyQuoted] [Headers] [Print]

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 data directory. It will detect the correct database and start up.

Go to page: First ... 6 7 8 9 [10] 11 12