Language:
switch to room list switch to menu My folders
Go to page: First ... 6 7 8 9 [10] 11 12 13 14 15
[#] Fri Nov 11 2022 13:50:34 EST from jenqs

Subject: Re: [Citadel Support] Re: View Old Names To Fix Problem

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

Thanks for trying :). Can't wait to see what you folks have dreamed up :)

9

Mon Oct 31 2022 09:30:09 EDT from IGnatius T Foobar Subject: Re: [Citadel Support] Re: View Old Names To Fix Problem
Funny you mention that. When you asked for a preview I attempted to set one up here on our production system. It didn't work right, so I said ok, let's finally upgrade my system to 64-bit which I've been putting off for a few years now. That was going to take too much time once I kicked off the migration.
So there went my Saturday with nothing to show for it :)

We'll get a preview running at some point.

 



[#] Fri Nov 11 2022 19:19:27 EST from IGnatius T Foobar

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

All right, maybe I spoke too soon :)
Turns o All right, maybe I spoke too soon :)
Turns o All right, maybe I spoke too soon :)
Turns out it didn't work because there was a legit bug that only manifested on 32-bit Linux (which is what Uncensored is still running).

I believe we now have a nightly build running at https://uncensored.citadel.org:4443

No promises here, of course.  It's the current state of the code and maybe it works.  You should be able to log in, and you should be able to view Forums and Mail.  It won't update your last-read pointer in each room, so it's probably not usable as your daily driver yet.   But it'll give you an idea what the new framework will look like.


Thanks for trying :). Can't wait to see what you folks have dreamed up :)



