[exim] Re: SASL not built-in despite Makefile configured

2023-11-24 Thread Mihamina RKTMB via Exim-users
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

[exim] SASL not built-in despite Makefile configured

2023-11-24 Thread Mihamina RKTMB via Exim-users
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

[exim] Handle sender on forwarding

2023-11-05 Thread Mihamina RKTMB via Exim-users
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..

[exim] Looking for generic tutorial for implementing SMTP AUTH against LDAP

2023-10-26 Thread Mihamina RKTMB via Exim-users
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,

[exim] Re: Server side PLAIN and LOGIN Auth against PAM

2023-10-23 Thread Mihamina RKTMB via Exim-users
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

[exim] Server side PLAIN and LOGIN Auth against PAM

2023-10-20 Thread Mihamina RKTMB via Exim-users
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