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

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



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" -- "$*"

-- 
ciao, |
Marco | [5327 sfeMF7BZQ29tM]

Attachment: signature.asc
Description: Digital signature


Reply to: