Just wanted to post this b/c I spent alot of time looking into why remote ZCO users were getting way more items put into Junk than others...
What eveybody has said about fixing this is correct:
-turn off X-Originating-Ip in the admin console
and/or
-add remote site to the MTA trusted network list
My issue was I was doing that but still getting a DOS_OUTLOOK_TO_MX=2.845
It wasn't until I actually looked into /opt/zimbra/conf/salocal.cf and saw that my trusted networks where being listed per line:
Code:
trusted_networks 1.1.1.1/24
2.2.2.2/24
3.3.3.3/24
Exactly the way I had put them into the BOX in the MTA trusted networks area of the Admin client... Its a box.. so I entered one per line....
Wasn't until I sepreated networks by a space, saved and did a:
Code:
zmamavisdctl restart
did the networks appear correctly in salocal.cf
Code:
trusted_networks 1.1.1.1/24 2.2.2.2/24 3.3.3.3/24
and THAT fixed my problem....