On Wed Jun 14 2017 16:21, Bruno Pagani wrote:
> 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> …`.

Thank you both a thousand times for your quick help! That made it work! ;-)

Best wishes,
Norman


-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to