1
0
forked from ports/opt

ssmtp: dropped maintainership

This commit is contained in:
Juergen Daubert 2006-10-03 10:17:50 +00:00
parent 28b63674be
commit d33f85a536
4 changed files with 0 additions and 61 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/ssmtp/
-rw-r--r-- root/root etc/ssmtp/revaliases
-rw-r--r-- root/root etc/ssmtp/ssmtp.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/ssmtp.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/ssmtp.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/ssmtp

View File

@ -1,2 +0,0 @@
0c42745b705006e5fc6878d8a2b4ce9f ssmtp_2.61-7.diff.gz
957e6fff08625fe34f4fc33d0925bbc9 ssmtp_2.61.orig.tar.gz

View File

@ -1,34 +0,0 @@
# Description: Extremely simple MTA to get mail off the system to a mail hub
# URL: http://packages.debian.org/unstable/mail/ssmtp.html
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: openssl
name=ssmtp
version=2.61
release=5
source=(http://ftp.debian.org/debian/pool/main/s/$name/${name}_${version}.orig.tar.gz \
http://ftp.debian.org/debian/pool/main/s/$name/${name}_${version}-7.diff.gz)
build () {
cd $name-$version
gunzip -c $SRC/${name}_${version}-7.diff.gz | patch -p1
autoconf
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man \
--enable-inet6 \
--enable-ssl \
--enable-md5auth
make
sed -i "s|_HOSTNAME_|`hostname -f`|" ssmtp.conf
sed -i "s|/etc/ssmtp.conf|/etc/ssmtp/ssmtp.conf|" ssmtp.conf
sed -i '39i\\n#AuthUser=\n#AuthPass=' ssmtp.conf
sed -i "s|/usr/lib/|/usr/sbin/|" ssmtp.8
install -D -m 644 ssmtp.conf $PKG/etc/ssmtp/ssmtp.conf
install -D -m 644 revaliases $PKG/etc/ssmtp/revaliases
install -D -m 755 ssmtp $PKG/usr/sbin/ssmtp
install -D -m 644 ssmtp.8 $PKG/usr/man/man8/ssmtp.8
install -D -m 644 ssmtp.conf.5 $PKG/usr/man/man5/ssmtp.conf.5
}

View File

@ -1,13 +0,0 @@
README for ssmtp 2.61.x
REQUIREMENTS
PRE-INSTALL
POST-INSTALL
To use ssmtp as an sendmail replacement remove sendmail
and create a symlink from ssmtp to sendmail:
ln -s /usr/bin/ssmtp /usr/sbin/sendmail
PRECAUTION