Limiting Email sending per client/email id within a specific interval.

Discussion in 'ISPConfig 3 Priority Support' started by pawan, Nov 14, 2017.

  1. pawan

    pawan Member

    While going through the forum, I found that it is suggested at many places like
    1. One way is to use policyd (cluebringer)
    2. You can do such email limits with policyd on a ISPConfig / postfix server
    My question is.
    Does policyd is part of ISCONFIG or do I need to install it? If I need to install which link I should follow to install? any suggestion.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    policyd is not part of ISPConfig, but you can use it on ISPConfig servers. I don't have a tutorial for it's installation.
     
  3. pawan

    pawan Member

    I did find some links for the install and config and able to install the Policyd, but stuck in getting it work correctly.
    for example:
    It's recommended to add these parameters first, i.e.:
    smtpd_recipient_restrictions = check_policy_service inet:127.0.0.1:10031, permit_mynetworks, ..., ...

    When I add it like above, I am not able to send or recieve the mails. and in mail log, I am getting:
    Recipient address rejecte: Server configuration problem;

    do I need to add the sender/reciever ids in PolicyD tables?
    or I am doing something wrong here?
     
  4. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Server configuration problem normally means that the config is invalid or in case of a policy service it is not running.
    Please check
    Code:
    netstat -ntap | grep 'LISTEN'
    if there is a policy daemon on port 10031.
     

Share This Page