On 11/24/23 14:22, Jeremy Harris via Exim-users wrote:
On 11/24/23 11:06, Mihamina RKTMB via Exim-users wrote:
diff --git a/exim.Makefile b/exim.Makefile
The Exim project git has no file called that, so I'm unclear how you
are building and from what.
The modifications I showe
Hello,
My exim installation is saying supprt for saslauthd is not compiled,
despite the fact I uncommented it.
The logs:
2023-11-24 10:29:17 plain_saslauthd_server authenticator failed for
([172.16.76.128]) [197.158.87.68]: 435 Unable to authenticate at present
(set_id=mihamina): support fo
Hi all,
I have an Exim installation where I just setup aliases.
exim.conf:
[...]
local_domains= @:myfoobar.com
[...]
aliases:
[...]
mihamina:rakotomandi...@gmail.com
[...]
In other words, if I send a message to miham...@myfoobar.com, it gets
forwarded to rakotomandi..
Hi all,
I want to setup an Exim SMTP AUTH server, where my users are in a POSIX
compliant LDAP.
I am running ArchLinux, so a generic tutorial would be fine (Debian
specific ones need some transformations to remove the Debians packagers
macros)
Would you know any existing tutorial for that,
On 10/21/23 15:14, * Neustradamus * via Exim-users wrote:
Hello Mihamina and others,
Please note that LOGIN and PLAIN are not the better choice for security.
It is really better to use SCRAM-SHA-*(-PLUS) which are supported by Exim.
Regards,
Neustradamus
Neustradamus,
I do want to make this
Hi all,
Running Archlinux, I installed exim 4.96.2.
I want to implement server side PLAIN and LOGIN auth against PAM.
In order to isolate issues, I make it without SSL for this 1rst step,
I will add SSL after sucessfully setting it up in clear text.
This is what I modified from the default con