From 1b834123429ba89364be2b324df52a2d9304f94e Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 6 Apr 2009 21:27:50 +0300 Subject: [PATCH] ssmtp: enable ssl and md5auth --- mail/ssmtp/ssmtp.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mail/ssmtp/ssmtp.conf b/mail/ssmtp/ssmtp.conf index 9b5f180d9..d1827c2df 100644 --- a/mail/ssmtp/ssmtp.conf +++ b/mail/ssmtp/ssmtp.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../ssmtp/ssmtp.conf -# Copyright (C) 2007 The OpenSDE Project +# Copyright (C) 2007 - 2009 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -12,4 +12,10 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +#!> ./generate_config /etc/ssmtp/ssmtp.conf +#!> hostname: invalid option -- - +#!> Try `hostname --help' for more information. var_append makeinstopt ' ' 'GEN_CONFIG=true' + +var_append extraconfopt ' ' '--enable-ssl' +var_append extraconfopt ' ' '--enable-md5auth'