# HG changeset patch # User kleing # Date 1341102723 -7200 # Node ID 41222a78278019f03d2c3e768435467740818cde # Parent 28a6d67c93f08741a3f65d00df12bf370d70b5ae not all Linuxen understand -Ssmpt= and defaults seem to be configured correctly now diff -r 28a6d67c93f0 -r 41222a782780 Admin/isatest/pmail --- a/Admin/isatest/pmail Fri Jun 29 15:45:50 2012 +0200 +++ b/Admin/isatest/pmail Sun Jul 01 02:32:03 2012 +0200 @@ -95,7 +95,7 @@ case `uname` in Linux) for F in $@; do ATTACH="$ATTACH -a $F"; done - cat "$BODY" | mail -Ssmtp=mailbroy.informatik.tu-muenchen.de -s "$SUBJECT" $ATTACH "$TO" + cat "$BODY" | mail -s "$SUBJECT" $ATTACH "$TO" ;; SunOS) print_body "$SUBJECT" "$BODY" $@ | mail -t "$TO"