mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
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
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
# Direct edits to this file will be lost!
|
|
# Manage your settings on Plinth <https://localhost/plinth/apps/email_server>
|
|
|
|
uris = ldap://127.0.0.1
|
|
base = dc=thisbox
|
|
|
|
auth_bind = yes
|
|
auth_bind_userdn = uid=%u,ou=users,dc=thisbox
|