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

Version 7: Where is the smtp sender blacklist?

I just installed version 7 and I can't find the SMTP sender blacklist. Can anyone help?


This thread was automatically locked due to age.
Parents Reply Children
  • You have to add some lines above "Check if recipient exists" in /var/chroot-smtp/etc/exim.conf 
              
              # Blacklist
      deny message = blacklisted address
             senders = *@domain.com:john@otherdomain.com

    The you have to restart the smtp proxy and the ASG will blacklist emails.
  • What's the correct syntax for "exim.conf" if I want to block sender addresses like

    "invalid"@ANY_DOMAIN.ANY_TLD


    and in addition I also want to block mails from

    idiot@acme.com



    Would this be correct:
    senders = idiot@acme.com:*"@*

    (I want to block all senders which have a double quotation mark in front of the @-character.)
  • Just a quick 'bump' for this one.  

    Is there any way of enabling this feature for the users at the Portal. I.E. the user logs into their Astaro portal and as well as an option called SMTP whitelist, there would also be an "SMTP blacklist" to which they can add addresses they don't want to receive mails from?