Skip to content

Commit

Permalink
misc_etc_files: Import msmtprc
Browse files Browse the repository at this point in the history
    $ md5sum /etc/msmtprc
    5a7e58d400bc31e2e3cde367150b21f0  /etc/msmtprc

Probably created by Donald.
  • Loading branch information
pmenzel committed Apr 26, 2021
1 parent feed524 commit cdc14df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
9 changes: 9 additions & 0 deletions misc_etc_files/msmtprc
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cdc14df

Please sign in to comment.