y use case.
On Mon, 28 Oct 2024 at 21:26, Jasen Betts via Exim-users
wrote:
>
> On 2024-10-25, Tapio Peltonen via Exim-users
> wrote:
> > I would like to set up exim to send recipient error 554 bounces to
> > postmaster (or another local address) in addition to the ori
I would like to set up exim to send recipient error 554 bounces to
postmaster (or another local address) in addition to the original
sender, but not other permanent errors. Any ideas how to configure
this?
--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/p
The domain is the problem there. You need to detaint it using a lookup
of valid domains. How you do this depends on your setup.
On Fri, 23 Aug 2024 at 02:12, Marco Gaiarin via Exim-users
wrote:
>
> Mandi! Slavko via Exim-users
> In chel di` si favelave...
>
> >>clearly 'DKIM_DOMAIN' and 'DKIM_S
>From my exim config (acl_check_rcpt, actually I think is standard
debian config):
deny
message = sender envelope address $sender_address is locally
blacklisted here. If you think this is wrong, get in touch with
postmaster
!acl = acl_local_deny_exceptions
senders = ${if exists{CONFDI
>From exim documentation:
domains =
This condition is relevant only in a RCPT ACL. It checks that the
domain of the recipient address is in the domain list. If percent-hack
processing is enabled, it is done before this test is done. If the
check succeeds with a lookup, the result of the lookup i
On Mon, 13 Nov 2023 at 15:34, Evgeniy Berdnikov via Exim-users
wrote:
> # exim4 -d-all+lookup+expand -bh 94.139.242.37
Oh, thank you, I hadn't really familiriazed me with the exim command
line options and how to run a fake session. It works now, I had too
many backslashes in the file, as Jeremy
Hello,
I have the following line in my local_sender_blacklist file, which is
included as a blacklisted address list:
^.*@s\\d+\\..+\\.ru
(The reason is that a huge amount of spam comes from addresses
following that pattern and not all of the sending IPs are included in
RBLs. I've tried all sorts
On Fri, 1 Sept 2023 at 10:50, Andrew Hearn via Exim-users
wrote:
>
> Hi mailing list,
>
> We have an external tool for checking user authentication, but running
> it seems to be labelled as tainted inconsistently after upgrading to
> 4.96.
>
> Here is our PLAIN auth:
>
> plain:
>driver = plai