[SCM] ciderwebmail Debian packaging branch, master, updated. debian/1.04_20120610-2-10-g8f10aa1

Jonas Smedegaard dr at jones.dk
Sun Jun 17 10:31:45 UTC 2012


The following commit has been merged in the master branch:
commit 4e512f6f3798d12fb41e851eaf74d48d960c1e6a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jun 12 02:00:30 2012 +0200

    Fix add 'send' section to config file, and recommend MTA.

diff --git a/debian/etc/ciderwebmail.conf b/debian/etc/ciderwebmail.conf
index dd34527..8d5fb7f 100644
--- a/debian/etc/ciderwebmail.conf
+++ b/debian/etc/ciderwebmail.conf
@@ -15,6 +15,14 @@ language en
 #user at domain.tld as username
 username_default_address 0
 
+#per default CiderWebmail will fork a sendmail process to deliver mail.
+#if you wish to use a SMTP server change method to smtp and change
+#the host key
+<send>
+	method sendmail
+#	host changeme
+</send>
+
 <Model::DB>
 	connect_info dbi:SQLite:/var/lib/ciderwebmail/user_settings.sql
 </Model::DB>
diff --git a/debian/rules b/debian/rules
index 753bca2..9bffa3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,6 +70,7 @@ CDBS_BUILD_DEPENDS += , libmodule-install-perl
 # Needed (always/often) at runtime
 CDBS_DEPENDS_$(pkg) += , libdbd-sqlite3-perl
 CDBS_RECOMMENDS_$(pkg) = http-icons, libjs-mootools
+CDBS_RECOMMENDS_$(pkg) += , default-mta | mail-transport-agent
 
 # silence graphics files (in addition to defaults)
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(root/static/(images/.*|favicon\.ico)|debian/(changelog|copyright(|_hints|_newhints)))$

-- 
ciderwebmail Debian packaging



More information about the Pkg-perl-cvs-commits mailing list