Language:
switch to room list switch to menu My folders
Go to page: First ... 9 10 11 12 [13] 14 15 16 17 ... Last
[#] Mon Jun 10 2024 08:50:59 EDT 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 09:21:04 EDT 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 09:22:42 EDT 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 13:30:57 EDT from beislhur

Subject: Citadel logging

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

Hi,

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

Thanks

b.



[#] Mon Jun 10 2024 23:09:25 EDT 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 23:26:21 EDT 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 02:58:30 EDT from MarisaG

Subject: Re: Problems with SSL certificates.

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

Im having similar issues...



[#] Tue Jun 11 2024 03:00:36 EDT 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 14:01:21 EDT 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 14:07:01 EDT 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 16:55:04 EDT 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 16:57:52 EDT 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 00:12:30 EDT 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 02:33:52 EDT 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 03:03:58 EDT 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)

 



[#] Sat Jun 15 2024 10:54:16 EDT from IGnatius T Foobar

Subject: Re: 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?

If you used Easy Install, delete /usr/local/ctdlsupport/*.sum and run Easy Install again.

Or just use the container version of Citadel and all the LDAP support is built in for you.



[#] Sat Jun 15 2024 10:57:31 EDT from IGnatius T Foobar

Subject: Re: Spamassassin/Citadel problem

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

 

In the default configuration, when SpamAssassin identifies a message as spam, Citadel rejects it.  We believe that this is superior to filing it in a spam folder because when there is a false positive, the sender will receive a bounce and will know what happened.

If you want to change this behavior, there is an option on your Administration screen "Flag spam instead of deleting it" which will simply set the X-Spam-Status header, and this allows you to create an inbox filter rule to handle it as you wish.



[#] Mon Jun 17 2024 02:59:43 EDT from luisgo

Subject: Is this correct? I do not know how to test if SPAM.

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



[#] Tue Jun 18 2024 16:40:04 EDT from nickb

Subject: Webcit port 80 to port 8484

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

How do you change the port of WEBCIT?

By default it is running on port 80 but I would like to change

HTTP to port 8484 and HTTPS to port 8888

I am using the DOCKER system



[#] Tue Jun 18 2024 21:39:37 EDT from nickb

Subject: changing some settings on Webcit and SMTP

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

i need to do two things,

change SMTP port 25 from listening on 127.0.0.1 to 0.0.0.0

and change the webcit from port 443 and port 80 to port 8080 and 8484

how can i do this on debain 12/bookworm

 

root@LAMP2:/etc/default# ss -pltn
State    Recv-Q   Send-Q      Local Address:Port        Peer Address:Port   Process
LISTEN   0        20              127.0.0.1:25               0.0.0.0:*       users:(("exim4",pid=1541,fd=4))
LISTEN   0        128             127.0.0.1:631              0.0.0.0:*       users:(("cupsd",pid=786,fd=7))
LISTEN   0        5                 0.0.0.0:995              0.0.0.0:*       users:(("citserver",pid=7328,fd=31))
LISTEN   0        5                 0.0.0.0:993              0.0.0.0:*       users:(("citserver",pid=7328,fd=27))
LISTEN   0        5                 0.0.0.0:587              0.0.0.0:*       users:(("citserver",pid=7328,fd=34))
LISTEN   0        5                 0.0.0.0:563              0.0.0.0:*       users:(("citserver",pid=7328,fd=29))
LISTEN   0        5                 0.0.0.0:504              0.0.0.0:*       users:(("citserver",pid=7328,fd=25))
LISTEN   0        5                 0.0.0.0:465              0.0.0.0:*       users:(("citserver",pid=7328,fd=33))
LISTEN   0        5                 0.0.0.0:143              0.0.0.0:*       users:(("citserver",pid=7328,fd=26))
LISTEN   0        5                 0.0.0.0:110              0.0.0.0:*       users:(("citserver",pid=7328,fd=30))
LISTEN   0        5                 0.0.0.0:119              0.0.0.0:*       users:(("citserver",pid=7328,fd=28))
LISTEN   0        128               0.0.0.0:22               0.0.0.0:*       users:(("sshd",pid=805,fd=3))
LISTEN   0        4096            127.0.0.1:45853            0.0.0.0:*       users:(("containerd",pid=793,fd=10))
LISTEN   0        5                 0.0.0.0:5222             0.0.0.0:*       users:(("citserver",pid=7328,fd=37))
LISTEN   0        20                  [::1]:25                  [::]:*       users:(("exim4",pid=1541,fd=5))
LISTEN   0        128                 [::1]:631                 [::]:*       users:(("cupsd",pid=786,fd=6))
LISTEN   0        100                     *:443                    *:*       users:(("webcit",pid=7330,fd=5))
LISTEN   0        100                     *:80                     *:*       users:(("webcit",pid=7329,fd=5))
LISTEN   0        128                  [::]:22                  [::]:*       users:(("sshd",pid=805,fd=4))



Go to page: First ... 9 10 11 12 [13] 14 15 16 17 ... Last