diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-08 18:24:54 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-08 18:24:54 +0000 |
commit | 6d52c1ee24f77690c932dfe8456dfa31e8808f4c (patch) | |
tree | fddeffde64aeb613edc23e3580d196a28eb1ff03 /networking/Config.in | |
parent | dc1c45795b36c232fe781962c5fab1df6b8299d9 (diff) | |
download | busybox-w32-6d52c1ee24f77690c932dfe8456dfa31e8808f4c.tar.gz busybox-w32-6d52c1ee24f77690c932dfe8456dfa31e8808f4c.tar.bz2 busybox-w32-6d52c1ee24f77690c932dfe8456dfa31e8808f4c.zip |
sendmail: update from maintainer
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 35 |
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 | |||
671 | help | 671 | help |
672 | Barebones sendmail. | 672 | Barebones sendmail. |
673 | 673 | ||
674 | config FEATURE_SENDMAIL_NETWORK | 674 | config FEATURE_SENDMAIL_EHLO |
675 | bool "Support network connectivity" | 675 | bool "Support EHLO command" |
676 | default y | 676 | default n |
677 | depends on SENDMAIL | ||
678 | help | ||
679 | Support ESMTP EHLO command. | ||
680 | |||
681 | config FEATURE_SENDMAIL_BLOATY | ||
682 | bool "Be more verbose" | ||
683 | default n | ||
677 | depends on SENDMAIL | 684 | depends on SENDMAIL |
678 | help | 685 | help |
679 | Add ability to send, not only compose messages. | 686 | Should be turned off. |
687 | |||
688 | config FETCHMAIL | ||
689 | bool "fetchmail" | ||
690 | default n | ||
691 | help | ||
692 | Barebones fetchmail. | ||
693 | |||
694 | config FEATURE_FETCHMAIL_APOP | ||
695 | bool "Support APOP authentication" | ||
696 | default y | ||
697 | depends on FETCHMAIL | ||
698 | help | ||
699 | Support secure APOP authentication. | ||
700 | |||
701 | config FEATURE_FETCHMAIL_FILTER | ||
702 | bool "Pipe thru external filter" | ||
703 | default n | ||
704 | depends on FETCHMAIL | ||
705 | help | ||
706 | Support piping incoming messages thru external filter. | ||
680 | 707 | ||
681 | config SLATTACH | 708 | config SLATTACH |
682 | bool "slattach" | 709 | bool "slattach" |