I got a security error one today, too.
Not so much a question just an fyi, been seeing that a LOT today on the forums.
Like every other refresh.
Did you fix some of my other points that I have mentioned in
#] Thu Jan 28 2021 18:34:21 EST from markus
too? Or in other words: Where can I read about what was fixed or changed in the actual software?
Thanks
Markus
Sun Feb 21 2021 15:28:04 EST from IGnatius T Foobar Subject: Re: Sender address added to recipient addressrecipient: user@mydomain.com, user@gmail.com
why does citadel add sender address to recipient address ?
This is a new bug that has been discovered and fixed. Please download Citadel Server again (using Easy Install again if that's how you originally installed it) and you will receive the fix.
Just installed Citadel on Ubuntu 20.04 from the repo. No configs have been changed, but, when accessing the web interface, I receive a 503 error that redirects me to a non-existent page in the Citadel docs.
This program was unable to connect or stay connected to the Citadel server. Please report this problem to your system administrator.
Read More...
Advice is welcome.
Thank you,
Larry
How can I use citadel with nginx as a webservice (not with webcit)
Run WebCit on another port and configure nginx to proxy to it.
Its a nice idea, I try it :-)
Regards tabbi
Hello
I am setting up a email server using Citadel and I need to use DKIM to stop emails going to the recipients SPAM folder.
Can some one help.
Running citadel on debian 9 with no other apps.
firewall is disabled and all iptable entries removed with default allow on all
citadel setup with standard ports and webcit running with 8080 and 8443
8080 and 8443 work and are open ie can configure and add users
ports 25,123,465,587,993 are all closed when testing with tcptraceroute
can someone please offer some guidance
rgds Ian
Subject: collect: premature EOM: input/output error
Sending emails is not reliable. Small text emails usually work. But you can't rely on it. Emails with attachments (pictures, etc.) "disappear" without error messages, they do not arrive.
I received such log entries from email servers on the recipient side:
"collect: premature EOM: input/output error"
Subject: Re: collect: premature EOM: input/output error
I have the same issue on Raspbian. Mail working nice on port 8443. I can receive attachments but get an error when trying to attach and send a small file.
This support installation of citadel can add attachments fine.
I must have a permission setting wrong - but where?
Subject: Re: collect: premature EOM: input/output error
Look at your usr/local/citadel/files directory on RPi, Raspbian OS.
My guess is even as root or with su or sudo you can't access this folder. You'll need to CHOWN it.
I have the same issue on Raspbian. Mail working nice on port 8443. I can receive attachments but get an error when trying to attach and send a small file.
This support installation of citadel can add attachments fine.
I must have a permission setting wrong - but where?
Subject: Re: collect: premature EOM: input/output error
Right you are!
for anyone else with this issue
cd /usr/local/citadel
sudo chmod -R 775 test
sudo chown -R citadel:citadel test
Thanks
Subject: errore installation citadel on raspberry pi4
i try to install citadel on raspberry pi4 with command
wget http://easyinstall.citadel.org/install | sudo bash
but i receview error
config.guess timestamp = 2006-07-02
uname -m = aarch64
uname -r = 4.19.0-13-arm64
uname -s = Linux
uname -v = #1 SMP Debian 4.19.160-2 (2020-11-28)
/usr/bin/uname -p = unknown
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch = aarch64
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = aarch64
UNAME_RELEASE = 4.19.0-13-arm64
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP Debian 4.19.160-2 (2020-11-28)
configure: error: cannot guess build type; you must specify one
Citadel Easy Install is aborting.
The last few lines above this message may indicate what went wrong.
Linux Debian 10.8( 4.19.0-13-arm64 aarch64)
can help me
Subject: Re: collect: premature EOM: input/output error
Log on the recipient side after Citadel-SMTP email with text only:
sendmail[1840]: 12CGlZ0C001739: to=<xxx@yyy.aa>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=31051, dsn=2.0.0, stat=Sent
Log on the recipient side after Citadel-SMTP Email with attachments:
sendmail[1923]: 12CGqgmh001823: collect: premature EOM: unexpected close
Note:
Note: with "easyinstall" there was a warning "Variable b64 defined but not used" (or something like that)
Does this variable have something to do with Base64 for binary attechments?
Does this mean that SMTP does not work with binary attechments?
Subject: Re: collect: premature EOM: input/output error
Sending email with binary attachments is not possible internally either. Emails are sent - but without attachments.
Subject: Re: collect: premature EOM: input/output error
vcard_edit.c:424:6: warning: variable 'is_b64' set but not used [-Wunused-but-set-variable]
424 | int is_b64 = 0;
And many more warnings
Subject: Please renew config.guess/config.sub in libcitadel-easyinstall.tar.gz
Dear developers,
I have checked the latest editions (9th of March 2021) of
- citadel-easyinstall.tar.gz,
- webcit-easyinstall.tar.gz and
- libcitadel-easyinstall.tar.gz
As I can see, you have renewed config.guess and config.sub in the first two mentioned archives, but not in the last.
Would you please do it?
Thanks,
Markus
Subject: Re: errore installation citadel on raspberry pi4
Please follow the instructions of my posting on Sun Jan 24 2021 16:19:47 EST. You can ignore all instructions concerning
- citadel-easyinstall.tar.gz and
- webcit-easyinstall.tar.gz
because these archives are already fixed.
i try to install citadel on raspberry pi4 with command
wget http://easyinstall.citadel.org/install | sudo bash
but i receview error
config.guess timestamp = 2006-07-02
uname -m = aarch64
uname -r = 4.19.0-13-arm64
uname -s = Linux
uname -v = #1 SMP Debian 4.19.160-2 (2020-11-28)
/usr/bin/uname -p = unknown
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch = aarch64
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = aarch64
UNAME_RELEASE = 4.19.0-13-arm64
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP Debian 4.19.160-2 (2020-11-28)
configure: error: cannot guess build type; you must specify one
Citadel Easy Install is aborting.
The last few lines above this message may indicate what went wrong.
Linux Debian 10.8( 4.19.0-13-arm64 aarch64)
can help me