Hi,
I tried following your instructions but got stuck on the first one:
"#1 - You have to allow access to service from lan (/etc/hosts.allow)."
Typing /etc/hosts.allow at the command prompt I got:
-bash: /etc/hosts.allow :permission denied
Did I miss something?
Cheers
Typing /etc/hosts.allow at the command prompt I got:
-bash: /etc/hosts.allow :permission denied
Did I miss something?
Yes it is a text file not an executable so direct invocation will not work. You need to use a text editor like pico, nano or vi.
Because (almost) all configuration files are under the template regime you should not edit them manually but instead create a configuration template as direct modifications will get lost over time, due to installation of new features, upgrades or other configuration changes. For more information on the template system have a look in the SME Server Developers Guide linked in the wiki.