[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: rmail, m-t-a, and uucp



Marco d'Itri <md@linux.it> wrote:
> [-- text/plain, encoding quoted-printable, charset: us-ascii, 19 lines --]
> 
> On Mar 25, Peter Palfrader <weasel@debian.org> wrote:
> 
>>  - Require that the MTA provides rmail (either by having their own,
>>    or by depending on rmail).
> 
> This would be easy, as a trivial rmail program is a short shell script:
> 
> #!/bin/bash
> # This rmail command can be used on postfix and qmail systems without
> # a real rmail binary.
> 
> IFS=" " read -r dummy from dummy
> 
> exec /usr/sbin/sendmail -i -f "$from" -- "$*"

If it's so trivial what was the reason that sendmail had to split it
into a separate package?
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



Reply to: