From cdc14df8250caafa6f87e925131234dc9da6cb2b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 24 May 2018 08:44:23 +0200 Subject: [PATCH] misc_etc_files: Import msmtprc $ md5sum /etc/msmtprc 5a7e58d400bc31e2e3cde367150b21f0 /etc/msmtprc Probably created by Donald. --- install.sh | 1 + misc_etc_files/msmtprc | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 misc_etc_files/msmtprc diff --git a/install.sh b/install.sh index 7f1b94b..bcc9f80 100755 --- a/install.sh +++ b/install.sh @@ -213,6 +213,7 @@ install_symlink /usr/bin/pman "$DESTDIR$usrlocal_pre install_data misc_etc_files/sysctl.conf "$DESTDIR$sysconfdir/sysctl.conf" install_data misc_systemd_units/reboot-notify.service "$DESTDIR$systemdunitdir/reboot-notify.service" install_data misc_etc_files/autofs.conf "$DESTDIR$sysconfdir/autofs.conf" +install_data misc_etc_files/msmtprc "$DESTDIR$sysconfdir/msmtprc" install_data misc_etc_files/unbound/unbound.conf "$DESTDIR$sysconfdir/unbound/unbound.conf" install_data misc_etc_files/unbound/root.key "$DESTDIR$sysconfdir/unbound/root.key" diff --git a/misc_etc_files/msmtprc b/misc_etc_files/msmtprc new file mode 100644 index 0000000..95fa09f --- /dev/null +++ b/misc_etc_files/msmtprc @@ -0,0 +1,9 @@ +# http://msmtp.sourceforge.net/doc/msmtp.html#Configuration-files + +account default +host harry.molgen.mpg.de +port 587 +tls on +tls_certcheck off +auto_from +maildomain molgen.mpg.de