aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-08 18:24:54 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-08 18:24:54 +0000
commit6d52c1ee24f77690c932dfe8456dfa31e8808f4c (patch)
treefddeffde64aeb613edc23e3580d196a28eb1ff03 /networking/Config.in
parentdc1c45795b36c232fe781962c5fab1df6b8299d9 (diff)
downloadbusybox-6d52c1ee24f77690c932dfe8456dfa31e8808f4c.tar.gz
sendmail: update from maintainer
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in35
1 files changed, 31 insertions, 4 deletions
diff --git a/networking/Config.in b/networking/Config.in
index e8820e10d..ed87a178d 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -671,12 +671,39 @@ config SENDMAIL
help
Barebones sendmail.
-config FEATURE_SENDMAIL_NETWORK
- bool "Support network connectivity"
- default y
+config FEATURE_SENDMAIL_EHLO
+ bool "Support EHLO command"
+ default n
+ depends on SENDMAIL
+ help
+ Support ESMTP EHLO command.
+
+config FEATURE_SENDMAIL_BLOATY
+ bool "Be more verbose"
+ default n
depends on SENDMAIL
help
- Add ability to send, not only compose messages.
+ Should be turned off.
+
+config FETCHMAIL
+ bool "fetchmail"
+ default n
+ help
+ Barebones fetchmail.
+
+config FEATURE_FETCHMAIL_APOP
+ bool "Support APOP authentication"
+ default y
+ depends on FETCHMAIL
+ help
+ Support secure APOP authentication.
+
+config FEATURE_FETCHMAIL_FILTER
+ bool "Pipe thru external filter"
+ default n
+ depends on FETCHMAIL
+ help
+ Support piping incoming messages thru external filter.
config SLATTACH
bool "slattach"