Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-09 | Basic service configuration | Malfurious | 2 | -111/+58 | |
Setup postfix and dovecot to work with virtual domains/mailboxes and user accounts defined in the userconfig directory. Services are also configured to use TLS certificates that will later be provided by the nginx-proxy acme service. Basic formatting and informative comments are added to config files. Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-06-09 | Add user config files for accounts and email addresses | Malfurious | 2 | -0/+1 | |
passwd is formatted like a standard unix password file, and is currently used to record a username, password, uid, and gid for each mail user. The row present in the file is a dummy record. Because the mailnode system will support multiple virtual domains and users, usernames should be full email addresses. At the moment, it is also important for all uid/gids to be set to the static value 2000, since that is the real unix account that will own the data files. aliases will hold virtual alias addresses. Each is one-per-line, with one alias address mapping to one or more forwarding addresses. Forward addresses can be of different domains, or even domains foreign to this mailnode install. Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-06-06 | Add default dovecot config file | Malfurious | 1 | -0/+101 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-06-06 | Add default postfix config files | Malfurious | 2 | -0/+183 | |
Signed-off-by: Malfurious <m@lfurio.us> |