003 File Manager
Current Path:
/usr/src/contrib/sendmail/contrib
usr
/
src
/
contrib
/
sendmail
/
contrib
/
📁
..
📄
AuthRealm.p0
(1.51 KB)
📄
README
(458 B)
📄
bitdomain.c
(8.67 KB)
📄
bounce-resender.pl
(7.69 KB)
📄
bsdi.mc
(8.71 KB)
📄
buildvirtuser
(6.28 KB)
📄
cidrexpand
(5.08 KB)
📄
dnsblaccess.m4
(3.98 KB)
📄
domainmap.m4
(4.25 KB)
📄
doublebounce.pl
(6.15 KB)
📄
etrn.0
(1.79 KB)
📄
etrn.pl
(5.96 KB)
📄
expn.pl
(36.02 KB)
📄
link_hash.sh
(556 B)
📄
mail.local.linux
(11.51 KB)
📄
mailprio
(19.02 KB)
📄
mh.patch
(4.85 KB)
📄
mmuegel
(67.22 KB)
📄
movemail.conf
(745 B)
📄
movemail.pl
(2.4 KB)
📄
passwd-to-alias.pl
(867 B)
📄
qtool.8
(5.79 KB)
📄
qtool.pl
(24.08 KB)
📄
re-mqueue.pl
(9.15 KB)
📄
rmail.oldsys.patch
(3.18 KB)
📄
smcontrol.pl
(7.4 KB)
📄
socketmapClient.pl
(1.48 KB)
📄
socketmapServer.pl
(2.18 KB)
Editing: link_hash.sh
#!/bin/sh ## ## Copyright (c) 2000 Proofpoint, Inc. and its suppliers. ## All rights reserved. ## ## $Id: link_hash.sh,v 1.3 2013-11-22 20:51:18 ca Exp $ ## # # ln a certificate to its hash # SSL=openssl if test $# -ge 1 then for i in $@ do C=$i.pem test -f $C || C=$i if test -f $C then H=`$SSL x509 -noout -hash < $C`.0 if test -h $H -o -f $H then echo link $H to $C exists else ln -s $C $H fi else echo "$0: cannot open $C" exit 2 fi done else echo "$0: missing name" exit 1 fi exit 0
Upload File
Create Folder