Language:
switch to room list switch to menu My folders
Go to page: 1 2 3 4 [5] 6 7 8 9 ... Last
[#] Tue Aug 16 2022 05:40:20 EDT from hgsatoso

Subject: Cannot edit room Mail (INBOX)

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

Trying to follow instructions at https://www.citadel.org/how_do_i_retrieve.html -> Webcit

First question: can the local cit server be referred to as a remote pop3? When I say no, I try to change folder settings as follows

Positioned at my room, folder Mail (INBOX) -> Advanced -> Edit or delete this room

-> Configuration. Making changes (e.g. tick File directory room, Directory name /home/pi/Mail

Upon Save changes, Webcit says "Cannot edit this room". What's required?

Some details:

citadel and webcit installed on RaspberryPi 4

User "pi" has admin privilege. Logged in locally (keyboard, mouse and screen, i.e. not ssh)

ls -ld /home/pi/Mail :: drwxrwxrwx 2 root pi 4096 Aug 15 12:53 /home/pi/Mail 

Chromium-browser URL=http://192.168.0.21:8090 functioning perfectly so far.

In the end I want to access incoming mail from a place like /var/mail/pi using a basic command like cat

/hgs_at_oso



[#] Tue Aug 16 2022 22:54:20 EDT from IGnatius T Foobar

Subject: Re: Cannot edit room Mail (INBOX)

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

It sounds like you want to access your Citadel mail from the command line of a Linux host? If that is the case, there is nothing to configure inside of Citadel. It is a POP3 server. Just use a utility like fetchmail to grab your mail and do whatever you want with it.

[#] Thu Aug 18 2022 11:28:18 EDT from hgsatoso

Subject: Re: Re: Cannot edit room Mail (INBOX)

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

Thanks for the hint. I'm still struggling with inconsistent settings in a range of configs. fetchmail is installed. Awaiting success...

/hgs_at_oso

 



[#] Fri Aug 19 2022 04:29:20 EDT from hgsatoso

Subject: webcit cannot print

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

On my system there's no lpr. As a workaround I defined in /etc/citadel/citadel.rc

printcmd=/usr/bin/lpr

a script intended to pipe STDIN to a file

ls -l /usr/bin/lpr

-rwxr-xr-x 1 root root 77 Aug 19 09:12 /usr/bin/lpr

cat /usr/bin/lpr

#!/bin/sh
echo "This is a fake lpr"
cat >> /home/pi/Mail/container.txt
exit

ls -l /home/pi/Mail/container.txt

-rw-rw-rw- 1 pi pi 0 Aug 18 23:01 /home/pi/Mail/container.txt

Using it from a bash command line the script is working. Restarting citserver from webcit, going to a message in my Mail room and clicking print doesn't do the intended. Instead, there's a short flash of a window too short to read. Is /etc/citadel/citadel.rc the right file to edit? What do I have to do?

Thanks in advance

/hgs_at_oso

 



[#] Fri Aug 19 2022 05:06:26 EDT from hgsatoso

Subject: Re: Re: Re: Cannot edit room Mail (INBOX)

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

fetchmail doesn't allow me to connect to citserver (neither POP3 nor SMTP).

However, with telnet to port 110 I can list the emails and extract the content. There's a request for certificates. Who's the culprit? Have goggled around, got no clue.

telnet localhost.private 110

Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
+OK Citadel POP3 server ready.
USER pi
+OK Password required for pi
PASS ********
+OK pi is logged in (17 messages)
LIST
+OK Here's your mail:
1 1709
2 1175
3 1828
4 1726
5 1205
6 1242
7 1242
8 1730
9 1166
10 1819
11 1717
12 1196
13 1233
14 826
15 864
16 1732
17 1248
.
RETR 14
+OK Message 14:
Return-Path: pi@raspberrypi
Date: Mon, 15 Aug 2022 11:43:51 +0200
To: pi@raspberrypi
Subject: hello
Message-ID: <62FA1557-00000173@mail.raspberrypi.com>
From: "pi" <pi@raspberrypi>
MIME-Version: 1.0
X-Mailer: WebCit 957
Content-type: multipart/alternative; boundary="Citadel--Multipart--bredband.tele2.se--0946--0008"

This is a multipart message in MIME format.

--Citadel--Multipart--bredband.tele2.se--0946--0008
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

hello from fingal  =0A=0A=C2=A0=0A

--Citadel--Multipart--bredband.tele2.se--0946--0008
Content-type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><body>

<p>hello from fingal</p>=0A<p>=C2=A0</p>
</body></html>

--Citadel--Multipart--bredband.tele2.se--0946--0008--
.



[#] Sat Aug 20 2022 01:08:05 EDT from mrsfeathers

Subject: How to send email via citadel's SMTP service?

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

Hello! So far, citadel is so wonderful for our small group but, we have a website now and its two machines.. one for citadel and one for the website.. ports are set up right, mail works and all that... but we're unable to connect to the SMTP to send email from the website. is there something i need to change to allow remote connections to send email from the SMTP as a relay? i'm able to read email just fine in thunderbird and all that, but i'm not able to send it there either. is there a setting to change to be able to remotely connect to the SMTP server?



[#] Tue Aug 23 2022 07:20:05 EDT from hansa

Subject: Error 550 [550-5.7.1]

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

Hi,

I'm trying to send email from my citadel server to my Gmail but my outgoing mails bounce back with the error 550-[5.7.1]. My incoming emails are working fine. Any help would be highly appreciated 🙂

P.S.: I have SSL certificate enabled which I thought was the issue but it wasn't -,-



ERROR: -139-125-178ap-southeaseʓH˓Ómñ)
[#] Wed Dec 31 1969 19:00:00 EST from <>

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

[#] Tue Aug 23 2022 09:46:57 EDT from hutch

Subject: Re: Easy Install Error

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

Did you ever get this fixed?



[#] Tue Aug 23 2022 11:40:19 EDT from hutch

Subject: Re: Failed to start Citadel Server

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

Think I may have gotten past the initial service start.

 

In /usr/local/citadel, ran the database cleanup script

    sudo ./database_cleanup.sh

********************************

GOT:

you will need 28Mof free space.

 

We will attempt to look for a Citadel database in /usr/local/citadel/data

Do you want to continue? Y

 

DO NOT INTERRUPT THIS PROCESS.

 

Dumping cdb.00

db_dump: BDB5115 open: cdb.00: No such file or directory

error 1

Exiting.

*********************************
 
Then ran;  "sudo ./citserver" to see if the error was still there...
 
Was able to start the successfully start the citadel service.  But now I get "%username% not found in login page


[#] Tue Aug 23 2022 11:41:55 EDT from hutch

Subject: Re: Failed to start Citadel Server

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

utch@mail:~$ sudo journalctl -e -u citadel

Aug 23 15:38:59 mail citserver[960]: citserver[960]: rbl: 216.200.152.158 [0.000008] none found

Aug 23 15:38:59 mail citserver[960]: rbl: 216.200.152.158 [0.000008] none found

Aug 23 15:38:59 mail citserver[960]: citserver[960]: context: [ 19]SRV[SMTP-MTA] Session ended.

Aug 23 15:38:59 mail citserver[960]: context: [ 19]SRV[SMTP-MTA] Session ended.

Aug 23 15:39:05 mail citserver[960]: citserver[960]: context: session (IMAP) started from 192.168.100.15 (192.168.100.15) uid>

Aug 23 15:39:05 mail citserver[960]: context: session (IMAP) started from 192.168.100.15 (192.168.100.15) uid=-1

Aug 23 15:39:05 mail citserver[960]: citserver[960]: crypto: TLS using TLS_AES_128_GCM_SHA256 on TLSv1.3 (128 of 128 bits)

Aug 23 15:39:05 mail citserver[960]: crypto: TLS using TLS_AES_128_GCM_SHA256 on TLSv1.3 (128 of 128 bits)

Aug 23 15:39:06 mail citserver[960]: citserver[960]: <plain_auth>

Aug 23 15:39:06 mail citserver[960]: <plain_auth>

Aug 23 15:39:07 mail citserver[960]: citserver[960]: <password>

Aug 23 15:39:07 mail citserver[960]: citserver[960]: user_ops: CtdlTryPassword: no user selected

Aug 23 15:39:07 mail citserver[960]: <password>

Aug 23 15:39:07 mail citserver[960]: user_ops: CtdlTryPassword: no user selected

Aug 23 15:39:07 mail citserver[960]: citserver[960]: LOGIN...

Aug 23 15:39:07 mail citserver[960]: LOGIN...

 


[#] Sat Aug 27 2022 18:01:05 EDT from IGnatius T Foobar

Subject: Re: Failed to start Citadel Server

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

It sounds like you did something that damaged your database.  If database_cleanup.sh doesn't fix it, you should definitely restore your most recent backup.

As a matter of normal operation, please make sure you always have ample free space on your disk.



[#] Tue Aug 30 2022 19:24:25 EDT from nristen

Subject: enable debug logging level

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

I am trying use the aerc email client with my citadel server (version 957).  Aerc works fine with my gmail account (trying to get rid of that).

Aerc connects and displays the imap folders and the number of messages in each folder but does not retrieve the messages.  The aerc logs are showing the following error:

2022/08/30 17:50:07 Opening INBOX

Lr7rxQ SELECT INBOX

* 173 EXISTS

* 32 RECENT

* OK [UIDVALIDITY 1] UID validity status

* OK [UIDNEXT 11222] Predicted next UID

* FLAGS (\Deleted \Seen \Answered)

* OK [PERMANENTFLAGS (\Deleted \Seen \Answered)] permanent flags

Lr7rxQ OK [READ-WRITE] SELECT completed

2022/08/30 17:50:08 ->(ui) *types.Done:*types.OpenDirectory

2022/08/30 17:50:08 (= *client.MailboxUpdate

2022/08/30 17:50:08 ->(ui) *types.DirectoryInfo

2022/08/30 17:50:08 (= *client.MailboxUpdate

2022/08/30 17:50:08 ->(ui) *types.DirectoryInfo

2022/08/30 17:50:08 (ui)<= *types.Done(32):*types.OpenDirectory(31)

2022/08/30 17:50:08 (ui)<= *types.DirectoryInfo(33)

2022/08/30 17:50:08 (ui)<= *types.DirectoryInfo(34)

2022/08/30 17:50:08 (ui)=> *types.FetchDirectoryContents

2022/08/30 17:50:08 <-(ui) *types.FetchDirectoryContents(35)

2022/08/30 17:50:08 Fetching UID list

6enMkg UID SEARCH CHARSET UTF-8 1:*

* SEARCH 

6enMkg OK UID SEARCH completed

2022/08/30 17:50:08 Found 0 UIDs

2022/08/30 17:50:08 ->(ui) *types.DirectoryContents:*types.FetchDirectoryContents

2022/08/30 17:50:08 ->(ui) *types.Done:*types.FetchDirectoryContents

2022/08/30 17:50:08 (ui)<= *types.DirectoryContents(36):*types.FetchDirectoryContents(35)

2022/08/30 17:50:08 (ui)<= *types.Done(37):*types.FetchDirectoryContents(35)

I think that the message, "Found 0 UIDs" might be what is causing the problem.

I don't see any errors in the citadel syslog so I am wondering how to enable a different logging level to show citadel's debug logs?

Or if anyone has any other ideas or possible experience getting the aerc client to work?

Thank you



[#] Thu Sep 01 2022 11:25:21 EDT from mrsfeathers

Subject: Slow down LDAP logins?

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

Hello! We run citadel with active directory and its been very wonderful but our tech wants to know if theres a way to turn up the time until next LDAP login.. the citadel server creates a login request every single second. its configured right and looks to be successfully authenticated, but it happens too often and our tech would like to be able to set it to happen every minute or every 5 minutes as we assume its for the SMTP server



[#] Thu Sep 01 2022 15:23:00 EDT from Log4JExploit

Subject: Shutting down Citadel

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

Hello dear community,

 

I've been trying to shutdown citadel for over an hour now and i just couldn't

find anything in the documentation or FAQ, so i am asking here..

how can i stop the service from the terminal?

 

Thank you so much for understanding.

 

Kind regards,

Log4JExploit



[#] Thu Sep 01 2022 15:37:50 EDT from mrsfeathers

Subject: Slow down LDAP logins?

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

Hello! We run citadel with active directory and its been very wonderful but our tech wants to know if theres a way to turn up the time until next LDAP login.. the citadel server creates a login request every single second. its configured right and looks to be successfully authenticated, but it happens too often and our tech would like to be able to set it to happen every minute or every 5 minutes as we assume its for the SMTP server



[#] Thu Sep 01 2022 19:31:13 EDT from ramponderson

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

Just tried running citadel from docker, but webcit would exit, returning code 101. My admittidly brief search of the web documentation didn't turn anything up. Any suggestions as to where I can look?



[#] Thu Sep 01 2022 19:33:46 EDT from ramponderson

Subject: Re: Shutting down Citadel

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

 

Thu Sep 01 2022 15:23:00 EDT from Log4JExploit Subject: Shutting down Citadel

Hello dear community,

 

I've been trying to shutdown citadel for over an hour now and i just couldn't

find anything in the documentation or FAQ, so i am asking here..

how can i stop the service from the terminal?

 

Thank you so much for understanding.

 

Kind regards,

Log4JExploit



Are you running on docker or bare metal?



[#] Thu Sep 01 2022 19:46:38 EDT from mrsfeathers

Subject: Slow down LDAP logins?

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

Hello! We run citadel with active directory and its been very wonderful but our tech wants to know if theres a way to turn up the time until next LDAP login.. the citadel server creates a login request every single second. its configured right and looks to be successfully authenticated, but it happens too often and our tech would like to be able to set it to happen every minute or every 5 minutes as we assume its for the SMTP server



[#] Fri Sep 02 2022 00:31:03 EDT from Log4JExploit

Subject: Re: Shutting down Citadel

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

I'm running my citadel in my Ubuntu VM. So no docker.



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