explicit SMTP server (appears to be required after recent change of system configuration);
authorwenzelm
Sat, 24 Mar 2012 12:28:45 +0100
changeset 47104 b48d8f7f50fb
parent 47103 187cac088582
child 47107 35807a5d8dc2
explicit SMTP server (appears to be required after recent change of system configuration);
Admin/isatest/pmail
--- a/Admin/isatest/pmail	Sat Mar 24 12:22:29 2012 +0100
+++ b/Admin/isatest/pmail	Sat Mar 24 12:28:45 2012 +0100
@@ -95,7 +95,7 @@
 
 case `uname` in
 	Linux)  for F in $@; do ATTACH="$ATTACH -a $F"; done
-		cat "$BODY" | mail -s "$SUBJECT" $ATTACH "$TO"
+		cat "$BODY" | mail -Ssmtp=mailbroy.informatik.tu-muenchen.de -s "$SUBJECT" $ATTACH "$TO"
 		;;
 	SunOS)
 		print_body "$SUBJECT" "$BODY" $@ | mail -t "$TO"