On 2011-09-16 at 15:29 +0200, Patryk wrote:
> I'd like to configure one user to send with a different qualified domain than
> the default one. Is this possible? I couldn't find a way to achieve this in the
> documents of exim.
"qualify_domain" is applied too early and is constant; also, it won't
_force_ the user to that one domain.
I think this is one of those cases where you should look at the
"rewrites" section of the configuration file:
http://www.exim.org/exim-html-current/doc/html/spec_html/ch31.html
-Phil