CVS: moonbase/mail/smtpclient DEPENDS, NONE, 1.1 POST_INSTALL, NONE, 1.1 DETAILS, 1.1, 1.2

csm at lunar-linux.org csm at lunar-linux.org
Mon Jul 14 01:14:50 GMT 2003


Update of /var/cvs/lunar/moonbase/mail/smtpclient
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5842

Modified Files:
	DETAILS 
Added Files:
	DEPENDS POST_INSTALL 
Log Message:
okay so smtpclient installs and configs postfix properly if spamassasin and postfix are installed


--- NEW FILE: DEPENDS ---
#depends	spamassassin

--- NEW FILE: POST_INSTALL ---
if module_installed spamassassin;then
	if module_installed postfix; then
		echo "content_filter=spamassassin:[localhost]:10026" >>/etc/postfix/main.cf
		echo "localhost:10025 inet n  -       n       -       -       smtpd -o content_filter=" >> /etc/postfix/master.cf
		echo "spamassassin unix -     n       n       -       -       pipe" >> /etc/postfix/master.cf
		echo "        user=nobody argv=/usr/bin/spamc -f -e" >> /etc/postfix/master.cf
		echo "        /usr/bin/smtpclient --with-headers -S localhost -P 10025" >> /etc/postfix/master.cf
		echo "        -f \${sender} -- \${recipient}" >> /etc/postfix/master.cf
	fi
fi

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/smtpclient/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	14 Jul 2003 00:26:40 -0000	1.1
+++ DETAILS	14 Jul 2003 01:14:48 -0000	1.2
@@ -1,8 +1,8 @@
           MODULE=smtpclient
          VERSION=1.0.1
-          SOURCE=$MODULE-$VERSION.tar.gz
+          SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=http://jessen.ch/files/$SOURCE
+   SOURCE_URL[0]=http://lunar-linux.org/lunar/cache/$SOURCE
         WEB_SITE=http://www.engelschall.com/sw/smtpclient/
          ENTERED=20030713
          UPDATED=20030713




More information about the Lunar-commits mailing list