aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-27 09:39:04 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-27 09:39:04 +0000
commit8195d20e36bfeeb30b3424e2635ba4757ec38137 (patch)
tree6226be7f2523f154546f5ad379efb343f57a1ee5 /networking/Config.in
parent17db1a9ac1064a4847fd6a381260c68ab3449951 (diff)
downloadbusybox-8195d20e36bfeeb30b3424e2635ba4757ec38137.tar.gz
sendmail: yet another maintainer's update
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in30
1 files changed, 1 insertions, 29 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 202b65fce..3c53c1115 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -678,39 +678,11 @@ config SENDMAIL
help
Barebones sendmail.
-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
- Should be turned off.
-
config FETCHMAIL
bool "fetchmail"
default n
help
- Barebone 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 through external filter"
- default n
- depends on FETCHMAIL
- help
- Support piping incoming messages through external filter.
+ Barebones fetchmail.
config SLATTACH
bool "slattach"