[19738] trunk/dports/mail/postfix/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 25 23:37:32 PDT 2006


Revision: 19738
          http://trac.macosforge.org/projects/macports/changeset/19738
Author:   markd at macports.org
Date:     2006-09-25 23:37:32 -0700 (Mon, 25 Sep 2006)

Log Message:
-----------
ui_msg changes only.

Modified Paths:
--------------
    trunk/dports/mail/postfix/Portfile

Modified: trunk/dports/mail/postfix/Portfile
===================================================================
--- trunk/dports/mail/postfix/Portfile	2006-09-26 01:40:29 UTC (rev 19737)
+++ trunk/dports/mail/postfix/Portfile	2006-09-26 06:37:32 UTC (rev 19738)
@@ -105,10 +105,20 @@
 }
 
 post-install {
-    # Tell the user about the renaming of the configuration files.
-    ui_msg "To get postfix working, you need to copy sample configuration "
-    ui_msg "files and to edit them (${prefix}/etc/postfix/*.sample)."
-    ui_msg "You may also want to turn your system's MTA off."
+    # Tell the user about renaming the sample configuration files.
+ui_msg "\n
+To get postfix working, you need to copy the sample configuration
+files and edit them (${prefix}/etc/postfix/*.sample).  You may also
+want to turn off Apple's built-in MTA.  For example, on 10.4:
+    
+-Delete or rename /System/Library/LaunchDaemons/org.postfix.master.plist
+-Replace the built-in sendmail file with a symlink to MacPorts' own:
+        sudo mv /usr/sbin/sendmail /usr/sbin/sendmail.org
+        ln -s ${prefix}/sbin/sendmail /usr/sbin/sendmail
+        
+NOTE: Apple OS updates could upgrade the built-in Postfix and overwrite the
+      symlink, so the symlink mught have to be recreated.
+\n"
 }
 
 variant pcre {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060925/8e9d5388/attachment.html


More information about the macports-changes mailing list