fliu
0acbe5dd6b
email: Support UID number lookup in Dovecot
2021-08-17 19:43:14 -07:00
fliu
7166e63b02
email: Install rspamd; proxy its web interface
2021-08-17 19:42:51 -07:00
fliu
81c9632f5a
email: dovecot: Support user lookup by UID number
...
Dovecot refuses to open the root user's mail box
Need (!(uidNumber=0)) to correctly return status code
2021-08-17 19:42:45 -07:00
fliu
ba179a860e
email: Set up local delivery (no spam filtering)
...
Hosts file:
192.168.56.101 host1.test.example virtualbox
10.42.0.101 host2.test.example freedombox
Container setup (run commands in container)
1. Install the email server module
2. Create a FreedomBox account for `fred`
3.
$ sudo postconf myhostname=host2.test.example
$ echo "contactfred: fred" | sudo tee -a /etc/aliases
$ sudo newaliases
$ sudo systemctl reload postfix
Test IMAP (run on host1.test.example)
$ swaks --to=contactfred@host2.test.example --from=spam@host1.test.example
$ mutt -f imaps://fred@host2.test.example
Test mail submission (run in container):
$ swaks --to=spam@host1.test.example --from=contactfred@host2.test.example \
--server host2.test.example:587 --tlso --auth-user=fred
2021-08-17 19:42:36 -07:00
fliu
aaa6342f93
email: Basic app to manage an email server
...
- Install postfix and manage the service
- Import ugettext
- Dummy forms and views
- <module>.version (integer) is required
[sunil: Disable the app until remaining issues are worked out]
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
2021-08-17 19:42:26 -07:00