diff options
author | Denis Vlasenko | 2008-02-27 09:39:04 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-02-27 09:39:04 +0000 |
commit | 8195d20e36bfeeb30b3424e2635ba4757ec38137 (patch) | |
tree | 6226be7f2523f154546f5ad379efb343f57a1ee5 /networking/Config.in | |
parent | 17db1a9ac1064a4847fd6a381260c68ab3449951 (diff) | |
download | busybox-8195d20e36bfeeb30b3424e2635ba4757ec38137.zip busybox-8195d20e36bfeeb30b3424e2635ba4757ec38137.tar.gz |
sendmail: yet another maintainer's update
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/networking/Config.in b/networking/Config.in index 202b65f..3c53c11 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" |