Le 14/06/2017 à 15:36, Norman Golisz a écrit :

> listen on egress port 10020 tag SPAM_IN
> listen on egress port 10023 tag SPAM_OUT
(*)
> accept tagged SPAM_IN \
>         for any \
>         relay via smtp://127.0.0.1:10021
>
> accept tagged SPAM_OUT \
>         for any \
>         relay via smtp://127.0.0.1:10024

As Bruce said, this cannot work. You’re listening on egress, so those
mails are not from local (which you expect since they’re coming from the
other server at this point).

So you might need to add a table with the IP(s) of the other server and
changed those lines with an `accept from source <tableofIPs> …`.

Bruno

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to