Full Process of OpenWebMail installation in Ubuntu

Source: Internet
Author: User
Webmail is a software that allows you to browse emails anywhere on any computer through a web browser. OpenWebMail is a simple, fast, and popular Webmail software package. This guide will enable you to install webmail on your server so that you can use webmail at home and on the Internet. To run properly in Ubuntu, you must first complete the following installation: 1. sudoapt-getinstallopenssh-se

Webmail is a software that allows you to browse emails anywhere on any computer through a web browser. OpenWebMail is a simple, fast, and popular Webmail software package. This guide will enable you to install webmail on your server so that you can use webmail at home and on the Internet.

To run properly in Ubuntu, you must first complete the following installation:

1. sudo apt-get install openssh-server install ssh for ease of operation;

--------------------------------------------------------------------------------

2. Install samba

Install samba (sudo apt-get install samba), smbclient (sudo apt-get install smbclient), smbfs (sudo apt-get install smbfs ).

After the installation, configure the smb. conf file (command: sudo gedit/etc/samba/smb. conf), which of the following must be modified:

Configure the samba configuration file

Sudo gedit/etc/samba/smb. conf

Follow the instructions below:

[Global]

# Working groups displayed in WINDOWS

Workgroup = workgroup

# Computer name displayed in windows

Netbios name = baileyking

# Samba server Introduction

Server string = welcome

# There are many authentication and login methods. If you select share, you do not need to set the user and password.

Security = share

# The directory name displayed in windows

[Download]

# Set the location of the shared directory

Path =/home/download

# Whether it is writable

Wirteable = yes

# Browsed or not

Browseable = yes

# Log on with a guest user as an anonymous account

Guest OK = yes

There are a lot of things in this description. What you need to change is to remove the annotator ";" before the line of security = user, and then change the user to share. Other content can be found in the "shared folder"

.

After setting this parameter, restart the system by using sudo/etc/init. d/samba restart. In Win, you can see and access it directly.

To add a shared file, you can set it in the system-system management-shared folder, or you can directly edit the smb. conf file above.

Add an SMB account. [Http://ubuntuone.cn I just use this to add the account]

First, add a ubuntu account sudo adduser-a bunorte (here is to add an account named bunorte, enter the account password after entering .)

Then, add the bunorte as the smb account sudo smbpasswd-a bunorte (enter the smb password required after entering the enter password, which needs to be entered when accessing from another computer, which can be different from the above account password)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.