Package: sendemail / 1.56-5

Metadata

Package Version Patches format
sendemail 1.56-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_ssl_version.patch | (download)

sendEmail | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ssl enabled bug.
Bug-Debian: http://bugs.debian.org/679911
add ipv6 support.patch | (download)

sendEmail | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 add ipv6 support
Bug-Debian: http://bugs.debian.org/591920
local sendmail.patch | (download)

sendEmail | 444 235 + 209 - 0 !
1 file changed, 235 insertions(+), 209 deletions(-)

 add support for the use of a local sendmail binary
 If the -S option is specified (with an optional argument being the path to the
 sendmail binary to use), sendEmail delegates the SMTP dance to the locate MTA,
 and simply generates the message and passes it on to the sendmail utility (-bm
 -t).
 .
 This is particularly useful when no actual sendmail runs on the machine, but
 the email-sending logic is centralised around something like sSMTP which
 masquerades as a normal sendmail binary.