aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index f1f7ae04b..cd986b862 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -665,6 +665,19 @@ config ROUTE
help
Route displays or manipulates the kernel's IP routing tables.
+config SENDMAIL
+ bool "sendmail"
+ default n
+ help
+ Barebones sendmail.
+
+config FEATURE_SENDMAIL_NETWORK
+ bool "Support network connectivity"
+ default y
+ depends on SENDMAIL
+ help
+ Add ability to send, not only compose messages.
+
config SLATTACH
bool "slattach"
default n