# ChangeLog for net-mail/ssmtp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ChangeLog,v 1.24 2004/04/01 19:24:54 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ChangeLog,v 1.25 2004/04/13 18:10:07 g2boojum Exp $
+
+*ssmtp-2.60.4-r2 (13 Apr 2004)
+
+ 13 Apr 2004; Grant Goodyear <g2boojum@hotmail.com> ssmtp-2.60.4-r1.ebuild,
+ ssmtp-2.60.4-r2.ebuild, files/mailer.conf:
+ New revision that installs a mailer.conf file w/ send-mail defined.
+ Closes bug 47714.
01 Apr 2004; <randy@gentoo.org> ssmtp-2.60.4-r1.ebuild:
adding s390 to keywords
-MD5 c7c62bdfe3f40887f89a8aee1eed70e8 ChangeLog 3488
+MD5 43dae1ddb8c819f22c66ee376684a0bf ssmtp-2.60.4.ebuild 2246
+MD5 1cfaf8726f9b0037bed8ad672450be82 ssmtp-2.60.4-r2.ebuild 2459
+MD5 e71dd4913d6541d297157be220b3a88f ssmtp-2.48.ebuild 1566
+MD5 bd647c82b184b55968bfba96ffb7597e ChangeLog 3736
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 b472b7b272a6ca524b636c605f387dd5 ssmtp-2.38.14-r1.ebuild 1489
-MD5 e71dd4913d6541d297157be220b3a88f ssmtp-2.48.ebuild 1566
-MD5 4b86d369d3324fcc4943edaf2448ba15 ssmtp-2.60.4-r1.ebuild 2456
-MD5 43dae1ddb8c819f22c66ee376684a0bf ssmtp-2.60.4.ebuild 2246
-MD5 0c220581f9fe43f95d74864b63cf5121 files/digest-ssmtp-2.38.14-r1 64
MD5 7acea6571783e2e8d40bb7aafad39d21 files/digest-ssmtp-2.48 62
+MD5 0c220581f9fe43f95d74864b63cf5121 files/digest-ssmtp-2.38.14-r1 64
MD5 a57abd57dc7b801340b6db41c80fab11 files/digest-ssmtp-2.60.4 64
-MD5 a57abd57dc7b801340b6db41c80fab11 files/digest-ssmtp-2.60.4-r1 64
-MD5 ea0e6140c42fed1c3f3d70a5e5d0ef4b files/mailer.conf 755
-MD5 f466deeaec0316507961656f37af7000 files/ssmtp-2.60.4-md5.patch 1509
MD5 93225fbc5fd7b8e5500c7b1c85b63fdf files/starttls.diff 4277
+MD5 f466deeaec0316507961656f37af7000 files/ssmtp-2.60.4-md5.patch 1509
+MD5 a57abd57dc7b801340b6db41c80fab11 files/digest-ssmtp-2.60.4-r2 64
+MD5 0ed5447f4d8fd89fa31f23b361c37f59 files/mailer.conf 1026
# named /usr/sbin/ssmtp
#
sendmail /usr/sbin/ssmtp
+send-mail /usr/sbin/ssmtp
mailq /usr/sbin/ssmtp
newaliases /usr/sbin/ssmtp
+
+# Execute the "real" sendmail program from exim,
+# named /usr/sbin/exim
#
+#sendmail /usr/sbin/exim
+#send-mail /usr/sbin/exim
+#mailq /usr/sbin/exim
+#newaliases /usr/sbin/exim
+#rsmtp /usr/sbin/exim
+#rmail /usr/sbin/exim
+#mail /usr/sbin/exim
+
# Execute the "real" sendmail program from postfix,
# named /usr/sbin/sendmail.postfix
#
#send-mail /usr/sbin/sendmail.postfix
#mailq /usr/sbin/sendmail.postfix
#newaliases /usr/sbin/sendmail.postfix
+
# Execute the "real" sendmail program, named /usr/sbin/sendmail
#
#sendmail /usr/sbin/sendmail.sendmail
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild,v 1.4 2004/04/01 19:24:54 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ssmtp-2.60.4-r2.ebuild,v 1.1 2004/04/13 18:10:07 g2boojum Exp $
DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub"
SRC_URI="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/${P/-/_}.tar.gz"