Browse Source

ssmtp: enable ssl and md5auth

cross
Alejandro Mery 16 years ago
parent
commit
1b83412342
  1. 8
      mail/ssmtp/ssmtp.conf

8
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'

Loading…
Cancel
Save