d7d52d5dc0
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)
18 lines
405 B
Text
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
|