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
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.