summaryrefslogtreecommitdiffstats
path: root/rules/ssmtp.in
blob: fabda4b4425a129d0cb84aa0335be82fe057925a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
menuconfig SSMTP
	bool "ssmtp               "
	depends on BROKEN
	default n
	help
	  ssmtp is a small program which can be used to send emails.
	  It supports SSL, IPv6 and MD5 authentication.

comment "ssmtp is broken, please send a patch"
	depends on !BROKEN

config SSMTP_REWRITE_DOMAIN
	bool
	prompt "support for rewriting the sending domain"
	default y
	depends on SSMTP

config SSMTP_SSL
	bool
	prompt "support for secure connection to mail server (needs SSL shared libraries)"
	default n
	depends on SSMTP

config SSMTP_INET6
	bool
	prompt "support for IPv6 transport"
	default n
	depends on SSMTP

config SSMTP_MD5AUTH
	bool
	prompt "support for MD5 authentication"
	default n
	depends on SSMTP