Creating a Mailbox

From Sympl Wiki
Revision as of 14:13, 3 July 2019 by Kelduum (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Creating an email mailbox is relatively easy, and only needs a directory creating in the right location.

Example

In this example, the email address to be created is user@example.com replace the bold with the relevant username and domain you want.

  1. Choose a complex password for the user. The user can change this later via webmail.
  2. Log into your server running Sympl as the sympl user.
  3. mkdir -p /srv/example.com/mailboxes/user
  4. echo password-for-user > /srv/example.com/mailboxes/user/password

The user should then be able to log into the server using the full email address as the username, and the password you used above. If the website is hosted on the same server, you can access the webmail via https://example.com/webmail, again using the full email address and password.

Overnight, the password will be automatically encrypted, but you can also reset it by repeating the final step.

Remember, you may also need to configure DNS before mail is directed to the server.

See Also