Language:
switch to room list switch to menu My folders
Go to page: 1 2 3 4 [5] 6 7 8 9 ... Last
[#] Sat Jan 21 2023 12:03:40 EST from hboot

Subject: The connection was reset (bug?)

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

Hello Fellas,

Have set up citadel for use with my private email domains and such and am using plusnet's relay server (relay.plus.net) for sending email.

Have encountered that whenever I send mail my Connection gets reset according to my browser. This is quite annoying though the emails seem to get delivered all right.

Anyone got any advice? Here is a screenshot of what appears after I press Send message :

(This happens on all browsers)



[#] Sat Jan 21 2023 15:45:50 EST from moltra

Subject: SMTP Banner Mismatch

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

How do I set up SMTP Banner Mismatch in Citadel?



[#] Sun Jan 22 2023 19:44:29 EST from moltra

Subject: opendkim

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

has anyone gotten opendkim to work with Citadel?

 

I am getting an login failure when I enable the opendkim as a smart host in Citadel



[#] Mon Jan 23 2023 14:38:55 EST from yjlion

Subject: Re: opendkim

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

I use postfix as a MTA with opendkim, and opendmarc as a milter https://citadel.org/configuring_postfix_to_validate_email_addresses_against_a_citadel_server.html 

Change Citadel port 25 to say 2525

Install postfix

Setup postfix to send the email to citadel

Configure Citadel to relay out through postfix (smarthost 127.0.0.1:25)

Sun Jan 22 2023 07:44:29 PM EST from moltra Subject: opendkim

has anyone gotten opendkim to work with Citadel?

 

I am getting an login failure when I enable the opendkim as a smart host in Citadel



 



[#] Wed Jan 25 2023 10:57:33 EST from moltra

Subject: Re: opendkim

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

Thanks, I thought about installing Postfix, but was not sure of the benefits and problems doing so.

 

I install it tonight,



[#] Wed Jan 25 2023 11:00:16 EST from moltra

Subject: Sent emails showing as unread in Thunderbird

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

I am not sure if this is a Thunderbird issue or a Citadel issue, but when I send an email either from Thunderbird or Citadel it shows up as unread in the sent folder on both places. 

Also new contacts are highlighted in the Folders is there a way to "Read" them?



[#] Wed Jan 25 2023 12:17:41 EST from IGnatius T Foobar

Subject: Re: Sent emails showing as unread in Thunderbird

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

I am not sure if this is a Thunderbird issue or a Citadel issue, but when
I
send an email either from Thunderbird or Citadel it shows up as unread in
the
sent folder on both places. 

Thunderbird saves a copy of sent mail by default. Citadel does this too on the server side.

Turn it off in Thunderbird and you will be fine.

[#] Fri Jan 27 2023 12:45:15 EST from moltra

Subject: Re: Sent emails showing as unread in Thunderbird

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

Thanks for all your help.



[#] Tue Jan 31 2023 09:37:54 EST from fdh

Subject: Dependencies issue with easy install

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

 

Hi there, using parrot OS as my main base to install citadel unto (debian based) and i'm getting some dependencies issues.

yeeeesss.... I know I am new to linux, and yeeesss, I know this is something that requires advanced knowledge of linux, and yeeesss, I know I could have gotten a clean bullseye debian distro to work with - I am learning and I learn by fixing issues, at least thats the idea here.

In any event, could someone point me to the issue here?  Looks like my packages are newer but the easy install script won't recognize them?

 

The following packages have unmet dependencies:

 libcurl4-openssl-dev : Depends: libcurl4 (= 7.74.0-1.3+deb11u5) but 7.87.0-2~bpo11+1 is to be installed

 libldap2-dev : Depends: libldap-2.4-2 (= 2.4.57+dfsg-3+deb11u1) but 2.4.59+dfsg-1~bpo11+1 is to be installed

E: Unable to correct problems, you have held broken packages.

 Citadel Easy Install is aborting. 

 The last few lines above this message may indicate what went wrong. 

 Linux Debian parrot( 6.0.0-12parrot1-amd64 x86_64) 

 
I've fixed this issue a few times by changing the install scripts to point to the bullseye distro of debian, unsure how to do that here.....
I'd rather not revert to older packages just for this system if possible?


[#] Tue Jan 31 2023 10:13:21 EST from IGnatius T Foobar

Subject: Re: Dependencies issue with easy install

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

Maybe just run the containerized version instead?

[#] Tue Jan 31 2023 10:26:15 EST from fdh

Subject: Re: Dependencies issue with easy install

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

if I run this in a VM or docker or whatnot I will need to dabble in port forwarding, nginx, SSL, and that will be another huge headache for me.  I'd rather have this run straight out of the box so i can by-pass the networking side of it as much as possible.



[#] Tue Jan 31 2023 10:26:57 EST from fdh

Subject: Re: Dependencies issue with easy install

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

Is the only way to proceed here to either install an older version of the packages, or run a container?



[#] Tue Jan 31 2023 19:16:37 EST from IGnatius T Foobar

Subject: Re: Dependencies issue with easy install

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

if I run this in a VM or docker or whatnot I will need to dabble in
port forwarding, nginx, SSL, and that will be another huge headache

I understand your concern. You want server software to simply open up ports on the host machine instead of having to forward the ports through a container orchestration layer.

If you use Docker, you can launch the container with `--network host` and the container will operate in the host system's network namespace. That means you don't have to forward ports for example, from eth0 to docker0 or whatever.
The ports offered by the container simply listen on 0.0.0.0 or ::1 on the host system (assuming, of course, that there are no other programs listening on those ports).

If you really have a strong preference to use the Easy Install build, I would suggest that you extract the `apt install` command from the Easy Install script and just execute it at the command line, and work out what it takes to get those packages installed without having to launch a Citadel install with each attempt. I don't know much about your particular Linux distribution but maybe someone else here does?

[#] Wed Feb 01 2023 23:36:43 EST from LadySerenaKitty

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

Server-side mail filtering has issues.

1.  SpamAssassin headers seem to be ignored.

2.  One of my mail filters is a regex.  It should match, but doesn't seem be working.

> If [From] Matches "([^@]+)@([0-9]+)\.([a-z]+)" [Move message to] [Spam]



[#] Thu Feb 02 2023 08:10:04 EST from demo-90

Subject: Citadel webcit UI listening on TCP6

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

Hello i just installed citadel mail server on Ubuntu 22.04 with easy-support(script) method. During installation process of Webcit asked me to enter HTTP and HTTPS ports so i provided 8080 and 8443 because on default ports already  apache web server running. Citadel is installed but when doing netstat -nlp | grep webcit strange all other services are listening on TCP4 except webcit and they're listening on TCP6. I only found so long old blogs to change ports in /etc/default/websit file but no file is there. Please help me out.



DeepinScreenshot_select-area_20230202183918.png (image/png, 142642 bytes) [ View | Download ]
[#] Thu Feb 02 2023 08:28:44 EST from tregubova

Subject: OpenId authorization via Keycloak

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

Hi everyone! Can someone help me? I'm running citadel in a docker container, trying to set up user authorization via Keycloak. But when I click OpenId in the registration window and enter the url of my keycloaK, an error appears - "There is no OpenID identity provider at this location". 

What do I need to do or what am I doing wrong?

In my Keycloak, I created a client with my citadel url.



[#] Tue Feb 07 2023 09:32:42 EST from snailbox

Subject: WARNING: housekeeping loop has not run for x minutes

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

Hello Citadel devs and users,

I installed citadel recently via the easyinstall script on an old banana pi (armhf arch) running armbian on a sata ssd.
Everything is working fine but I just discovered that citserver is flooding me with log messages (every second):

| Feb 07 14:21:58 bananapi citserver[4765]: housekeeping: WARNING: housekeeping loop has not run for 5 minutes.  Is something stuck?
| Feb 07 14:21:59 bananapi citserver[4765]: citserver[4765]: housekeeping: WARNING: housekeeping loop has not run for 5 minutes.  Is something stuck?

 

After a restart of the service everything is quiet for 5 min and then the log messages kick in again.

Is this a normal behavior?

 

Regards,

snailbox



[#] Tue Feb 07 2023 20:11:59 EST from omgnoo

Subject: where are users stored?

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

Hello,

my Pi's sd card is corrupt, but I have a backup of all files. I installed Raspberry Pi Os completely new and copied /usr/local/citadel and /usr/local/webcit there. I triggered the easy install script and Citadel noticed that I have my data present.

However, after installation all my users are gone. Where are they stored so I can copy them over?

BR



[#] Tue Feb 07 2023 20:12:54 EST from omgnoo

Subject: Where are users stored?

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

Hello,

my Pi's sd card is corrupt, but I have a backup of all files. I installed Raspberry Pi Os completely new and copied /usr/local/citadel and /usr/local/webcit there. I triggered the easy install script and Citadel noticed that I have my data present.

However, after installation all my users are gone. Where are they stored so I can copy them over?

BR

 



[#] Wed Feb 08 2023 07:34:28 EST from Nurb432

Subject: Re: where are users stored?

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

i dont have the answer for you ( since the rest was ok, how odd, but i have never had to restore like that. ) but might want to post in the support room instead, it might get noticed faster.

Tue Feb 07 2023 08:11:59 PM EST from omgnoo Subject: where are users stored?

Hello,

my Pi's sd card is corrupt, but I have a backup of all files. I installed Raspberry Pi Os completely new and copied /usr/local/citadel and /usr/local/webcit there. I triggered the easy install script and Citadel noticed that I have my data present.

However, after installation all my users are gone. Where are they stored so I can copy them over?

BR



 



Go to page: 1 2 3 4 [5] 6 7 8 9 ... Last