Author: andree Date: Sat Mar 5 18:31:00 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - merged from DEVEL
---- Files affected: SPECS: courier.spec (1.105 -> 1.106) ---- Diffs: ================================================================ Index: SPECS/courier.spec diff -u SPECS/courier.spec:1.105 SPECS/courier.spec:1.106 --- SPECS/courier.spec:1.105 Mon Feb 28 22:53:19 2005 +++ SPECS/courier.spec Sat Mar 5 19:30:55 2005 @@ -1,17 +1,20 @@ # $Revision$, $Date$ # +# TODO: +# - tests +# # Conditional build: %bcond_without fam # with fam support # Summary: Courier mail server Summary(pl): Serwer poczty Courier Name: courier -Version: 0.47 -Release: 5 +Version: 0.49.0 +Release: 0.1 License: GPL Group: Networking/Daemons Source0: http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2 -# Source0-md5: 639bb3b236914e3b86f287ce3f55264e +# Source0-md5: 2c0f3d3d2eab405aaf633d9e17363bae Patch0: %{name}-openssl-path.patch Patch1: %{name}-withoutfam.patch Patch2: %{name}-maildir.patch @@ -21,27 +24,28 @@ URL: http://www.courier-mta.org/ BuildRequires: autoconf BuildRequires: automake +BuildRequires: courier-authlib-devel BuildRequires: db-devel BuildRequires: expect BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: mailcap -BuildRequires: mysql-devel -BuildRequires: openldap-devel BuildRequires: openssl-devel >= 0.9.7d BuildRequires: openssl-tools >= 0.9.7d BuildRequires: openssl-tools-perl >= 0.9.7d BuildRequires: pam-devel BuildRequires: perl-devel -BuildRequires: postgresql-devel BuildRequires: sed >= 4.0 BuildRequires: sysconftool -BuildRequires: zlib-devel %{?with_fam:BuildRequires: fam-devel} Requires(post,preun): /sbin/chkconfig +# only for light upgrade from old version < 0.47 +# remove it after some time +Requires(post): courier-authlib-userdb Requires(post): openssl-tools >= 0.9.7d Requires: perl(DynaLoader) = %(%{__perl} -MDynaLoader -e 'print DynaLoader->VERSION') Provides: smtpdaemon +Obsoletes: courier-smtpauth Obsoletes: exim Obsoletes: masqmail Obsoletes: nullmailer @@ -57,7 +61,6 @@ Obsoletes: zmailer BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define apachedir /home/services/httpd %define _datadir %{_prefix}/share/courier %define _mandir /usr/share/man %define _libdir %{_prefix}/%{_lib}/courier @@ -67,12 +70,12 @@ %define _certsdir %{_sysconfdir}/certs %define initdir /etc/rc.d/init.d -# Change the following if your DocumentRoot and cgibindir differ. This is -# the default redhat build: - -%define _cgibindir %{apachedir}/cgi-bin -%define _documentrootdir %{apachedir}/html -%define _imageurl /webmail/ +%define _httpdir /home/services/httpd +%define _cgibindir %{_httpdir}/cgi-bin +%define _imagedir %{_datadir}/sqwebmail/images +%define _imageurl /webmail +%define _apache1dir /etc/apache +%define _apache2dir /etc/httpd %description Courier is a fully functional mail server, that can completely take @@ -173,7 +176,6 @@ Group: Networking/Daemons Requires: %{name} = %{version}-%{release} Requires: %{_cgibindir} -Requires: %{_documentrootdir} %description webmail This package installs Courier mail server's integrated HTTP webmail @@ -249,57 +251,6 @@ Ten pakiet zawiera zintegrowany filtr poczty dla Couriera. Jest potrzebny do filtrowania przychodzącej poczty. -%package smtpauth -Summary: Courier mail server authenticated ESMTP module -Summary(pl): Moduł uwierzytelniania ESMTP (SMTP AUTH) do Couriera -Group: Networking/Daemons -Requires: %{name} = %{version}-%{release} - -%description smtpauth -Authenticated ESMTP allows remote users to authenticate themselves and -be able to relay outbound mail through the Courier mail server. - -%description smtpauth -l pl -SMTP AUTH pozwala zdalnym użytkownikom na uwierzytelnianie i -umożliwienie przekazania wychodzącej poczty poprzez serwer poczty -Courier. - -%package authldap -Summary: LDAP authentication daemon for Courier mail server -Summary(pl): Demon autentykacji LDAP do Couriera -Group: Networking/Daemons -PreReq: %{name} = %{version}-%{release} - -%description authldap -This package provides LDAP authentication for Courier. - -%description authldap -l pl -Ten pakiet pozwala na korzystanie z autentykacji LDAP w Courierze. - -%package authmysql -Summary: MySQL authentication daemon for Courier mail server -Summary(pl): Demon autentykacji MySQL do Couriera -Group: Networking/Daemons -PreReq: %{name} = %{version}-%{release} - -%description authmysql -This package provides MySQL authentication for Courier. - -%description authmysql -l pl -Ten pakiet pozwala na korzystanie z autentykacji MySQL w Courierze. - -%package authpgsql -Summary: PostgreSQL authentication daemon for Courier mail server -Summary(pl): Demon autentykacji PostgreSQL do Couriera -Group: Networking/Daemons -PreReq: %{name} = %{version}-%{release} - -%description authpgsql -This package provides PostgreSQL authentication for Courier. - -%description authpgsql -l pl -Ten pakiet pozwala na korzystanie z autentykacji PostgreSQL w Courierze. - %prep %setup -q %patch0 -p1 @@ -321,12 +272,6 @@ %{__automake} cd .. -cd authlib -%{__aclocal} -%{__autoconf} -%{__automake} -cd .. - %{__libtoolize} %{__aclocal} %{__autoconf} @@ -348,6 +293,20 @@ cd imap %{__aclocal} %{__autoconf} +ln -s ../ltmain.sh . +%{__automake} +cd .. + +cd webadmin +%{__aclocal} +%{__autoconf} +%{__automake} +cd .. + +cd maildir +%{__aclocal} +%{__autoconf} +ln -s ../ltmain.sh . %{__automake} cd .. @@ -355,10 +314,15 @@ --localstatedir=%{_localstatedir} \ --sysconfdir=%{_sysconfdir} \ --mandir=%{_mandir} \ + --enable-imagedir=%{_imagedir} \ --enable-imageurl=%{_imageurl} \ --with-certsdir=%{_certsdir} \ --with-db=db \ - --with-mailer=%{_sbindir}/sendmail + --with-mailer=%{_sbindir}/sendmail \ + --with-mailuser=daemon \ + --with-mailgroup=daemon \ + --with-mailuid=2 \ + --with-mailgid=2 %{__make} %{__make} check @@ -367,8 +331,7 @@ rm -rf $RPM_BUILD_ROOT umask 022 install -d -p $RPM_BUILD_ROOT{/etc/{cron.hourly,pam.d},%{initdir}} \ - $RPM_BUILD_ROOT{%{_cgibindir},%{_documentrootdir},/usr/lib} \ - $RPM_BUILD_ROOT%{_sysconfdir}/{hosteddomains,userdb} \ + $RPM_BUILD_ROOT{%{_cgibindir},/usr/lib,%{_sysconfdir}/hosteddomains} \ $RPM_BUILD_ROOT{/etc/cron.hourly,%{_certsdir}} %{__make} install \ @@ -389,44 +352,19 @@ # delete dead links rm -f $RPM_BUILD_ROOT%{_mandir}/man1/dotforward.1 \ $RPM_BUILD_ROOT%{_mandir}/man1/rmail.1 \ -$RPM_BUILD_ROOT%{_mandir}/man7/authcram.7 \ -$RPM_BUILD_ROOT%{_mandir}/man7/authdaemon.7 \ -$RPM_BUILD_ROOT%{_mandir}/man7/authdaemond.7 \ -$RPM_BUILD_ROOT%{_mandir}/man7/authldap.7 \ -$RPM_BUILD_ROOT%{_mandir}/man7/authmysql.7 \ -$RPM_BUILD_ROOT%{_mandir}/man7/authpam.7 \ -$RPM_BUILD_ROOT%{_mandir}/man7/authpwd.7 \ -$RPM_BUILD_ROOT%{_mandir}/man7/authshadow.7 \ -$RPM_BUILD_ROOT%{_mandir}/man7/authuserdb.7 \ -$RPM_BUILD_ROOT%{_mandir}/man7/authvchkpw.7 \ $RPM_BUILD_ROOT%{_mandir}/man8/esmtpd-msa.8 \ $RPM_BUILD_ROOT%{_mandir}/man8/makesmtpaccess-msa.8 \ $RPM_BUILD_ROOT%{_mandir}/man8/filterctl.8 \ $RPM_BUILD_ROOT%{_mandir}/man8/makeuucpneighbors.8 \ -$RPM_BUILD_ROOT%{_mandir}/man8/pw2userdb.8 \ -$RPM_BUILD_ROOT%{_mandir}/man8/vchkpw2userdb.8 \ $RPM_BUILD_ROOT%{_mandir}/man8/courierpop3login.8 # make man links echo '.so dot-forward.1' > $RPM_BUILD_ROOT%{_mandir}/man1/dotforward.1 echo '.so sendmail.1' > $RPM_BUILD_ROOT%{_mandir}/man1/rmail.1 -echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authcram.7 -echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authdaemon.7 -echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authdaemond.7 -echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authldap.7 -echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authmysql.7 -echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authpgsql.7 -echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authpam.7 -echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authpwd.7 -echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authshadow.7 -echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authuserdb.7 -echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authvchkpw.7 echo '.so esmtpd.8' > $RPM_BUILD_ROOT%{_mandir}/man8/esmtpd-msa.8 echo '.so courierfilter.8' > $RPM_BUILD_ROOT%{_mandir}/man8/filterctl.8 echo '.so makesmtpaccess.8' > $RPM_BUILD_ROOT%{_mandir}/man8/makesmtpaccess-msa.8 echo '.so courieruucp.8' > $RPM_BUILD_ROOT%{_mandir}/man8/makeuucpneighbors.8 -echo '.so makeuserdb.8' > $RPM_BUILD_ROOT%{_mandir}/man8/pw2userdb.8 -echo '.so makeuserdb.8' > $RPM_BUILD_ROOT%{_mandir}/man8/vchkpw2userdb.8 echo '.so courierpop3d.8' > $RPM_BUILD_ROOT%{_mandir}/man8/courierpop3login.8 %{__make} install-perms @@ -437,9 +375,6 @@ mv -f $RPM_BUILD_ROOT%{_libexecdir}/courier/webmail/webadmin \ $RPM_BUILD_ROOT%{_cgibindir}/webadmin -# And here's why we delete all images from filelist.webmail: -mv -f $RPM_BUILD_ROOT%{_datadir}/sqwebmail/images $RPM_BUILD_ROOT%{_documentrootdir}/webmail - # install a cron job to clean out webmail's cache install webmail/cron.cmd $RPM_BUILD_ROOT/etc/cron.hourly/courier-webmail-cleancache @@ -532,6 +467,10 @@ # This link by default is missing ln -sf %{_datadir}/esmtpd-ssl $RPM_BUILD_ROOT%{_sbindir}/esmtpd-ssl +# for apache +echo "Alias /webmail %{_imagedir}" >apache-%{name}.conf +install apache-%{name}.conf $RPM_BUILD_ROOT%{_sysconfdir}/apache-%{name}.conf + # remove unpackaged files rm -f $RPM_BUILD_ROOT%{_sysconfdir}/*.dist rm -rf $RPM_BUILD_ROOT%{_datadir}/faxmail @@ -571,7 +510,7 @@ %{initdir}/courier restart else echo - echo Type "%{initdir}/courier start" to start courier + echo 'Type "%{initdir}/courier start" to start courier' echo fi @@ -589,7 +528,7 @@ %{_sbindir}/imapd start else echo - echo Type "%{_sbindir}/imapd start" to start imapd server + echo 'Type "%{_sbindir}/imapd start" to start imapd server' echo fi if [ -e %{_localstatedir}/tmp/imapd-ssl.pid ]; then @@ -617,7 +556,7 @@ %{_sbindir}/pop3d start else echo - echo Type "%{_sbindir}/pop3d start" to start pop3d server + echo 'Type "%{_sbindir}/pop3d start" to start pop3d server' echo fi if [ -e %{_localstatedir}/tmp/pop3d-ssl.pid ]; then @@ -625,7 +564,7 @@ %{_sbindir}/pop3d-ssl start else echo - echo Type "%{_sbindir}/pop3d-ssl start" to start pop3d-ssl server + echo 'Type "%{_sbindir}/pop3d-ssl start" to start pop3d-ssl server' echo fi @@ -658,86 +597,44 @@ %{_sbindir}/webmaild start else echo - echo Type "%{_sbindir}/webmaild start" to start webmail server + echo 'Type "%{_sbindir}/webmaild start" to start webmail server' echo fi -%preun webmail -if [ "$1" = "0" ]; then - if [ -e %{_localstatedir}/tmp/sqwebmaild.pid ]; then - %{_sbindir}/webmaild stop +# apache1 +if [ -d %{_apache1dir}/conf.d ]; then + ln -sf %{_sysconfdir}/apache-%{name}.conf %{_apache1dir}/conf.d/99_%{name}.conf + if [ -f /var/lock/subsys/apache ]; then + /etc/rc.d/init.d/apache restart 1>&2 fi fi - -%post smtpauth -if [ -e %{_localstatedir}/tmp/esmtpd.pid ]; then - %{_sbindir}/esmtpd stop - %{_sbindir}/esmtpd start -fi -if [ -e %{_localstatedir}/tmp/esmtpd-ssl.pid ]; then - %{_sbindir}/esmtpd-ssl stop - %{_sbindir}/esmtpd-ssl start -fi - -if [ "$1" = "1" ]; then - echo - echo To enable smtpauth look for ESMTPAUTH option - echo in esmtpd config files - echo -fi - -%postun smtpauth -if [ "$1" = "0" ]; then - if [ -e %{_localstatedir}/tmp/esmtpd.pid ]; then - %{_sbindir}/esmtpd stop - %{_sbindir}/esmtpd start +# apache2 +if [ -d %{_apache2dir}/httpd.conf ]; then + ln -sf %{_sysconfdir}/apache-%{name}.conf %{_apache2dir}/httpd.conf/99_%{name}.conf + if [ -f /var/lock/subsys/httpd ]; then + /etc/rc.d/init.d/httpd restart 1>&2 fi - if [ -e %{_localstatedir}/tmp/esmtpd-ssl.pid ]; then - %{_sbindir}/esmtpd-ssl stop - %{_sbindir}/esmtpd-ssl start - fi -fi - -%post authldap -if ps -A |grep -q authdaemond.lda; then - %{_libdir}/authlib/authdaemond stop - %{_libdir}/authlib/authdaemond start -fi - -%postun authldap -if [ -x %{_libdir}/authlib/authdaemond ]; then - if ps -A |grep -q authdaemond.lda; then - %{_libdir}/authlib/authdaemond stop; - %{_libdir}/authlib/authdaemond start; - fi -fi - -%post authmysql -if ps -A |grep -q authdaemond.mys; then - %{_libdir}/authlib/authdaemond stop - %{_libdir}/authlib/authdaemond start fi -%postun authmysql -if [ -x %{_libdir}/authlib/authdaemond ]; then - if ps -A |grep -q authdaemond.mys; then - %{_libdir}/authlib/authdaemond stop; - %{_libdir}/authlib/authdaemond start; - fi -fi - -%post authpgsql -if ps -A |grep -q authdaemond.pgs; then - %{_libdir}/authlib/authdaemond stop - %{_libdir}/authlib/authdaemond start -fi - -%postun authpgsql -if [ -x %{_libdir}/authlib/authdaemond ]; then - if ps -A |grep -q authdaemond.pgs; then - %{_libdir}/authlib/authdaemond stop; - %{_libdir}/authlib/authdaemond start; +%preun webmail +if [ "$1" = "0" ]; then + if [ -e %{_localstatedir}/tmp/sqwebmaild.pid ]; then + %{_sbindir}/webmaild stop fi + # apache1 + if [ -d %{_apache1dir}/conf.d ]; then + rm -f %{_apache1dir}/conf.d/99_%{name}.conf + if [ -f /var/lock/subsys/apache ]; then + /etc/rc.d/init.d/apache restart 1>&2 + fi + fi + # apache2 + if [ -d %{_apache2dir}/httpd.conf ]; then + rm -f %{_apache2dir}/httpd.conf/99_%{name}.conf + if [ -f /var/lock/subsys/httpd ]; then + /etc/rc.d/init.d/httpd restart 1>&2 + fi + fi fi %files @@ -757,22 +654,12 @@ %{_mandir}/man1/testmxlookup.1* %{_mandir}/man1/dot-forward.1* %{_mandir}/man1/couriertls.1* -%{_mandir}/man1/courierlogger.1* %{_mandir}/man1/mailq* %{_mandir}/man1/couriertcpd* %{_mandir}/man1/dotforward.1* %{_mandir}/man1/rmail.1* %{_mandir}/man5/dot-courier.5* %{_mandir}/man7/localmailfilter.7* -%{_mandir}/man7/authlib.7* -%{_mandir}/man7/authcram.7* -%{_mandir}/man7/authdaemon.7* -%{_mandir}/man7/authdaemond.7* -%{_mandir}/man7/authpam.7* -%{_mandir}/man7/authpwd.7* -%{_mandir}/man7/authshadow.7* -%{_mandir}/man7/authuserdb.7* -%{_mandir}/man7/authvchkpw.7* %{_mandir}/man8/courierfilter.8* %{_mandir}/man8/courierperlfilter.8* %{_mandir}/man8/dupfilter.8* @@ -786,17 +673,12 @@ %{_mandir}/man8/makealiases.8* %{_mandir}/man8/makepercentrelay.8* %{_mandir}/man8/makesmtpaccess.8* -%{_mandir}/man8/makeuserdb.8* %{_mandir}/man8/submit.8* -%{_mandir}/man8/userdb.8* -%{_mandir}/man8/userdbpw.8* %{_mandir}/man8/courieruucp.8* %{_mandir}/man8/esmtpd-msa.8* %{_mandir}/man8/filterctl.8* %{_mandir}/man8/makesmtpaccess-msa.8* %{_mandir}/man8/makeuucpneighbors.8* -%{_mandir}/man8/pw2userdb.8* -%{_mandir}/man8/vchkpw2userdb.8* %attr(755,daemon,daemon) %dir %{_sysconfdir} %attr(750,daemon,daemon) %dir %{_certsdir} %attr(755,daemon,daemon) %dir %{_sysconfdir}/hosteddomains @@ -818,6 +700,7 @@ %dir %{_datadir} %{_datadir}/rootcerts %attr(755,root,root) %dir %{_datadir}/courierwebadmin +%{_datadir}/courierwebadmin/admin-15* %dir %{_libdir}/filters %attr(755,daemon,daemon) %{_libdir}/filters/* %attr(755,daemon,daemon) %{_datadir}/perlfilter-*.pl @@ -885,7 +768,6 @@ %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/rfcerr*.txt %dir %{_libdir}/courier/modules/dsn %attr(755,root,root) %{_libdir}/courier/modules/dsn/courierdsn -%{_libdir}/courier/modules/modules.ctl %attr(4550,daemon,daemon) %{_libdir}/courier/submitmkdir %attr(750,daemon,daemon) %{_libdir}/courier/courierd %attr(750,daemon,daemon) %{_libdir}/courier/aliasexp @@ -893,13 +775,11 @@ %attr(750,daemon,daemon) %{_libdir}/courier/aliascreate %attr(750,daemon,daemon) %{_libdir}/courier/submit %attr(755,daemon,daemon) %{_libdir}/courier/makedatprog -%attr(755,root,root) %{_sbindir}/authenumerate %attr(6555,daemon,daemon) %{_bindir}/cancelmsg %attr(755,root,root) %{_sbindir}/courier %attr(755,root,root) %{_datadir}/courierctl.start %attr(755,root,root) %{_bindir}/couriertls %attr(755,root,root) %{_sbindir}/couriertcpd -%attr(755,root,root) %{_sbindir}/courierlogger %attr(755,root,root) %{_bindir}/courier-config %attr(755,root,root) %{_bindir}/deliverquota %attr(755,root,root) %{_bindir}/dotforward @@ -913,41 +793,21 @@ %attr(755,root,root) %{_datadir}/makehosteddomains %attr(755,root,root) %{_sbindir}/makehosteddomains %attr(755,root,root) %{_bindir}/makemime -%attr(755,root,root) %{_datadir}/makeuserdb -%attr(755,root,root) %{_sbindir}/makeuserdb %attr(755,root,root) %{_bindir}/mimegpg -%attr(755,root,root) %{_datadir}/pw2userdb -%attr(755,root,root) %{_sbindir}/pw2userdb %attr(4755,root,root) %{_bindir}/rmail %attr(755,root,root) %{_sbindir}/showconfig %attr(750,root,daemon) %{_sbindir}/showmodules %attr(4755,root,root) %{_sbindir}/sendmail %attr(755,root,root) %{_bindir}/testmxlookup -%attr(755,root,root) %{_datadir}/userdb -%attr(755,root,root) %{_sbindir}/userdb -%attr(755,root,root) %{_sbindir}/userdbpw -%attr(755,root,root) %{_datadir}/vchkpw2userdb -%attr(755,root,root) %{_sbindir}/vchkpw2userdb %attr(640,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ldapaliasrc %attr(700,daemon,daemon) %{_sbindir}/courierldapaliasd -%attr(660,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authdaemonrc -%dir %{_libdir}/authlib -%attr(755,root,root) %{_libdir}/authlib/authdaemon -%attr(755,root,root) %{_libdir}/authlib/authdaemond.plain -%attr(755,root,root) %{_libdir}/authlib/authdaemond -%attr(770,daemon,daemon) %dir %{_localstatedir}/authdaemon -%attr(755,root,root) %dir %{_libdir}/authlib/changepwd -%attr(4755,root,root) %{_libdir}/authlib/changepwd/authdaemon.passwd -%attr(755,root,root) %{_libdir}/authlib/changepwd/authsystem.passwd -%attr(755,root,root) %{_datadir}/authsystem.passwd %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/esmtp %attr(755,root,root) /etc/profile.d/courier.sh %attr(755,root,root) /etc/profile.d/courier.csh %attr(754,root,root) /etc/rc.d/init.d/courier -%attr(700,daemon,daemon) %dir %{_sysconfdir}/userdb %attr(755,daemon,daemon) %dir %{_sysconfdir}/shared %attr(755,daemon,daemon) %dir %{_sysconfdir}/shared.tmp -%attr(755,daemon,daemon) %dir %{_localstatedir}/tmp/broken +%attr(755,daemon,daemon) %dir %{_localstatedir}/track %attr(755,root,root) /usr/lib/sendmail %files pop3d @@ -1019,16 +879,16 @@ %files webmail %defattr(644,root,root,755) %doc htmldoc/pcp* gpglib/README.html -%attr(4755,root,root) %{_cgibindir}/webmail +%attr(755,root,root) %{_cgibindir}/webmail %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/webmail %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/calendar -%{_documentrootdir}/webmail %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/sqwebmaild %attr(755,root,root) %{_sbindir}/webmaild %dir %{_datadir}/sqwebmail %dir %{_datadir}/sqwebmail/html %dir %{_datadir}/sqwebmail/html/en-us %{_datadir}/sqwebmail/html/en +%{_datadir}/sqwebmail/images %config %{_datadir}/sqwebmail/html/en-us/[CILT]* %{_datadir}/sqwebmail/html/en-us/*.html %{_datadir}/sqwebmail/html/en-us/*.txt @@ -1041,6 +901,7 @@ %attr(755,root,root) %{_sbindir}/webgpg %attr(755,root,root) %{_libdir}/courier/pcpd %attr(755,root,root) %{_libdir}/courier/sqwebmaild +%attr(755,root,root) %{_libdir}/courier/sqwebpasswd %attr(700, bin, bin) %dir %{_localstatedir}/webmail-logincache %attr(755,root,root) /etc/cron.hourly/courier-webmail-cleancache %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/calendarmode @@ -1048,6 +909,7 @@ %attr(700,bin,daemon) %dir %{_localstatedir}/calendar/localcache %attr(750,bin,daemon) %dir %{_localstatedir}/calendar/private %attr(755,bin,daemon) %dir %{_localstatedir}/calendar/public +%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/apache-%{name}.conf %files maildrop %defattr(644,root,root,755) @@ -1079,46 +941,15 @@ %attr(755,root,root) %{_bindir}/couriermlm %{_datadir}/couriermlm -%files smtpauth -%defattr(644,root,root,755) -%attr(4750,root,daemon) %{_libdir}/courier/modules/esmtp/authstart -%attr(755,root,root) %{_libdir}/courier/modules/esmtp/authend - -%files authldap -%defattr(644,root,root,755) -%doc authlib/README.ldap -%attr(755,root,root) %{_libdir}/authlib/authdaemond.ldap -%attr(660,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authldaprc <<Diff was trimmed, longer than 597 lines>> ---- CVS-web: http://cvs.pld-linux.org/SPECS/courier.spec?r1=1.105&r2=1.106&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
