## SECTION=staging ## old section: ### SECTION=networking menuconfig MSMTP tristate select OPENSSL if MSMTP_OPENSSL select GNUTLS if MSMTP_GNUTLS prompt "msmtp " help light SMTP client with support for server profiles STAGING: remove in ptxdist-2021.05.0 Realy old version and download broken. Must be updated to a new version. Project moved to https://marlam.de/msmtp/ if MSMTP choice prompt "SSL Support" config MSMTP_NOSSL bool prompt "none" config MSMTP_OPENSSL bool # Fails to build with OpenSSL 1.1.x depends on BROKEN prompt "OpenSSL" config MSMTP_GNUTLS bool prompt "GnuTLS" endchoice config MSMTP_SSL string default "no" if MSMTP_NOSSL default "openssl" if MSMTP_OPENSSL default "gnutls" if MSMTP_GNUTLS endif