[csw-devel] SF.net SVN: gar:[18886] csw/mgar/pkg/exim/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Aug 4 15:48:17 CEST 2012


Revision: 18886
          http://gar.svn.sourceforge.net/gar/?rev=18886&view=rev
Author:   bdwalton
Date:     2012-08-04 13:48:17 +0000 (Sat, 04 Aug 2012)
Log Message:
-----------
exim/trunk: update README.CSW and include the same text as a postmsg during installation

Modified Paths:
--------------
    csw/mgar/pkg/exim/trunk/Makefile
    csw/mgar/pkg/exim/trunk/files/README.CSW

Added Paths:
-----------
    csw/mgar/pkg/exim/trunk/files/postmsg.CSW

Modified: csw/mgar/pkg/exim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/exim/trunk/Makefile	2012-08-04 13:38:19 UTC (rev 18885)
+++ csw/mgar/pkg/exim/trunk/Makefile	2012-08-04 13:48:17 UTC (rev 18886)
@@ -55,6 +55,8 @@
 
 ALTERNATIVE = /opt/csw/bin/sendmail sendmail /opt/csw/bin/sendmail.exim 50 /opt/csw/bin/mailq mailq /opt/csw/bin/mailq.exim /opt/csw/bin/newaliases newaliases /opt/csw/bin/newaliases.exim
 
+POSTMSG = /opt/csw/share/doc/$(NAME)/postmsg.CSW
+
 # scripts/exim_install has been patched to use this variable
 EXIM_VERSION = $(VERSION)
 export EXIM_VERSION
@@ -140,6 +142,7 @@
 	mkdir -p $(DESTDIR)$(prefix)/share/doc/exim
 	mkdir -p $(DESTDIR)/var/$(prefix)/spool/exim
 	cp -p files/README.CSW  $(DESTDIR)$(prefix)/share/doc/exim/README.CSW
+	cp -p files/postmsg.CSW  $(DESTDIR)$(prefix)/share/doc/exim/
 	cp -p files/exim-env.sh $(DESTDIR)/etc/$(prefix)/exim/
 	(cd $(WORKSRC)/doc; \
 	cp -p $(DOC_LIST) $(DESTDIR)$(prefix)/share/doc/exim)

Modified: csw/mgar/pkg/exim/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/exim/trunk/files/README.CSW	2012-08-04 13:38:19 UTC (rev 18885)
+++ csw/mgar/pkg/exim/trunk/files/README.CSW	2012-08-04 13:48:17 UTC (rev 18886)
@@ -1,5 +1,18 @@
 IMPORTANT NOTES:
 
+Relying on sendmail-client
+--------------------------
+
+As of release 4.80, the exim package relies on the sendmail-client
+service provided by Solaris 10 to relay mail from /usr/lib/sendmail
+to localhost:25.  We no longer fiddle with the system files such as
+/usr/lib/sendmail, newaliases, etc.  This should be more robust
+against patching and will also allow exim to be installed during a
+jumpstart as we no longer rely on user input during the installation.
+
+It will likely mean that you need to tweak either your submit.cf file
+for sendmail or your exim.conf (to change domain qualifications).
+
 Service Management Facility (SMF)
 ---------------------------------
 

Added: csw/mgar/pkg/exim/trunk/files/postmsg.CSW
===================================================================
--- csw/mgar/pkg/exim/trunk/files/postmsg.CSW	                        (rev 0)
+++ csw/mgar/pkg/exim/trunk/files/postmsg.CSW	2012-08-04 13:48:17 UTC (rev 18886)
@@ -0,0 +1,12 @@
+Relying on sendmail-client
+--------------------------
+
+As of release 4.80, the exim package relies on the sendmail-client
+service provided by Solaris 10 to relay mail from /usr/lib/sendmail
+to localhost:25.  We no longer fiddle with the system files such as
+/usr/lib/sendmail, newaliases, etc.  This should be more robust
+against patching and will also allow exim to be installed during a
+jumpstart as we no longer rely on user input during the installation.
+
+It will likely mean that you need to tweak either your submit.cf file
+for sendmail or your exim.conf (to change domain qualifications).

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list