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