Ola Lundqvist a écrit :
Hi Franck
Hi,
Yes this would be a thing to do. I have stick to the mail command
because it is simpler. I have also used this as it has a more
standardized interface than sendmail.
However it could detect the command to use and select accordingly so
that we could have the following dependency.
mailutils | bsd-mailx | mailx | exim4 | sendmail |
mail-transport-agent
It would be something like
if [ -x /usr/bin/mail ] ; then ... elif [ -x /usr/sbin/sendmail ] ;
then ... else # something here? fi
A patch for this would be nice of course, but I'll add this to the
list of things to do.
I will work on a patch this week.
Regards,
--
Franck Joncourt
http://debian.org - http://smhteam.info/wiki/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org