Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Audriusv on October 18, 2006, 01:03:03 PM

Title: Not allow user to use e-mail part of server only ftp access
Post by: Audriusv on October 18, 2006, 01:03:03 PM
Hi,

maybe simple question, but...

In one srver I would like to not allow user to use e-mail part of server only ftp access. How can I do that in simple way?

Thank you.
Title: Not allow user to use e-mail part of server only ftp access
Post by: Tib on October 19, 2006, 04:05:48 AM
Audriusv

The way I would probably do that is to shut down all the services you don't require.

Maybe load on SME7admin and that way you can see the services and shut down the ones you don't require.

Someone else might have a better sugestion.

Regards,

Tib
Title: Not allow user to use e-mail part of server only ftp access
Post by: Audriusv on October 20, 2006, 10:39:06 AM
Quote from: "Tib"
Audriusv

The way I would probably do that is to shut down all the services you don't require.

Maybe load on SME7admin and that way you can see the services and shut down the ones you don't require.

Someone else might have a better sugestion.

Regards,

Tib


Thank you Tib. But I would like to have other users be able to send e-mail. I want to restrict mail only for some users, not all.
I am thinking about groups to which users belongs... maybe there I can find answer for my problem...

But I have hoped that it is simple question and someone much smarter than me can answer that... :-)

Thank you anyway...

Audrius
Title: Adding a simple system user
Post by: RvLardin on October 21, 2006, 05:02:06 PM
You can just use the "useradd" command so that you won't have a full SME user.

# man useradd
for more info.

You can change the "home" directory of your user so that,
with a ftp connexion, he arrives directly to the ~/ibay/html
you need (I guess it is what you want).


A+,
RV.