Language:
switch to room list switch to menu My folders
Go to page: 1 3 4 5 6 [7] 8 9 10 11 ... Last
[#] Thu Sep 15 2022 17:31:00 EDT from IGnatius T Foobar

Subject: Re: trying to install Citadel on a Raspberry PI.

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

Are you saying that I should switch to something like Ubuntu?

I am saying that you should answer the question. What installation method did you use and what version of Citadel do you have?

Here's a hint: if you installed Citadel by typing "apt install citadel-server" you have an ancient and unsupported version.

[#] Fri Sep 16 2022 16:27:50 EDT from a4ginatl

Subject: Re: trying to install Citadel on a Raspberry PI.

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

 

Mon Sep 12 2022 09:24:03 AM EDT from IGnatius T Foobar Subject: Re: trying to install Citadel on a Raspberry PI.
Well, for starters, you posted your request for Citadel help in the Lobby, which the support page clearly says not to do. I have moved your request to the Citadel Support room. I hope you find your way here.

You need to let us know where you read the instructions and what installation method you used (Easy Install, Docker, compiled from source, etc). Also if you used the .deb packages in the Raspberry Pi OS repositories you will have to start over, as those packages are very old and unsupported.

Are you saying that I should switch to something like Ubuntu?

Darryl.



[#] Fri Sep 16 2022 16:30:54 EDT from a4ginatl

Subject: Re: trying to install Citadel on a Raspberry PI.

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

curl http://easyinstall.citadel.org/install | sudo bash

 

Does Citadel have fetaures t check for junk mail and prevent relaying options?

 

Thank you.



[#] Sat Sep 17 2022 13:15:40 EDT from IGnatius T Foobar

Subject: Re: trying to install Citadel on a Raspberry PI.

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

curl http://easyinstall.citadel.org/install | sudo bash

Very good, that is the Easy Install method and it will work perfectly on any modern Linux OS.

[#] Sat Sep 17 2022 13:15:48 EDT from IGnatius T Foobar

Subject: Re: trying to install Citadel on a Raspberry PI.

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

Does Citadel have fetaures t check for junk mail and prevent relaying
options?

Yes.

[#] Mon Sep 19 2022 08:33:09 EDT from a4ginatl

Subject: Root password

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

As I messed up the root password for Citadel, is there a way to edit the password file or do I have to rebuild the system?

TIA, Darryl.



[#] Mon Sep 19 2022 09:12:34 EDT from IGnatius T Foobar

Subject: Re: Root password

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

You can run setup again.

[#] Mon Sep 19 2022 15:09:17 EDT from nristen

Subject: Re: enable debug logging level

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

 

Tue Aug 30 2022 07:24:25 PM EDT from nristen Subject: enable debug logging level

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



Follow up: I am currently using mbsync/isync to download from imap to a local maildir which I then configured the aerc client to access.



[#] Wed Sep 21 2022 00:05:51 EDT from sciens

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

Hello again everyone!

I have another problem I hope you can help me solve. I have gotten pidgin to act as a client for the XMPP server on my citserver, but I am having an issue accessing it on Thunderbird.

Thunderbird has a few pages to the setup wizard and I tried to duplicate the settings in your pidgin howto. I am filling in my entries below with the same info in your howto.

 

[1]

Username: ignatiustfoobar

Domain: uncensored.citadel.org

[2]

Password: *******

[3]

Local Alias

---------------------

Alias:

XMPP Options

---------------------

Resource: home

Priority: 0

Connection Security: (Dropdown){Require encryption}

Server: uncensored.citadel.org

Port: 5022

 

 

Would these presumably be correct? When I enter these values the client hangs on "Connecting" Initializing encryption..."



[#] Fri Sep 23 2022 12:56:56 EDT from chili

Subject: Is there an Easy Upgrade to go with Easy Install

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

I've been running citadel 929 for a while now on a linux mint 20.1 system.  While investigating certificates it says I should upgrade to 942 or newer.  If I look at the software manager on the Mint system it appears that the version available is very old.

I read the manual install instructions, and while I get the make upgrade vs make install part, I am at a loss as to a number of other things I would need to do to manually install it.  So clearly I'm not admin enough for that path.

I originally installed using the easy install method.  My question is, is there an Easy Upgrade to go with that, or if I just use the Easy Install will it do an upgrade rather than completely reinstall the packages?

Thanks.



[#] Sat Sep 24 2022 15:05:56 EDT from IGnatius T Foobar

Subject: Re: Is there an Easy Upgrade to go with Easy Install

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

I originally installed using the easy install method.  My question
is, is there an Easy Upgrade to go with that, or if I just use the
Easy Install will it do an upgrade rather than completely reinstall
the packages?

If you installed with Easy Install, you can upgrade with Easy Install.

It should be ... Easy.

[#] Mon Sep 26 2022 02:30:53 EDT from nbarron

Subject: configuring SMART HOST via textclient

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

I am trying to find the correct file to add authentication to STMP outgoing email on my local Citadel server

Where do you add the following code?

https://citadel.org/relay.html

 

where is the text client?

 

i just i just don't really see a place to add it to CIT WEB

 [smtp[s]://][username:password@]host[:port]


[#] Mon Sep 26 2022 03:42:54 EDT from nbarron

Subject: Re: configuring SMART HOST via textclient

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

 

Mon Sep 26 2022 02:30:53 EDT from nbarron Subject: configuring SMART HOST via textclient

I am trying to find the correct file to add authentication to STMP outgoing email on my local Citadel server

Where do you add the following code?

https://citadel.org/relay.html

 

where is the text client?

 

i just i just don't really see a place to add it to CIT WEB

 [smtp[s]://][username:password@]host[:port]


root@smtp:/usr/local/citadel# .Admin System-configuration Internet

bash: .Admin: command not found

 

root@smtp:/usr/local/citadel#

 


[#] Mon Sep 26 2022 17:48:47 EDT from IGnatius T Foobar

Subject: Re: configuring SMART HOST via textclient

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

i just i just don't really see a place to add it to CIT WEB
[smtp[s]://][username:password@]host[:port]

Administration --> Domain names and Internet mail configuration --> Smart hosts

[#] Mon Sep 26 2022 17:51:03 EDT from IGnatius T Foobar

Subject: Re: configuring SMART HOST via textclient

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

root@smtp:/usr/local/citadel# .Admin System-configuration Internet

bash: .Admin: command not found

I fondly remember getting our first 300 bps modem in 1982 and the frustration we experienced trying to enter AT commands at the CP/M "A>" prompt. By the time we realized there was such a thing as a terminal program, we had already returned the card with the extra serial port and had just resorted to plugging the modem straight into the Z-19 terminal to do online work.

[#] Sat Oct 01 2022 23:35:34 EDT from mrsfeathers

Subject: Error from a user that doesn't exist.

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

Hello! i'm trying to set an adress for one of my users and i get this error: (i've changed the names)

Oct  1 17:44:47 Mail citserver[120]: citserver[120]: user_ops: address <username@example.com> already belongs to <Use R. Name> - not using

and that's all fine but the "Use R. Name" person doesn't exist. its not in any registered user list or contact list.. it may have been an old account that was deleted for this user to solve an issue but either way... i can't find this user to delete. its not a registered user or anything. how can i get into the database to force remove it? or better yet... how can i just force set this user to have this address and have it auto remove it from the one that doesn't exist?

  • Im Wörterbuch speichern
     
    • Keine Wortliste für Englisch → Englisch (USA)...
       
    • Eine neue Wortliste erstellen...
  • Kopieren
  • Im Wörterbuch speichern
     
    • Keine Wortliste für Englisch → Englisch (USA)...
       
    • Eine neue Wortliste erstellen...
  • Kopieren
  • Im Wörterbuch speichern
     
    • Keine Wortliste für Englisch → Englisch (USA)...
       
    • Eine neue Wortliste erstellen...
  • Kopieren


[#] Sun Oct 02 2022 16:06:39 EDT from papershow

Subject: How to delete all emails

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

Hey all,

Discovered citadel a few months ago and loving it as a localhost email server for an interactive theatre show I'm making. The problem that I've got at the moment is that I'd like to find a way to purge all emails from every account on the server on command without deleting the accounts? I need to purge the entire server every hour or so between shows so auto-purging once a day wouldn't be enough.

 

Thanks



[#] Mon Oct 03 2022 15:20:44 EDT from bobbydharrell

Subject: Move Citadel Location

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

Hello there,

 

I just installed Citadel on a RP4, and I also have a 1TB ssd added on and mounted in Raspberry Pi OS.

 

I would like to move Citadel to the SSD so that it has plenty of room. How would I do this? I am still in the setup phase, no users on it, so if I need to reinstall, I can.

 

Thanks,

Bobby



[#] Mon Oct 03 2022 17:16:15 EDT from coder

Subject: citadel mail server

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

Should I be able to connect to a mail account over IMAP and SMTP after setting up citadel?



[#] Mon Oct 03 2022 17:27:25 EDT from coder

Subject: Re: citadel mail server

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

I see this:

Oct  3 21:21:39 xxxxxxx citserver[351272]: citserver[351272]: context: session (SMTPs-MTA) started from xxxxxxxxxx (xxxxxxxxx) uid=-1
Oct  3 21:21:39 xxxxxxx citserver[351272]: context: session (SMTPs-MTA) started from xxxxxxxxx (xxxxxxxxxxxx) uid=-1

but the connection hangs



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