Actions
ContactAddress » History » Revision 6
« Previous |
Revision 6/23
(diff)
| Next »
Denis 'GNUtoo' Carikli, 04/12/2020 04:41 PM
ContactAddress¶
Description¶
For the DNS part, see DNS.
For now this uses OpenSMTPD.
Design¶
This system was designed to be as simple as possible:- It was designed in a way that enables it not to need to send any mail:
- There is no need of reverse DNS for the IP address
- We don't have to have DKIM
- It's easier to get the setup right and secure
- We can probably whitelist individual servers through SPF for sending mail
Maintenance¶
Add new people¶
- Create an account for the new person:
useradd -m <lowercase_username>
- Add the lower_case_username to /etc/smtpd/aliases
- run
smtpctl update table aliases
- The Maildir directory is created automatically when receiving the first mail
- There is no need to setup a password for the account
- I didn't look how much we can lock down the accounts and still make openstmtpd work.
Switching to more recent OpenSMTPD¶
The configuration format changed in newer OpenSMTPD.
We will probably have to migrate the configuration when switching to to Trisquel 9.
TODO: Document the format change.
Updated by Denis 'GNUtoo' Carikli about 5 years ago · 6 revisions