diff options
-rwxr-xr-x | sendmail | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #! /usr/bin/env sh ## pass all params to msmtpq & redirect output -msmtpq "$@" >> ~/tmp/msmtp.log +msmtpq "$@" >> ~/tmp/msmtp.log 2> ~/tmp/msmtp.err exit 0 |