not all Linuxen understand -Ssmpt= and defaults seem to be configured correctly now
authorkleing
Sun, 01 Jul 2012 02:32:03 +0200
changeset 48172 41222a782780
parent 48171 28a6d67c93f0
child 48173 c6a5a4336edf
not all Linuxen understand -Ssmpt= and defaults seem to be configured correctly now
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"