Probesys / agentj

AgentJ is a free software anti-spam solution with human authentication and admin panel
https://agentj.io/
GNU Affero General Public License v3.0
22 stars 5 forks source link

Ability to install AgentJ without Docker #8

Closed Dual-Boot closed 1 year ago

Dual-Boot commented 2 years ago

Hello,

I think everything is in the title ;) . The purpose is to be able to plug AgentJ to an existing Mail/MTA infra . If so, is there a documentation ?

Regards,

sjpp commented 2 years ago

Hello, User and admin documentation is a work in progress, we'll update the README once it's ready. At the moment, we only document the Docker deployment as it is, for most use cases, the most convenient way to deploy and use it. AgentJ does not provides a full MTA infrastructure, it comes in front of it so that you can keep on using your existing mail stack.

If you simply want to try it, all you have to do is:

Regards,

Dual-Boot commented 2 years ago

Hello,

Thank you for this reply. I am not a fan of Docker, I prefer without it. Docker adds a layer of complexity that blurs how really works a software. Regards,

sjpp commented 2 years ago

Sure it does bring complexity but it is convenient for most deployment. Yet, you can use only the frontend (which source code is in the app folder) but then you will have to set up the whole environment (Amavis, MariaDB, set up the database for Amavis (it is in Amavis' documentation), the Web proxy, ...) and configure everything to fit in your current mail infrastructure.

sjpp commented 1 year ago

I am closing this issue as we have no plan to provide or support AgentJ deployments and usages without its docker-based infrastructure.