diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-27 09:39:04 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-27 09:39:04 +0000 |
commit | 8195d20e36bfeeb30b3424e2635ba4757ec38137 (patch) | |
tree | 6226be7f2523f154546f5ad379efb343f57a1ee5 /networking/Config.in | |
parent | 17db1a9ac1064a4847fd6a381260c68ab3449951 (diff) | |
download | busybox-w32-8195d20e36bfeeb30b3424e2635ba4757ec38137.tar.gz busybox-w32-8195d20e36bfeeb30b3424e2635ba4757ec38137.tar.bz2 busybox-w32-8195d20e36bfeeb30b3424e2635ba4757ec38137.zip |
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 202b65fce..3c53c1115 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -678,39 +678,11 @@ config SENDMAIL | |||
678 | help | 678 | help |
679 | Barebones sendmail. | 679 | Barebones sendmail. |
680 | 680 | ||
681 | config FEATURE_SENDMAIL_EHLO | ||
682 | bool "Support EHLO command" | ||
683 | default n | ||
684 | depends on SENDMAIL | ||
685 | help | ||
686 | Support ESMTP EHLO command. | ||
687 | |||
688 | config FEATURE_SENDMAIL_BLOATY | ||
689 | bool "Be more verbose" | ||
690 | default n | ||
691 | depends on SENDMAIL | ||
692 | help | ||
693 | Should be turned off. | ||
694 | |||
695 | config FETCHMAIL | 681 | config FETCHMAIL |
696 | bool "fetchmail" | 682 | bool "fetchmail" |
697 | default n | 683 | default n |
698 | help | 684 | help |
699 | Barebone fetchmail. | 685 | Barebones fetchmail. |
700 | |||
701 | config FEATURE_FETCHMAIL_APOP | ||
702 | bool "Support APOP authentication" | ||
703 | default y | ||
704 | depends on FETCHMAIL | ||
705 | help | ||
706 | Support secure APOP authentication. | ||
707 | |||
708 | config FEATURE_FETCHMAIL_FILTER | ||
709 | bool "Pipe through external filter" | ||
710 | default n | ||
711 | depends on FETCHMAIL | ||
712 | help | ||
713 | Support piping incoming messages through external filter. | ||
714 | 686 | ||
715 | config SLATTACH | 687 | config SLATTACH |
716 | bool "slattach" | 688 | bool "slattach" |