-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include spamassassin #61
Comments
Hi, Not for now, but you could add a spamassasin container to the docker-compose.yml file and configure OTRS to use it, I think that shuld be it. |
Alright. I'm fine with an external solution. |
@hos-ftv at the end did you work on this ? |
Nope. For us it was a little bit of overhead to setup an additional image just for spamassassin and to deal with the accessibility and configuration via OTRS. Maybe if we would have used it for other services/environments an extraction would make sense (for us). Anyway. I'm totally fine with your point of view to keep this project-repo clean and to provide additional services via additional containers. |
Could you share what you did anyway ? it would help me on integrating an external container, I have no experience with spamassassin. Thanks. |
If you ship this with the docker-otrs there is not much to be done. Just install spamassassin und activate the default setting in I've prepared a simple example-branch based on your current HEAD for a slight simpler comparison. Hope this will help: |
@juanluisbaptiste I've got it working with spamassassin, if implemented correctly, would it be a feature you would consider merging into the master? |
If your implementation adds spamassasin to this container then no, spamassasin should run on it's own container and on OTRS there should be only the code and env vars to enable this feature. |
I have it separately and I agree with you. I was supposed to tidy it up a bit for myself so once I'm done I'll surely try with a pull request here |
Hi there,
would it be possible to include spamassassin? There is a setting (i didn't know of) in
Core::Email::PostMaster
which we like to use.So if you agree that this would be a benefit to this project I would create a pull request.
Kind Regards
The text was updated successfully, but these errors were encountered: