OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 04-Aug-2007 11:31:59 Branch: HEAD Handle: 2007080410315800 Modified files: openpkg-src/dbmail dbmail.spec Log: add hint that the MTA has to be configured, too Summary: Revision Changes Path 1.18 +6 -3 openpkg-src/dbmail/dbmail.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/dbmail/dbmail.spec ============================================================================ $ cvs diff -u -r1.17 -r1.18 dbmail.spec --- openpkg-src/dbmail/dbmail.spec 3 Aug 2007 20:45:29 -0000 1.17 +++ openpkg-src/dbmail/dbmail.spec 4 Aug 2007 09:31:58 -0000 1.18 @@ -38,7 +38,7 @@ Group: Mail License: GPL Version: %{V_major}.%{V_minor}%{V_micro} -Release: 20070803 +Release: 20070804 # package options %option with_fsl yes @@ -284,8 +284,11 @@ echo "please establish the initial DBMail database with:" echo " \$ $RPM_INSTALL_PREFIX/sbin/dbmail-setup install" %endif - echo "Then hook DBMail into your particular MTA manually" - echo "and add each of your users to DBMail with the commands:" + echo "Then hook DBMail into your particular MTA manually." + echo "For instance for the Postfix MTA this is achieved via:" + echo " # transport:" + echo " <domain> lmtp:127.0.0.1:24" + echo "Finally, add each of your users to DBMail with:" echo " \$ $RPM_INSTALL_PREFIX/sbin/dbmail-users \\%{l_nil}" echo " -a <username> -w <password> -s <user>@<domain>" ) | %{l_rpmtool} msg -b -t notice @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org