Differences
This shows you the differences between two versions of the page.
|
setup:mixmaster [2012/06/27 13:41] fe80:9d33:cac8:eabd:4984:7c00:2787:ab02 |
setup:mixmaster [2013/03/04 10:49] (current) moritz postfix tls setup details |
||
|---|---|---|---|
| Line 36: | Line 36: | ||
| sudo /usr/lib/mixmaster/mixmaster-rebuild | sudo /usr/lib/mixmaster/mixmaster-rebuild | ||
| </code> | </code> | ||
| + | |||
| + | Enable TLS in Postfix for both sending and receiving mails (/etc/postfix/main.cf): | ||
| + | |||
| + | <code> | ||
| + | smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem | ||
| + | smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key | ||
| + | smtpd_use_tls=yes | ||
| + | smtp_tls_security_level = may | ||
| + | </code> | ||
| + | |||
| + | Ideally, replace the snakeoil certs with proper certificates, eg. from CAcert. | ||
| Finally, to announce your node, send an email to the remops list ( http://lists.mixmin.net/mailman/listinfo/remops ) with your /var/lib/mixmaster/Mix/key.txt. Additionally you can post it to alt.privacy.anon-server on Usenet. | Finally, to announce your node, send an email to the remops list ( http://lists.mixmin.net/mailman/listinfo/remops ) with your /var/lib/mixmaster/Mix/key.txt. Additionally you can post it to alt.privacy.anon-server on Usenet. | ||

