Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <uv4f5j$g7nu$1@dont-email.me>
Deutsch   English   Français   Italiano  
<uv4f5j$g7nu$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: none <hzcnjkx656@tormails.com>
Newsgroups: comp.mail.sendmail
Subject: Re: sender rewrining advice
Date: Wed, 10 Apr 2024 00:23:45 +0200
Organization: A noiseless patient Spider
Lines: 54
Message-ID: <uv4f5j$g7nu$1@dont-email.me>
References: <ut75od$3k36i$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 09 Apr 2024 22:23:47 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="eb2aa30c5079be37b8d97bb36e8728b9";
	logging-data="532222"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/dKyo+YQACAJA7qhnxiZB5XxLSC2aJyYWrnq2TX2xb7Q=="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:WSy00LcRKPj9EEmSDwnWK6J396I=
Content-Language: en-GB
In-Reply-To: <ut75od$3k36i$1@dont-email.me>
Bytes: 2813


> 
>        receive
>         email
>           |
>           |
>           |
>           |
>           V
>    +------------+       +------------+      +------------+
>    |     MX     |       |  OUTGOING  |      |     MX     |
>    |            +------>|            |----->|            |
>    |  accessmap |       |            |      |  EXTERNAL  |
>    |            |       |            |      |            |
>    +------+-----+       +------------+      +------------+
>           |
>           |
>           V
>    +------+-----+
>    |    LOCAL   |
>    |            |
>    |  virtuser  |
>    |            |
>    +------------+
> 
>

Hi Grant,

I just wanted to let you know I got this forwarding now working on mx 
and do not need to route first to out any more.
I have removed the mailhost from ldap routing.

mailLocalAddress: test@me.com / test@example.com
mailHost:
mailRoutingAddress: test@guerrillamail.com

Currently I am only rewriting the envelope. If I forward to an address 
of https://appmaildev.com/en/dkim
The test results show nicely everything green for spf, dkim etc.

I am doing this in the milter available on mx and the only extra 
overhead I have, is having to do an mx lookup to determine if the email 
is to be delivered external.

Would you know of something I could pass as a macro to the milter that 
would show if ldap routing is applied/active? If I know this, I could 
limit the amount duplicate dns lookups quite a lot.