let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / mini_sendmail / Config.in
1 config BR2_PACKAGE_MINI_SENDMAIL
2 prompt "mini-sendmail..................... A small sendmail-compatible mail forwarder"
3 tristate
4 default m if CONFIG_DEVEL
5 help
6 mini_sendmail reads its standard input up to an end-of-file and sends a
7 copy of the message found there to all of the addresses listed.
8 The message is sent by connecting to a local SMTP server. This means
9 mini_sendmail can be used to send email from inside a chroot(2) area.
10
11 http://www.acme.com/software/mini_sendmail/
12