Dustin C. Hatch wrote:
> Someone wrote a modification to the sendmail script that removes the
> extra parameters.
Since 1.21 xmail handles correctly -oem -oi.
This is a sendmail wrapper that is used in the Debian package.
Maybe a missing default_domain is your problem.
/usr/bin/sendmail:
--
export DEFAULT_DOMAIN=`cat /etc/xmail/default_domain`
if [ -z $MAIL_ROOT ]; then
export MAIL_ROOT=/var/lib/xmail
fi
exec /var/lib/xmail/sendmail/sendmail $*
---
Radu
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]