- bolji regex za match konfiguracije u main.cf od Postfixa za slucaj kad
[amavisd-cn.git] / src / postfix.sh
index 7aa3961..9099243 100755 (executable)
@@ -8,9 +8,9 @@ update_postfix() {
     restart_mta=1
   fi
 
-  # main.cf
+  # set up main.cf
   if [ ! -f /etc/postfix/main.cf ] || \
-      ! grep -q "smtp-amavis:[127.0.0.1]:10024" \
+      ! grep -q "^content_filter[\t ]*=[\t ]*smtp-amavis:\[127.0.0.1\]:10024[\t ]*" \
         /etc/postfix/main.cf; then
     postconf -e content_filter="smtp-amavis:[127.0.0.1]:10024"
     restart_mta=1