Blacklist and email routing

Discussion in 'General' started by themark, Feb 28, 2014.

  1. themark

    themark Member

    Dear,

    the situation here is that we have a server that was blacklisted, on few blacklists (because a customer used a small and pretty useless password on his email account). Now we have removed this account, but out postfix queue is fill of mail that can't goes outside, because the blacklist stop.

    Question is.
    Meanwhile we wait to be delisted, is it there a simple method to route temporarly all the mail of all the domains that goes outside from a server to another (both server have ispconfig latest versione installed with postfix/Centos)?
    We know that we can do through the control panel, but here i need to do them on rules for one domain, and actually we have more that 200 mail domain on the blacklisted server...

    Any suggestion are much appreciate.
    Thank you.
    Mark
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    yes. see smtp relay settings under system > server config > mail
     
  3. themark

    themark Member

    Wow, this could be very nice. But i have this problem enabling:

    status=deferred (delivery temporarily suspended: SASL authentication failed; cannot authenticate to server XXXX[XXXX]: no mechanism available)


    :-/
     
  4. themark

    themark Member

    Ok got it, on centos i need to install some packages like:

    yum install cyrus-sasl-sql cyrus-sasl-plain cyrus-sasl-lib

    and then restart postfix and salsauthd

    TILL, THANK YOU FOR THIS GREAT SOFTWARE! :)
     

Share This Page