diff --git a/configs/msmtprc b/configs/msmtprc index 416a226..429ae50 100644 --- a/configs/msmtprc +++ b/configs/msmtprc @@ -1,14 +1,14 @@ account notification - host smtp.mkedziora.pl + host smtp.domain.com port 587 timeout 15 protocol smtp - domain mkedziora.pl + domain domain.com auth on - user test - from test@mkedziora.pl - password V8ufrLgiEwRF72dM + user user + from user@domain.com + password password tls on syslog on tls_starttls on \ No newline at end of file diff --git a/configs/sendmail.sh b/configs/sendmail.sh index 3af29c5..c3620c0 100755 --- a/configs/sendmail.sh +++ b/configs/sendmail.sh @@ -13,8 +13,8 @@ ATTACHEMENT=/tmp/attachement_`date +'%Y:%m:5d_%H%M%S'`.tar.xz cat /tmp/zalacznik.tar.xz >$ATTACHEMENT cat >$MAILFILE <>$MAILFILE <