This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[9.002-12]Undeliverable: Mails are Qarantained as SPAM

[9.002-12]Undeliverable: Mails are Qarantained as SPAM


I do not understand the behaviour of SPAM detection.

When emails get send to nonexisting users my email server generates an undeliverable message.

The reply of my email server gets immediately Quarantained as SPAM in the ASTARO

When i look into the emai, the sender is 

but in the SMTP-LOG the sender is <> 


An exception to  is not working for anti spam detection.

The only way how I can enable Undeliverable mails is disable scan of outgoing mails !!!

Can anybody explain what happens


This thread was automatically locked due to age.
Parents
  • Hi bbb,

    I think I got it working
    I updated to Exchange SP2 RU4 (but this was not the trick)
    - then I investigated the receive connector which was set on externaly secured and Exchange Server (limited to ASTARO-IP only)

    - I created a new receive connector (with TLS+ANONYMOUS) --> done (Callout working)

    - I added TLS+ANONYMOUS to my first receive connector --> (Callout no more working)

    ==> Callout works with TLS+Anonymous only !!!

    Please check your receive connector settings, can you confirm my results

    Thanks

    Stefan

    PS: with this cmd-let you can easily find anonymous settings on all your receive 
    connectors

    Get-ReceiveConnector | get-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" | Where {$_.ExtendedRights -like "Ms-Exch-SMTP-Accept-Any-Recipient"}
Reply
  • Hi bbb,

    I think I got it working
    I updated to Exchange SP2 RU4 (but this was not the trick)
    - then I investigated the receive connector which was set on externaly secured and Exchange Server (limited to ASTARO-IP only)

    - I created a new receive connector (with TLS+ANONYMOUS) --> done (Callout working)

    - I added TLS+ANONYMOUS to my first receive connector --> (Callout no more working)

    ==> Callout works with TLS+Anonymous only !!!

    Please check your receive connector settings, can you confirm my results

    Thanks

    Stefan

    PS: with this cmd-let you can easily find anonymous settings on all your receive 
    connectors

    Get-ReceiveConnector | get-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" | Where {$_.ExtendedRights -like "Ms-Exch-SMTP-Accept-Any-Recipient"}
Children
No Data