* Enjoy your Day <salsadance99@???> [2004-07-16 10:03]:
> Your solution works fine but the line:
> hosts = +relay_from_hosts
> Does not work for me because I do not use this host list.
> For right now I have this line replaced with
> Authenticated = *
>
> Now I need to find a way to force every local user to use authentication.
> How do I do this?
hosts = :
should match the local host. This way you don't have to force
local users to use authentication.
Disclaimer: That's out of my head, please double-check with the
documentation.
Dominik