Hi

On Tue, Aug 19, 2014, at 04:11 AM, Wietse Venema wrote:
> You are running the daemons from the new Postfix installation, but
> you are submitting mail through the *wrong* Postfix sendmail program.
> 
> Do:
> 
> # find / | egrep 'sendmail|postfix'
> 
> and report output.

find / | egrep "sendmail|postfix" | egrep -v "share/doc"
        /usr/lib/sendmail
        /usr/lib/perl5/site_perl/5.18.1/Mail/Mailer/sendmail.pm
        /usr/local/etc/postfix
        /usr/local/etc/postfix/LICENSE
        /usr/local/etc/postfix/Makefile
        /usr/local/etc/postfix/TLS_LICENSE
        /usr/local/etc/postfix/access
        /usr/local/etc/postfix/access.lmdb
        /usr/local/etc/postfix/aliases
        /usr/local/etc/postfix/bounce.cf.default
        /usr/local/etc/postfix/canonical
        /usr/local/etc/postfix/canonical.lmdb
        /usr/local/etc/postfix/client_access
        /usr/local/etc/postfix/client_access.lmdb
        /usr/local/etc/postfix/generic
        /usr/local/etc/postfix/generic.lmdb
        /usr/local/etc/postfix/header_checks
        /usr/local/etc/postfix/header_checks_outbound
        /usr/local/etc/postfix/helo_access
        /usr/local/etc/postfix/helo_access.lmdb
        /usr/local/etc/postfix/main.cf
        /usr/local/etc/postfix/main.cf.default
        /usr/local/etc/postfix/makedefs.out
        /usr/local/etc/postfix/master.cf
        /usr/local/etc/postfix/postscreen_access.cidr
        /usr/local/etc/postfix/relocated
        /usr/local/etc/postfix/relocated.lmdb
        /usr/local/etc/postfix/scripts
        /usr/local/etc/postfix/smarthost_passwd
        /usr/local/etc/postfix/smarthost_passwd.lmdb
        /usr/local/etc/postfix/transport
        /usr/local/etc/postfix/transport.lmdb
        /usr/local/etc/postfix/virtual
        /usr/local/etc/postfix/virtual.lmdb
        /usr/local/etc/postfix/vmailbox
        /usr/local/etc/postfix/vmailbox.lmdb
        /usr/local/etc/postfix/scripts/clean_locks
        /usr/local/etc/postfix/scripts/update_postmaps
        /usr/local/etc/postfix/scripts/wait_qmgr
        /usr/local/libexec/postfix
        /usr/local/libexec/postfix/anvil
        /usr/local/libexec/postfix/bounce
        /usr/local/libexec/postfix/cleanup
        /usr/local/libexec/postfix/discard
        /usr/local/libexec/postfix/dnsblog
        /usr/local/libexec/postfix/error
        /usr/local/libexec/postfix/flush
        /usr/local/libexec/postfix/lmtp
        /usr/local/libexec/postfix/local
        /usr/local/libexec/postfix/main.cf
        /usr/local/libexec/postfix/master
        /usr/local/libexec/postfix/master.cf
        /usr/local/libexec/postfix/nqmgr
        /usr/local/libexec/postfix/oqmgr
        /usr/local/libexec/postfix/pickup
        /usr/local/libexec/postfix/pipe
        /usr/local/libexec/postfix/post-install
        /usr/local/libexec/postfix/postfix-files
        /usr/local/libexec/postfix/postfix-script
        /usr/local/libexec/postfix/postfix-wrapper
        /usr/local/libexec/postfix/postmulti-script
        /usr/local/libexec/postfix/postscreen
        /usr/local/libexec/postfix/proxymap
        /usr/local/libexec/postfix/qmgr
        /usr/local/libexec/postfix/qmqpd
        /usr/local/libexec/postfix/scache
        /usr/local/libexec/postfix/showq
        /usr/local/libexec/postfix/smtp
        /usr/local/libexec/postfix/smtpd
        /usr/local/libexec/postfix/spawn
        /usr/local/libexec/postfix/tlsmgr
        /usr/local/libexec/postfix/tlsproxy
        /usr/local/libexec/postfix/trivial-rewrite
        /usr/local/libexec/postfix/verify
        /usr/local/libexec/postfix/virtual
        /usr/local/man/man1/postfix.1
        /usr/local/man/man1/sendmail.1
        /usr/local/man/man5/postfix-wrapper.5
        /usr/local/sbin/postfix
        /usr/local/sbin/sendmail
        /usr/sbin/sendmail
        /usr/share/bash-completion/completions/postfix
        /usr/share/man/man8/sendmail.8.gz
        /usr/share/zsh/functions/Completion/Unix/_postfix
        /var/adm/postfix.configured
        /var/lib/postfix
        /var/lib/postfix/master.lock
        /var/log/postfix
        /var/log/postfix/mail
        /var/log/postfix/mail.warn

ls -al `find / | egrep "sendmail" | egrep -v "share/doc"`
        -r--r--r--  1 root root  784 Jan  5  2014 
/usr/lib/perl5/site_perl/5.18.1/Mail/Mailer/sendmail.pm
        lrwxrwxrwx  1 root root   12 Aug 18 21:49 /usr/lib/sendmail -> 
../sbin/exim*
        -rw-r--r--+ 1 root root  17K Apr  6  2013 /usr/local/man/man1/sendmail.1
        -rwxr-xr-x+ 1 root root 288K Aug 18 06:23 /usr/local/sbin/sendmail*
        lrwxrwxrwx  1 root root    4 Aug 18 21:49 /usr/sbin/sendmail -> exim*
        lrwxrwxrwx  1 root root    9 Aug 18 21:49 
/usr/share/man/man8/sendmail.8.gz -> exim.8.gz

postconf -n | grep sendmail
        sendmail_path = /usr/local/sbin/sendmail

which sendmail
        /usr/local/sbin/sendmail
ls -al /usr/local/sbin/sendmail
        -rwxr-xr-x+ 1 root root 288K Aug 19 06:23 /usr/local/sbin/sendmail*
ls -al /usr/local/src/postfix-2.11.1/bin/sendmail
        -rwxrwxr-x+ 1 root root 288K Aug 19 06:22 /usr/local/bin/sendmail*
diff -s bin/sendmail /usr/local/sbin/sendmail
        Files bin/sendmail and /usr/local/sbin/sendmail are identical


Terry

Reply via email to