Language:
switch to room list switch to menu My folders
Go to page: First ... 6 7 8 9 [10] 11
[#] Thu Jun 25 2026 19:16:45 EDT from IGnatius T Foobar

Subject: Re: Easy Install - upgrade to latest version fails

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

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.

Thank you for trying Citadel!

[#] Fri Jun 26 2026 06:40:08 EDT from cybero2912

Subject: Re: Easy Install - upgrade to latest version fails

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

Hi and thx for your answer,

I don't like docker, seems time for a reinstallation with aktual debian has come

 

PS: last upgrade to version: 17792232 has run without any problems

 

regards robert



[#] Fri Jun 26 2026 08:48:52 EDT from cybero2912

Subject: Re: Easy Install - upgrade to latest version fails

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

I upgraded the server to debian bookworm and that did the trick, latest version of citadel is up an running

 

thx a lot

regards robert



[#] Fri Jun 26 2026 13:08:50 EDT from ShinyToaster

Subject: How to stop and start Citadel in docker

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

I'm using docker via calima on MacBook Pro M1. Works fine on the initial run but not working after stopping and starting.

Did the following.

 

mkdir /usr/local/citadel

docker run -d --restart=unless-stopped --network host --volume=/usr/local/citadel:/citadel-data --name=citadel citadeldotorg/citadel

 

# Stopped citadel

docker stop citadel

 

# Start citadel

docker start citadel

 

# Result when trying to connect from browser

This program was unable to connect or stay connected to the Citadel server. Please report this problem to your system administrator.

Read More...

 

Am I stopping and starting Citadel wrong?

Does Citadel have a search function?



[#] Fri Jun 26 2026 17:13:38 EDT from ShinyToaster

Subject: Re: How to stop and start Citadel in docker

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

Solved the issue by using OrbStack instead of Colima

ShinyToaster



[#] Sun Jun 28 2026 14:17:28 EDT from IGnatius T Foobar

Subject: Re: How to stop and start Citadel in docker

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

I'm glad you figured it out because I have no idea what any of those things are. :)

[#] Sun Jun 28 2026 15:32:46 EDT from Nurb432

Subject: Re: How to stop and start Citadel in docker

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

Neither did i, looked it up, seems like a alternative to 'docker desktop' for OSX devices. 

Sun Jun 28 2026 14:17:28 EDT from IGnatius T Foobar Subject: Re: How to stop and start Citadel in docker
I'm glad you figured it out because I have no idea what any of those things are. :)

 



[#] Tue Jul 07 2026 16:36:56 EDT from ftest

Subject: General Question (XMPP/Jabber)

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

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



[#] Tue Jul 07 2026 18:34:32 EDT from Motobike

Subject: Re: General Question (XMPP/Jabber)

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

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



 



[#] Tue Jul 07 2026 18:40:30 EDT from Nurb432

Subject: Re: General Question (XMPP/Jabber)

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

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.  



[#] Tue Jul 07 2026 18:53:31 EDT from Motobike

Subject: Re: General Question (XMPP/Jabber)

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

I recommend Prosody as XMPP Server.

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



 



[#] Tue Jul 07 2026 18:55:25 EDT from ftest

Subject: Re: General Question (XMPP/Jabber)

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

 

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.



[#] 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? ;)



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