Jorge Luis Gonzalez: [ Charset ISO-8859-1 unsupported, converting... ] > On Fri, Feb 10, 2012 at 8:17 PM, Wietse Venema <wie...@porcupine.org> wrote: > > > What happens when you execute /usr/sbin/mailwrapper by hand? > > (it should complain about no mapping in /etc/mail/mailer.conf). > > [jorge@satyr ~]$ /usr/sbin/mailwrapper -oem -oi jorge < /etc/motd > WARNING: RunAsUser for MSP ignored, check group ids (egid=1002, want=25)
This means that YOU OVERWROTE /usr/sbin/mailwrapper with a copy of the sendmail program. /usr/sbin/mailwrapper should complain about no mapping in /etc/mail/mailer.conf, like this: $ /usr/sbin/mailwrapper mailwrapper: no mapping in /etc/mail/mailer.conf In your case, this program has been overwritten with sendmail. This is why you get all the crap that you are experiencing. Wietse