Forum Discussion
nyquist340
Apr 22, 2020Copper Contributor
Released quarantine emails not being delivered to exchange mailboxes
Hi guys, I've managed to installed a new spam filter solution (ProxmoxMG) at the office (simple diagram below) and everything seemed to be working just fine, until I heard some people saying they we...
Jun 16, 2020
Could you maybe do a message trace to see if it shows up in the logs?
You will need to use the Exchange Management Shell for this.
get-messagetrackinglog -sender ADDRESS OF SENDER -recipients ADDRESS OF RECIPIENT | select MessageID,TimeStamp,Sender,Recipient,Status
- nyquist340Jul 11, 2020Copper Contributor
It was due to a quarantine configuration which sent emails rated with a score higher than 4 to a mailto:quarantine@smooth.comaddress. Disabled the whole feature using PS as it was not necessary anymore with the edge mail filter appliance in place.
Regards!