Exclude spamd & clamd

Discussion in 'Installation/Configuration' started by dampel, Mar 23, 2022.

  1. dampel

    dampel New Member

    Hi,
    how to exclude spamd & clamd from automatic installation. I can't find any options for this.
    wget -O - https://get.ispconfig.org | sh -s -- --help
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    I'd imagine --no-mail would leave those out. If you want to run a mail server without any filtering it will require some custom configuration, so just install with --no-mail and add postfix and whatever pieces you need later (you can refer to a Perfect Server guide for the usual packages which get installed), enable mail service under System > Server Services and work on your custom config from there.
     
  3. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Which services do you want to use? Web, mail, DNS?
     
  4. dampel

    dampel New Member

    Jesse, thank you.
    Th0m,
    web - nginx
    dns - bind9
    mail - dovecot, postfix without spamassasin & clamav
     
  5. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    So you either need to use rspamd or amavis for spamfiltering.
     

Share This Page