emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44553: closed (Exim has no authenticators)


From: GNU bug Tracking System
Subject: bug#44553: closed (Exim has no authenticators)
Date: Thu, 10 Dec 2020 14:40:02 +0000

Your message dated Thu, 10 Dec 2020 20:09:21 +0530
with message-id <87eejxlo86.fsf@systemreboot.net>
and subject line Re: bug#44553: Exim has no authenticators
has caused the debbugs.gnu.org bug report #44553,
regarding Exim has no authenticators
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44553: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44553
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Exim has no authenticators Date: Tue, 10 Nov 2020 14:45:37 +0100 User-agent: Evolution 3.34.2
Dear guix,

Exim has no authenticator drivers. By default, they don't get included
in the binary, but in my case, I want to set up an internet site with
authenticated SMTP 
https://www.exim.org/exim-html-current/doc/html/spec_html/ch-smtp_authentication.htm
. Authentication is necessary, otherwise the system is vulnerable to
spam abuse.

The fix would be to un-comment the following lines in the src/EDITME
(copied as Local/Makefile):

# AUTH_CRAM_MD5=yes
# AUTH_CYRUS_SASL=yes
# AUTH_DOVECOT=yes
# AUTH_EXTERNAL=yes
# AUTH_GSASL=yes
# AUTH_HEIMDAL_GSSAPI=yes
# AUTH_PLAINTEXT=yes
# AUTH_SPA=yes
# AUTH_TLS=yes

Unfortunately, CYRUS_SASL requires cyrus-sasl as a native input and
GSASL, gsasl. HEIMDAL_GSSAPI does not seem to build.

However, it is vital to have plaintext (it is the only one used in the
default exim configuration, 
https://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_default_configuration_file.html
) and it would be nice to have the other as authenticators. What do you
think?

Best regards,

divoplade 

Attachment: 0001-gnu-exim-enable-some-authenticators.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#44553: Exim has no authenticators Date: Thu, 10 Dec 2020 20:09:21 +0530
Hi,

Thanks for your patch. I pushed to master with the following minor
changes.

- added copyright header for you
- made minor style change in code
- modified the commit message

Cheers!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]