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
On 19/10/2023 07:18, Odhiambo Washington via Exim-users wrote:
> I have some 8 emails listed when I do `exim -bp`, and they are all marked
> as *** frozen ***.
> However, both `exipick -iz` and `exipick -i` give no output.
My previous patch was bloated and incomplete:
--- /usr/local/exim/sbin/exi
On 19/10/2023 07:18, Odhiambo Washington via Exim-users wrote:
> I have some 8 emails listed when I do `exim -bp`, and they are all marked
> as *** frozen ***.
> However, both `exipick -iz` and `exipick -i` give no output.
exipick doesn't recognize the new exim_message-id-H files anymore. Fixed w
Le 20/10/2023 à 12:47, Jeremy Harris via Exim-users a écrit :
On 20/10/2023 10:45, brunoc68 via Exim-users wrote:
However, DKIM check fails (only) when the disclaimers are added.
Can you get a debug run for a sample small test message?
Also the original and resulting (signed) messages.
Feel f
Am 19.10.23 um 22:24 schrieb brunoc68 via Exim-users:
*transport_filter = /usr/bin/altermime --input=-
--disclaimer=/etc/exim4/textdisclaimer
--disclaimer-html=/etc/exim4/htmldisclaimer
size_addition = 1
*
To find out, if it's really the "wrong" sorting of dkim and filtering,
you can war
On 20/10/2023 10:45, brunoc68 via Exim-users wrote:
However, DKIM check fails (only) when the disclaimers are added.
Can you get a debug run for a sample small test message?
Also the original and resulting (signed) messages.
Feel free to mail them to me, or use a pastebin.
I guess a smple of
On 20/10/2023 11:32, Evgeniy Berdnikov via Exim-users wrote:
Yes, DKIM signing is performed before transport filter.
No, it is after.
--
Cheers,
Jeremy
--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## u
On 20/10/2023 11:25, Slavko via Exim-users wrote:
IMO, the DKIM signature is done before filter (and headers) modifications.
No; it is after.
--
Cheers,
Jeremy
--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org
On Thu, Oct 19, 2023 at 10:24:08PM +0200, brunoc68 via Exim-users wrote:
> It looks as if the DKIM signature is performed before the disclaimer is
> added.
Yes, DKIM signing is performed before transport filter.
You can implement MTA cascading. First add disclaimer message, then sign.
Via two
Dňa 20. 10. o 11:45 brunoc68 via Exim-users napísal(a):
Actually the filter works fine : whether one sets up DKIM or not, the
outgoing email gets both disclaimers (txt + html).
However, DKIM check fails (only) when the disclaimers are added.
IMO, the DKIM signature is done before filter (and
Le 20/10/2023 à 11:04, Jeremy Harris via Exim-users a écrit :
On 19/10/2023 21:24, brunoc68 via Exim-users wrote:
*transport_filter = /usr/bin/altermime --input=-
--disclaimer=/etc/exim4/textdisclaimer
--disclaimer-html=/etc/exim4/htmldisclaimer
The only manpage for altermime I found doesn't
On 19/10/2023 21:24, brunoc68 via Exim-users wrote:
*transport_filter = /usr/bin/altermime --input=-
--disclaimer=/etc/exim4/textdisclaimer
--disclaimer-html=/etc/exim4/htmldisclaimer
The only manpage for altermime I found doesn't even
list its possible options. Do you know of a decent one.
Dear all,
In my organization I must configure Exim to add a disclaimer for every
outgoing email, both text and html.
Please do not argue that this should not be done blablabla... I have to
do this for administrative reasons, too long to explain and off topic.
I have been using Exim 4.94.2 o
Hi
I am trying to log
$mime_content_transfer_encoding
in an exim filter file and also from a perl script i used embedded in
exim. All other, non "mime*" are working but all these are empty
$mimecontenttransferencoding =
Exim::expand_string('$mime_content_transfer_encoding');
14 matches
Mail list logo