Am 28.01.2011 11:10, schrieb Philipp v. Strobl-Albeg: > Am 28.01.2011 11:03, schrieb Ralf Hildebrandt: >> * Philipp v. Strobl-Albeg<phil...@pilarkto.net>: >> >>> Everything else works fine, except the program "mail". I dont know if >>> there is a coherence but a typical Mailserver-Test "date|mail -s test >>> em...@example.com" also don't sent a message to postfix. >> find / -name sendmail >> >> what is the output? >> > > find / -name sendmail Output: > > /etc/webmin/sendmail > /usr/libexec/webmin/blue-theme/sendmail > /usr/libexec/webmin/caldera/sendmail > /usr/libexec/webmin/sendmail > /usr/libexec/webmin/mscstyle3/sendmail > /usr/sbin/sendmail > /usr/lib/sendmail
Try echo "Subject: Test" | /usr/sbin/sendmail em...@example.com and watch your sendmail log.