aboutsummaryrefslogtreecommitdiff
path: root/mail/serialmail/files/maildirsmtps
blob: 8c6787e7eae3f2ee3ce6bad95ad2da326ac74644 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!%%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