ContactAddress » History » Version 5
Denis 'GNUtoo' Carikli, 04/12/2020 04:31 PM
| 1 | 1 | Denis 'GNUtoo' Carikli | h1. ContactAddress |
|---|---|---|---|
| 2 | |||
| 3 | 2 | Denis 'GNUtoo' Carikli | h2. Description |
| 4 | |||
| 5 | 1 | Denis 'GNUtoo' Carikli | For the DNS part, see [[DNS]]. |
| 6 | 2 | Denis 'GNUtoo' Carikli | |
| 7 | For now this uses OpenSMTPD. |
||
| 8 | |||
| 9 | h2. HOWTO |
||
| 10 | |||
| 11 | h3. Add new people |
||
| 12 | |||
| 13 | * Create an account for the new person: @useradd -m <lowercase_username>@ |
||
| 14 | * Add the lower_case_username to /etc/smtpd/aliases |
||
| 15 | 4 | Denis 'GNUtoo' Carikli | * run @smtpctl update table aliases@ |
| 16 | 5 | Denis 'GNUtoo' Carikli | |
| 17 | Notes: |
||
| 18 | * The Maildir directory is created automatically when receiving the first mail |
||
| 19 | * There is no need to setup a password for the account |
||
| 20 | * I didn't look how much we can lock down the accounts and still make openstmtpd work. |