28 Jan
2011
28 Jan
'11
12:29 p.m.
Am 28.01.2011 11:10, schrieb Philipp v. Strobl-Albeg:
Am 28.01.2011 11:03, schrieb Ralf Hildebrandt:
- Philipp v. Strobl-Albegphilipp@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 email@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 email@example.com
and watch your sendmail log.