[#] Sat Nov 12 2022 14:26:23 EST from IGnatius T Foobar

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


Oh, and for anyone trying out the nightly builds of WebCit-NG [ https://uncensored.citadel.org:4443 ]
Here are some guidelines:

1. DO NOT REPORT BUGS. It's unfinished. We know it has bugs.
2. Don't worry about breaking it. You can't hurt the site by playing around with the demo. Worst that happens is you break the demo but the production site keeps running, and I don't care about that.
3. Don't bother trying to see if you can subvert the site's security through some half-completed section of the web interface. That can't be done because all access controls still live inside the Citadel Server, which is hardened and mature.

That having been said ... enjoy the preview of what has been built so far.
It is very much "under construction" but you should be able to see where we're going with it. The style is very modern, the underpinnings are totally REST and DAV to allow greater interoperability with third-party software, and the UI approach is to organize the system as a set of applications (mail, forums, calendar, etc.) instead of as an overgrown BBS that can also do other things.

For web design geeks: everything is HTML5+CSS+DOM+XHR, straight to the browser, no third-party frameworks. We tried a couple of different frameworks (Bootstrap and W3CSS) and they made things look nice out-of-the-box, but ended up being restrictive when we tried to do anything fancy. Modern browser features like Grid and Flexbox make this stuff easy.

Share And Enjoy!

[#] Mon Nov 14 2022 23:44:22 EST from Imspyguy

Subject: RFC 5322 - Gmail Email rejections

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

Good evening,

Gmail is rejecting my email,  with an error that states:

 

kd8sky@gmail.com: 550 (550-5.7.1 [208.180.142.90] This message is not RFC 5322 compliant, the issue is: )


Ive run through the DNS entries for the spf, dmarc, they‘ve both been validated, but my email will get rejected outright with the above entry or at times a reply to an email from gmail will end up in the spam box on my gmail account.


Any suggestions on the subject would be appreciated

Thanks - great product btw.


 



[#] Sun Nov 20 2022 19:29:18 EST from TobyWiddows

Subject: An idiot with a raspberry pi - Connection refusednetst

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

Hi,

I have tried to install citadel using the info here https://pimylifeup.com/raspberry-pi-email-server/

it all appeared to work, I can log in to the web interface and configure stuff.

However when I try and configure an email client it can not connect.

I tried to telnet to port 25  from a terminal on the server and get this

Trying 192.168.1.145...

telnet: Unable to connect to remote host: Connection refused

I get this for all the ports for smtp/imp/pop3

netstat -lnp does not list any of the ports as listening

 

sudo netstat -lnp

Active Internet connections (only servers)

Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name

tcp        0      0 192.168.1.145:5222      0.0.0.0:*               LISTEN      2077/citserver

tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      565/vncserver-x11-c

tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      2306/cupsd

tcp        0      0 127.0.0.1:783           0.0.0.0:*               LISTEN      621/perl

tcp        0      0 0.0.0.0:22224           0.0.0.0:*               LISTEN      569/sshd: /usr/sbin

tcp6       0      0 :::5900                 :::*                    LISTEN      565/vncserver-x11-c

tcp6       0      0 ::1:631                 :::*                    LISTEN      2306/cupsd

tcp6       0      0 :::443                  :::*                    LISTEN      466/webcit

tcp6       0      0 :::80                   :::*                    LISTEN      465/webcit

tcp6       0      0 ::1:783                 :::*                    LISTEN      621/perl

tcp6       0      0 :::22224                :::*                    LISTEN      569/sshd: /usr/sbin

udp        0      0 0.0.0.0:68              0.0.0.0:*                           886/dhcpcd

udp        0      0 0.0.0.0:631             0.0.0.0:*                           2307/cups-browsed

udp        0      0 0.0.0.0:5353            0.0.0.0:*                           417/avahi-daemon: r

udp        0      0 0.0.0.0:51466           0.0.0.0:*                           417/avahi-daemon: r

udp6       0      0 :::33702                :::*                                417/avahi-daemon: r

udp6       0      0 :::5353                 :::*                                417/avahi-daemon: r

raw6       0      0 :::58                   :::*                    7           886/dhcpcd

 

i cant seem to find any google help on this issue, i'm sure it a simple issue, but have been butting my head against it all night!

 

Thanks in advance

 

Toby

 

 


[#] Sun Nov 20 2022 19:49:52 EST from juanhernandez98 <juanhernandez98@gmail.com> to <room_Citadel_Support@uncensored.citadel.org>

Subject: RE: [Citadel Support] An idiot with a raspberry pi - Connection refusednetst

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

Is your firewall enabled?

 

I am not sure do you have the ufw command? For the firewall? If you try ufw status what do you get?

 

 

 

From: TobyWiddows <room_Citadel_Support@uncensored.citadel.org>
Sent: Sunday, November 20, 2022 4:29 PM
Subject: [Citadel Support] An idiot with a raspberry pi - Connection refusednetst

 

Hi,

I have tried to install citadel using the info here https://pimylifeup.com/raspberry-pi-email-server/

it all appeared to work, I can log in to the web interface and configure stuff.

However when I try and configure an email client it can not connect.

I tried to telnet to port 25  from a terminal on the server and get this

Trying 192.168.1.145...

telnet: Unable to connect to remote host: Connection refused

I get this for all the ports for smtp/imp/pop3

netstat -lnp does not list any of the ports as listening

 

sudo netstat -lnp

Active Internet connections (only servers)

Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name

tcp        0      0 192.168.1.145:5222      0.0.0.0:*               LISTEN      2077/citserver

tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      565/vncserver-x11-c

tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      2306/cupsd

tcp        0      0 127.0.0.1:783           0.0.0.0:*               LISTEN      621/perl

tcp        0      0 0.0.0.0:22224           0.0.0.0:*               LISTEN      569/sshd: /usr/sbin

tcp6       0      0 :::5900                 :::*                    LISTEN      565/vncserver-x11-c

tcp6       0      0 ::1:631                 :::*                    LISTEN      2306/cupsd

tcp6       0      0 :::443                  :::*                    LISTEN      466/webcit

tcp6       0      0 :::80                   :::*                    LISTEN      465/webcit

tcp6       0      0 ::1:783                 :::*                    LISTEN      621/perl

tcp6       0      0 :::22224                :::*                    LISTEN      569/sshd: /usr/sbin

udp        0      0 0.0.0.0:68              0.0.0.0:*                           886/dhcpcd

udp        0      0 0.0.0.0:631             0.0.0.0:*                           2307/cups-browsed

udp        0      0 0.0.0.0:5353            0.0.0.0:*                           417/avahi-daemon: r

udp        0      0 0.0.0.0:51466           0.0.0.0:*                           417/avahi-daemon: r

udp6       0      0 :::33702                :::*                                417/avahi-daemon: r

udp6       0      0 :::5353                 :::*                                417/avahi-daemon: r

raw6       0      0 :::58                   :::*                    7           886/dhcpcd

 

i cant seem to find any google help on this issue, i'm sure it a simple issue, but have been butting my head against it all night!

 

Thanks in advance

 

Toby

 

 



[#] Mon Nov 21 2022 03:52:03 EST from TobyWiddows

Subject: RE: [Citadel Support] An idiot with a raspberry pi - Connection refusednetst

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

 

Sun Nov 20 2022 07:49:52 PM EST from juanhernandez98 <juanhernandez98@gmail.com>





Subject: RE: [Citadel Support] An idiot with a raspberry pi - Connection refusednetst

Is your firewall enabled?

 

I am not sure do you have the ufw command? For the firewall? If you try ufw status what do you get?

 

 

 

From: TobyWiddows <room_Citadel_Support@uncensored.citadel.org>
Sent: Sunday, November 20, 2022 4:29 PM
Subject: [Citadel Support] An idiot with a raspberry pi - Connection refusednetst

 

Hi,

I have tried to install citadel using the info here https://pimylifeup.com/raspberry-pi-email-server/

it all appeared to work, I can log in to the web interface and configure stuff.

However when I try and configure an email client it can not connect.

I tried to telnet to port 25  from a terminal on the server and get this

Trying 192.168.1.145...

telnet: Unable to connect to remote host: Connection refused

I get this for all the ports for smtp/imp/pop3

netstat -lnp does not list any of the ports as listening

 

sudo netstat -lnp

Active Internet connections (only servers)

Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name

tcp        0      0 192.168.1.145:5222      0.0.0.0:*               LISTEN      2077/citserver

tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      565/vncserver-x11-c

tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      2306/cupsd

tcp        0      0 127.0.0.1:783           0.0.0.0:*               LISTEN      621/perl

tcp        0      0 0.0.0.0:22224           0.0.0.0:*               LISTEN      569/sshd: /usr/sbin

tcp6       0      0 :::5900                 :::*                    LISTEN      565/vncserver-x11-c

tcp6       0      0 ::1:631                 :::*                    LISTEN      2306/cupsd

tcp6       0      0 :::443                  :::*                    LISTEN      466/webcit

tcp6       0      0 :::80                   :::*                    LISTEN      465/webcit

tcp6       0      0 ::1:783                 :::*                    LISTEN      621/perl

tcp6       0      0 :::22224                :::*                    LISTEN      569/sshd: /usr/sbin

udp        0      0 0.0.0.0:68              0.0.0.0:*                           886/dhcpcd

udp        0      0 0.0.0.0:631             0.0.0.0:*                           2307/cups-browsed

udp        0      0 0.0.0.0:5353            0.0.0.0:*                           417/avahi-daemon: r

udp        0      0 0.0.0.0:51466           0.0.0.0:*                           417/avahi-daemon: r

udp6       0      0 :::33702                :::*                                417/avahi-daemon: r

udp6       0      0 :::5353                 :::*                                417/avahi-daemon: r

raw6       0      0 :::58                   :::*                    7           886/dhcpcd

 

i cant seem to find any google help on this issue, i'm sure it a simple issue, but have been butting my head against it all night!

 

Thanks in advance

 

Toby

 

 



 

HI,

 

Nope no UFW installed.  

Also if i repeat the tests done in a terminal session on the server to 127.0.0.1 i get the same results.

 

 



[#] Fri Nov 25 2022 10:41:43 EST from yuzu

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

hello, for some reason i can't connect to SMTP, firewall Ports are open, it worked some time back. I tried telnetting into port 25 but no response. Any Diagnostics or Logs i can parse from the Server? I just installed it today.



[#] Fri Nov 25 2022 10:48:09 EST from yuzu

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

i think i isolated the issue, citadel isn't binding to Port 25



[#] Sat Nov 26 2022 14:49:15 EST from Nicolino75

Subject: how to send email from citadel to google

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

how i can send email from citadel to @gmail.com? im using a raspberry pi 4



[#] Sat Nov 26 2022 17:57:37 EST from TobyWiddows

Subject: Citadel SSL issues

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

Hi

I have been trying to get citadel working.  i used the method easy install method described here

https://pimylifeup.com/raspberry-pi-email-server/

Which i believe is the easy install method.

 

I have the server up and running and can connect to it via smtp and imap as long as i dont try to use ssl/tls in the client.  as soon as i try to use that i get the following message in the citadel console 

 crypto: SSL_accept failed: (null)

this is using the basic self signed certificate that it creates when starting.  I did have a permissions error, but have fixed that with CHMOD.
 
any suggestions on what to do about this, or logs i can look (i cant seem to find any logs at all!)
 
Cheers
 
Toby

 



[#] Sun Nov 27 2022 04:11:19 EST from yuzu

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

Hello,

 

after some uptime Citadel just unbinds on all Mail ports (IMAP and SMTP) but not Webcit. I have to restart Citadel via Webcit for the ports to be rebinded again. Any wayto not make this happen? Thanks



[#] Mon Nov 28 2022 09:50:07 EST from cahitguclu

Subject: Citadel log files

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

Where is citadel server mail logs?



[#] Thu Dec 08 2022 01:41:15 EST from paulhorstink

Subject: auto-discovery

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

I have citadel running already, now I'm trying to connect with an email client (Outlook), but the client can not connect. It seems auto-discovery is not working.

Is there a way to make auto-discovery working on Citadel?



[#] Tue Dec 13 2022 03:48:55 EST from HarlowSolutions

Subject: Citadel Development

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

I am interested in contributing as a developer to Citadel.  Who do I contact or where do I sign up?



[#] Sat Dec 17 2022 12:17:31 EST from IGnatius T Foobar

Subject: Re: Citadel Development

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

I am interested in contributing as a developer to Citadel.  Who do I
contact or where do I sign up?

What would you like to work on? We have a Citadel Development forum where you can participate, and/or you can just clone the git repository and get cracking on something that interests you.

[#] Sat Dec 17 2022 12:18:54 EST from IGnatius T Foobar

Subject: RE: [Citadel Support] An idiot with a raspberry pi - Connection refusednetst

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

However when I try and configure an email client it can not connect.

I tried to telnet to port 25 from a terminal on the server and get this


Generally this means that something else on your system is either occupying or blocking port 25.

Check for:

* Other email programs (exim, postfix, etc) installed on the system -- remove them

* Any sort of firewall script (iptables, firewalld, etc) restricting port 25

[#] Sat Dec 17 2022 12:19:33 EST from IGnatius T Foobar

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

i think i isolated the issue, citadel isn't binding to Port 25

If the Citadel Server cannot bind to any of its ports, it will post a diagnostic message in the Aide> room telling you what happened.

[#] Sat Dec 17 2022 12:20:22 EST from IGnatius T Foobar

Subject: Re: Citadel log files

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

Where is citadel server mail logs?

Citadel writes to the normal syslog. Please consult the manual for rsyslogd and feel free to turn up the log retention for "citserver" if you need to.

[#] Sat Dec 17 2022 12:21:48 EST from IGnatius T Foobar

Subject: Re: auto-discovery

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

Is there a way to make auto-discovery working on Citadel?

Without knowing what "outlook" is looking for, it's difficult to answer this question.

Generally speaking, you want to set your Citadel server as your SMTP server (port 587) and IMAP server (port 143) with your Citadel username or email address as the login credential.

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