Language:

en_US

switch to room list switch to menu My folders
Go to page: First ... 5 6 7 8 [9] 10 11 12 13 ... Last
[#] Sat Jun 08 2024 20:09:41 UTC from IGnatius T Foobar

Subject: Re: permission error on citadel.key file

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

 

I've changed the permissions in as many places as possible but it's still erroring 

I assumed citadel is using root? as I started the citadel process under root (service citadel start)

Citadel is started as root (usually by systemd or its equivalent) but then it will drop its permissions to another user (perhaps a user called "citadel") in most configurations.

You can do a "ps auxf" to find what user name citserver is running at,  then change your certificate file permissions to handle that. 



[#] Sun Jun 09 2024 19:05:20 UTC from msgrhys

Subject: Usernames

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

Is there any way I can get my username changed here?



[#] Mon Jun 10 2024 09:26:46 UTC from cjonline

Subject: Re: permission error on citadel.key file

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

Hi, citadel service is running under citadel user... I changed all the symbolic link permissions with chown -h citadel:root as well as the actual key.  

same error in the logs, even after service restart.

!?!?

 

Craig.

Sat Jun 08 2024 16:09:41 EDT from IGnatius T Foobar Subject: Re: permission error on citadel.key file

 

I've changed the permissions in as many places as possible but it's still erroring 

I assumed citadel is using root? as I started the citadel process under root (service citadel start)

Citadel is started as root (usually by systemd or its equivalent) but then it will drop its permissions to another user (perhaps a user called "citadel") in most configurations.

You can do a "ps auxf" to find what user name citserver is running at,  then change your certificate file permissions to handle that. 



 



[#] Mon Jun 10 2024 09:35:26 UTC from nickb

Subject: LDAP and OPENID

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

I am running Debian 12, do you know if OPENID is still supported and what libraries LDAP requires so that the modules are built during the easy setup process?

I would like like to run both OpenID and LDAP but see very limited support.



[#] Mon Jun 10 2024 09:40:35 UTC from nickb

Subject: Re: LDAP and OPENID

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

 

Mon Jun 10 2024 05:35:26 EDT from nickb Subject: LDAP and OPENID

I am running Debian 12, do you know if OPENID is still supported and what libraries LDAP requires so that the modules are built during the easy setup process?

I would like like to run both OpenID and LDAP but see very limited support.



What i actually need to know is what dependencies do I need to pre-load so that the easy install script will recognize the OpenID and LDAP need to build those modules. This is for Linux/Debian 12



[#] Mon Jun 10 2024 12:50:59 UTC from linuxisthebom

Subject: SSL Setup with Letsencrypt

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

New to this support Forum, looking for search.
Need help on SSL letsencrypt. Domain on server is registered with letsencrypt



[#] Mon Jun 10 2024 13:21:04 UTC from IGnatius T Foobar

Subject: Re: Usernames

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

Is there any way I can get my username changed here?

Sure, send me a private message with your desired new name and use it next time you log in.

[#] Mon Jun 10 2024 13:22:42 UTC from IGnatius T Foobar

Subject: Re: LDAP and OPENID

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

I am running Debian 12, do you know if OPENID is still supported
and what libraries LDAP requires so that the modules are built
during the easy setup process?

OpenID isn't supported anymore, no one was using it and it was becoming a burden to maintain. In the future we are likely to add OAuth and/or SAML because that seems to be what the world is using now.

LDAP is fully supported in every build. If you have Citadel you have LDAP.

[#] Mon Jun 10 2024 17:30:57 UTC from beislhur

Subject: Citadel logging

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

Hi,

how is citadel (SMTP, IMAP, ...) logging configured? Files, loglevel?

Thanks

b.



[#] Tue Jun 11 2024 03:09:25 UTC from nickb

Subject: Re: LDAP and OPENID

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

 

Mon Jun 10 2024 05:35:26 EDT from nickb Subject: LDAP and OPENID

I am running Debian 12, do you know if OPENID is still supported and what libraries LDAP requires so that the modules are built during the easy setup process?

I would like like to run both OpenID and LDAP but see very limited support.



What i actually need to know is what dependencies do I need to pre-load so that the easy install script will recognize the OpenID and LDAP need to build those modules. This is for Linux/Debian 12



[#] Tue Jun 11 2024 03:26:21 UTC from nickb

Subject: Configure the LDAP connector

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

How do i configure the LDAP connector?

I have added the following packages and dependacies

sudo apt-get install "libnss-ldap"

The LIBNSS-LDAP on Linux/Debian 12

 

 



[#] Tue Jun 11 2024 06:58:30 UTC from MarisaG

Subject: Re: Problems with SSL certificates.

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

Im having similar issues...



[#] Tue Jun 11 2024 07:00:36 UTC from MarisaG

Subject: Re: Cant get the DKIM conffig working....

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

 

Sat Jun 08 2024 16:05:31 EDT from IGnatius T Foobar Subject: Re: Cant get the DKIM conffig working....

When I try and paste it into my DNS manager I get a error about it being too long. I think only 1024 bit signing works and it looks like you are creating 2048? My 1024 bit keys work fine...

1024 bit keys are deprecated by a lot of places now.  Sending an email signed by a 1024 bit key is almost as undesirable as not signing it at all.  I would definitely suggest finding out how to get the longer string into your DNS manager instead of trying to figure out how to get Citadel to generate a shorter key.

Here's a Server Fault article where people are discussing the same topic: 

https://serverfault.com/questions/255580/how-do-i-enter-a-strong-long-dkim-key-into-dns



 

Ok I will ask my dns provider, hover.com...



[#] Tue Jun 11 2024 18:01:21 UTC from nickb

Subject: Re: LDAP and OPENID

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

 

Mon Jun 10 2024 05:35:26 EDT from nickb Subject: LDAP and OPENID

I am running Debian 12, do you know if OPENID is still supported and what libraries LDAP requires so that the modules are built during the easy setup process?

I would like like to run both OpenID and LDAP but see very limited support.



What i actually need to know is what dependencies do I need to pre-load so that the easy install script will recognize the OpenID and LDAP need to build those modules. This is for Linux/Debian 12



[#] Tue Jun 11 2024 18:07:01 UTC from nickb

Subject: Re: LDAP and OPENID

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

 

Mon Jun 10 2024 09:22:42 EDT from IGnatius T Foobar Subject: Re: LDAP and OPENID
I am running Debian 12, do you know if OPENID is still supported
and what libraries LDAP requires so that the modules are built
during the easy setup process?

OpenID isn't supported anymore, no one was using it and it was becoming a burden to maintain. In the future we are likely to add OAuth and/or SAML because that seems to be what the world is using now.

LDAP is fully supported in every build. If you have Citadel you have LDAP.

 

Mr. Foobar and Support Team,

If LDAP is fully supported, how do you get rid of the message, "NOTE: This Citadel server has been built without LDAP support. These options will have no effect." 

Please also not that my install was partially executed and that i had to manually add some of the "systemctl services"

How do I ENABLE the LDAP support?



[#] Wed Jun 12 2024 20:55:04 UTC from IGnatius T Foobar

Subject: Re: LDAP and OPENID

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

If LDAP is fully supported, how do you get rid of the message,
"NOTE: This Citadel server has been built without LDAP support.
These options will have no effect." 

Did you build Citadel from source, instead of using the containerized version or the Easy Install script?

If so, you'll need to install "libldap2-dev" (on debian or ubuntu like systems) or "openldap-devel" (on redhat like systems) before building Citadel.

Then when you do "ldd /usr/local/citadel/citserver" you should see a line like this:
libldap-2.5.so.0 => /lib/x86_64-linux-gnu/libldap-2.5.so.0 (0x00007fd963922000)

If you have all that and you still aren't offered the LDAP configuration options, then something else might be wrong.

[#] Wed Jun 12 2024 20:57:52 UTC from IGnatius T Foobar

Subject: Re: SSL Setup with Letsencrypt

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

Need help on SSL letsencrypt. Domain on server is registered
with letsencrypt

RTFM here: https://www.citadel.org/sslcertificates.html

[#] Thu Jun 13 2024 04:12:30 UTC from nickb

Subject: Re: LDAP and OPENID

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

 

Mon Jun 10 2024 09:22:42 EDT from IGnatius T Foobar Subject: Re: LDAP and OPENID
I am running Debian 12, do you know if OPENID is still supported
and what libraries LDAP requires so that the modules are built
during the easy setup process?

OpenID isn't supported anymore, no one was using it and it was becoming a burden to maintain. In the future we are likely to add OAuth and/or SAML because that seems to be what the world is using now.

LDAP is fully supported in every build. If you have Citadel you have LDAP.

 

Mr. Foobar and Support Team,

If LDAP is fully supported, how do you get rid of the message, "NOTE: This Citadel server has been built without LDAP support. These options will have no effect." 

Please also not that my install was partially executed and that i had to manually add some of the "systemctl services"

How do I ENABLE the LDAP support?



[#] Thu Jun 13 2024 06:33:52 UTC from nickb

Subject: Citadel Server Setup reconfigure

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

Is it possible to RECONFIGURE a Citadel Server once you install the libldap2-dev libraries for LDAP support?

Is it best to go with the source code or easy setup or docker?

I am not sure why I am getting the BUILT WITHOUT LDAP SUPPORT message.

Please advise on other options that I may try. I am willing to do a complete FRESH install.

 

 



[#] Fri Jun 14 2024 07:03:58 UTC from luisgo

Subject: Spamassassin/Citadel problem

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

Dear All,

I installed Spamassassin and configured in Citadel.

See here my Logwatch of yesterday:

SpamAssassin

 
Mail Recipients:
  (unknown) :   79 clean,     1 spam
 
Summary:
    Total Clean:    79 ( 99%)
    Total Spam:      1 (  1%)
 
Top 10 Spam Relays:
  : 1 Time(s)
 
"still running as root" error: 80 time(s)
 
Child-related errors
  spamd: cannot send SIGINT to child process [___]: No such process: 1 Time(s)

 



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