Skip to content

Commit

Permalink
msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Oct 2, 2020
1 parent 75e0df5 commit ae19e86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This is my message to you. I hope you like it.

Regards,
Jeremy

5 changes: 4 additions & 1 deletion opensmtpd-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ apt-fast install -y dkimproxy procmail
apt remove -y amavisd-new
apt -y autoremove

$DOMAIN=$(hostname -d)
cp smtpd.conf /etc/
chmod 640 smtpd.conf
chown root:root /etc/smtpd.conf
DOMAIN=$(hostname -d)
echo "domain $DOMAIN" >> /etc/dkimproxy/dkimproxy_out.conf
echo DKIMPROXYGROUP=ssl-cert >> /etc/default/dkimproxy

Expand Down

0 comments on commit ae19e86

Please sign in to comment.