2024-01-05 21:55:25 +01:00
%define majver %(echo %version | cut -d. -f 1-2)
%define dovenull_groupid 65426
%define dovenull_userid 65426
%define dovecot_groupid 65427
%define dovecot_userid 65427
Name : dovecot
2024-08-20 10:19:17 +02:00
Version : 2.3.21.1
Release : 1mamba
2024-01-05 21:55:28 +01:00
Summary : An IMAP and POP3 server for Linux/UNIX-like systems written with security primarily in mind
2024-01-05 21:55:25 +01:00
Group : System/Servers
Vendor : openmamba
Distribution : openmamba
Packager : Silvan Calarco <silvan.calarco@mambasoft.it>
2024-01-05 21:55:27 +01:00
URL : https://www.dovecot.org
2024-01-05 21:55:25 +01:00
Source : http://www.dovecot.org/releases/%{majver} /dovecot-%{version} .tar.gz
Source1 : dovecot-pam
License : GPL
## AUTOBUILDREQ-BEGIN
BuildRequires : glibc-devel
2024-01-05 21:55:28 +01:00
BuildRequires : libapparmor-devel
2024-01-05 21:55:25 +01:00
BuildRequires : libbzip2-devel
BuildRequires : libcap-devel
BuildRequires : libe2fs-devel
2024-01-05 21:55:27 +01:00
BuildRequires : libexttextcat-devel
BuildRequires : libicu-devel
2024-01-05 21:55:25 +01:00
BuildRequires : libkrb5-devel
2024-01-05 21:55:27 +01:00
BuildRequires : liblz4-devel
BuildRequires : liblzma-devel
BuildRequires : libmariadb-devel
2024-01-05 21:55:25 +01:00
BuildRequires : libopenldap-devel
BuildRequires : libopenssl-devel
2024-01-05 21:55:27 +01:00
BuildRequires : libpam-devel
BuildRequires : libsodium-devel
BuildRequires : libstemmer-devel
BuildRequires : libsystemd-devel
BuildRequires : libtirpc-devel
BuildRequires : libunwind-devel
2024-01-05 21:55:29 +01:00
BuildRequires : libxcrypt-devel
2024-01-05 21:55:25 +01:00
BuildRequires : libz-devel
2024-01-05 21:55:27 +01:00
BuildRequires : libzstd-devel
2024-01-05 21:55:25 +01:00
## AUTOBUILDREQ-END
2024-01-05 21:55:27 +01:00
Requires : lib%{name} = %{?epoch:%epoch:}%{version} -%{release}
2024-01-05 21:55:25 +01:00
%description
Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Although it's written in C, it uses several coding techniques to avoid most of the common pitfalls.
Dovecot can work with standard mbox and Maildir formats and it's fully compatible with UW-IMAP and Courier IMAP servers' implementation of them, as well as mail clients accessing the mailboxes directly. It's easy to migrate from them to Dovecot. Dovecot will also soon have its own high performance mailbox format called dbox. Perhaps some day in future Dovecot will also support storing mails in SQL databases.
2024-01-05 21:55:27 +01:00
%package -n lib%{name}
Group : System/Libraries
Summary : Shared libraries for %{name}
%description -n lib%{name}
Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Although it's written in C, it uses several coding techniques to avoid most of the common pitfalls.
Dovecot can work with standard mbox and Maildir formats and it's fully compatible with UW-IMAP and Courier IMAP servers' implementation of them, as well as mail clients accessing the mailboxes directly. It's easy to migrate from them to Dovecot. Dovecot will also soon have its own high performance mailbox format called dbox. Perhaps some day in future Dovecot will also support storing mails in SQL databases.
This package contains the shared libraries provided by %{name} .
%package -n lib%{name}-devel
2024-01-05 21:55:25 +01:00
Group : Development/Libraries
Summary : Static libraries and headers for %{name}
2024-01-05 21:55:27 +01:00
Requires : lib%{name} = %{?epoch:%epoch:}%{version} -%{release}
2024-01-05 21:55:25 +01:00
Requires : %{name} = %{?epoch:%epoch:}%{version} -%{release}
2024-01-05 21:55:27 +01:00
Provides : dovecot-devel
Obsoletes : dovecot-devel < 2.3.15
2024-01-05 21:55:25 +01:00
2024-01-05 21:55:27 +01:00
%description -n lib%{name}-devel
2024-01-05 21:55:25 +01:00
Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Although it's written in C, it uses several coding techniques to avoid most of the common pitfalls.
Dovecot can work with standard mbox and Maildir formats and it's fully compatible with UW-IMAP and Courier IMAP servers' implementation of them, as well as mail clients accessing the mailboxes directly. It's easy to migrate from them to Dovecot. Dovecot will also soon have its own high performance mailbox format called dbox. Perhaps some day in future Dovecot will also support storing mails in SQL databases.
This package contains the headers and static libraries needed for development with %{name} .
2024-01-05 21:55:27 +01:00
%debug_package
2024-01-05 21:55:25 +01:00
%prep
%setup -q -n %{name} -%{version} %{?append_ver}
sed -i " s | / u s r / l o c a l / s b i n / d o v e c o t | %{_sbindir} / d o v e c o t | " doc/dovecot-initd.sh
%build
2024-01-05 21:55:27 +01:00
CFLAGS+=" - I %{_includedir} / t i r p c " \
LDFLAGS+=" - l t i r p c " \
2024-01-05 21:55:25 +01:00
%configure \
--with-gssapi \
--with-ldap \
--with-mysql
%make
%install
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
%makeinstall
cp -a %{buildroot} %{_docdir} /dovecot/example-config/* %{buildroot} %{_sysconfdir} /dovecot/
2024-01-05 21:55:27 +01:00
#install -D -m0755 doc/dovecot-initd.sh %{buildroot}%{_initrddir}/dovecot
2024-01-05 21:55:25 +01:00
install -D -m0755 doc/mkcert.sh %{buildroot} %{_docdir} /dovecot/mkcert.sh
install -D -m0644 doc/dovecot-openssl.cnf %{buildroot} %{_docdir} /dovecot/dovecot-openssl.cnf
install -D -m0644 %SOURCE1 %{buildroot} %{_sysconfdir} /pam.d/dovecot
install -d -m0755 %{buildroot} %{_sysconfdir} /ld.so.conf.d
cat > %{buildroot} %{_sysconfdir} /ld.so.conf.d/dovecot.conf << _EOF
%{_libdir} /dovecot
_EOF
%clean
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
%pre
if [ $1 -ge 1 ]; then
/usr/sbin/groupadd dovenull -g %{dovenull_groupid} 2>/dev/null
/usr/sbin/useradd -u %{dovenull_userid} -c 'Dovecot Login user' -d /dev/null -g dovenull \
-s /bin/true dovenull 2>/dev/null
/usr/sbin/groupadd dovecot -g %{dovecot_groupid} 2>/dev/null
/usr/sbin/useradd -u %{dovecot_userid} -c 'Dovecot user' -d /dev/null -g dovecot \
-s /bin/true dovecot 2>/dev/null
fi
:
%post
2024-01-05 21:55:27 +01:00
%systemd_post dovecot.socket
2024-01-05 21:55:25 +01:00
if [ $1 -ge 1 ]; then
[ -e %{_sysconfdir} /ssl/certs/dovecot.pem ] || \
OPENSSLCONFIG=%{_docdir} /dovecot/dovecot-openssl.cnf %{_docdir} /dovecot/mkcert.sh &>/dev/null
fi
:
%preun
2024-01-05 21:55:27 +01:00
%systemd_preun dovecot.socket
2024-01-05 21:55:25 +01:00
# erase
if [ $1 -eq 0 ]; then
/usr/sbin/userdel dovecot 2>/dev/null
/usr/sbin/groupdel dovecot 2>/dev/null
/usr/sbin/userdel dovenull 2>/dev/null
/usr/sbin/groupdel dovenull 2>/dev/null
fi
:
2024-01-05 21:55:27 +01:00
%postun
%systemd_postun dovecot.socket
:
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
2024-01-05 21:55:25 +01:00
%files
%defattr (-,root,root)
%dir %{_sysconfdir} /dovecot
%{_sysconfdir} /dovecot/README
%config (noreplace) %{_sysconfdir} /dovecot/dovecot.conf
%config (noreplace) %{_sysconfdir} /dovecot/dovecot*.conf.ext
%dir %{_sysconfdir} /dovecot/conf.d
%config (noreplace) %{_sysconfdir} /dovecot/conf.d/*.conf
%config (noreplace) %{_sysconfdir} /dovecot/conf.d/*.conf.ext
%{_sysconfdir} /pam.d/dovecot
%{_sysconfdir} /ld.so.conf.d/dovecot.conf
%{_bindir} /doveadm
%{_bindir} /doveconf
2024-01-05 21:55:27 +01:00
%{_bindir} /dovecot-sysreport
2024-01-05 21:55:25 +01:00
%{_bindir} /dsync
%{_sbindir} /dovecot
2024-01-05 21:55:27 +01:00
%{_unitdir} /dovecot.service
%{_unitdir} /dovecot.socket
%dir %{_docdir} /dovecot
%{_docdir} /dovecot/*
%{_mandir} /man1/*
%{_mandir} /man7/*
%files -n lib%{name}
%defattr (-,root,root)
2024-01-05 21:55:25 +01:00
%dir %{_libdir} /dovecot/
2024-01-05 21:55:26 +01:00
%{_libdir} /dovecot/lib*_plugin.*
2024-01-05 21:55:27 +01:00
%{_libdir} /dovecot/libdovecot-*.so.*
2024-01-05 21:55:25 +01:00
%{_libdir} /dovecot/libdovecot.so.*
2024-01-05 21:55:26 +01:00
%{_libdir} /dovecot/libdcrypt_openssl.a
2024-01-05 21:55:26 +01:00
%{_libdir} /dovecot/libdcrypt_openssl.so
%{_libdir} /dovecot/libfs_*.so
%{_libdir} /dovecot/libssl_iostream_openssl.so
2024-01-05 21:55:25 +01:00
%dir %{_libdir} /dovecot/auth
%{_libdir} /dovecot/auth/libauthdb_imap.*
2024-01-05 21:55:26 +01:00
%{_libdir} /dovecot/auth/lib20_auth_var_expand_crypt.*
2024-01-05 21:55:27 +01:00
#%dir %{_libdir}/dovecot/dict
#%{_libdir}/dovecot/dict/libdict_ldap.*
#%dir %{_libdir}/dovecot/stats/
#%{_libdir}/dovecot/stats/libstats_*.*
2024-01-05 21:55:25 +01:00
%dir %{_libdir} /dovecot/doveadm
%{_libdir} /dovecot/doveadm/lib10_doveadm_*_plugin.*
%{_libdir} /dovecot/doveadm/lib20_doveadm_fts_plugin.*
2024-01-05 21:55:26 +01:00
%{_libdir} /dovecot/doveadm/libdoveadm_mail_crypt_plugin.*
2024-01-05 21:55:27 +01:00
%dir %{_libdir} /dovecot/old-stats
%{_libdir} /dovecot/old-stats/*
2024-01-05 21:55:25 +01:00
%dir %{_libexecdir} /dovecot
2024-01-05 21:55:27 +01:00
%{_libexecdir} /dovecot/*
2024-01-05 21:55:25 +01:00
%doc AUTHORS COPYING
2024-01-05 21:55:27 +01:00
%files -n lib%{name}-devel
2024-01-05 21:55:25 +01:00
%defattr (-,root,root)
%dir %{_includedir} /dovecot
%{_includedir} /dovecot/*.h
%{_libdir} /dovecot/dovecot-config
2024-01-05 21:55:26 +01:00
%{_libdir} /dovecot/lib20_var_expand_crypt.a
%{_libdir} /dovecot/lib20_var_expand_crypt.so
2024-01-05 21:55:27 +01:00
%{_libdir} /dovecot/libdovecot*.a
%{_libdir} /dovecot/libdovecot*.so
2024-01-05 21:55:26 +01:00
%{_libdir} /dovecot/libfs_*.a
2024-01-05 21:55:25 +01:00
%{_libdir} /dovecot/libssl_iostream_openssl.a
2024-01-05 21:55:26 +01:00
%dir %{_datadir} /dovecot/stopwords
%{_datadir} /dovecot/stopwords/stopwords_*.txt
2024-01-05 21:55:25 +01:00
%{_datadir} /aclocal/dovecot.m4
%doc ChangeLog NEWS README TODO
%changelog
2024-08-20 10:19:17 +02:00
* Thu Aug 15 2024 Automatic Build System <autodist@openmamba.org> 2.3.21.1-1mamba
- automatic version update by autodist
2024-04-15 22:50:24 +02:00
* Mon Apr 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.21-2mamba
- rebuilt
2024-01-05 21:55:29 +01:00
* Sat Sep 16 2023 Automatic Build System <autodist@mambasoft.it> 2.3.21-1mamba
- automatic version update by autodist
2024-01-05 21:55:28 +01:00
* Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 2.3.20-2mamba
- automatic version update by autodist
* Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 2.3.20-1mamba
- automatic version update by autodist
* Tue Jun 14 2022 Automatic Build System <autodist@mambasoft.it> 2.3.19.1-1mamba
- automatic version update by autodist
2024-01-05 21:55:27 +01:00
* Tue May 10 2022 Automatic Build System <autodist@mambasoft.it> 2.3.19-1mamba
- automatic version update by autodist
* Fri Feb 04 2022 Automatic Build System <autodist@mambasoft.it> 2.3.18-1mamba
- automatic version update by autodist
* Tue Dec 07 2021 Automatic Build System <autodist@mambasoft.it> 2.3.17.1-1mamba
- automatic version update by autodist
* Thu Oct 28 2021 Automatic Build System <autodist@mambasoft.it> 2.3.17-1mamba
- automatic version update by autodist
2024-01-05 21:55:27 +01:00
* Sat Sep 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.16-2mamba
- rebuilt with openssl 3.0.0
2024-01-05 21:55:27 +01:00
* Fri Aug 06 2021 Automatic Build System <autodist@mambasoft.it> 2.3.16-1mamba
- automatic version update by autodist
2024-01-05 21:55:27 +01:00
* Wed Jun 23 2021 Automatic Build System <autodist@mambasoft.it> 2.3.15-1mamba
- automatic version update by autodist
2024-01-05 21:55:27 +01:00
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 2.3.14-1mamba
- automatic version update by autodist
* Mon Jan 04 2021 Automatic Build System <autodist@mambasoft.it> 2.3.13-1mamba
- automatic version update by autodist
* Thu Aug 13 2020 Automatic Build System <autodist@mambasoft.it> 2.3.11.3-1mamba
- automatic version update by autodist
* Tue May 19 2020 Automatic Build System <autodist@mambasoft.it> 2.3.10.1-1mamba
- automatic version update by autodist
* Sat Mar 07 2020 Automatic Build System <autodist@mambasoft.it> 2.3.10-1mamba
- automatic version update by autodist
* Wed Feb 12 2020 Automatic Build System <autodist@mambasoft.it> 2.3.9.3-1mamba
- automatic version update by autodist
* Sat Dec 14 2019 Automatic Build System <autodist@mambasoft.it> 2.3.9.2-1mamba
- automatic version update by autodist
* Fri Dec 13 2019 Automatic Build System <autodist@mambasoft.it> 2.3.9.1-1mamba
- automatic version update by autodist
* Wed Dec 04 2019 Automatic Build System <autodist@mambasoft.it> 2.3.9-1mamba
- automatic version update by autodist
* Sun Oct 27 2019 Automatic Build System <autodist@mambasoft.it> 2.3.8-1mamba
- automatic version update by autodist
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 2.3.7.2-1mamba
- automatic version update by autodist
* Tue Jul 23 2019 Automatic Build System <autodist@mambasoft.it> 2.3.7.1-1mamba
- automatic version update by autodist
* Fri Jul 19 2019 Automatic Build System <autodist@mambasoft.it> 2.3.7-1mamba
- automatic version update by autodist
* Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 2.3.6-1mamba
- automatic version update by autodist
* Thu Apr 18 2019 Automatic Build System <autodist@mambasoft.it> 2.3.5.2-1mamba
- automatic version update by autodist
* Thu Mar 28 2019 Automatic Build System <autodist@mambasoft.it> 2.3.5.1-1mamba
- automatic version update by autodist
* Tue Mar 05 2019 Automatic Build System <autodist@mambasoft.it> 2.3.5-1mamba
- automatic version update by autodist
* Tue Feb 05 2019 Automatic Build System <autodist@mambasoft.it> 2.3.4.1-1mamba
- automatic version update by autodist
* Fri Nov 23 2018 Automatic Build System <autodist@mambasoft.it> 2.3.4-1mamba
- automatic version update by autodist
* Fri Oct 05 2018 Automatic Build System <autodist@mambasoft.it> 2.3.3-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Mon Sep 04 2017 Automatic Build System <autodist@mambasoft.it> 2.2.32-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Tue Jun 27 2017 Automatic Build System <autodist@mambasoft.it> 2.2.31-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Sat Jun 17 2017 Automatic Build System <autodist@mambasoft.it> 2.2.30.2-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Tue Mar 07 2017 Automatic Build System <autodist@mambasoft.it> 2.2.28-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Sun Dec 04 2016 Automatic Build System <autodist@mambasoft.it> 2.2.27-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Fri Oct 28 2016 Automatic Build System <autodist@mambasoft.it> 2.2.26.0-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Fri Oct 28 2016 Automatic Build System <autodist@mambasoft.it> 2.2.26-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Sat Jul 02 2016 Automatic Build System <autodist@mambasoft.it> 2.2.25-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Sat Apr 30 2016 Automatic Build System <autodist@mambasoft.it> 2.2.24-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Wed Mar 30 2016 Automatic Build System <autodist@mambasoft.it> 2.2.23-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Thu Mar 24 2016 Automatic Build System <autodist@mambasoft.it> 2.2.22-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Sat Dec 12 2015 Automatic Build System <autodist@mambasoft.it> 2.2.21-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Tue Dec 08 2015 Automatic Build System <autodist@mambasoft.it> 2.2.20-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Tue Oct 06 2015 Automatic Build System <autodist@mambasoft.it> 2.2.19-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Fri May 15 2015 Automatic Build System <autodist@mambasoft.it> 2.2.18-1mamba
- automatic version update by autodist
2024-01-05 21:55:26 +01:00
* Thu May 14 2015 Automatic Build System <autodist@mambasoft.it> 2.2.17-1mamba
- automatic version update by autodist
2024-01-05 21:55:25 +01:00
* Sun Mar 15 2015 Automatic Build System <autodist@mambasoft.it> 2.2.16-1mamba
- automatic version update by autodist
2024-01-05 21:55:25 +01:00
* Sat Oct 25 2014 Automatic Build System <autodist@mambasoft.it> 2.2.15-1mamba
- automatic version update by autodist
2024-01-05 21:55:25 +01:00
* Thu Oct 16 2014 Automatic Build System <autodist@mambasoft.it> 2.2.14-1mamba
- automatic version update by autodist
2024-01-05 21:55:25 +01:00
* Mon May 12 2014 Automatic Build System <autodist@mambasoft.it> 2.2.13-1mamba
- automatic version update by autodist
* Fri Feb 14 2014 Automatic Build System <autodist@mambasoft.it> 2.2.12-1mamba
- automatic version update by autodist
* Wed Feb 12 2014 Automatic Build System <autodist@mambasoft.it> 2.2.11-1mamba
- automatic version update by autodist
* Fri Dec 20 2013 Automatic Build System <autodist@mambasoft.it> 2.2.10-1mamba
- automatic version update by autodist
* Mon Nov 25 2013 Automatic Build System <autodist@mambasoft.it> 2.2.9-1mamba
- automatic version update by autodist
* Wed Nov 20 2013 Automatic Build System <autodist@mambasoft.it> 2.2.8-1mamba
- automatic version update by autodist
* Mon Nov 04 2013 Automatic Build System <autodist@mambasoft.it> 2.2.7-1mamba
- automatic version update by autodist
* Wed Sep 25 2013 Automatic Build System <autodist@mambasoft.it> 2.2.6-1mamba
- automatic version update by autodist
* Tue Aug 06 2013 Automatic Build System <autodist@mambasoft.it> 2.2.5-1mamba
- automatic version update by autodist
* Tue Jun 25 2013 Automatic Build System <autodist@mambasoft.it> 2.2.4-1mamba
- automatic version update by autodist
* Mon Jun 17 2013 Automatic Build System <autodist@mambasoft.it> 2.2.3-1mamba
- automatic version update by autodist
* Mon May 20 2013 Automatic Build System <autodist@mambasoft.it> 2.2.2-1mamba
- automatic version update by autodist
* Fri Apr 19 2013 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
- automatic version update by autodist
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
- automatic version update by autodist
* Sun Apr 07 2013 Automatic Build System <autodist@mambasoft.it> 2.1.16-1mamba
- automatic version update by autodist
* Sat Feb 09 2013 Automatic Build System <autodist@mambasoft.it> 2.1.15-1mamba
- automatic version update by autodist
* Thu Jan 31 2013 Automatic Build System <autodist@mambasoft.it> 2.1.14-1mamba
- automatic version update by autodist
* Mon Jan 07 2013 Automatic Build System <autodist@mambasoft.it> 2.1.13-1mamba
- automatic version update by autodist
* Fri Nov 30 2012 Automatic Build System <autodist@mambasoft.it> 2.1.12-1mamba
- automatic version update by autodist
* Thu Nov 29 2012 Automatic Build System <autodist@mambasoft.it> 2.1.11-1mamba
- automatic version update by autodist
* Wed Sep 19 2012 Automatic Build System <autodist@mambasoft.it> 2.1.10-1mamba
- automatic version update by autodist
* Thu Aug 02 2012 Automatic Build System <autodist@mambasoft.it> 2.1.9-1mamba
- automatic version update by autodist
* Tue Jul 03 2012 Automatic Build System <autodist@mambasoft.it> 2.1.8-1mamba
- automatic version update by autodist
* Wed May 30 2012 Automatic Build System <autodist@mambasoft.it> 2.1.7-1mamba
- automatic version update by autodist
* Mon May 07 2012 Automatic Build System <autodist@mambasoft.it> 2.1.6-1mamba
- automatic version update by autodist
* Tue Apr 24 2012 Automatic Build System <autodist@mambasoft.it> 2.1.5-1mamba
- automatic version update by autodist
* Wed Apr 11 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.4-2mamba
- added ldconfig file for /usr/lib/dovecot
* Mon Apr 09 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.4-1mamba
- update to 2.1.4
- install default configuration files
- create dovenull and dovecot users
- generate certificates
- added pam file
* Sat Mar 17 2012 Automatic Build System <autodist@mambasoft.it> 2.1.3-1mamba
- automatic version update by autodist
* Fri Mar 16 2012 Automatic Build System <autodist@mambasoft.it> 2.1.2-1mamba
- automatic version update by autodist
* Tue Mar 06 2012 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
- automatic version update by autodist
* Mon Feb 13 2012 Automatic Build System <autodist@mambasoft.it> 2.0.18-1mamba
- automatic version update by autodist
* Sat Jan 07 2012 Automatic Build System <autodist@mambasoft.it> 2.0.17-1mamba
- automatic version update by autodist
* Thu Nov 17 2011 Automatic Build System <autodist@mambasoft.it> 2.0.16-1mamba
- automatic version update by autodist
* Sat Sep 17 2011 Automatic Build System <autodist@mambasoft.it> 2.0.15-1mamba
- automatic version update by autodist
* Mon Aug 29 2011 Automatic Build System <autodist@mambasoft.it> 2.0.14-1mamba
- automatic version update by autodist
* Thu May 12 2011 Automatic Build System <autodist@mambasoft.it> 2.0.13-1mamba
- automatic update by autodist
* Wed Apr 13 2011 Automatic Build System <autodist@mambasoft.it> 2.0.12-1mamba
- automatic update by autodist
* Mon Mar 07 2011 Automatic Build System <autodist@mambasoft.it> 2.0.11-1mamba
- automatic update by autodist
* Sat Mar 05 2011 Automatic Build System <autodist@mambasoft.it> 2.0.10-1mamba
- automatic update by autodist
* Thu Jan 13 2011 Automatic Build System <autodist@mambasoft.it> 2.0.9-1mamba
- automatic update by autodist
* Mon Dec 06 2010 Automatic Build System <autodist@mambasoft.it> 2.0.8-1mamba
- automatic update to 2.0.8 by autodist
* Tue Nov 09 2010 Automatic Build System <autodist@mambasoft.it> 2.0.7-1mamba
- automatic update to 2.0.7 by autodist
* Fri Oct 22 2010 Automatic Build System <autodist@mambasoft.it> 2.0.6-1mamba
- automatic update to 2.0.6 by autodist
* Sat Oct 02 2010 Automatic Build System <autodist@mambasoft.it> 2.0.5-1mamba
- automatic update to 2.0.5 by autodist
* Mon Sep 27 2010 Automatic Build System <autodist@mambasoft.it> 2.0.4-1mamba
- automatic update to 2.0.4 by autodist
* Sat Sep 18 2010 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
- automatic update to 2.0.3 by autodist
* Thu Sep 09 2010 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
- automatic update to 2.0.2 by autodist
* Wed Sep 08 2010 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
- automatic update to 2.0.1 by autodist
* Sat Jul 24 2010 Automatic Build System <autodist@mambasoft.it> 1.2.13-1mamba
- automatic update to 1.2.13 by autodist
* Sat Jun 19 2010 Automatic Build System <autodist@mambasoft.it> 1.2.12-1mamba
- automatic update to 1.2.12 by autodist
* Tue Mar 09 2010 Automatic Build System <autodist@mambasoft.it> 1.2.11-1mamba
- automatic update to 1.2.11 by autodist
* Mon Jan 25 2010 Automatic Build System <autodist@mambasoft.it> 1.2.10-1mamba
- automatic update to 1.2.10 by autodist
* Thu Dec 17 2009 Automatic Build System <autodist@mambasoft.it> 1.2.9-1mamba
- automatic update to 1.2.9 by autodist
* Fri Nov 20 2009 Automatic Build System <autodist@mambasoft.it> 1.2.8-1mamba
- automatic update to 1.2.8 by autodist
* Tue Nov 10 2009 Automatic Build System <autodist@mambasoft.it> 1.2.7-1mamba
- automatic update to 1.2.7 by autodist
* Tue Oct 06 2009 Automatic Build System <autodist@mambasoft.it> 1.2.6-1mamba
- automatic update to 1.2.6 by autodist
* Mon Sep 14 2009 Automatic Build System <autodist@mambasoft.it> 1.2.5-1mamba
- automatic update to 1.2.5 by autodist
* Mon Aug 17 2009 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
- automatic update to 1.2.4 by autodist
* Sat Aug 08 2009 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
- automatic update to 1.2.3 by autodist
* Mon Jul 27 2009 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
- automatic update to 1.2.2 by autodist
* Sat Jul 11 2009 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
- automatic update to 1.2.1 by autodist
* Mon Jul 06 2009 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
- automatic update to 1.2.0 by autodist
* Mon Jun 01 2009 Automatic Build System <autodist@mambasoft.it> 1.1.16-1mamba
- automatic update to 1.1.16 by autodist
* Mon May 18 2009 Automatic Build System <autodist@mambasoft.it> 1.1.15-1mamba
- automatic update to 1.1.15 by autodist
* Fri Apr 17 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.14-1mamba
- automatic update to 1.1.14 by autodist
* Wed Mar 18 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.13-1mamba
- automatic update to 1.1.13 by autodist
* Sat Mar 14 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.12-1mamba
- automatic update to 1.1.12 by autodist
* Wed Feb 04 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.11-1mamba
- automatic update to 1.1.11 by autodist
* Tue Jan 27 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.10-1mamba
- automatic update to 1.1.10 by autodist
* Sat Jan 24 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.9-1mamba
- automatic update to 1.1.9 by autodist
* Thu Jan 08 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.8-1mamba
- automatic update to 1.1.8 by autodist
* Mon Nov 24 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.7-1mamba
- automatic update to 1.1.7 by autodist
* Thu Oct 30 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-1mamba
- automatic update to 1.1.6 by autodist
* Thu Oct 23 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.5-1mamba
- automatic update to 1.1.5 by autodist
* Mon Oct 06 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.4-1mamba
- automatic update to 1.1.4 by autodist
* Sat Sep 06 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.3-1mamba
- update to 1.1.3
* Tue Jun 03 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.14-1mamba
- update to 1.0.14
* Sun Apr 08 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-2mamba
- update to 1.0.rc30
* Sat Mar 17 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1qilnx
- package created by autospec