Hello,
I just installed the most current version of the Postfix port (2.3.8) under MacPorts 1.4.0 and 1.4.3 with the ldap, pcre, sasl and tls variants:
$ port installed postfix
The following ports are currently installed:
postfix @2.3.8_0+ldap+pcre+sasl+tls (active)
# postfix startThe warnings about the command "ls" not being found in the postfix-script on lines 200 and line 1 is quite strange (when I vi postfix-script line 1 is not attempting to use the ls command but line 200 is). This is what line 200 looks like calling ls, enclosed in the do and done:
/opt/local/etc/postfix/postfix-script: line 200: ls: command not found
postfix/postfix-script: warning: not owned by root: /opt/local/libexec/postfix
/opt/local/etc/postfix/postfix-script: line 200: ls: command not found
postfix/postfix-script: warning: not owned by root: /opt/local/etc/postfix
/opt/local/etc/postfix/postfix-script: line 200: ls: command not found
postfix/postfix-script: warning: not owned by root: /opt/local/var/spool/postfix
/opt/local/etc/postfix/postfix-script: line 1: ls: command not found
usage: find [-H | -L | -P] [-EXdsx] [-f file] [file ...] [expression]
/opt/local/etc/postfix/postfix-script: line 1: ls: command not found
postfix/postfix-script: starting the Postfix mail system
do
ls -lLd $dir | (grep " root " >/dev/null ||
$WARN not owned by root: $dir)
done
/opt/local/var/spool/postfix