-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
20 lines (14 loc) · 672 Bytes
/
Copy pathREADME
File metadata and controls
20 lines (14 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Files:
GenerateSenderKey.sh - Optional. Generate a signing/encrypting key and certificate
SendEncryptedEmail.sh - Send the email!
email_body.txt - The body of the email. Duh.
recipient-certificate.pem - Sample recipient certificate (for encryption)
sender-certificate.pem - Sample sender certificate (for signing)
sender-key.pem - Sample (I swear) sender private key (for signing/encryption)
smime.cfg - OpenSSL config file to add S/MIME extensions to the Sender's certificate
Postfix Configuration:
[ Add to the bottom of /etc/postfix/main.cf (Mac) ]
relayhost = mysmtpserver.fqdn
mydomain = mydomain.fqdn
[ Restart postfix (Mac) ]
$ sudo postfix reload