freebsd-ports/mail/serialmail/files/maildirsmtps
Mario Sergio Fujikawa Ferreira d7d52d5dc0 o Add UCSPI_SSL OPTIONS which "Add ucspi-ssl SMTP SSL transport
layer support" based on the recent update of sysutils/ucspi-ssl
  to 0.70
o Add a FreeBSD ports based ${PREFIX}/bin/maildirsmtps which sends
  email on a maildir through smtps. Based on maildirsmtp shipped
  with the distribution.

Approved by:	maintainer (timeout 26 Jul 2005)
2005-10-15 03:16:15 +00:00

18 lines
405 B
Text

#!%%SH%%
# WARNING: This file was auto-generated. Do not edit!
if [ -z "$6" ]; then
exec \
%%PREFIX%%/bin/maildirserial -b -t 1209600 -- "$1" "$2" \
%%LOCALBASE%%/bin/sslclient -RHl0 -- "$3" 465 \
%%PREFIX%%/bin/serialsmtp "$2" "$4"
else
exec \
%%PREFIX%%/bin/maildirserial -b -t 1209600 -- "$1" "$2" \
%%LOCALBASE%%/bin/sslclient -RHl0 -- "$3" 465 \
%%PREFIX%%/bin/serialsmtp "$2" "$4" "$5" "$6"
fi