On 28/12/18 03:41, Robert Chalmers wrote: > Sorry, when I said ‘moved’ I meant built with new install directories. > As you point out below. > However, ‘mail’ got lost after I removed the Apple default /etc/postfix > directory. Apple’s default mail is built to look for /etc/postfix, so > with the link now in place it’s working ok. mail thinks it’s looking at > the default /etc/postfix directory.
mail doesn't look for any particular postfix config at all. mail is not even a postfix command, it simply is a wrapper around /usr/bin/sendmail which *is* provided by postfix and *does* look for the postfix config. Peter