mailserver cleanup

Cleanup following mailserver setup on tools.mfxm.fr
main
Mel 3 years ago
parent 3716930994
commit c19845c110

@ -67,6 +67,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.5150901584012967,
"scale": 0.557068776378513,
"close": true
}

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "Internet snippets/Comprendre l'islam.md",
"file": "Networks/Postfix config.md",
"mode": "preview"
}
}
@ -18,15 +18,11 @@
"direction": "vertical"
},
"left": {
"id": "87f9f29baec8274b",
"type": "split",
"children": [
{
"id": "10cff87f23195085",
"type": "tabs",
"id": "b0310d40c7c28315",
"type": "mobile-drawer",
"children": [
{
"id": "4eda007975bc315b",
"id": "1dfc3b2b8716c325",
"type": "leaf",
"state": {
"type": "file-explorer",
@ -34,12 +30,12 @@
}
},
{
"id": "2673496bd741d7ff",
"id": "bdb74d04c8aded01",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"query": "tag:#Essay",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
@ -47,67 +43,72 @@
"sortOrder": "alphabetical"
}
}
},
{
"id": "b390c4c0a9a72f16",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
]
}
],
"direction": "horizontal",
"width": 300
"currentTab": 0
},
"right": {
"id": "5ae1ccb13b5db5c5",
"type": "split",
"children": [
{
"id": "b4391c49e2521505",
"type": "tabs",
"id": "901f0677c871de02",
"type": "mobile-drawer",
"children": [
{
"id": "0b7f5ec28c469395",
"id": "99d0af3c81398a1c",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Internet snippets/Comprendre l'islam.md",
"file": "Networks/Postfix config.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
"backlinkCollapsed": true,
"unlinkedCollapsed": false
}
}
},
{
"id": "ec927f9f82ddaf56",
"id": "51b6dd4b8c0c1449",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
"type": "side-panel-control-view",
"state": {}
}
},
{
"id": "86a095cebfd3c99f",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
"currentTab": 2
},
"active": "c1cbd199334b4022",
"lastOpenFiles": [
"Internet snippets/Comprendre l'islam.md",
"Reading list/@Reading master.md",
"Networks/Postfix config.md",
"Networks/Tools Server.md",
"Networks/Domains.md",
"Networks/mfxm Website Scope.md",
"Travels/Jazz Route (US).md",
"Travels/@Travels.md",
"Travels/Ethiopia.md",
"Internet snippets/Torto Arado.md",
"Internet snippets/The Good Men.md",
"Internet snippets/The Girls.md"
"Internet snippets/Mating.md",
"Reading list/@Reading master.md",
"Life Orga/Life Admin.md",
"Life Orga/Lifestyle.md",
"Life Orga/@Life Organisation.md",
"Networks/Selfhosting.md",
"Networks/VPS Console Dialogue.md"
]
}

@ -57,7 +57,7 @@ style: number
|---------------|----------|------------
| **[[@lebv.org\|lebv.org]]** | Email & family archive | family email service; family archive website
| <p style="color:cyan">**lebastart.fr**</p> | Email | Secure email service ([[Tutanota]])
| <p style="color:orange">**mfxm.fr**</p> | [[Selfhosting\|Self-hosting]] Tools | [[NextCloud]], [[Alias Server\|Email Alias]], [[mfxm Website Scope#URL Shortening\|URL Shortening]]
| **[[mfxm Website Scope\|mfxm.fr]]** | [[Selfhosting\|Self-hosting]] Tools | [[NextCloud]], [[Alias Server\|Email Alias]], [[mfxm Website Scope#URL Shortening\|URL Shortening]]
&emsp;

@ -231,7 +231,7 @@ title: Documentation
#### Incoming
1. **Ports**
##### Ports
Ports (25, 465, 587) need to be opened by the firewall:
@ -239,13 +239,13 @@ Ports (25, 465, 587) need to be opened by the firewall:
&emsp;
2. **Networks**
##### Networks
Definition of permitted networks to restrict access (in [[Postfix config#Main cf|main.cf]]).
&emsp;
3. **Submission/SMTPD**
##### Submission/SMTPD
```ad-info
title: File path
@ -256,19 +256,35 @@ Options are coded in the file by default. Uncheck necessary directives.
&emsp;
4. **SSL cert**
##### SSL cert
Postfix SSL certs need to match that of the server (in [[Postfix config#Main cf|main.cf]]).
&emsp;
5. **SASL**
##### SASL
[Tutorial](https://github.com/webmin/webmin/issues/58)
&emsp;
##### Add SASL users
```ad-bug
title: add a user
`sudo saslpasswd2 -c -u (mydomain.tld) (username)`
```
```ad-bug
title: check number of users
`sudo sasldblistusers2`
```
&emsp;
#### Outgoing
Allow for connecting to an external SMTP - not tested.
&emsp;
&emsp;

@ -321,6 +321,17 @@ title: Config file
&emsp;
```ad-bug
title: email setup
Gitea can work on internal mail points through:
>ENABLED = true
>FROM = (user addresss)
>USE_SENDMAIL = false
>HOST = (hostname):25
```
&emsp;
---
&emsp;

Loading…
Cancel
Save