Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #174 from mariux64/import-msmtp-configuration
Import msmtprc configuration
  • Loading branch information
pmenzel committed Apr 26, 2021
2 parents feed524 + cdc14df commit e632afd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
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
@@ -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 e632afd

Please sign in to comment.