From 4cedd1be9e2911bd8924e93f620e933cf7ef6ecd Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Aug 09 2013 16:52:39 +0000 Subject: added some more verbose output --- diff --git a/tests/p_postfix/40_postfix_sasl.sh b/tests/p_postfix/40_postfix_sasl.sh index 20c52d4..7323d04 100755 --- a/tests/p_postfix/40_postfix_sasl.sh +++ b/tests/p_postfix/40_postfix_sasl.sh @@ -77,7 +77,8 @@ fi t_ServiceControl postfix restart t_ServiceControl dovecot restart - #Running test +#Running test +t_Log "Testing if postfix accepts connections and offers AUTH PLAIN" echo "ehlo test" | nc -w 3 localhost 25 | grep -q 'AUTH PLAIN' ret_val=$?