Changes

Jump to: navigation, search

OPS345 Lab 7

841 bytes removed, 03:41, 28 February 2022
Replaced content with "[http://wiki.littlesvr.ca/wiki/OPS345_Lab_7 This page has moved.]"
* dovecot with imaps* webmail * dovecot installed in previous lab* use the same keys generated in www lab[http:* scp -P 2212 -i keys/ssh/ops345-all-aws-machines.pem keys/asmith15wiki.ops345littlesvr.ca.* andrew@34.202.103.43:~* [root@email andrew]# cp asmith15.ops345.ca.cert.pem /etcwiki/pki/tls/certs/* [root@email andrewOPS345_Lab_7 This page has moved.]# cp asmith15.ops345.ca.key.pem /etc/pki/tls/private/* configure postfix to enable encrypted connections from client software. add this to the bottom of main.cf:<source># Settings to enable secure SMTP via STARTTLS using my key and certificate:smtpd_tls_auth_only = nosmtpd_use_tls = yessmtp_use_tls = yessmtpd_tls_key_file = /etc/ssl/private/vm2.andrewsmith.ops.keysmtpd_tls_cert_file = /etc/ssl/certs/vm2.andrewsmith.ops.crtsmtpd_tls_CAfile = /etc/ssl/certs/cacert.pemtls_random_source = dev:/dev/urandomsmtpd_tls_loglevel = 1</source>* test with telnet/EHLO: should say 250-STARTTLS*

Navigation menu