Hello community,

here is the log from the commit of package dovecot22 for openSUSE:Factory 
checked in at 2014-08-25 11:03:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dovecot22 (Old)
 and      /work/SRC/openSUSE:Factory/.dovecot22.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dovecot22"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dovecot22/dovecot22.changes      2014-08-14 
14:57:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot22.new/dovecot22.changes 2014-08-25 
11:04:15.000000000 +0200
@@ -33,0 +34,7 @@
+Tue Jul 29 11:50:16 UTC 2014 - vark...@suse.com
+
+- bnc#889030 - Package 'dovecot22' contains 'SuSE' spelling in a filename 
and/or SPEC file
+- Enhance Readme.SUSE with informations about using dovecot with 
+  postfix on SLE12 
+
+-------------------------------------------------------------------

Old:
----
  dovecot.README.SuSE

New:
----
  dovecot.README.SUSE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dovecot22.spec ++++++
--- /var/tmp/diff_new_pack.oTcMF9/_old  2014-08-25 11:04:16.000000000 +0200
+++ /var/tmp/diff_new_pack.oTcMF9/_new  2014-08-25 11:04:16.000000000 +0200
@@ -101,7 +101,7 @@
 Source1:        %{dovecot_pigeonhole_source_dir}.tar.bz2
 Source2:        %{pkg_name}.init
 Source3:        %{pkg_name}.pam
-Source4:        %{pkg_name}.README.SuSE
+Source4:        %{pkg_name}.README.SUSE
 Source5:        %{pkg_name}-fw
 Source6:        dovecot.tmpfiles.d
 Source7:        dovecot-rpmlintrc
@@ -343,7 +343,7 @@
 # install the script to create dummy selfsigned certs
 %{__install} -m 0755 doc/mkcert.sh %{buildroot}%{_docdir}/%{pkg_name}
 %{__install} -m 0644 doc/*.cnf     %{buildroot}%{_docdir}/%{pkg_name}
-%{__install} -m 0644 %{S:4}        
%{buildroot}%{_docdir}/%{pkg_name}/README.SuSE
+%{__install} -m 0644 %{S:4}        
%{buildroot}%{_docdir}/%{pkg_name}/README.SUSE
 
 # install default config
 cp -av %{buildroot}%{_docdir}/%{pkg_name}/example-config/* 
%{buildroot}%{_sysconfdir}/%{pkg_name}/

++++++ dovecot.README.SUSE ++++++
SSL support in dovecot:
-----------------------

SSL is disabled pr. default, to enable create an SSL certificate, and modify
the dovecot configuration file accordingly.

The easiest way to generate certificates is editing

"/usr/share/doc/packages/dovecot/dovecot-openssl.cnf"

and running

"/usr/share/doc/packages/dovecot/mkcert.sh"

to create the needed SSL certificate. afterwards set "ssl_disable"
in "/etc/dovecot/dovecot.conf" to "no".

Modules location:
-----------------

Since the libexec dir is /usr/lib(64) when conforming to FHS as SUSE LINUX
does, the modules should go to /usr/lib(64)/dovecot/modules/{imap,pop3}.


Configuration:
--------------
Since SLE12 there is no cyrus-imap support. The new imap server is dovecot.

Changes in autoyast.
<postfix_mda> may have following values: "local" | "procmail"

There is no yast support for dovecot configuration.

If you want to deliver local mails to dovecot follow this steps:
1. Set MAIL_CREATE_CONFIG to "no" in /etc/sysconfig/mail to prohibit yast2 to 
override your configuration.
2. Set mailbox_command = /usr/lib/dovecot/dovecot-lda -f "$SENDER" -a 
"$RECIPIENT" in /etc/postfix/main.cf
3. Set mail_location = maildir:~/Maildir or to your prefered value in 
/etc/dovecot/conf.d/10-mail.conf
4. Set a normal user as alias for root in /etc/aliases
5. Execute following comands:
   postalias /etc/aliases
   systemctl restart postfix
   systemctl enable dovecot
   systemctl start dovecot

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to