Limit the amount of emails

Discussion in 'General' started by Gaston Girardi, Jul 30, 2020.

  1. Gaston Girardi

    Gaston Girardi Member HowtoForge Supporter

    Hi all, i put this thread here because is more a question than support.

    The thing is that i want to limit the amount of destinataries that any of my users send in one email, this is because i want to avoid spam, so theres is a way to limit this?, and how?
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    You can use http://www.postfix.org/postconf.5.html#smtpd_recipient_limit for global limit. It's easy for spammers to bypass, and you'll probably find you need a better solution, of which there is not one included with ISPConfig yet, but there are numerous tools to use. I have used postfwd for that (and hope to integrate with ISPConfig at some point), you can find example config by searching, and I think someone posted an example using Rspamd's ratelimit, iirc.
     
  3. Gaston Girardi

    Gaston Girardi Member HowtoForge Supporter

    Ok, after reading some things im google I decided to follow your advice, i went to the postfwd link you post it and install it or at lest is what i tryed to do, because I never get the postfwd.cf file, so i look for a guide and i found this one:

    https://www.howtoforge.com/tutorial/blocking-of-international-spam-botnets-postfix-plugin/

    but i get stuck at the end... :confused:, because the 9 and 10 step aren't clear at all, for the 9 step i went to phpmyadmin and create the user there (but the database doesn't exist), and for the 10 step I figure is inside the plugin on the config file, so I change it as the giude, obviusly replacing the information with mine, but again the DB doesn't exist.

    So could you give me some tips on how to use it?, or point me in the right direction?!, just have in mind i'm far, far, far away of being an expert in linux. :oops:

    I'm using debian 9
     
    Jesse Norell likes this.
  4. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Interesting, I've not seen that postfwd geoip plugin, I'll definitely take a look at it - thanks for the link.

    In that guide, the postfwd geoip plugin itself is using a database - you could just use the dbispconfig database and add new tables for that (don't use the 'ispconfig' user though, create your own), or create a new database just for that tool.

    What I've done is using the rate limits built into postfwd (not eg. that geoip plugin), more like https://www.howtoforge.com/community/threads/limit-outgoing-emails-postfwd.71328/


    You may or may not be using systemd now, but likely when you upgrade to Debian 10 (a good idea to do before very long) you will be, and will need to set things up differently - I made some notes on that at https://git.ispconfig.org/ispconfig/ispconfig3/-/issues/3481
     
    Gaston Girardi likes this.
  5. Gaston Girardi

    Gaston Girardi Member HowtoForge Supporter

Share This Page