Hello world, every summer, I'm volunteering to give a programming class at a local university. The goal is to teach CS students about "real world" code, i.e. making them aware of things like resource managament (prevent runaway fork(2) calls) under heavy load or the need for good documentation.
This year I'd like to guide my class through the process of building a Postfix policy service. For this to work, I will obviously need to use the official documentation on policy servers as well as show the relevant parts of the Postifx source code. Futhermore, they will need Postfix servers to test their code. Question: Are there any legal requirements with regard to the Postfix license that I need to be aware of? Are there any limitations when using Postifx in an academic environment? Cheers Stefan