5.5 KiB
Alias | Tag | Date | DocType | Hierarchy | location | Performance | Characteristics | Disk | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
2021-08-28 | Server | NonRoot |
|
|
|
|
Parent:: mfxm Website Scope, Email & Communication
name Edit Server parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
^button-EAServerEdit
name Save
type command
action Save current file
id Save
^button-EAServerSave
Email Alias Server
title: Summary
collapse: open
Quick note to centralise all relevant info on the server hosting the email aliasing service.
style: number
Server parameters
title: Dashboard access
[https://clients.hostiger.com/clientarea](https://clients.hostiger.com/clientarea)
title: Address
The service will be located under **[emailalias.mfxm.fr](https://emailalias.mfxm.fr)** .
Service
title: Service description
The Email Alias service itself is called [SimpleLogin](https://simplelogin.io/) and is an open-source software enabling to create email aliases.
Installed dependencies
All dependencies for running the alias service.
Security
Program name | Type | Description |
---|---|---|
fail2ban | Deamon | Blocks suspicious attempts to login |
unattended-upgrades | Program | Enables automatic updates of installed programs and OS |
logwatch | Deamon | Monitors activity on server and sends activity logs |
Docker
title: Docker for non root users
[[Docker config|docker]] predominantly works for the root user. In order to let non-root users instruct Docker, users need to be added to the Docker group:
`sudo usermod -aG docker (username)`
Potentially, the Docker group needs to be defined:
`sudo groupadd docker`
Currently running Configuring Docker containers
title: sl-network
7c0268d5066a4bda05abb193772b0c0bcb480a0a55cf8772bca76272b74e8148
title: sl-db
e4335360528e6f091efda49e75a27ab638277dc8107e45062780119d19a530cd
title: sl-app
d4d7fefc710670312ae5e529d39537a6b93d58ff1af63219054c209d4b1179a6
title: sl-email
39dbdb260763fec2a2b138d000f2ded9fe61c8ed5857cc9ef2823b0f7fb62913
Nginx
Webserver. No particular setup apart from Certificate & pointing towards the sub-domain.
CertBot
All documentation in this link.
Postfix
Mail Transfer Agent. Configuring Postfix is tailor-made by SimpleLogin to fit their needs.
Server-side Monitoring
Refer to the Configuring Monit for further information on installation and configuration.
List of monitored services:
- System
- SSH
- Fail2ban
- cron
- Postfix
- nginx
- docker
- Postgres
- sl-app
- sl-email
Troubleshooting
DNS issues
title: Server pointing
The Email Alias service itself is called [SimpleLogin](https://simplelogin.io/) and is an open-source software enabling to create email aliases.
Documentation for SimpleLogin
title: Troubleshooting SimpleLogin
Troubleshooting for [SimpleLogin](https://github.com/simple-login/app) and its parametrisation can be found [here](https://github.com/simple-login/app/blob/master/docs/troubleshooting.md) and [here](https://github.com/simple-login/app/blob/master/example.env)
CertBot
title: Troubleshooting CertBot
Running and troubleshooting for CertBot can be found [here](https://certbot.eff.org/docs/install.html)
Service management
The service itself does not require particular management as all features are embedded in the client interface running from the docker container 'sl-app', including user management. Parameters can only be amended through the config file under the root user:
~~~
sudo vim ~/simplelogin.env
~~~
Sample configs can be found here
Once the change is made, restart the app container:
~~~
docker restart sl-app
~~~
Force premium subscription for users
Users will be defaulted to the 'Free' plan and asked to subscribe to the premium plan. In order to force users onto the Premium plan, please update the database:
~~~
docker exec -it sl-db psql -U (dbusername) simplelogin
~~~
And then run:
~~~
UPDATE users SET lifetime = 'TRUE' WHERE EMAIL = '(emailaddress)';
~~~
And \q
to exit the db.
Pricing
Alias Server | One-off cost | Recurring subscription p.a. |
---|
**Server hosting**
| | *$20* ^AliasServerCost
Tasks & Further steps
- Server Alias: Backup server 🔁 every 6 months on the 1st Tuesday 📅 2021-09-15
- Server Alias: Backup server 🔁 every 6 months on the 1st Tuesday ✅ 2021-09-14
- Understand why Gmail does not work