--- courier-0.68.2.orig/afx/afx.h +++ courier-0.68.2/afx/afx.h @@ -12,6 +12,7 @@ #include #endif +#include #include #include #include --- courier-0.68.2.orig/courier/Makefile.in +++ courier-0.68.2/courier/Makefile.in @@ -2108,7 +2108,7 @@ $(INSTALL_DATA) $(srcdir)/smtpaccess.config \ $(DESTDIR)$(sysconfdir)/smtpaccess/default rm -f $(DESTDIR)$(bindir)/rmail - $(LN_S) sendmail $(DESTDIR)$(bindir)/rmail + $(LN_S) sendmail $(DESTDIR)$(sbindir)/rmail -$(mkinstalldirs) $(DESTDIR)@mandir@/man8 -$(mkinstalldirs) $(DESTDIR)$(webmailimagedir) for f in `cat ../webmail/images/filelist` ; do \ --- courier-0.68.2.orig/courier/cmlm.h +++ courier-0.68.2/courier/cmlm.h @@ -54,8 +54,9 @@ #define MSGSEPARATOR "====" #include "bindir.h" +#include "sbindir.h" -#define SENDMAIL BINDIR "/sendmail" +#define SENDMAIL SBINDIR "/sendmail" #define REFORMIME BINDIR "/reformime" #define MAXRCPTS 20 --- courier-0.68.2.orig/courier/doc/Makefile.in +++ courier-0.68.2/courier/doc/Makefile.in @@ -277,7 +277,8 @@ esmtpd.8 makeacceptmailfor.8 makehosteddomains.8\ mkesmtpdcert.8 mkimapdcert.8 mkpop3dcert.8 \ makealiases.8 makepercentrelay.8 makesmtpaccess.8 \ - pop3d.8 pop3d-ssl.8 submit.8 imapd.8 + pop3d.8 pop3d-ssl.8 submit.8 imapd.8 \ + courier-mtaconfig.8 courieresmtpd.8 BUILT_SOURCES = \ aliaslookup.html aliaslookup.8 \ @@ -1234,6 +1235,12 @@ preline.1: preline.1.in ./config.status --file=$@ +courieresmtpd.8: courieresmtpd.8.in + CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status + +courier-mtaconfig.8: courier-mtaconfig.8.in + CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status + install-man-extra: cd $(DESTDIR)$(man8dir) ; \ rm -f courierpop3login.8 makesmtpaccess-msa.8 esmtpd-msa.8; \ --- courier-0.68.2.orig/courier/doc/courier-mtaconfig.8.in +++ courier-0.68.2/courier/doc/courier-mtaconfig.8.in @@ -0,0 +1,21 @@ +.\" +.\" +.\" +.\" This manpage has been automatically generated by docbook2man +.\" from a DocBook document. This tool can be found at: +.\" +.\" Please send any bug reports, improvements, comments, patches, +.\" etc. to Steve Cheng . +.TH "COURIER-MTACONFIG" "8" "21 April 2003" "Double Precision, Inc." "" + +.SH NAME +courier-mtaconfig \- Show configuration parameters for the Courier MTA + +.SH "DESCRIPTION" +.PP +This command displays configuration parameters for the currently running +instance of the Courier MTA (mail transfer agent). +.SH "SEE ALSO" +.PP +\fBcourier\fR(8), +\fBesmtpd\fR(8). --- courier-0.68.2.orig/courier/doc/courieresmtpd.8.in +++ courier-0.68.2/courier/doc/courieresmtpd.8.in @@ -0,0 +1,27 @@ +.\" +.\" +.\" +.\" This manpage has been automatically generated by docbook2man +.\" from a DocBook document. This tool can be found at: +.\" +.\" Please send any bug reports, improvements, comments, patches, +.\" etc. to Steve Cheng . +.TH "COURIERESMTPD" "8" "21 April 2003" "Double Precision, Inc." "" + +.SH NAME +courieresmtpd \- Courier mail server ESMTP daemon + +.SH "DESCRIPTION" +.PP +The actual Courier ESMTP daemon (mail transfer agent) is called +\fBcourieresmtpd\fR. +Normally, +\fBcourieresmtpd\fR +is run from +\fBcouriertcpd\fR, +which is in turn run from \fBesmtpd start\fR or a similar command. +You should not have to run courieresmtpd manually. +.SH "SEE ALSO" +.PP +\fBcouriertcpd\fR(8), +\fBesmtpd\fR(8). --- courier-0.68.2.orig/courier/doc/dot-forward.1 +++ courier-0.68.2/courier/doc/dot-forward.1 @@ -1,3 +1,3 @@ -.so dotforward.1 +.so man1/dotforward.1 .\" .\" --- courier-0.68.2.orig/courier/doc/pop3d-ssl.8 +++ courier-0.68.2/courier/doc/pop3d-ssl.8 @@ -1,3 +1,3 @@ -.so pop3d.8 +.so man8/pop3d.8 .\" .\" --- courier-0.68.2.orig/courier/filters/filterctl.in +++ courier-0.68.2/courier/filters/filterctl.in @@ -48,7 +48,8 @@ if test "$filter" = "" then - echo "This filter is not installed in $filterbindir\n" >&2 + echo "This filter is not installed in $filterbindir" >&2 + echo >&2 exit 1 fi --- courier-0.68.2.orig/courier/ldapaliasdrc.h +++ courier-0.68.2/courier/ldapaliasdrc.h @@ -20,9 +20,9 @@ void ldapaliasd_configchanged(); #define LDAPALIASDCONFIGFILE SYSCONFDIR "/ldapaliasrc" -#define SOCKETFILE LOCALSTATEDIR "/tmp/ldapaliasd" -#define LOCKFILE LOCALSTATEDIR "/tmp/ldapaliasd.lock" -#define PIDFILE LOCALSTATEDIR "/tmp/ldapaliasd.pid" +#define SOCKETFILE "/var/run/courier/ldapaliasd" +#define LOCKFILE "/var/run/courier/ldapaliasd.lock" +#define PIDFILE "/var/run/courier/ldapaliasd.pid" #ifdef __cplusplus } --- courier-0.68.2.orig/courier/module.esmtp/Makefile.am +++ courier-0.68.2/courier/module.esmtp/Makefile.am @@ -90,15 +90,14 @@ `cat ../../soxwrap/soxlibs.dep` \ @NETLIBS@ $(ldaddlibdl) $(DEBUGLIB) -courieresmtp_LDADD=-lcourierauthsaslclient $(commonLDADD) +courieresmtp_LDADD=$(commonLDADD) -lcourierauthsaslclient -lcourierauth courieresmtp_LDFLAGS=`@COURIERAUTHCONFIG@ --ldflags` courieresmtpd_DEPENDENCIES=$(courieresmtp_DEPENDENCIES) \ ../../tcpd/libspipe.la -courieresmtpd_LDADD=$(commonLDADD) ../../tcpd/libspipe.la -courieresmtpd_LDFLAGS=`@COURIERAUTHCONFIG@ --ldflags` \ - -lcourierauthsasl -lcourierauth +courieresmtpd_LDADD=$(commonLDADD) ../../tcpd/libspipe.la -lcourierauthsasl -lcourierauth +courieresmtpd_LDFLAGS=`@COURIERAUTHCONFIG@ --ldflags` addcr_SOURCES=addcr.c --- courier-0.68.2.orig/courier/module.esmtp/Makefile.in +++ courier-0.68.2/courier/module.esmtp/Makefile.in @@ -65,7 +65,7 @@ CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = esmtpd esmtpd-ssl esmtpd.dist esmtpd-msa.dist \ esmtpd-ssl.dist makesmtpaccess makeacceptmailfor \ - makepercentrelay staticlist.c mkesmtpdcert esmtpd.cnf.openssl + makepercentrelay mkesmtpdcert esmtpd.cnf.openssl CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) librewrite_la_LIBADD = @@ -361,14 +361,13 @@ `cat ../../soxwrap/soxlibs.dep` \ @NETLIBS@ $(ldaddlibdl) $(DEBUGLIB) -courieresmtp_LDADD = -lcourierauthsaslclient $(commonLDADD) +courieresmtp_LDADD = $(commonLDADD) -lcourierauthsaslclient -lcourierauth courieresmtp_LDFLAGS = `@COURIERAUTHCONFIG@ --ldflags` courieresmtpd_DEPENDENCIES = $(courieresmtp_DEPENDENCIES) \ ../../tcpd/libspipe.la -courieresmtpd_LDADD = $(commonLDADD) ../../tcpd/libspipe.la -courieresmtpd_LDFLAGS = `@COURIERAUTHCONFIG@ --ldflags` \ - -lcourierauthsasl -lcourierauth +courieresmtpd_LDADD = $(commonLDADD) ../../tcpd/libspipe.la -lcourierauthsasl -lcourierauth +courieresmtpd_LDFLAGS = `@COURIERAUTHCONFIG@ --ldflags` addcr_SOURCES = addcr.c librewrite_la_SOURCES = esmtp.c --- courier-0.68.2.orig/courier/module.fax/init.in +++ courier-0.68.2/courier/module.fax/init.in @@ -8,7 +8,7 @@ TROFF=@TROFF@ DPOST=@DPOST@ TBL=@TBL@ -GS=@GS@ +GS="@GS@ -P-" prefix=@prefix@ exec_prefix=@exec_prefix@ --- courier-0.68.2.orig/courier/module.fax/new_fax.in +++ courier-0.68.2/courier/module.fax/new_fax.in @@ -7,6 +7,7 @@ prefix="@prefix@" exec_prefix="@exec_prefix@" bindir="@bindir@" +sbindir="@sbindir@" sysconfdir="@sysconfdir@" . $sysconfdir/faxnotifyrc @@ -108,7 +109,7 @@ echo "--courierfax--" } -makemessage "$@" | $bindir/sendmail -f "$MAILFROM" "$RCPTTO" +makemessage "$@" | $sbindir/sendmail -f "$MAILFROM" "$RCPTTO" if test $? = 0 then --- courier-0.68.2.orig/courier/module.local/preline.c +++ courier-0.68.2/courier/module.local/preline.c @@ -42,6 +42,12 @@ usage(); } + if (argc == 1) + { + fprintf(stderr, "%s: commandline parameter 'program' needed\n", argv[0]); + exit (1); + } + if (pipe(pipefd) < 0) { perror("pipe"); --- courier-0.68.2.orig/debian/CREDITS.debian +++ courier-0.68.2/debian/CREDITS.debian @@ -0,0 +1,277 @@ +Dennis Schön (dennis@cobolt.net) for: +- making the initial effort to package the whole Courier suite + +Marc Haber (mh+debian-bugs@zugschlus.de) for: +- rewrite of courier-pop init script +- rewrite of courier-imap init script +- complaining about hardcoded debian release number for courier-imap +- complaining about failing build with LDAP support installed +- reporting bug #100114 (RFC1939 violation) and helping fix the bug upstream +- reporting problems with nonexistent debconf entries in postrm scripts and + providing a patch + +Tommi Virtanen (tv@debian.org) for: +- removal of dh_suidregister and dh_testversion +- provide a concrete package for dependencies on virtual packages +- check static buffer overrun in imap command input, and die if + this happens +- removed /etc/courier/filters/active from courier-mta conffiles +- fix for debian/fixlinks permissions + +Paul Slootman (paul@debian.org) for: +- reporting bug #87967 (permissions of debian/fixlinks) + +Michael S. Fischer () for: +- reporting bug #88075 (PAM login broken) + +Saku Ytti () for: +- reporting bug #87955 (missing alternative for /usr/bin/preline) + +Michael Meskes () for: +- reporting bug #88246 (ignoring old configuration files) + +Erich Schubert () for: +- reporting bug #89550 (missing upstream changelogs) + +Marc Martinez () for: +- complaining about the missing error message on leftover files +- complaining about failing build with LDAP support installed + +Martin Pauley for: +- reporting that /usr/sbin/sendmail didn't work for non-root users + (#92069) + +Joost van Baal () for: +- patch to removing bashism, complain about missing dependencies + courier-imap-ssl => courier-imap and courier-pop-ssl => courier-pop + (#92824) + +Philip Blundell () for: +- complaining about missing Build-Depends on procps (#99500) + +Mark Constable () for: +- discovering the problem with makeauthmodulelist and dpkg's + temporary files and sending a patch (#99495) + +Matthew Wilcox () for: +- complaining about outdated config.sub and config.guess + files (#104121) +- reporting that courier didn't compile with g++ 3.0 (#104263) + +Andre Luis Lopes () for: +- templates translations brazilian portuguese (#106133, #106137, #120934, + #120936) + +Mark Anthony Lisher for: +- discovering the problems with courier-mta and + courier-authdaemon (#100821) +- suggesting to add the LDAP schema to the courier-ldap package +- supplying patch that fixed the wrong path for sendmail + in the maildrop binary +- suggesting to start Courier LDAP alias server (#144724) + +Carlos Valdivia Yagüe () for: +- templates translations to spanish (#106365, #106598, #106599) + +Darik Horn () for: +- complaining about excess slash in URL of sqwebmail stylesheet (#106674) + +Russell Coker () for: +- sending patch for SAK problem (#92277) +- reporting problem with wrong file modes on the logcheck files (#186689) + +Tor Slettnes () for: +- reporting bug #90655 (problems with IPv6-over-IPv4 interface) + +Jose Carlos Garcia Sogo () +- reporting bug #110843 (courier-imap install problem) + +Eric Gillespie Jr. () +- reporting bug #109885 (handling of aliases not compliant with + Debian policy) + +Steve J. Kondik () +- reporting bug #111375 (broken permissions of authstart module) + +Carlos Valdivia Yagüe +- templates translations to Spanish (#106365, #106599) + +David Schmitt for: +- courier-imap init scripts not POSIX conformant (#95771) +- complaining about missing dependency for sqwebmail on maildrop (#111154) + +Tim Hunter for: +- complaining about missing dependency for courier-mlm on maildrop (#112599) + +Matt Zimmerman for: +- mass spelling check which teached me the correct spelling of authentication + (#124516, #124517, #124519, #124520) + +Mark Constable for: +- noting that moving debian/newaliases doesn't work well with multiple + calls of dpkg-buildpackage + +B. Gajdos for: +- complaining about missing dots in init script output + +Marcus Felipe Pereira for: +- detecting a init script bug in the first implementation + of the courier-pcp package +- reporting problem with missing /etc/courier/authmodulelist file (#147285) +- reporting problems with maildrop patch (#291441) + +Karl M. Hegbloom for: +- detecting that sqwebmail calls /usr/local/bin/ldapsearch + instead of /usr/bin/ldapsearch + +Torsten Knodt for: +- reporting bad permissions of /etc/courier/esmtpauthclient (#139992) + +Marcus Felipe Pereira for: +- suggesting to use the restart option of the courier-mta daemons in the + courier-mta init script + +Antti-Juhani Kaijanaho for: +- reporting that couriermlm uses the wrong path for sendmail (#139390) + +Anton Ivanov for: +- reporting that courier-pcp needs /var/run/courier/calendar/localcache + with the correct permissions (#138262) + +Andrew Shupp for: +- reporting that of the courier-mta and courier-authdaemon init scripts + with a relative path and the restart parameter failed (#142812) + +Hilko Bengen for: +- reporting that the courierfilter daemon didn't work due to wrong + permissions (#147052) + +Mikhail Sobolev for: +- reporting installation failure if /etc/courier is missing + on the system (#148659) + +Nicolas Raspail for: +- reporting failure of courier-imap-ssl startup (#170594) + +Bdale Garbee for: +- complaining that courier-doc has been build in the binary-arch + target instead of binary-indep (#170564) + +martin f krafft for: +- supplying logcheck configuration files for courier-imap, courier-imap-ssl, + courier-pop and courier-pop-ssl (#181416) + +Ryan Murray for: +- complaining about outdated config.guess/config.sub files (#186986) + +Petr Balá for: +- reporting maildir manpage conflict with maildrop (#187256) + +Oliver Thuns for: +- reporting segmentation fault caused by preline binary (#169770) + +Emmanuel Lacour for: +- init scripts patch to use defined directory variables (#190703) + +LaMont Jones for: +- reporting that dependency to libsasl-dev causes build in unstable to + fail (#191950) + +Marek Habersack for: +- reporting missing bindir variable in courier-imap init script (#192363) + +Devin Carraway for: +- reporting wrong command names in makeuserdb manpage (#193279) + +Ilgiz Kalmetev for: +- providing Russian debconf template translation (#135833-#135837) + +Manoj Srivastava for: +- reporting installation failure if imapd-ssl configuration file + is missing (#200570) + +Tatsuki Sugiura for: +- reporting problems of courier-imap init script with ash shell (#200709) + +Remi Paulmier for: +- reporting dangling symlink /usr/bin/rmail (#203505) + +James McOrmond for: +- reporting wrong permissions for /etc/courier/ldapaliasrc (#207512) + +Cory Petkovsek for: +- reporting duplicate entry in authldap.schema (#210670) + +Willi Mann for: +- writing manual page for addcr (#135218), authenumerate, sharedindexsplit, + sharedindexinstall, webmaild +- bug status investigation (#127204, #169467, #212761, #213454, #219326, #223371, #231965) +- patch for courier-doc suggests' (#275977) + +Christian Perrier for: +- patch to switch to gettext-based debconf templates (#205780) +- French translation (#207114) +- template fixes + +John V. Belmonte for: +- patch to enable esmtpd-msa daemon (#202711) + +Sebastian Bleikamp for: +- reporting problems with bashisms in courier-mta.init (#214663) + +Michael K. Edwards for: +- patches for 0.44.2 release (integration of sqwebmail daemon) + +Auke Jilderda for: +- reporting problem with imapd manpage (#227551) + +Giacomo A. Catenazzi for: +- reviewing courier-mta bugs + +Charles Fry for: +- reporting problems with courier-pop-ssl/courier-imap-ssl config script + (#238234, #238233) +- reporting problems with Monkeys.com blacklist (#238232) +- reporting problem with dangling symlink /usr/sbin/pop3d-ssl (#238708) +- reporting problem with esmtpd SSL certificate (#238814) + +Hideki Yamane for: +- Japanese translation of debconf templates + +Carlo Contavalli for: +- reporting problems with AUTHMODULES check (#244206) + +Brian May for: +- reporting conflict with maildrop (#252948) + +Mohammed Sameer for: +- reporting problems with courierauthtest due to missing authdaemon.passwd + (#256565) + +Mike O'Connor for: +- reporting inappropriate sample path for MySQL socket in + /etc/courier/authmysqlrc (#258619) + +Dann Frazier for: +- reporting and investigating broken IMAP outbox feature (#241965) + +Mark Brown for: +- complaining about the repackaging notice on new installs (#164910) + +Moritz Muehlenhoff for: +- suggesting suggests on courier-doc (#275977) + +Lehel Bernadt for: +- reporting problem with STLS (#244096) + +Mario Peschel for: +- reporting wrong location of sendmail in new_fax script (#276453) + +Michael Hummel for: +- reporting stupid typo in courier-pop init script (#276774) + +Grzegorz Janoszka for: +- reporting problems with sqwebmail (#284062) + +Juergen Beurskens for: +- reporting problems with courier-faxmail --- courier-0.68.2.orig/debian/NEWS +++ courier-0.68.2/debian/NEWS @@ -0,0 +1,67 @@ +courier (0.66.1-1) unstable; urgency=low + + The format of the autoreplies has changed. Autoreply content must now + use flowed-text markup. This affects mailbot and the equivalent + autoreply feature in sqwebmail. Existing mailbot autoreply files need + to be edited and reformatted as flowed text. Ditto for autoreplies set + up in sqwebmail. They need to be opened, and edited so that the only + linebreaks occur between paragraphs. Additionally, the autoreply text + in sqwebmail is now saved in UTF-8; existing autoreplies may need to + be transcoded manually. + + -- Stefan Hornburg (Racke) Sun, 08 May 2011 08:37:04 +0200 + +courier-imap (0.58.0.20080127-1) unstable; urgency=low + + Mismatches between ownership of the mailbox directory and the + ownership retrieved from the account database can cause mysterious + error messages. To prevent these a sanity check was added to Courier + IMAP. Such mismatches trigger the following error on login: + + BYE [ALERT] Fatal error: Account's mailbox directory is not owned + by the correct uid or gid + + The sanity check can be averted by setting IMAP_MAILBOX_SANITY_CHECK + in /etc/courier/imapd to 0 and restart Courier IMAP. + + -- Stefan Hornburg (Racke) Tue, 29 Jan 2008 13:22:09 +0100 + +courier-ssl (0.57.0-1) unstable; urgency=low + + New TLS_PROTOCOL setting SSL23 is equivalent to SSL3 in Courier before + version 0.56. Please change setting accordingly to avoid problems with + common mail user agents. + + -- Stefan Hornburg (Racke) Mon, 1 Oct 2007 15:21:15 +0200 + +courier-mlm (0.56.0-2) unstable; urgency=low + + All existing courier-mlm mailing list directories must be updated with + new configuration files. See the "update" command in the "MANUAL + COMMANDS" section of the couriermlm(1) manual page. + + -- Stefan Hornburg (Racke) Wed, 12 Sep 2007 16:58:39 -0400 + +courier (0.53.1-1) unstable; urgency=low + + Beginning with Courier 0.48, the authentication modules that used to + be part of Courier have been separated into a standalone library. All + Courier applications are now using the same authentication + infrastructure, the Courier authentication library. Packages for this + library consists of a base package (courier-authlib) and one for each + authentication method (courier-authlib-userdb, -mysql, -postgresql, + -ldap, -pipe). Unfortunately it wasn't possible to setup the + dependencies in order to allow a seamless upgrade. Please install the + package for your authentication method manually. + + -- Stefan Hornburg (Racke) Fri, 12 May 2006 12:00:03 +0200 + +courier (0.45.6-1) unstable; urgency=low + + /etc/courier/authmodulelist has been deprecated, you can remove this file + backed out patch to quell FAM error messages, we just suppress them + now as suggested by upstream. If you want to use FAM for the IMAP IDLE + command, please make sure that it works. You wouldn't get any notice + about that in the logs. + + -- Stefan Hornburg (Racke) Mon, 12 Jul 2004 00:14:44 +0200 \ No newline at end of file --- courier-0.68.2.orig/debian/README.debian +++ courier-0.68.2/debian/README.debian @@ -0,0 +1,56 @@ +Debian-specific Changes +*********************** + +I renamed some binaries because their names are way to generic: + +/usr/sbin/showconfig => /usr/sbin/courier-mtaconfig + +Patches +******* + +I added a patch from Piotr Roszatycki +to enable LDAP passwords with and without {crypt}. + +To avoid an unneeded dependency on FAM messages about failed connections +to FAM have been suppressed. + +Vpopmail +******** + +There is no support for vpopmail in the Debian packages, because +this would cause Courier to be removed from the main distribution. +See Debian bugs #182040 and #248319 for more information. + +Maildir setup +************* + +All the mail servers integrated into the Courier suite are using +the maildir storage format instead of the mbox format (refer to +the maildir(5) manual page for more information). + +The default maildir for a given user is ~/Maildir, although you +can change it by editing /etc/default/courier or running +dpkg-reconfigure -plow courier-base. + +To create a maildir, just run as the email user: +racke@linuxia.de:~# maildirmake Maildir + +Postfix +======= + +See http://www.postfix.org/faq.html#maildir for information about +how to advise Postfix to deliver into maildir's. + +Virtual Users +************* + +For virtual users specified in userdb, SQL or LDAP the following +values are required: home,uid,gid and password. + +History +******* + +0.44.2-1 +======== + +moved courierauthtest to courier-base and removed courier-debug package --- courier-0.68.2.orig/debian/addcr.pod +++ courier-0.68.2/debian/addcr.pod @@ -0,0 +1,26 @@ +=head1 NAME + +addcr - converts 0x0a to 0x0d 0x0a + +=head1 SYNOPSIS + +addcr + +=head1 DESCRIPTION + +B converts all rest-of-the-world newlines to windows-style newlines. Data +is expected on standard input and returned on standard output. If windows-style +newlines already exist, nothing is changed. + +B is used inside the Courier Mail Server but it might also be useful for +interactive use. + +=head1 SEE ALSO + +recode(1) + +=head1 AUTHOR + +This manual page was written by Willi Mann +for the Debian GNU/Linux system. + --- courier-0.68.2.orig/debian/changelog +++ courier-0.68.2/debian/changelog @@ -0,0 +1,2576 @@ +courier (0.68.2-1ubuntu5) vivid; urgency=medium + + * Build-depend on libtool-bin instead of libtool to fix FTBFS. + + -- Logan Rosen Fri, 06 Mar 2015 21:03:07 +0000 + +courier (0.68.2-1ubuntu4) utopic; urgency=medium + + * Rebuild for Perl 5.20.0. + + -- Colin Watson Thu, 21 Aug 2014 12:15:19 +0100 + +courier (0.68.2-1ubuntu3) trusty; urgency=low + + * Update config.{sub,guess} to support arm64 + + -- Luke Yelavich Wed, 30 Oct 2013 17:49:47 -0700 + +courier (0.68.2-1ubuntu2) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Wed, 23 Oct 2013 10:21:28 +0100 + +courier (0.68.2-1ubuntu1) raring; urgency=low + + * Merge from Debian unstable. Remaining changes: + - debian/control: + + Build-depend on chrpath + + Changed Build-Depend libgamin-dev instead libfam-dev + + Added Depends lsb-base to courier-mta, sqwebmail, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + + Added Depends openssl to courier-pop-ssl. + + Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl. + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop.init, debian/courier-pop-ssl.init: + + Added LSB sections + + Make use of /lib/lsb/init-functions + + Use log_*_msg instead of echo + + -- Logan Rosen Mon, 31 Dec 2012 02:38:01 -0500 + +courier (0.68.2-1) unstable; urgency=low + + * New upstream release with the following changes: + - another patch for incorrect Content-Type boundary fields + (Closes: #582765) + - fix syntax error signaled by makealiases command for aliases starting + with @ (Closes: #677627) + + -- Stefan Hornburg (Racke) Wed, 27 Jun 2012 23:19:07 +0200 + +courier (0.68.1-1) unstable; urgency=low + + * New upstream release which fixes incorrect Content-Type boundary + fields (Closes: #582765, thanks to Helge Kreutzmann + for investigation). + * Add postrm maintainer script to courier-mta-ssl package for removing + SSL certificate. + * Fix inconsistency between esmtpd.cnf and mkesmtpdcert script + (Closes: #672159, thanks to Andreas Beckmann for + the report). + * Get rid of echo -e in courier-mta's postinst script to avoid problems + with dash as shell (Closes: #645786, thanks to Flavio Stanchina + for the report). + * Add build-arch and build-indep targets to debian/rules. + + -- Stefan Hornburg (Racke) Wed, 09 May 2012 12:43:53 +0200 + +courier (0.67.0-2) unstable; urgency=low + + * Force umask to 0022 for make install and make install-perms + (Closes: #669523, thanks to Lucas Nussbaum + for the report). + * Change priority for courier-pop-ssl and courier-faxmail package to + extra. + + -- Stefan Hornburg (Racke) Fri, 20 Apr 2012 14:05:53 +0200 + +courier (0.67.0-1) unstable; urgency=low + + * New upstream release. + * Fix init script crash on missing calendarmode configuration file + (Closes: #647499, thanks to Flavio Stanchina + for the report). + * Add patch to fix bad so link within man pages. + + [أحمد المحمودي ] + + * Make sure that /etc/courier exists (Closes: #582405). + * Depend on default-mta instead of exim4 (Closes: #582411). + + -- Stefan Hornburg (Racke) Tue, 17 Apr 2012 10:13:13 +0200 + +courier (0.66.3-4) unstable; urgency=low + + [Marco Balmer] + + * Add Suggests for couriergrey to courier-mta package (Closes: #658277) + + [Joe Dalton] + + * Add Danish translation of Debconf templates (Closes: #605073) + + -- Stefan Hornburg (Racke) Fri, 03 Feb 2012 08:37:52 +0100 + +courier (0.66.3-2) unstable; urgency=low + + [Moritz Mühlenhoff] + + * Apply patch for enable hardening options and missing format strings + (Closes: #654794) + + -- Stefan Hornburg (Racke) Thu, 05 Jan 2012 17:50:33 -0500 + +courier (0.66.3-1) unstable; urgency=low + + * new upstream release + * fix FTBFS caused by umask error (Closes: #634595, thanks to Willi Mann + for the patch) + * fix lintian overrides for binary-or-shlib-defines-rpath + + -- Stefan Hornburg (Racke) Thu, 01 Sep 2011 09:46:09 +0200 + +courier (0.66.1-1ubuntu4) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Wed, 16 Nov 2011 13:56:40 +0000 + +courier (0.66.1-1ubuntu3) oneiric; urgency=low + + * Fix debian/rules to install with correct umask. (LP: #803176) + + -- Jean-Louis Dupond Wed, 06 Jul 2011 13:05:17 +0200 + +courier (0.66.1-1ubuntu2) oneiric; urgency=low + + * Fix umask to fix FTBFS. (LP: #803176) + + -- Jean-Louis Dupond Wed, 06 Jul 2011 11:57:03 +0200 + +courier (0.66.1-1ubuntu1) oneiric; urgency=low + + * Merge from debian unstable. (LP: #803176) Remaining changes: + - debian/control: + + Build-depend on chrpath + + Changed Build-Depend libgamin-dev instead libfam-dev + + Changed Depends to default-mta instead exim4 + + Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + + Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + + Added LSB sections + + Make use of /lib/lsb/init-functions + + Use log_*_msg instead of echo + - debian/courier-imap-ssl.postinst, debian/courier-mta-ssl.postinst, + debian/courier-mta.postinst, debian/courier-pop-ssl.postinst: If + /etc/courier for some reason does not exist, some of the + postinst scripts could die horribly. Make sure that it does. + + -- Jean-Louis Dupond Tue, 17 May 2011 02:59:29 +0100 + +courier (0.66.1-1) unstable; urgency=low + + * new upstream release (Closes: #622014, fixes FTBFS due to removed + SSLv2 support in recent OpenSSL versions) + * fix line length of description for courier-mta package + + -- Stefan Hornburg (Racke) Sun, 08 May 2011 08:37:04 +0200 + +courier (0.65.3-2) unstable; urgency=medium + + * fix tests for SSL certificates in postinst scripts + (Closes: #619008, #619009, thanks to Holger Levsen + for the report) + + -- Stefan Hornburg (Racke) Mon, 21 Mar 2011 12:12:39 +0100 + +courier (0.65.3-1) unstable; urgency=low + + * new upstream release + * double ULIMIT value in esmtpd configuration file to avoid allocation + failures on startup of SMTP/SSL server (Closes: #601443, thanks to + Buford Sanchez for the report) + * fix accidentally removed symbolic links to SSL certificates in + postinst scripts (Closes: #592092, thanks to Thibault Richard + for the report) + + -- Stefan Hornburg (Racke) Fri, 18 Feb 2011 10:41:11 +0100 + +courier (0.65.2.20110123-1) experimental; urgency=low + + * new upstream snapshot release (Closes: #561264, fixes problem with bindv6only) + * add missing dependencies on debconf (Closes: #582412, thanks to + أحمد المحمودي for the patch) + * lintian fixes + - adjust description of courier-imap package to fit within 80 characters. + * add status action to IMAP, POP and SqWebMail init scripts. + * fix FTBFS with ld --as-needed (Closes: #607103, thanks to Matthias + Klose for the patch) + * fix bashism in filterctl script (Closes: #530058) + * remove LDFLAGS=-lcrypt from build options (Closes: #607124, thanks to Matthias + Klose for the report) + + -- Stefan Hornburg (Racke) Tue, 08 Feb 2011 11:56:27 +0100 + +courier (0.65.2-1) experimental; urgency=low + + * new upstream release (Closes: #576249, thanks to Helge Kreutzmann + for the report) + + -- Stefan Hornburg (Racke) Mon, 08 Nov 2010 11:26:36 +0100 + +courier (0.65.0-3ubuntu4) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Thu, 12 May 2011 09:28:06 +0100 + +courier (0.65.0-3ubuntu3) natty; urgency=low + + * Revert: + - Fix FTBFS by adding --no-as-needed to the linker command. + - debian/rules: Add the path to the courier-authlib DSO in LDFLAGS to fix + FTBFS caused by the new linking behavior in GCC 4.5 . + * Properly fix the link order of libraries. + + -- Matthias Klose Tue, 14 Dec 2010 15:54:45 +0100 + +courier (0.65.0-3ubuntu2) natty; urgency=low + + * Fix FTBFS by adding --no-as-needed to the linker command. (LP: #690161) + + -- Bilal Akhtar Tue, 14 Dec 2010 16:24:09 +0300 + +courier (0.65.0-3ubuntu1) natty; urgency=low + + * Merge from Debian Unstable. Remaining changes: + - debian/control: + + Build-depend on chrpath + + Changed Build-Depend libgamin-dev instead libfam-dev + + Changed Depends to default-mta instead exim4 + + Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + + Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + + Added LSB sections + + Make use of /lib/lsb/init-functions + + Use log_*_msg instead of echo + - debian/courier-imap-ssl.postinst, debian/courier-mta-ssl.postinst, + debian/courier-mta.postinst, debian/courier-pop-ssl.postinst: If + /etc/courier for some reason does not exist, some of the + postinst scripts could die horribly. Make sure that it does. + - debian/rules: Add the path to the courier-authlib DSO in LDFLAGS to fix + FTBFS caused by the new linking behavior in GCC 4.5 . + + -- Bilal Akhtar Fri, 10 Dec 2010 09:42:46 +0300 + +courier (0.65.0-3) unstable; urgency=low + + * add Danish translation of Debconf templates (Closes: #605073, thanks + to Joe Dalton ) + + -- Stefan Hornburg (Racke) Mon, 29 Nov 2010 08:48:11 +0100 + +courier (0.65.0-2ubuntu1) natty; urgency=low + + * Merge from Debian unstable. Remaining changes: + - debian/control: + + Build-depend on chrpath + + Changed Build-Depend libgamin-dev instead libfam-dev + + Changed Depends to default-mta instead exim4 + + Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + + Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + + Added LSB sections + + Make use of /lib/lsb/init-functions + + Use log_*_msg instead of echo + - debian/courier-imap-ssl.postinst, debian/courier-mta-ssl.postinst, + debian/courier-mta.postinst, debian/courier-pop-ssl.postinst: If + /etc/courier for some reason does not exist, some of the + postinst scripts could die horribly. Make sure that it does. + * debian/rules: Add the path to the courier-authlib DSO in LDFLAGS to fix + FTBFS caused by the new linking behavior in GCC 4.5 . + + -- Bilal Akhtar Wed, 27 Oct 2010 15:15:34 +0300 + +courier (0.65.0-2) unstable; urgency=medium + + * raise ulimit in /etc/courier/imapd to 131072 (Closes: #597434) + + -- Stefan Hornburg (Racke) Fri, 24 Sep 2010 13:32:07 +0200 + +courier (0.65.0-1ubuntu1) maverick; urgency=low + + * Merge from Debian unstable. Remaining changes: + - debian/control: + + Build-depend on chrpath + + Changed Build-Depend libgamin-dev instead libfam-dev + + Changed Depends to default-mta instead exim4 + + Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + + Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + + Added LSB sections + + Make use of /lib/lsb/init-functions + + Use log_*_msg instead of echo + - debian/courier-imap-ssl.postinst, debian/courier-mta-ssl.postinst, + debian/courier-mta.postinst, debian/courier-pop-ssl.postinst: If + /etc/courier for some reason does not exist, some of the + postinst scripts could die horribly. Make sure that it does. + + -- أحمد المحمودي (Ahmed El-Mahmoudy) Wed, 02 Jun 2010 12:04:18 +0300 + +courier (0.65.0-1) unstable; urgency=low + + * new upstream release + - fixes IMAP error message (Closes: #583989, thanks to Adam Warner + for the report) + * fix insecure invocations of ghostscript in courier-faxmail + (Closes: #584001, thanks to Paul Szabo for + the report) + * update Build-Depends to use libldap2-dev instead of libldap-dev + (Closes: #582414) + * update courier-webadmin dependency from apache to apache2 + (Closes: #582413) + + -- Stefan Hornburg (Racke) Tue, 01 Jun 2010 17:37:28 +0200 + +courier (0.64.2-1ubuntu1) maverick; urgency=low + + * Merge from Debian unstable (LP: #583326). Remaining changes: + - debian/control: + + Build-depend on chrpath + + Changed Build-Depend libgamin-dev instead libfam-dev + + Updated Build-Depend to libldap2-dev instead libldap-dev + + Changed Depends to apache2 instead apache + + Changed Depends to default-mta instead exim4 + + Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + + Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + + Added LSB sections + + Make use of /lib/lsb/init-functions + + Use log_*_msg instead of echo + - debian/courier-imap-ssl.postinst, debian/courier-mta-ssl.postinst, + debian/courier-mta.postinst, debian/courier-pop-ssl.postinst: If + /etc/courier for some reason does not exist, some of the + postinst scripts could die horribly. Make sure that it does. + + -- أحمد المحمودي (Ahmed El-Mahmoudy) Thu, 20 May 2010 15:49:41 +0300 + +courier (0.64.2-1) unstable; urgency=low + + * new upstream release + * depend on latest release of courier-authlib to prevent build failures + (Closes: #574106) + * removed outdated config.{guess,sub} files (Closes: #559488, thanks to Bradley Smith + for the report) + * courier-ldap start script now creates runtime directory if necessary + (Closes: #573435, thanks to Petter Reinholdtsen ) + * ensure that local LDAP server starts before Courier LDAP alias server + * debian/watch file added (Closes: #566737, thanks to Jan Dittberner + for the patch) + * applied patch from Jeff Jansen to stop courier-pop-ssl even if + POP3DSSLSTART is no + + -- Stefan Hornburg (Racke) Thu, 22 Apr 2010 09:10:06 +0200 + +courier (0.63.0-2.1ubuntu1) lucid; urgency=low + + * Merge from debian testing. Remaining changes: + - debian/watch - Added + - debian/control: + + Build-depend on chrpath + + Changed Build-Depend libgamin-dev instead libfam-dev + + Updated Build-Depend to libldap2-dev instead libldap-dev + + Dropped Build-Depend libmysqlclient-dev + + Changed Depends to apache2 instead apache + + Changed Depends to default-mta instead exim4 + + Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + + Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + + Added Depends openssl to courier-pop-ssl + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + + Added LSB sections + + Added common-session + - debian/*.init: use log_success_msg instead of echo + + If /etc/courier for some reason does not exist, some of the + postinst scripts could die horribly. Make sure that it does. + + Required-Start and Required-Stop lsb fields similar to Debian version. + + -- Scott Kitterman Sun, 04 Apr 2010 21:56:02 -0400 + +courier (0.63.0-2.1) unstable; urgency=low + + * Non-maintainer upload. + * use system libtool (Closes: #560614) + + -- Jan Dittberner Sun, 24 Jan 2010 14:44:46 +0100 + +courier (0.63.0-2) unstable; urgency=low + + * depend on current version of courier-authlib (Closes: #517458) + * use default for IMAP_UMASK (Closes: #552368, thanks to Flavio + Stanchina for the report) + * replaced obsolete dependency gs with ghostscript (Closes: #539652, + thanks to Jonas Smedegaard for the report) + * added missing build dependency po-debconf (Closes: #554182, thanks to + Manoj Srivastava for the report) + * lintian fixes + - fixed POD errors in sharedindexsplit manual page + - made debhelper versioned dependency compliant with debian/compat + - added ${misc:Depends} for all packages + - moved addcr manpage to section 1 + - overriding binary-or-shlib-defines-rpath for /usr/lib/courier-authlib + - create /var/run/courier/calendar at runtime + - bumped up Standards-Version + - eliminated commands with absolute paths in maintainer scripts + * ensure proper permissions on /var/run/courier for courier-mta + (Closes: #555087, thanks to Heiner Markert + for the report) + * updated Russian translation of Debconf templates (Closes: #556387, + thanks to Sergey Alyoshin ) + + -- Stefan Hornburg (Racke) Mon, 16 Nov 2009 19:28:07 +0100 + +courier (0.63.0-1ubuntu1) lucid; urgency=low + + * Merge from debian testing, remaining changes: + - Fix deprecated chown usage in debian/courier-webadmin.postinst + - Fix rpath issue. http://wiki.debian.org/RpathIssue + - Bumped Standards-Version to 3.8.0 + - debian/watch - Added + - debian/control: + + Change build-dep on gs | gs-aladdin to ghostscript + + Build-depend on chrpath + + Fixed courier-mta's line too long issue on long description + + Fixed courier-imap's line too long issue on long description + + Change courier-faxmail's Depend on gs | gs-aladdin to ghostscript + + Changed Build-Depend libgamin-dev instead libfam-dev + + Updated Build-Depend to debhelper >= 5.0.37 + + Updated Build-Depend to libldap2-dev instead libldap-dev + + Dropped Build-Depend libmysqlclient-dev + + Added Build-Depend po-debconf + + Changed Depends to apache2 instead apache + + Changed Depends to postfix instead exim4 + + Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + + Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + + Added Depends openssl to courier-pop-ssl + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + + Added LSB sections + + Fixed MAILDIR var to MAILDIRPATH + - debian/sqwebmail.pam: + + Added common-session + - debian/*.init: use log_success_msg instead of echo + + If /etc/courier for some reason does not exist, some of the + postinst scripts could die horribly. Make sure that it does. + + Required-Start and Required-Stop lsb fields similar to Debian version. + - Add debhelper token to courier-mta.preinst + - Disable parallel builds in debian/rules so it will actually build + - Removed unneeded config.* files from the diff + - Removed patch for maildrop (unneeded AFAIK, and breaks the build now) + - Removed webmail piddir patch, merged upstream + - Resolved FTBFS in maildrop/webmail + - Fix FTBFS due to invalid const char * conversion + + -- Nicolas Valcárcel Scerpella (Canonical) Tue, 24 Nov 2009 11:47:30 -0500 + +courier (0.63.0-1) unstable; urgency=low + + * New upstream release + - fixes libtool errors (Closes: #527749, #527833) + * Applied patch to add missing include avoiding FTBFS with GCC 4.4 + (Closes: #505132, thanks to Martin Michlmayr for the + report) + * Disable POP3_STARTTLS and POP3_TLS_REQUIRED by default (Closes: #284327) + * Updated Spanish translation of Debconf templates (Closes: #506776, + thanks to Francisco Javier Cuadrado ) + * Updated Czech translation of Debconf templates (Closes: #529279, thanks + to Martin Sín ) + * Homepage added to debian/control. + * Fix syntax error in clean rule (Closes: #532436) + + -- Stefan Hornburg (Racke) Thu, 22 Oct 2009 08:48:34 +0200 + +courier (0.61.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/courier-base.postinst, debian/courier-base.prerm: + + Rename alternatives maildir.5 and maildirquota.7 to maildir.5.gz and + maildirquota.7.gz to match names used by the maildrop package for these + same alternatives (Closes: #521037). + + -- Gilles Filippini Wed, 23 Sep 2009 10:09:17 +0200 + +courier (0.61.2-1ubuntu2) karmic; urgency=low + + * Fix FTBFS due to invalid const char * conversion (LP: #414842). + + -- Ilya Barygin Wed, 16 Sep 2009 12:25:55 +0400 + +courier (0.61.2-1ubuntu1) karmic; urgency=low + + * Merge from debian unstable, remaining changes: + - Fix deprecated chown usage in debian/courier-webadmin.postinst + - Fix rpath issue. http://wiki.debian.org/RpathIssue + - Bumped Standards-Version to 3.8.0 + - debian/watch - Added + - debian/control: + + Change build-dep on gs | gs-aladdin to ghostscript + + Build-depend on chrpath + + Fixed courier-mta's line too long issue on long description + + Fixed courier-imap's line too long issue on long description + + Change courier-faxmail's Depend on gs | gs-aladdin to ghostscript + + Changed Build-Depend libgamin-dev instead libfam-dev + + Updated Build-Depend to debhelper >= 5.0.37 + + Updated Build-Depend to libldap2-dev instead libldap-dev + + Dropped Build-Depend libmysqlclient-dev + + Added Build-Depend po-debconf + + Changed Depends to apache2 instead apache + + Changed Depends to postfix instead exim4 + + Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + + Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + + Added Depends openssl to courier-pop-ssl + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + + Added LSB sections + + Fixed MAILDIR var to MAILDIRPATH + - debian/sqwebmail.pam: + + Added common-session + - debian/*.init: use log_success_msg instead of echo + + If /etc/courier for some reason does not exist, some of the + postinst scripts could die horribly. Make sure that it does. + + Required-Start and Required-Stop lsb fields similar to Debian version. + - Add debhelper token to courier-mta.preinst + - Disable parallel builds in debian/rules so it will actually build + - Removed unneeded config.* files from the diff + - Removed patch for maildrop (unneeded AFAIK, and breaks the build now) + - Removed webmail piddir patch, merged upstream + - Resolved FTBFS in maildrop/webmail + + [ Morten Kjeldgaard ] + * Fix FTBFS by including cstdio in afx/afx.h. + + -- César Muñoz Albitres Sun, 03 May 2009 16:41:43 -0500 + +courier (0.61.2-1) unstable; urgency=low + + * New upstream release. + * Lintian: + - fix chown in courier-webadmin postinst + - removed courier-base preinst + - added debhelper token to courier-mta.preinst + - removed *.conffiles + + -- Stefan Hornburg (Racke) Sun, 08 Mar 2009 16:42:08 +0100 + +courier (0.61.1-1) unstable; urgency=low + + * New upstream release. + + -- Stefan Hornburg (Racke) Tue, 17 Feb 2009 18:39:54 +0100 + +courier (0.60.0-2ubuntu1) jaunty; urgency=low + + * Merge from debian unstable, remaining changes: + - Fix deprecated chown usage in debian/courier-webadmin.postinst + - Fix rpath issue. http://wiki.debian.org/RpathIssue + - Removed unnecesary debian/conffiles files. + - Bumped Standards-Version to 3.8.0 + - debian/watch - Added + - debian/control: + + Change build-dep on gs | gs-aladdin to ghostscript + + Build-depend on chrpath + + Fixed courier-mta's line too long issue on long description + + Fixed courier-imap's line too long issue on long description + + Change courier-faxmail's Depend on gs | gs-aladdin to ghostscript + + Changed Build-Depend libgamin-dev instead libfam-dev + + Updated Build-Depend to debhelper >= 5.0.37 + + Updated Build-Depend to libldap2-dev instead libldap-dev + + Dropped Build-Depend libmysqlclient-dev + + Added Build-Depend po-debconf + + Changed Depends to apache2 instead apache + + Changed Depends to postfix instead exim4 + + Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + + Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + + Added Depends openssl to courier-pop-ssl + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + + Added LSB sections + + Fixed MAILDIR var to MAILDIRPATH + - debian/sqwebmail.pam: + + Added common-session + - debian/*.init: use log_success_msg instead of echo + + If /etc/courier for some reason does not exist, some of the + postinst scripts could die horribly. Make sure that it does. + + Required-Start and Required-Stop lsb fields similar to Debian version. + - Add debhelper token to courier-mta.preinst + - Disable parallel builds in debian/rules so it will actually build + - Removed unneeded config.* files from the diff + - Removed patch for maildrop (unneeded AFAIK, and breaks the build now) + - Removed webmail piddir patch, merged upstream + - Resolved FTBFS in maildrop/webmail + + -- Nicolas Valcárcel Wed, 05 Nov 2008 08:43:18 -0500 + +courier (0.60.0-2) unstable; urgency=low + + * Added Italian translation of Debconf templates (Closes: #494536, + thanks to Luca Monducci ) + * Updated Swedish translation of Debconf templates (Closes: #491477, + thanks to Martin Ã…gren ) + + -- Stefan Hornburg (Racke) Sun, 07 Sep 2008 11:18:21 +0200 + +courier (0.60.0-1ubuntu2) intrepid; urgency=low + + * Do not strip rpath info as it's needed to succesfully load + the shared libraries in /usr/lib/courier-authlib (LP: #260899) + + -- Javier Uruen Val Sun, 24 Aug 2008 11:52:00 -0400 + +courier (0.60.0-1ubuntu1) intrepid; urgency=low + + [ Nicolas Valcárcel ] + * Fix deprecated chown usage in debian/courier-webadmin.postinst + * Fix rpath issue. http://wiki.debian.org/RpathIssue + * debian/control: + - Build-depend on chrpath + - Fixed courier-mta's line too long issue on long description + - Fixed courier-imap's line too long issue on long description + - Change courier-faxmail's Depend on gs | gs-aladdin to ghostscript + * Removed unnecesary debian/conffiles files: + - courier-pop-ssl.conffiles + - courier-pop.conffiles + - courier-pcp.conffiles + - courier-mta-ssl.conffiles + - courier-mta.conffiles + - courier-base.conffiles + - courier-faxmail.conffiles + - courier-imap.conffiles + - courier-imap-ssl.conffiles + - courier-ldap.conffiles + - courier-maildrop.conffiles + - courier-mlm.conffiles + - sqwebmail.conffiles + * Bumped Standards-Version to 3.8.0 + * Merge from debian unstable (LP: #254681), remaining changes: + - debian/watch - Added + - debian/control: + - Changed Build-Depend libgamin-dev instead libfam-dev + - Updated Build-Depend to debhelper >= 5.0.37 + - Updated Build-Depend to libldap2-dev instead libldap-dev + - Dropped Build-Depend libmysqlclient-dev + - Added Build-Depend po-debconf + - Changed Depends to apache2 instead apache + - Changed Depends to postfix instead exim4 + - Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + - Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + - Added Depends openssl to courier-pop-ssl + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + - Added LSB sections + - Fixed MAILDIR var to MAILDIRPATH + - debian/sqwebmail.pam: + - Added common-session + - debian/control: + - Changed maintainer to MOTU + - debian/*.init: use log_success_msg instead of echo + - If /etc/courier for some reason does not exist, some of the + postinst scripts could die horribly. Make sure that it does. + - Required-Start and Required-Stop lsb fields similar to Debian version. + + [ Scott Kitterman ] + * Touched up debian/changelog formatting + * Change build-dep on gs | gs-aladdin to ghostscript + * Add debhelper token to courier-mta.preinst + * Disable parallel builds in debian/rules so it will actually build + + [ Michael Casadevall ] + * Removed unneeded config.* files from the diff + * Removed patch for maildrop (unneeded AFAIK, and breaks the build now) + * Removed webmail piddir patch, merged upstream + * Resolved FTBFS in maildrop/webmail + + -- Michael Casadevall Wed, 19 Aug 2008 01:33:50 -0400 + +courier (0.60.0-1) unstable; urgency=low + + * New upstream release, removing IEFT license from internet draft file (Closes: #482048) + * Adding diversion for addcr (Closes: #476489, thanks to Gerrit Pape + for the patch) + * Ensure that MAILDIRPATH is set in init scripts (Closes: #490976, + thanks to Mario Izquierdo for the report and + the patch) + + -- Stefan Hornburg (Racke) Thu, 17 Jul 2008 12:01:59 +0200 + +courier (0.59.0-3ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable. (LP: #226093, #230016, #209449) Remaining + Ubuntu changes: + - debian/watch - Added + - debian/control: + - Bumped Standards-Version to 3.7.3 + - Changed Build-Depend libgamin-dev instead libfam-dev + - Updated Build-Depend to debhelper >= 5.0.37 + - Updated Build-Depend to libldap2-dev instead libldap-dev + - Dropped Build-Depend libmysqlclient-dev + - Added Build-Depend po-debconf + - Changed Depends to apache2 instead apache + - Changed Depends to postfix instead exim4 + - Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + - Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + - Added Depends openssl to courier-pop-ssl + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + - Added LSB sections + - Fixed MAILDIR var to MAILDIRPATH + - debian/sqwebmail.pam: + - Added common-session + - debian/control: + - Changed maintainer to MOTU + - debian/*.init: use log_success_msg instead of echo + - If /etc/courier for some reason does not exist, some of the + postinst scripts could die horribly. Make sure that it does. + - Required-Start and Required-Stop lsb fields similar to Debian version. + + -- Stefan Ebner Fri, 20 Jun 2008 14:50:50 -0400 + +courier (0.59.0-3) unstable; urgency=high + + * Applied upstream patch removing IETF license from internet draft files + (Closes: #482048, thanks to Simon Josefsson for + the report) + + -- Stefan Hornburg (Racke) Wed, 04 Jun 2008 13:47:12 +0200 + +courier (0.59.0-2) unstable; urgency=low + + * Updated French translation of Debconf templates (Closes: #442215, + thanks to Christian Perrier ) + * Updated German translation of Debconf templates (Closes: #476887, + thanks to Holger Wansing ) + * Updated Finnish translation of the Debconf templates (Closes: #475241, + thanks to Esko Arajärvi ) + * Updated Czech translation of Debconf templates (Closes: #479213, thanks + to Martin Sín ) + * Added Basque translation of Debconf templates (Closes: #479461, thanks + to iarres Beobide ) + * Updated Turkish translation of Debconf templates (Closes: #479531, + thanks to Mehmet Turker ) + * Updated Portuguese translation of Debconf templates (Closes: #479642, + thanks to Miguel Figueiredo ) + * Updated Vietnamese translation of Debconf templates (Closes: #479747, + thanks to Clytie Siddall ) + * Updated Galician translation of Debconf templates (Closes: #479790, + thanks to Jacobo Tarrio ) + * Updated Dutch translation of Debconf templates (Closes: #480126, + thanks to Bart Cornelis ) + * Updated Japanese translation of Debconf templates (Closes: #480881, + thanks to Hideki Yamane ) + * Updated Russian translation of Debconf templates (Closes: #480916, + thanks to Yuri Kozlov ) + * Debhelper compatibility level increased to 5 and moved to debian/compat + * Don't ignore make clean errors + + -- Stefan Hornburg (Racke) Thu, 22 May 2008 13:47:55 +0200 + +courier (0.59.0-1) unstable; urgency=low + + * new upstream release + * remove /var/lib/courier/couriersslcache on purge (Closes: #463497, + thanks to Peter Eisentraut for the report) + * use MAILDIRPATH from Courier configuration files + (Closes: #463233, #441225) + * fix bashism in courier-mta postinst script (Closes: #472226, thanks to + Raphael Geissert for the report) + * build depend on automake instead of automake1.8 (Closes: #473361, + thanks to Eric Dorland for the report) + * removed TABs from NEWS file + * added short descriptions to LSB init info + * lintian: + - added copyright notice to debian/copyright + - fixed doc-base section for sqwebmail package + - use ${shlibs:Depends} for a proper libc dependency + - override for linking with openssl added + + -- Stefan Hornburg (Racke) Thu, 3 Apr 2008 18:25:47 +0200 + +courier (0.58.0.20080127-1ubuntu1) hardy; urgency=low + + * Merge from Debian unstable (LP: #188746) + * Automatically merged by DaD: + - debian/watch - Added + - debian/compat - Added + - debian/control: + - Bumped Standards-Version to 3.7.3 + - Changed Build-Depend libgamin-dev instead libfam-dev + - Updated Build-Depend to debhelper >= 5.0.37 + - Updated Build-Depend to libldap2-dev instead libldap-dev + - Updated Build-Depend to apache2 instead apache + - Dropped Build-Depend libmysqlclient-dev + - Added Build-Depend po-debconf + - Changed Depends to postfix instead exim4 + - Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + - Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + - Added Depends openssl to courier-pop-ssl + - debian/courier-imap.templates - Added + - debian/courier-base.templates, debian/courier-webadmin.templates, + debian/sqwebmail.templates: + - Grammar and prompt cleanup + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + - Added LSB sections + - Fixed MAILDIR var to MAILDIRPATH + - debian/rules: + - Dropped DH_COMPAT + - Fixed shared/index to drop warnings + - debian/sqwebmail.pam: + - Added common-session + - debian/srcmgr: + - Fixed to remove recursive + * Remaining Ubuntu manual changes: + - debian/control: + - Changed maintainer to MOTU + - debian/*.init: use log_success_msg instead of echo + - If /etc/courier for some reason does not exist, some of the + postinst scripts could die horribly. Make sure that it does. + - Required-Start and Required-Stop lsb fields similar to Debian version. + - Removed trailing whitespace everywhere. + + -- Morten Kjeldgaard Sun, 03 Feb 2008 22:04:13 +0100 + +courier (0.58.0.20080127-1) unstable; urgency=low + + * new upstream release (development snapshot) + * SPF fix for %{ir} macro + * tell user about newly introduced sanity check on mailbox directory + ownership (Closes: #456637, thanks to Jerome Benoit + for the report) + * add /usr/lib/cgi-bin directory to sqwebmail package to fix + installation problem with yaws webserver (Closes: #462515, #426330, + thanks to Lucas Nussbaum for the report + and Willi Mann for pointing out a solution) + * alternative for makedat added to avoid conflicts with maildrop package + * added LSB dependency info to init scripts (Closes: #458433, thanks to + Petter Reinholdtsen for the patch) + * remove inappropriate reload option from init scripts (Closes: #449175, + thanks to Peter Eisentraut for the report) + * fix FTBFS with GCC 4.3 due to missing #includes (Closes: #456096, + thanks to Martin Michlmayr for the report) + * removed spurious dot from debian/rules causing weird version for + courier-imap package (Closes: #462870, thanks to Steve Langasek + for the report) + * recognize logger options for Courier POP (Closes: #418878) + * updated Japanese translation of debconf templates (Closes: #463168, + thanks to Hideki Yamane ) + * upgrade sqwebmail's webserver dependency to apache2 or httpd-cgi + + -- Stefan Hornburg (Racke) Thu, 31 Jan 2008 20:25:05 +0100 + +courier (0.58.0-1ubuntu2) hardy; urgency=low + + * No-change rebuild against libldap-2.4-2. + + -- Steve Langasek Tue, 05 Feb 2008 22:59:20 -0800 + +courier (0.58.0-1ubuntu1) hardy; urgency=low + + * Merge from debian unstable, remaining changes: + - debian/watch - Added + - debian/compat - Added + - debian/control: + - Changed maintainer to MOTU + - Bumped Standards-Version to 3.7.3 + - Changed Build-Depend libgamin-dev instead libfam-dev + - Updated Build-Depend to debhelper >= 5.0.37 + - Updated Build-Depend to libldap2-dev instead libldap-dev + - Updated Build-Depend to apache2 instead apache + - Dropped Build-Depend libmysqlclient-dev + - Added Build-Depend po-debconf + - Changed Depends to postfix instead exim4 + - Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + - Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, + courier-imap-ssl + - Added Depends openssl to courier-pop-ssl + - debian/courier-imap.templates - Added + - debian/courier-base.templates, debian/courier-webadmin.templates, + debian/sqwebmail.templates: + - Grammar and prompt cleanup + - debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + - Added LSB sections + - Fixed MAILDIR var to MAILDIRPATH + - debian/po/cs.po, debian/po/es.po, debian/po/fr.po, + debian/po/gl.po, debian/po/ja.po, debian/po/nl.po, debian/po/pt.po, + debian/po/pt_BR.po, debian/po/ru.po, debian/po/sv.po, debian/po/tr.po, + debian/po/vi.po, debian/po/templates.pot: + - Fixed + - debian/rules: + - Dropped DH_COMPAT + - Fixed shared/index to drop warnings + - debian/sqwebmail.pam: + - Added common-session + - debian/srcmgr: + - Fixed to remove recursive + + -- Scott Kitterman Tue, 15 Jan 2008 14:58:21 -0500 + +courier (0.58.0-1) unstable; urgency=low + + * new upstream release + * removed obsolete courier-base/authlib-initial template + (Closes: #446588, thanks to Christian Perrier for + the report) + * include port in logcheck files + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project + (Closes: #449518, #449518) + * update Galician translation of Debconf templates (Closes: #450997, + thanks to Jacobo Tarrio ) + * update Portugues translation of Debconf templates (Closes: #451154, + thanks to Miguel Figueiredo ) + * update German translation of Debconf templates (Closes: #451649, + thanks to Holger Wansing ) + * added Finnish translation of Debconf templates (Closes: #452439, + thanks to Esko Arajärvi ) + * updated Turkish translation of Debconf templates (Closes: #452505, + thanks to Mehmet Turker ) + * updated Russian translation of Debconf templates (Closes: #452935, + thanks to Sergey Alyoshin ) + * updated Dutch translation of Debconf templates (Closes: #452952, + thanks to Bart Cornelis ) + * updated Vietnamese translation of Debconf templates (Closes: #453624, + thanks to Clytie Siddall ) + + -- Stefan Hornburg (Racke) Wed, 5 Dec 2007 11:07:13 +0100 + +courier (0.57.0-1ubuntu1) hardy; urgency=low + + * Merge from Debian unstable. Remaining Ubuntu changes: + * debian/watch: + Added + * debian/compat: + Added + * debian/control: + Added Original-Maitainer + Fixed Maintainer to MOTU + Fixed Standards-Version to 3.7.2 + Fixed Build-Depend libgamin-dev instead libfam-dev + Updated Build-Depend to debhelper >= 5.0.37 + Updated Build-Depend to libldap2-dev instead libldap-dev + Updated Build-Depend to apache2 instead apache + Dropped Build-Depend libmysqlclient-dev + Added Build-Depend po-debconf + Fixed Depends to postfix instead exim4 + Added Depends debconf to courier-mta, sqwebmail, courier-imap, + courier-webadmin, courier-pop, courier-ssl + Added Depends lsb-base to courier-mta, sqwebmail, courier-imap, + courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl, courier-imap-ssl + Added Depends openssl to courier-pop-ssl + * debian/courier-imap.templates: + - Added + * debian/courier-base.templates, debian/courier-webadmin.templates, + debian/sqwebmail.templates: + - Grammar and prompt cleanup + * debian/courier-imap.init, debian/courier-imap-ssl.init, + debian/courier-ldap.init, debian/courier-mta.init, + debian/courier-mta-ssl.init, debian/courier-pcp.init, + debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init: + - Added LSB sections + - Fixed MAILDIR var to MAILDIRPATH + * debian/po/cs.po, debian/po/cs.po, debian/po/es.po, debian/po/fr.po, + debian/po/gl.po, debian/po/ja.po, debian/po/nl.po, debian/po/pt.po, + debian/po/pt_BR.po, debian/po/ru.po, debian/po/sv.po, debian/po/tr.po, + debian/po/vi.po, debian/po/templates.pot: + - Fixed + * debian/rules: + - Dropped DH_COMPAT + - Fixed shared/index to drop warnings + - Fixed clean rule to check Makefile + * debian/sqwebmail.pam: + - Added common-session + * debian/srcmgr: + - Fixed to remove recursive + + -- Fernando Ribeiro Tue, 23 Oct 2007 23:05:18 -0300 + +courier (0.57.0-1) unstable; urgency=low + + * new upstream release, now under GPL version 3 + * TLS_PROTOCOL defaults to SSL23 in the configuration files + (Closes: #442271, thanks to Jean-Christophe Dubacq + for the report) + * added empty /etc/courier/shared/index (Closes: #442241) + * updated German translation of Debconf templates (Closes: #442864, + thanks to Holger Wansing ) + * updated Portuguese translation of Debconf templates (Closes: #444476, + thanks to Miguel Figueiredo ) + + -- Stefan Hornburg (Racke) Sun, 30 Sep 2007 22:20:55 +0200 + +courier (0.56.0-2ubuntu2) gutsy; urgency=low + + * Add SSLv23_method() to tcpd/libcouriertls.c to support combined SSL v2/v3 + (LP: #150067) - Change backported from Courier 0.57 + + -- Scott Kitterman Sun, 07 Oct 2007 00:23:12 -0400 + +courier (0.56.0-2ubuntu1) gutsy; urgency=low + + * Merge from Debian unstable. Remaining Ubuntu changes: + - change MAILDIR to MAILDIRPATH in imap, imap/ssl, pop, and pop/ssl inits + - build-depend on libmysqlclient15-dev only + - build-depend on libgamin-dev instead of libfam-dev + - depend on postfix in preference to exim4 + - create /var/run/courier and change ownership where necessary + - added build depends for po-debconf + - added debconf dependency for sqwebmail, courier-webadmin, courier-ssl, + courier-pop, courier-mta, courier-imap + - added LSB sections to all init scripts + - Grammar and prompt cleanup in debian/*.template + - build-dep debhelper >= 5.0.37 + - bump standards version to 3.7.2 + - Add debian/compat and set to 5 + + -- Scott Kitterman Mon, 17 Sep 2007 12:39:26 -0400 + +courier (0.56.0-2) unstable; urgency=low + + * updated NEWS.Debian entry (Closes: #442061, thanks to Steve Greenland + for the report) + * catch immediate disconnection in logcheck rules (Closes: #438722, + thanks to Nathan Frankish for the report) + + -- Stefan Hornburg (Racke) Wed, 12 Sep 2007 16:58:39 -0400 + +courier (0.56.0-1) unstable; urgency=low + + * new upstream release + - includes new WebMLM daemon + * newaliases just calls makealiases now (Closes: #389475, thanks to + Julian Mehnle for the report) + * dropped alternative build dependency on postgresql-dev + (Closes: #429966, thanks to Lior Kaplan for the report) + * make use of common PAM configuration files (Closes: #404218, #441468, + thanks to Simone Piccardi for the report) + * create /etc/courier/aliasdir (Closes: #304139, thanks to Jeff Drew + for the report) + * IMAP proxy documentation added + * Debconf templates improvements + - avoid use of first person + - removed config script for courier-pop + - use open prompts + - removed obsolete moveconfig template + * use LSB functions in init scripts (sqwebmail) + * lintian overrides added for missing Debconf dependencies, permissions, + setuid and setgid binaries + * updated Turkish translation of Debconf templates (Closes: #417550, + thanks to Mehmet Turker ) + * updated Russian translation of Debconf templates (Closes: #416346, + thanks to Yuriy Talakan ) + * updated Brazilian Portuguese translation of Debconf templates + (Closes: #421522, thanks to Andre Luis Lopes ) + * updated Vietnamese translation of Debconf templates + (Closes: #427027, thanks to Clytie Siddall ) + + -- Stefan Hornburg (Racke) Tue, 11 Sep 2007 20:23:06 -0400 + +courier (0.53.3-6ubuntu1) gutsy; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - change MAILDIR to MAILDIRPATH in imap, imap/ssl, pop, and pop/ssl inits + (Fixes Malone Bug #86802) + - build-depend on libmysqlclient15-dev only + - build-depend on libgamin-dev instead of libfam-dev + - depend on postfix in preference to exim4 + - LSB init scripts + - create /var/run/courier where necessary + - common PAM configuration + - combined suggests for courier-imap-ssl into one line + - added build depends for po-debconf + - added debconf dependency for sqwebmail, courier-webadmin, courier-ssl, + courier-pop, courier-mta, courier-imap + - added LSB sections to all init scripts + - Grammar and prompt cleanup in debian/*.template + - build-dep debhelper >= 5.0.37 + - bump standards version to 3.7.2 + + -- Richard A. Johnson Mon, 21 May 2007 17:14:58 -0500 + +courier (0.53.3-6) unstable; urgency=low + + * removed inclusion of Debconf library from courier-pcp postrm script + (Closes: #416732, thanks to Michael Ablassmeier ) + + -- Stefan Hornburg (Racke) Fri, 18 May 2007 09:45:29 +0200 + +courier (0.53.3-5ubuntu1) feisty; urgency=low + + * Merge from debian unstable, remaining changes: + - change MAILDIR to MAILDIRPATH in imap, imap/ssl, pop, and pop/ssl inits + (Fixes Malone Bug #86802) + - build-depend on libmysqlclient15-dev only, + - build-depend on libgamin-dev instead of libfam-dev, + - depend on postfix in preference to exim4, + - LSB init scripts, + - create /var/run/courier where necessary, + - common PAM configuration + - combined suggests for courier-imap-ssl into one line + - added build depends for po-debconf + - added debconf dependency for sqwebmail, courier-webadmin, courier-ssl, + courier-pop, courier-mta, courier-imap + - added LSB sections to all init scripts + - Grammar and prompt cleanup in debian/*.template + - build-dep debhelper >= 5.0.37 + - Bump standards version to 3.7.2 + + -- Scott Kitterman Fri, 22 Feb 2007 08:44:23 -0500 + +courier (0.53.3-5) unstable; urgency=high + + * update-alternatives requires path of the alternative on removal + (Closes: #410288, thanks to Tim Cutts for the + report Steve Langasek for the patch) + * urgency high due to RC bugfix + + -- Stefan Hornburg (Racke) Tue, 13 Feb 2007 08:18:47 +0100 + +courier (0.53.3-4ubuntu1) feisty; urgency=low + + * Merge from debian unstable, remaining changes: + - build-depend on libmysqlclient15-dev only, + - build-depend on libgamin-dev instead of libfam-dev, + - depend on postfix in preference to exim4, + - LSB init scripts, + - create /var/run/courier where necessary, + - common PAM configuration + - combined suggests for courier-imap-ssl into one line + - added build depends for po-debconf + - added debconf dependency for sqwebmail, courier-webadmin, courier-ssl, + courier-pop, courier-mta, courier-imap + - added LSB sections to all init scripts + - Grammar and prompt cleanup in debian/*.template + - build-dep debhelper >= 5.0.37 + - Bump standards version to 3.7.2 + + -- Scott Kitterman Sun, 04 Feb 2007 01:46:12 -0500 + +courier (0.53.3-4) unstable; urgency=medium + + * updated Portuguese translation of Debconf templates (Closes: #409422, + thanks to Miguel Figueiredo ) + + -- Stefan Hornburg (Racke) Sat, 3 Feb 2007 17:32:52 +0100 + +courier (0.53.3-3ubuntu1) feisty; urgency=low + + * Merge from debian unstable, remaining changes: + - build-depend on libmysqlclient15-dev only, + - build-depend on libgamin-dev instead of libfam-dev, + - depend on postfix in preference to exim4, + - LSB init scripts, + - create /var/run/courier where necessary, + - common PAM configuration + * New changes with this merge: + - combined reccomends for courier-imap-ssl into one line + - added build depends for po-debconf + - added debconf dependency for sqwebmail, courier-webadmin, courier-ssl, + courier-pop, courier-mta, courier-imap + - added LSB sections to all init scripts + - Grammar and prompt cleanup in debian/*.template + - build-dep debhelper >= 5.0.37 + - Bump standards version to 3.7.2 + + -- Scott Kitterman Mon, 29 Jan 2007 23:35:55 -0500 + +courier (0.53.3-3) unstable; urgency=medium + + * added Galician translation of Debconf templates (Closes: #408125, + thanks to Jacobo Tarrio ) + * updated German translation of Debconf templates (Closes: #406341, + thanks to Holger Wansing ) + + -- Stefan Hornburg (Racke) Fri, 26 Jan 2007 17:10:39 +0100 + +courier (0.53.3-2ubuntu1) feisty; urgency=low + + * Re-sync with Debian: Retain the following changes: + * courier (0.53.2-3ubuntu1) edgy; urgency=low + * Merge from debian unstable, remaining changes: + - build-depend on libmysqlclient15-dev only, + - build-depend on libgamin-dev instead of libfam-dev, + - depend on postfix in preference to exim4, + - LSB init scripts, + - create /var/run/courier where necessary, + - common PAM configuration + -- Scott James Remnant Tue, 11 Jul 2006 20:48:22 +0100 + + -- Barry deFreese Wed, 20 Dec 2006 21:00:06 -0500 + +courier (0.53.3-2) unstable; urgency=medium + + * change courier-faxmail dependency from groff-base to groff + (Closes: #395532, thanks to John Kloian for the report) + * remove fuzziness in Japanese translation of debconf templates + * updated French translation of Debconf templates (Closes: #394067, + thanks to Christian Perrier ) + + -- Stefan Hornburg (Racke) Thu, 2 Nov 2006 11:37:35 +0100 + +courier (0.53.3-1) unstable; urgency=low + + * new upstream release + * added default URL to sqwebmail's README.Debian (Closes: #383366, + thanks to Jonas Genannt for the suggestion) + * added note about session timeout configuration to sqwebmail's README.Debian + * use ulimit -v instead of ulimit -d in courier-imap-ssl's init script and + other modifications to bring it into line with courier-imap's init script + * fixed typo in Debconf templates for courier-mta (Closes: #390362, + thanks to Mateusz DrożdżyÅ„ski for the report) + * fixed comment and indentation in init script for courier-ldap + (Closes: #390081, thanks to Avinash Sultanpur + for the report) + * updated Czech translation of debconf templates (Closes: #391551, thanks + to Martin Sín ) + for the report) + * updated Japanese translation of debconf templates (Closes: #392631, + thanks to Hideki Yamane ) + + -- Stefan Hornburg (Racke) Fri, 13 Oct 2006 11:46:01 +0200 + +courier (0.53.2-3) unstable; urgency=low + + * runtime directory /var/lib/courier/track added to courier-mta package + (Closes: #372307, thanks to Avinash Sultanpur + and Pawel Tecza for the report + + -- Stefan Hornburg (Racke) Thu, 8 Jun 2006 17:58:22 +0200 + +courier (0.53.2-2) unstable; urgency=low + + * keep Courier runtime directory /var/run/courier on purge of + courier-base (Closes: #368360) + + -- Stefan Hornburg (Racke) Tue, 6 Jun 2006 00:48:27 +0200 + +courier (0.53.2-1) unstable; urgency=low + + * new upstream release (fixes bug that, under certain circumstances, may + cause a number of processes to spin, Closes: #368834, CVE-2006-2659) + * /var/run/courier no longer part of courier-base, moved to + courier-authdaemon + * logcheck file updates (Closes: #284958) + * added couriertls messages to logcheck files (Closes: #353963, thanks + to Martin Krafft for the report) + * added Portuguese translation of Debconf templates (Closes: #336662, + thanks to Miguel Figueiredo ) + * updated French translation of Debconf templates (Closes: #367873, + thanks to Christian Perrier ) + * updated Dutch translation of Debconf templates (Closes: #368998, + thanks to Kurt de Bree Fri, 26 May 2006 21:53:56 +0200 + +courier (0.53.1-4) unstable; urgency=low + + * add courier-authdaemon dependency to courier-base (Closes: #367464, + thanks to Ed Casas for the report) + * updated config.{guess,sub} in courier subdirectory also + (Closes: #367404, thanks to Petr Salinger ) + + -- Stefan Hornburg (Racke) Tue, 16 May 2006 10:34:19 +0200 + +courier (0.53.1-3) unstable; urgency=low + + * updated config.{guess,sub} to avoid FTBFS on some architectures + (Closes: #367404, thanks to Petr Salinger + ) + + -- Stefan Hornburg (Racke) Mon, 15 May 2006 21:01:22 +0200 + +courier (0.53.1-2) unstable; urgency=low + + * run debconf-updatepo from clean target (Closes: #367205, thanks to + Thomas Huriaux for the report) + + -- Stefan Hornburg (Racke) Mon, 15 May 2006 12:47:57 +0200 + +courier (0.53.1-1) unstable; urgency=low + + * added Debconf notice and NEWS entry about modified authentication + infrastructure + + -- Stefan Hornburg (Racke) Fri, 12 May 2006 12:00:03 +0200 + +courier (0.53.1-0.1) experimental; urgency=low + + * new upstream release + * update of imapd/imapd-ssl init scripts: + - using courierlogger as control program + - restart is now equivalent to stop and start for imapd-ssl/pop3d-ssl + (Closes: #310131, thanks to kiu@gmx.net for the report) + - passing LOGGEROPTS resp. SSLOGGEROPTS to courierlogger + - passing PROXY_HOSTNAME to imapd/imapd-ssl/pop3d-ssl + - initializing umask from IMAP_UMASK (imapd/imapd-ssl) + - removed AUTHMODULELIST cruft + * changed alternative dependency for libmysqlclient-dev to + libmysqlclient15-dev + + -- Stefan Hornburg (Racke) Tue, 14 Mar 2006 12:26:09 +0100 + +courier (0.52.2-0.3) experimental; urgency=low + + * new upstream release + * updated config.{sub,guess} + * removed ./configure arguments which are now covered by courier-authlib + + -- Stefan Hornburg (Racke) Fri, 6 Jan 2006 16:15:54 +0100 + +courier (0.52.1-0.2) experimental; urgency=low + + * added courier-base dependency on courier-authlib-userdb in order to + allow seamless transition from sarge to etch + * enable authlib extension for maildrop + * fixed permission on sqwebpasswd binary + + -- Stefan Hornburg (Racke) Thu, 17 Nov 2005 22:41:27 +0100 + +courier (0.52.1-0.1) experimental; urgency=low + + * new upstream release + * removed courier-auth* packages + * added Czech translation of debconf templates (Closes: #306598, thanks + to Martin Sín ) + * changed alternative dependency for libmysqlclient-dev to + libmysqlclient14-dev + * changed FSF address in copyright file + * fix deprecated chown usage in courier-webadmin postinst script + + -- Stefan Hornburg (Racke) Fri, 11 Nov 2005 12:59:51 +0100 + +courier (0.50.0-0.1) experimental; urgency=low + + * new upstream release (Closes: #310847) + + -- Stefan Hornburg (Racke) Mon, 30 May 2005 13:20:07 +0200 + +courier (0.47-13ubuntu5) dapper; urgency=low + + * Correct permissions of /var/run/courier/authdaemon + + -- Scott James Remnant Wed, 19 Apr 2006 14:11:57 +0100 + +courier (0.47-13ubuntu4) dapper; urgency=low + + * Rebuild against the new libmysqlclient15off with correct symbols. + + -- Adam Conrad Thu, 6 Apr 2006 12:47:35 +1000 + +courier (0.47-13ubuntu3) dapper; urgency=low + + * Build against libmysqlclient15. + + -- Martin Pitt Thu, 2 Feb 2006 16:51:20 +0000 + +courier (0.47-13ubuntu2) dapper; urgency=low + + * make initscripts create /var/run/courier if they don't exist yet. Dapper + runs /var/run on tempfs. (Malone #28552) + + -- Reinhard Tartler Wed, 25 Jan 2006 15:08:13 +0000 + +courier (0.47-13ubuntu1) dapper; urgency=low + + * Resynchronise with Debian. + * Readd debconf-2.0 alternative to debconf (>= 0.50) in courier-base + Depends. + + -- Tollef Fog Heen Fri, 25 Nov 2005 10:46:38 +0100 + +courier (0.47-13) unstable; urgency=low + + * transition to new PostgreSQL architecture (Closes: #339006, thanks to + Martin Pitt for the report and the patch) + * use libmysqlclient14-dev as alternative dependency to + libmysqlclient-dev + + -- Stefan Hornburg (Racke) Tue, 15 Nov 2005 11:33:41 +0100 + +courier (0.47-12ubuntu1) dapper; urgency=low + + * Resynchronise with Debian. + * Change mysql client build dependency to libmysqlclient14-dev to focus on + MySQL 4.1 in Dapper and get rid of the older ones. + + -- Martin Pitt Mon, 14 Nov 2005 13:58:15 +0100 + +courier (0.47-12) unstable; urgency=low + + * restoring call to pam_acct_mgmt (Closes: #211920, thanks to Patrick + Cheong Shu Yang for the report and David + H�deman for the patch) + + -- Stefan Hornburg (Racke) Thu, 27 Oct 2005 23:35:25 +0200 + +courier (0.47-11) unstable; urgency=low + + * init script for courier-imap checks for executable binary first + (Closes: #300400, thanks to J. Grant for the report) + + -- Stefan Hornburg (Racke) Wed, 12 Oct 2005 01:28:46 +0200 + +courier (0.47-10) unstable; urgency=low + + * debconf-2.0 alternative dependency added (Closes: #331783, thanks to + Joey Hess for the report) + * added Swedish translation of debconf templates (Closes: #333292, + thanks to Daniel Nylander ) + * added Vietnamese translation of debconf templates (Closes: #313370, + thanks to Clytie Siddall ) + * updated Russian translation of debconf templates (Closes: #312026, + thanks to Yuriy Talakan ) + + -- Stefan Hornburg (Racke) Tue, 11 Oct 2005 12:57:59 +0200 + +courier (0.47-9) unstable; urgency=high + + * applied extended patch for cross-side scripting issues in sqwebmail + to filter out certain MSIE-only scripting constructs (Closes: #327181, + thanks to Martin Schulze for the original report), + also fixes the issue described in [CAN-2005-2769] (Closes: #327727) + * fix FTBFS due to changed behaviour of find binary (Closes: #327162, + thanks to Matt Kraai for the report and Willi Mann + for the patch) + + -- Stefan Hornburg (Racke) Mon, 12 Sep 2005 16:29:35 +0200 + +courier (0.47-8) unstable; urgency=high + + * backported fixes to prevent cross-side scripting vulnerabilities with + some browsers in sqwebmail [CAN-2005-2724] (Closes: #325631, thanks to + Florian Weimer for the report) + + -- Stefan Hornburg (Racke) Tue, 30 Aug 2005 10:21:58 +0200 + +courier (0.47-7) unstable; urgency=high + + * courier-authmysql.conffiles was missing in the previous release, + caused overwriting of local configuration (Closes: #320663, thanks to + Tristan Seligmann for the report) + + -- Stefan Hornburg (Racke) Sun, 31 Jul 2005 20:41:18 +0200 + +courier (0.47-6) unstable; urgency=high + + * added patch to avoid potential DoS when handling DNS failures while + looking up SPF records [CAN-2005-2151] (Closes: #320290, thanks to + Micah Anderson for the report and Willi Mann + for the patch) + + -- Stefan Hornburg (Racke) Thu, 28 Jul 2005 11:19:30 +0200 + +courier (0.47-5) unstable; urgency=high + + * fixes FTBFS due to changed location of PostgreSQL include files + (Closes: #319973, thank to Matt Kraai for the + report) + + -- Stefan Hornburg (Racke) Tue, 26 Jul 2005 11:07:51 +0200 + +courier (0.47-4) unstable; urgency=low + + * more logcheck fixes: + - fix typo in courier-pop file + - changed "DISCONNECTED" regular expression in courier-imap file + * added libmysqlclient-dev as preferred alternative to Build-Depends + * changed default permissions for /var/run/courier to 0755 + (Closes: #284062, thanks to Grzegorz Janoszka + for the report) + * backout patch to cope with maildrop bug #265399, it causes overquota + deliveries to be deferred instead of bounced (Closes: #291441, thanks + to Marcus Pereira for the report) + * added missing temporary directory for fax mails (thanks to Juergen + Beurskens for the report) + * suggest courier-filter-perl for courier-mta package + + -- Stefan Hornburg (Racke) Wed, 26 Jan 2005 23:04:19 +0100 + +courier (0.47-3ubuntu7) breezy; urgency=low + + * Fix CAN number in previous upload. (Brown paperbag...) + + -- Martin Pitt Tue, 11 Oct 2005 10:04:47 +0200 + +courier (0.47-3ubuntu6) breezy; urgency=low + + * SECURITY UPDATE: Multiple XSS vulnerabilities in sqwebmail. + * webmail/html.c, webmail/folder.c: Apply upstream patch to fix cross site + scripting [CAN-2005-2724]. Taken from Debian security update. + * webmail/html.c: Filter out certain MSIE-only scripting constructs to fix + more cross site scripting bugs [CAN-2005-2769, CAN-2005-2820]. Patch taken + from Debian security update. + + -- Martin Pitt Tue, 11 Oct 2005 09:05:06 +0200 + +courier (0.47-3ubuntu5) breezy; urgency=low + + * SECURITY UPDATE: Fix Denial of Service. + * rfc1035/spf.c: + - Fix checking of DNS lookup return value to prevent free()ing unallocated + memory, and thus a crash. + - CAN-2005-2151 + + -- Martin Pitt Fri, 26 Aug 2005 12:39:48 +0200 + +courier (0.47-3ubuntu4) breezy; urgency=low + + * Make the pam configuration just include the + common-{auth,account,session} rather than hardcoding pam_unix. + (Ubuntu #11621) + + -- Tollef Fog Heen Thu, 18 Aug 2005 09:55:01 +0200 + +courier (0.47-3ubuntu3) breezy; urgency=low + + * Transition to new PostgreSQL architecture. + * debian/control: Changed build dependency postgresql-dev to libpq-dev. + * debian/rules: Use pg_config to determine include directory. + + -- Martin Pitt Mon, 6 Jun 2005 13:23:16 +0200 + +courier (0.47-3ubuntu2) breezy; urgency=low + + * Depend: postfix | mail-transport-agent + + -- LaMont Jones Mon, 2 May 2005 19:23:45 -0600 + +courier (0.47-3ubuntu1) hoary; urgency=low + + * Nathaniel McCallum + - debian/*.init: pretty initscripts + - debian/control: version depends on lsb-base + + -- Thom May Mon, 29 Nov 2004 12:09:34 +0000 + +courier (0.47-3) unstable; urgency=medium + + * fix stupid typo in courier-pop init script (Closes: #276774, thanks to + Michael Hummel for the report) + + -- Stefan Hornburg (Racke) Sat, 16 Oct 2004 19:54:47 +0200 + +courier (0.47-2) unstable; urgency=medium + + * enhanced logcheck regular expressions (Closes: #275415, + thanks to Sam Snow for the report) + * suggest courier-doc for almost all packages (Closes: #275977, thanks + to Moritz Muehlenhoff for the report) + * fix courier-pop init script to allow STLS (Closes: #244096, thanks to + Lehel Bernadt for the report) + * fix sendmail location in new_fax script (Closes: #276453, thanks to + Mario Peschel for the report) + + -- Stefan Hornburg (Racke) Thu, 14 Oct 2004 15:27:32 +0200 + +courier (0.47-1) unstable; urgency=medium + + * new upstream release + * install symlinks for imapd-ssl and pop3d-ssl manual pages + (Closes: #234647, #234648) + * added manual pages provided by Willi Mann : + sharedindexsplit, sharedindexinstall, webmaild + * updated logcheck files + + -- Stefan Hornburg (Racke) Mon, 27 Sep 2004 23:06:37 +0200 + +courier (0.46-0.12) experimental; urgency=low + + * file permissions where broken, only affects builds with uid 0 + (Closes: #268220) + * authenumerate manual page provided by Willi Mann added + + -- Stefan Hornburg (Racke) Fri, 10 Sep 2004 20:18:14 +0200 + +courier (0.46-0.11) experimental; urgency=low + + * new upstream release + * init script for courier-pcp is a dummy now (Closes: #266087) + * rewrote handling of file permissions (Closes: #253250, #253251, + thanks to Andreas Metzler for reporting + and Willi Mann for the implementation) + * raise default MAXPERIP limit for imapd to 20 (Closes: #269743) + * fixed insecure regular expressions in logcheck files + (Closes: #262384, #262386, #262388, #262389, thanks to Joel Smith + for the report) + * update sqwebmail description with requirement for Maildir format + (Closes: #267776, thanks to Baruch Even ) + * updated Brazilian Portuguese translation of debconf templates + (Closes: #264095, thanks to Andre Luis Lopes ) + + -- Stefan Hornburg (Racke) Mon, 6 Sep 2004 16:00:49 +0200 + +courier (0.45.6.20040712-1) unstable; urgency=low + + * new upstream release: + - needs automake1.8 to build + - IMAP outbox feature has been fixed (Closes: #241965, thanks to Dann + Franzier for the report and investigation of the + problem) + * removed debconf repackaging notice (Closes: #164910, thanks to Mark + Brown for the report) + * removed leftover sqwebmail suid debconf question (Closes: #259519, + thanks to Marc Haber for the report) + + -- Stefan Hornburg (Racke) Thu, 15 Jul 2004 15:18:40 +0200 + +courier (0.45.6-1) unstable; urgency=low + + * new upstream release (/etc/courier/authmodulelist has been deprecated) + * backed out patch to quell FAM error messages, we just suppress them + now as suggested by upstream (Closes: #253304) + * install authdaemon.passwd for changing passwords with courierauthtest + (Closes: #256565, thanks to Mohammed Sameer for the + report) + * changed sample path for MySQL socket in /etc/courier/authmysqlrc to + default location in Debian (Closes: #258619, thanks to Mike O'Connor + for the report) + * removed old ChangeLog from courier-base + * use environment variable LDFLAGS to pass -lcyrpt to ./configure + instead of CFLAGS + + -- Stefan Hornburg (Racke) Mon, 12 Jul 2004 00:14:44 +0200 + +courier (0.45.4-4) unstable; urgency=low + + * fix for SqWebMail cross-site scripting vulnerability according to + CAN-2004-0591 (Closes: #255878, thanks to Willi Mann + for the report) + + -- Stefan Hornburg (Racke) Wed, 23 Jun 2004 23:07:36 +0200 + +courier (0.45.4-3) unstable; urgency=low + + * alternative for maildirquota manual page added to help solving + conflict with maildrop (Closes: #252948, thanks to Brian May + for reporting) + + -- Stefan Hornburg (Racke) Mon, 7 Jun 2004 22:13:27 +0200 + +courier (0.45.4-2) unstable; urgency=low + + * quell FAM error messages (Closes: #191007, #206626, + thanks to Steve Langasek for the patch) + * accept nonexistent debconf entries in postrm scripts (Closes: #238822, + thanks to Marc Haber for bug report and + patch) + * removed obsolete AUTHMODULES check (Closes: #244206, thanks to Carlo + Contavalli for the bug report) + * move maildirquota manual page into courier-base package because it is + referenced by the maildirmake manual page, added depend for + courier-base to courier-maildrop + * added Turkish translation of debconf templates (Closes: #252029) + + -- Stefan Hornburg (Racke) Sat, 5 Jun 2004 15:49:40 +0200 + +courier (0.45.4-1) unstable; urgency=medium + + * new upstream release (Closes: #242354, fixes corrupted return + addresses in sqwebmail) + + -- Stefan Hornburg (Racke) Tue, 6 Apr 2004 14:15:39 +0200 + +courier (0.45.2-2) unstable; urgency=low + + * added courier-mta-ssl postinst scripts which generates a SSL + certificate if necessary and ensures the correct ownership of this + certificate (Closes: #238814, thanks to Charles Fry + for the report) + + -- Stefan Hornburg (Racke) Fri, 19 Mar 2004 15:40:33 +0100 + +courier (0.45.2-1) unstable; urgency=low + + * new upstream release (replaces monkeys.com blacklist with + spamhaus.org, Closes: #238232, thanks to Charles Fry + for the report) + * added Japanese translation of debconf templates (Closes: #238642, + thanks to Hideki Yamane ) + * fixed dangling symlink /usr/sbin/pop3d-ssl (Closes: #238708, thanks to + Charles Fry ) + * added Build-Conflicts for automake1.4 + * incorrect code for retrieving AUTHMODULES setting in + courier-mta.config fixed (Closes: #238244, thanks to Jon Nelson + for the report and to Denis Barbier + for the help in tracking the bug down) + + -- Stefan Hornburg (Racke) Fri, 19 Mar 2004 03:55:25 +0100 + +courier (0.45.1-2) unstable; urgency=low + + * removed checks for AUTHMODULES configuration from courier-pop-ssl and + courier-imap-ssl packages (Closes: #238234, #238233, thanks to + Charles Fry ) + * updated Dutch translation of debconf templates (Closes: #238371, + thanks to Tim Dijkstra ) + + -- Stefan Hornburg (Racke) Tue, 16 Mar 2004 13:39:27 +0100 + +courier (0.45.1-1) unstable; urgency=high + + * new upstream release (fixes remote buffer overflow vulnerabilities + according to CAN-2004-0224, Closes: #238101) + * updated French translation of debconf templates (Closes: #237099, + thanks to Christian Perrier ) + * updated German translation of debconf templates + + -- Stefan Hornburg (Racke) Mon, 15 Mar 2004 16:17:26 +0100 + +courier (0.44.2-3) unstable; urgency=low + + * updated Brazilian Portuguese translation of debconf templates + (Closes: #235334, thanks to Andre Luis Lopes ) + * updated French translation of debconf templates (Closes: #235573, + thanks to Christian Perrier ) + * accidentally removed courier-authmysql.conffiles restored + (Closes: #235616, thanks to Thomas Oppel for the + bug report) + + -- Stefan Hornburg (Racke) Mon, 1 Mar 2004 15:45:49 +0100 + +courier (0.44.2-2) unstable; urgency=low + + * libtool build dependency added (Closes: #235102, thanks to Hervé + for the bug report) + + -- Stefan Hornburg (Racke) Fri, 27 Feb 2004 21:51:39 +0100 + +courier (0.44.2-1) unstable; urgency=low + + * new upstream release (Closes: #213454, #219326, #231965) which adds a + sqwebmail daemon as backend to the sqwebmail CGI script + * fixed a bug in courier-mta triggered by reiserfs on 2.6.x + kernels (Closes: #226796) + * removed excess spaces from courier-mta's description + * bashisms removed from courier-mta init script (Closes: #214663, + thanks to Sebastian Bleikamp for the + bug report) + * added installation destination of sqwebmail CGI script to debconf + template (Closes: #217407) + * patched userdb script to accept email addresses containing the + characters + : _ (Closes: #160768, #164637) + * courier-mtaconfig and courieresmtpd manual pages added + (Closes: #93383, #135219), removed corresponding + dh_undocumented call (Closes: #223467) + * updated patches section in README.Debian and added a note about + required values for virtual user authentication + * removed unnecessary libraries from courierauthtest binary + (Closes: #223260), migrated courierauthtest to courier-base and + removed courier-debug package + * various changes to accomodate problems with courier-webadmin: added + debconf note about configuration files vs. configuration directories + to courier-mta, courier-mta creates configuration directories if + necessary (Closes: #133618, #149306, #226428), use a link to the + courier-imap/courier-imap-ssl initscripts within /usr/sbin + (Closes: #227324), README.Debian added + * remove courierwebadmin CGI program in postrm script if + installed by the postinst script + * rmail relocated to /usr/sbin (Closes: #220397) + * applied changes to build system from Michael K. Edwards + + * modified courier-base Debconf templates after an review on + debian-l10n-english@lists.debian.org (thanks to Era for his help) + * depend on exim4 instead of exim (Closes: #228579) + * added Dutch translation of debconf templates (Closes: #231231, thanks + to Tim Dijkstra ) + + -- Stefan Hornburg (Racke) Thu, 26 Feb 2004 13:55:24 +0100 + +courier (0.42.2-11) unstable; urgency=high + + * updated Brazilian Portuguese translation of debconf templates + (Closes: #227440, thanks to Andre Luis Lopes ) + * intended to replace broken hppa build (see #227076) + + -- Stefan Hornburg (Racke) Sat, 17 Jan 2004 11:31:20 +0100 + +courier (0.42.2-10) unstable; urgency=low + + * updated French translation of debconf templates (Closes: #213816, + thanks to Christian Perrier ) + * updated Russian translation of debconf templates (Closes: #214346, + thanks to Ilgiz Kalmetev ) + + -- Stefan Hornburg (Racke) Mon, 6 Oct 2003 21:30:09 +0200 + +courier (0.42.2-9) unstable; urgency=low + + * addcr manual page written by Willi Mann added (Closes: #135218) + * switched to gettext-based debconf templates and added French + translation, minor wording change (Closes: #205780, #207114, + thanks to Christian Perrier ) + + -- Stefan Hornburg (Racke) Tue, 30 Sep 2003 10:59:38 +0200 + +courier (0.42.2-8) unstable; urgency=low + + * removed duplicate entry from authldap.schema (Closes: #210670) + + -- Stefan Hornburg (Racke) Fri, 26 Sep 2003 17:53:27 +0200 + +courier (0.42.2-7) unstable; urgency=low + + * moved /usr/lib/courier/courier/modules/fax/courierfax and + /etc/courier/module.fax into courier-mta package, added kludge to + stop the Courier mail server if /etc/courier/module.fax is missing to + avoid failures on upgrades (Closes: #154328, #167279, #207267) + * /usr/sbin/filterctl uses the correct PID file location now, install + perlfilter-wrapper.pl in the correct location - really not an example + (Closes: #149669) + * /etc/courier/ldapaliasrc now has group read permissions + (Closes: #207512, thanks to James McOrmond for the report) + * revised package descriptions to comply with policy section 2.3.3 + (Closes: #193776, #209453, #209460, #209474, #209513) among other things + * /etc/courier/ldapaliasrc now has group read permissions (Closes: #207512) + * message queues are removed on purge of courier-mta now + + -- Stefan Hornburg (Racke) Thu, 11 Sep 2003 20:49:18 +0200 + +courier (0.42.2-6) unstable; urgency=low + + * fixed dangling symlink /usr/bin/rmail (Closes: #203505, thanks to Remi + Paulmier for the bug report) + + -- Stefan Hornburg (Racke) Sat, 2 Aug 2003 02:15:11 +0200 + +courier (0.42.2-5) unstable; urgency=low + + * force usage of /bin/bash for courier-imap init script + (Closes: #200709, thanks to Tatsuki Sugiura for + reporting problems with ash shell) + * remove alternative for maildir.5 manpage properly in courier-base + prerm script + + -- Stefan Hornburg (Racke) Thu, 10 Jul 2003 23:19:39 +0200 + +courier (0.42.2-4) unstable; urgency=medium + + * check for existence of imapd-ssl configuration file in the + courier-imap startup code as well (Closes: #200570, thanks to Manoj + Srivastava for reporting the problem) + + -- Stefan Hornburg (Racke) Wed, 9 Jul 2003 11:10:52 +0200 + +courier (0.42.2-3) unstable; urgency=low + + * add final newline to courier-pcp-conffiles to avoid failure of + installation (Closes: #197104) + * Russian debconf template translations added + (Closes: #135833, #135834, #135835, #135836, #135837) + thanks to Ilgiz Kalmetev ) + * rewrote courier-imap init script to resemble the one shipped with the + sources, allows STARTTLS and forcing STARTTLS now by reading imapd-ssl + configuration file (Closes: #117446, #152861, #199904, #200089) + + -- Stefan Hornburg (Racke) Tue, 8 Jul 2003 01:12:56 +0200 + +courier (0.42.2-2) unstable; urgency=medium + + * creates a symlink /etc/courier/maildroprc => /etc/maildroprc if only + the latter file exists + * courier-pcp does contain /etc/courier/calendar now (Closes: #138275) + * prefer libgdbm-dev to libgdbmg1-dev (Closes: #196932) + + -- Stefan Hornburg (Racke) Tue, 10 Jun 2003 22:33:47 +0200 + +courier (0.42.2-1) unstable; urgency=low + + * new upstream release (Closes: #193279, thanks to Devin Carraway + for the bug report) + + -- Stefan Hornburg (Racke) Thu, 15 May 2003 22:10:20 +0200 + +courier (0.42.0-6) unstable; urgency=low + + * refined patch for build with SASL2 (Closes: #191950 again) + * added missing bindir variable to courier-imap init script + (Closes: #192363, thanks to Marek Habersack for + the bug report) + + -- Stefan Hornburg (Racke) Thu, 8 May 2003 14:24:25 +0200 + +courier (0.42.0-5) unstable; urgency=low + + * use defined directory variables in init scripts (Closes: #190703, + thanks to Emmanuel Lacour for the patch) + * allow to be build with SASL2 (Closes: #191950, thanks to + LaMont Jones for the bug report) + + -- Stefan Hornburg (Racke) Wed, 7 May 2003 00:17:15 +0200 + +courier (0.42.0-4) unstable; urgency=low + + * updated config.guess and config.sub files in maildir subdirectory + too (Closes: #186986 again) + * fixed segmentation fault caused by preline binary that happens if + called without parameters (Closes: #169770, thanks to Oliver Thuns + for the bug report) + + -- Stefan Hornburg (Racke) Sat, 5 Apr 2003 01:49:57 +0200 + +courier (0.42.0-3) unstable; urgency=low + + * added alternative for maildir.5 manpage (thanks to Petr Balá + for the bug report) + + -- Stefan Hornburg (Racke) Fri, 4 Apr 2003 00:05:12 +0200 + +courier (0.42.0-2) unstable; urgency=low + + * updated config.guess and config.sub files (Closes: #186986, thanks to + Ryan Murray ) + + -- Stefan Hornburg (Racke) Tue, 1 Apr 2003 01:27:12 +0200 + +courier (0.42.0-1) unstable; urgency=low + + * new upstream release + * fixed mode on logcheck files (Closes: #186689, thanks to Russell Coker + ) + + -- Stefan Hornburg (Racke) Sun, 30 Mar 2003 18:19:39 +0200 + +courier (0.40.2-4) unstable; urgency=low + + * added a few patches and a cleanup script to finally get the + build/clean cycle working as required (Closes: #157267) + * updated Spanish templates translations (Closes: #179003, thanks to + Carlos Valdivia Yagüe ) + * added logcheck configuration files for courier-imap, courier-imap-ssl, + courier-pop and courier-pop-ssl supplied by martin f krafft + (Closes: #181416) + * added note about runtime configuration files to sqwebmail's + README.Debian + + -- Stefan Hornburg (Racke) Wed, 26 Feb 2003 15:46:52 +0100 + +courier (0.40.2-3) unstable; urgency=critical + + * applied patch to fix potential remote exploit via SQL + injection in courier-authpostgresql package + + -- Stefan Hornburg (Racke) Fri, 24 Jan 2003 15:14:52 +0100 + +courier (0.40.2-2) unstable; urgency=medium + + * added README.authmysql.html to courier-authpostgresql docs as well so + that the link in README.authpostgresql.html works (Closes: #176203) + * courier-imap depends now on libfam0c102 in sid builds + (Closes: #177389) + + -- Stefan Hornburg (Racke) Sun, 19 Jan 2003 22:46:16 +0100 + +courier (0.40.2-1) unstable; urgency=low + + * new upstream release (incorporates ancient patch to makealiases.in) + * build courier-doc package in binary-indep target (Closes: #170564, + thanks to Bdale Garbee for reporting) + * use doc section for courier-doc package again + * note about vpopmail support added to README.debian + + -- Stefan Hornburg (Racke) Tue, 31 Dec 2002 16:14:19 +0100 + +courier (0.40.1-2) unstable; urgency=medium + + * define bindir variable in courier-imap-ssl.init which is referenced + in the configuration file (Closes: #170594) + + -- Stefan Hornburg (Racke) Mon, 25 Nov 2002 10:28:02 +0100 + +courier (0.40.1-1) unstable; urgency=low + + * merged SSL stuff in (Closes: #159099), upstream authors explicitly + allowed linking against OpenSSL libraries + * URL for information about how to advise Postfix to deliver into + maildir's added to README.debian + * applied patch to avoid a security issue on IMAP server debug file + + -- Stefan Hornburg (Racke) Tue, 19 Nov 2002 17:02:10 +0100 + +courier (0.40.0-3) unstable; urgency=low + + * accidentally removed courier-authmysql.conffiles restored (Closes: #169472) + + -- Stefan Hornburg (Racke) Sun, 17 Nov 2002 15:19:25 +0100 + +courier (0.40.0-2) unstable; urgency=low + + * updated config.guess and config.sub (Closes: #167767) + * libssl-dev added to Build-Depends + * adjusted courier-imap's version number + + -- Stefan Hornburg (Racke) Mon, 4 Nov 2002 23:39:27 +0100 + +courier (0.40.0-1) unstable; urgency=critical + + * applied security patch to fix a local exploit where a local shell user + can trick sqwebmail into reading any file on the local system. + * new upstream release which fixes POP login problems (Closes: #162263) + and obsolete AC_SUBST(LIBOBJS) in webmail/configure.in (Closes: #162324) + * courier-webadmin install-cgi template rewritten + + -- Stefan Hornburg (Racke) Wed, 30 Oct 2002 14:09:26 +0100 + +courier (0.39.3.20020921-1) unstable; urgency=low + + * new upstream release (replaces dotlock with lockmail) + * install sqwebmail CGI binary whether the user allows the suid bit to + be set or not (Closes: #154183) + * remove sqwebmail CGI binary on remove instead on purge + * check umask in debian/rules because Courier requires umask 022 for + installation (Closes: #157149) + * --enable-unicode ./configure option added (Closes: #159821) + + -- Stefan Hornburg (Racke) Mon, 23 Sep 2002 14:10:43 +0200 + +courier (0.39.1-1) unstable; urgency=high + + * new upstream release (Closes: #141878, #149928), includes courierfax module + packaged as courier-faxmail + * handling of --with-mailer ./configure option changed due to upstream + changes + + -- Stefan Hornburg (Racke) Sun, 7 Jul 2002 23:04:56 +0200 + +courier (0.37.3-7) unstable; urgency=low + + * check if /etc/courier exists before creating + /etc/courier/authmodulelist (Closes: #148659, thanks to Mikhail + Sobolev for reporting the problem) + * remove ispell configuration file on purge + * remove authdaemon runtime files on purge + * remove automatically generated files in /etc/courier and empty + configuration directories on purge on courier-mta + + -- Stefan Hornburg (Racke) Sun, 2 Jun 2002 15:52:12 +0200 + +courier (0.37.3-6) unstable; urgency=low + + * ensure that /etc/courier/authmodulelist exists (Closes: #147285, + thanks to Marcus Pereira for reporting) + + -- Stefan Hornburg (Racke) Tue, 28 May 2002 17:04:44 +0200 + +courier (0.37.3-5) unstable; urgency=low + + * fix permissions on directories utilized by the courierfilter daemon + (Closes: #147052, thanks to Hilko Bengen ) + * added priorities for courier-pop, courier-mta and courier-imap to get + in sync with the Debian override files, changed section for + courier-doc to mail + + -- Stefan Hornburg (Racke) Wed, 15 May 2002 11:06:57 +0200 + +courier (0.37.3-4) unstable; urgency=low + + * protect /etc/courier/ldapaliasrc against prying eyes too (Closes: #146939) + * courier-ldap starts Courier LDAP alias server (Closes: #144724, thanks + to Mark Anthony Lisher , please read courier-ldap's + README.Debian for more information) + * change default LDAP server in authldaprc and ldapaliasrc configuration + files to localhost + * force runtime files of the Courier LDAP alias server to + /var/run/courier + * add version number to information to README.debian files of the + sqwebmail and courier-maildrop packages (Closes: #139548) + + -- Stefan Hornburg (Racke) Tue, 14 May 2002 16:49:14 +0200 + +courier (0.37.3-3) unstable; urgency=low + + * invocation of the courier-mta and courier-authdaemon init scripts + with a relative path and the restart parameter failed + (Closes: #142812, thanks to Andrew Shugg for + reporting this problem) + * updated Brazilian Portuguese templates (Closes: #141559, thanks + to Andre Luis Lopes ) + * added configure option --enable-userdb to include userdb support in + the maildrop binary + * added configure option --enable-syslog so maildrop errors are logged + via syslog + * added README.Debian for courier-maildrop + * made maildrop binary suid root + + -- Stefan Hornburg (Racke) Wed, 24 Apr 2002 12:04:21 +0200 + +courier (0.37.3-2) unstable; urgency=medium + + * fix permissions of /etc/courier/esmtpauthclient (Closes: #139992, + thanks to Torsten Knodt for reporting this + problem) + * create /var/run/courier/calendar/localcache and ensure correct + permissions on the directories used by the pcp daemon (Closes: #138262, + thanks to Anton Ivanov for reporting this problem + and providing sufficient information to fix it) + * sqwebmail uses now /usr/bin/ldapsearch instead of + /usr/local/bin/ldapsearch (Closes: #136794, thanks to Karl M. Hegbloom + for reporting this problem) + * fixed wrong path for sendmail in the maildrop binary (thanks to + Mark Anthony Lisher for the patch) + * fixed wrong path for sendmail in the couriermlm binary + (Closes: #139390, thanks to Antti-Juhani Kaijanaho for + reporting this problem) + * throw an error if first argument to init scripts is wrong + (Closes: #139257, thanks to Daniel Freedman for reporting this problem) + * use the restart option of the courier-mta daemons in the courier-mta + init script (Closes: #139571, thanks to Marcus Felipe Pereira + for his suggestion) + + -- Stefan Hornburg (Racke) Sat, 6 Apr 2002 17:19:22 +0200 + +courier (0.37.3-1) unstable; urgency=low + + * new upstream release + * moved maildirquota manpage to courier-maildrop (Closes: #134639) + * moved a bunch of files/directories out of courier-base to courier-mta + resp. courier-authdaemon + * missing manpages for courier-config and webgpg added (Closes: #93382, + #93384) + * missing manpage for courierlogger added + * added README.Debian link to SqWebMail documentation page + * added check to courier-mta init script testing the existence of the + esmtpd configuration file + * new package courier-debug containing the courierauthtest binary + * use debconf value of courier-mta/defaultdomain for courier-mta/dsnfrom + + -- Stefan Hornburg (Racke) Tue, 26 Feb 2002 09:47:40 +0100 + +courier (0.37.2.20020131-1) unstable; urgency=low + + * new upstream release, which adds the BOFHBADMIME configuration option + to the MTA (Closes: #130033), new courier-pcp package for groupware + calendaring mode (Closes: #128461) + * authmodulelist is now a conffile (Closes: #132829) + * added Courier's LDAP schema to the documentation of the courier-ldap + package + * add dots to the output of the init scripts (Closes: #109054) + * revised description of courier-base package + + -- Stefan Hornburg (Racke) Mon, 11 Feb 2002 17:00:01 +0100 + +courier (0.37.2-1) unstable; urgency=high + + * new upstream release, which fixes a local exploit in the courier-mta + package resulting in memory corruption (Closes: #130321) + * spelling errors fixed (Closes: #124516, #124517, #124519, #124520) + * install changelog for courier-maildrop package + * copy debian/newaliases rather than moving it to allow multiple + calls of dpkg-buildpackage (thanks to Mark Constable + for the hint) + + -- Stefan Hornburg (Racke) Mon, 21 Jan 2002 18:33:59 -0500 + +courier (0.37.0-1) unstable; urgency=low + + * new upstream release (Closes: #127967) + * package courier-maildrop added on which courier-mlm and sqwebmail + depend upon (Closes: #111154, #112599) + * proper index for sqwebmail documentation added + + -- Stefan Hornburg (Racke) Sun, 6 Jan 2002 00:19:38 -0500 + +courier (0.36.1-2) unstable; urgency=low + + * init files for courier-pop and courier-imap check for couriertcpd now + (Closes: #112928, #112929) + * templates translations to brazilian portuguese added + (Closes: #120934, #120936, thanks to Andre Luis Lopes ) + * templates translations to Spanish added + (Closes: #106365, #106599, thanks to Carlos Valdivia Yagüe + ) + + -- Stefan Hornburg (Racke) Fri, 7 Dec 2001 21:52:32 +0100 + +courier (0.36.1-1) unstable; urgency=low + + * new upstream release + + -- Stefan Hornburg (Racke) Fri, 7 Dec 2001 16:32:21 +0100 + +courier (0.36.0-1) unstable; urgency=low + + * new upstream release + + -- Stefan Hornburg (Racke) Mon, 12 Nov 2001 15:13:31 +0100 + +courier (0.35.1.20011103-1) unstable; urgency=low + + * new upstream release + + -- Stefan Hornburg (Racke) Sun, 4 Nov 2001 10:09:59 +0100 + +courier (0.35.1.20011029-1) unstable; urgency=low + + * new upstream release + * courierfilter PID file is now located in /var/run/courier + (Closes: #109423) + * removed courierauthtest, because it causes dependencies + on LDAP and MySQL for the base package + * duplicates removed from courier-doc package + + -- Stefan Hornburg (Racke) Tue, 30 Oct 2001 10:36:05 +0100 + +courier (0.35.0.20010828-2) unstable; urgency=low + + * replaced chown 4550 authstart by chmod 4550, a silly error breaking + SMTP authentification (Closes: #111375, thanks to Steve J. Kondik + ) + + -- Stefan Hornburg (Racke) Thu, 6 Sep 2001 10:28:13 +0200 + +courier (0.35.0.20010828-1) unstable; urgency=low + + * new upstream release + * versioned dependencies to courier-base and courier-authdaemon + (Closes: #110843) + * newaliases script added which creates aliases database based + on /etc/aliases (instead of the Courier default /etc/courier/aliases, + Closes: #109885) + * /etc/dsn* files are now part of the courier-mta package + + -- Stefan Hornburg (Racke) Sun, 2 Sep 2001 16:34:17 +0200 + +courier (0.35.0.20010807-1) unstable; urgency=medium + + * new upstream release (includes web administration tool, various + patches, reworked to compile with gcc 3.0, + so it should Closes: #90655, #100114, #104899, #107460) + * disabled EXPN and VRFY commands in the default configuration + * produce configuration file /etc/courier/defaultdomain + during installation + * use /var/cache/sqwebmail as cache directory for the webmail + server, added cron script to cleanse this directory + * templates translations to brazilian portuguese added + (Closes: #106133, #106137, thanks to Andre Luis Lopes ) + * template translation to German added (Closes: #95005) + * templates translations to spanish added + (Closes: #106598, thanks to Carlos Valdivia Yagüe ) + * use authdaemon exclusively now (Closes: #100821, #104318) + * added authentification test utility as /usr/sbin/courierauthtest + * dependency to expect added for the sake of the webmail password script + * document about GnuPG support in sqwebmail added to + sqwebmail docs + * excess slash in sqwebmail stylesheet URL fixed (Closes: #106674, + thanks to Darik Horn ) + * courier-doc is now in the doc section + * remove runtime files on purge (/var/run/courier) + * /etc/courier/aliases/system moved to courier-mta package + * authcram authentification enabled + * make sure that /etc/courier/dsnfrom and /etc/courier/locales exists + * changed permissions for /usr/sbin/sendmail to 4511 so that local + delivery works + * use localhost as default MYSQL_SERVER + * create /etc/mailname if necessary + * close /dev/console (Closes: #92277, thanks to Russell Coker ) + + -- Stefan Hornburg (Racke) Fri, 24 Aug 2001 04:09:53 +0200 + +courier (0.34.1-2) unstable; urgency=low + + * added current config.guess and config.sub files to help + Debian porters + + -- Stefan Hornburg (Racke) Tue, 10 Jul 2001 13:14:10 +0200 + +courier (0.34.1-1) unstable; urgency=low + + * new upstream release + * courier-pop and courier-imap init scripts do now an explicit + stop/start + * sqwebmail depends on ispell-dictionary now + * /usr/share/sqwebmail/html/en-us/ISPELLDICT is a symlink to + /etc/courier/ispelldict and contains a proper dictionary + now (Closes: #98248) + * german description added to courier-imap.templates (Closes: #95003) + + -- Stefan Hornburg (Racke) Sat, 23 Jun 2001 14:29:43 +0200 + +courier (0.34.0-4) unstable; urgency=low + + * Fixed makeauthmodulelist so that dpkg temporary files are ignored + (Closes: #99495, thanks to Mark Constable ) + + -- Stefan Hornburg (Racke) Sun, 3 Jun 2001 18:18:36 +0200 + +courier (0.34.0-3) unstable; urgency=low + + * Build-Depends to procps added (Closes: #99500, thanks to Philip + Blundell ) + * patch added to enable LDAP passwords with and without {crypt} + (Closes: #99306, + thanks to Piotr Roszatycki ) + + -- Stefan Hornburg (Racke) Sat, 2 Jun 2001 13:01:50 +0200 + +courier (0.34.0-2) unstable; urgency=medium + + * set permissions for ESMTP modules in courier-mta.postinst + * set permissions for various binaries in courier-mta.postinst + * added configure option --enable-webpass=no + * revised installation/deinstallation of sqwebmail images (Closes: #98379) + * bogus courier-base.postrm script removed + + -- Stefan Hornburg (Racke) Wed, 30 May 2001 20:18:16 +0200 + +courier (0.34.0-1) unstable; urgency=low + + * new upstream release + * patch to fix the creation of INBOX.drafts included + * description of courier-base package revised (Closes: #93299) + * LDAP support enabled, which brings in authdaemon too + * Install sqwebmail CGI script if desired by the user (Closes: #94497) + * no longer uses shell functions in init scripts (Closes: #95771, #96426) + * installation of sqwebmail images fixed (Closes: #94498) + * sqwebmail HTML data files moved to /usr/share/sqwebmail + * /etc/courier/authmodulelist will be (re)generated automatically + during postinst of courier-base, courier-authdaemon and courier-authmysql + * added configure option --without-certdb to allow builds without + openssl installed + + -- Stefan Hornburg (Racke) Fri, 18 May 2001 20:51:31 +0200 + +courier (0.33.0-3) unstable; urgency=low + + * moved mkimapdcert from courier-imap to courier-imap-ssl + * revised dh_undocumented calls + + -- Stefan Hornburg (Racke) Mon, 9 Apr 2001 16:17:28 +0200 + +courier (0.33.0-2) unstable; urgency=low + + * remove binaries/manpages which belongs to maildrop (Closes: #93002, #90797) + * moved showconfig to courier-mta and renamed it to + courier-showconfig + * removed showmodules so we get rid courier-base's libmysqlclient + dependency (Closes: #63400) + * moved logger to courierlogger (Closes: #87587) + + -- Stefan Hornburg (Racke) Sun, 8 Apr 2001 18:06:02 +0200 + +courier (0.33.0-1) unstable; urgency=low + + * new upstream release (Debian patches for imap/mainloop.c + and imap/imaptoken.c included, new gnupg stuff for sqwebmail) + * set correct permissions for courier-mta stuff (Closes: #92069) + * move some directories from courier-base to courier-mta + * run makesmtpaccess from courier-mta.postinst + * start/stop courier from courier-mta.init (Closes: #91991) + * bashism removed (Closes: #92824) + * force use of GDBM instead of libdb2 + * pass MySQL library path to ./configure script + * suggest SSL versions of courier-pop and courier-imap + + -- Stefan Hornburg (Racke) Thu, 5 Apr 2001 00:10:19 +0200 + +courier (0.32.0-3) unstable; urgency=low + + * fixed deliverquota alternative (Closes: #75459) + * install ChangeLogs with dh_installchangelogs for policy's sake + + -- Stefan Hornburg (Racke) Thu, 22 Mar 2001 18:46:52 +0100 + +courier (0.32.0-2) unstable; urgency=low + + * removed README.debian from courier-base.docs + * install ChangeLogs (Closes: #89550) + * courier-authmysql overrides old package courier-imap-authmysql now + * detects debian release number for courier-imap version + * move configuration files of the old courier-imap package(s) + to /etc/courier on demand (Closes: #88246) + * remove LDAP alias files after build + * note about LDAP support added to README.debian + * added error message on leftover files in build directory + + -- Stefan Hornburg (Racke) Thu, 15 Mar 2001 19:51:06 -0500 + +courier (0.32.0-1) unstable; urgency=low + + * upstream release + * ensure that debian/fixlinks is executable (Closes: #87967, + thanks to Tommy Virtanen and + Paul Slootman ) + * use own PAM files instead of the Courier ones + * pass existing authentification modules only + * fix init files for courier-pop and courier-imap in respect + to the Mail directory (both Closes: #88075) + * moved /usr/bin/preline to courier-mta and setup the + appropriate alternatives (Closes: #87955) + + -- Stefan Hornburg Thu, 8 Mar 2001 20:36:56 -0800 + +courier (0.31.1-2) unstable; urgency=low + + * first release as official Debian package + * removed dh_suidregister and dh_testversion from rules (thanks to + Tommy Virtanen ) + * provide a concrete package for dependencies on virtual packages (thanks to + Tommy Virtanen ) + * check static buffer overrun in imap command input, and die if + this happens (thanks to Tommy Virtanen ) + * removed /etc/courier/filters/active from courier-mta conffiles + (thanks to Tommy Virtanen ) + * don't produce maildrop package yet, it is no match for + the standalone package + * alternatives introduced for deliverquota, maildirmake and dotlock + + -- Stefan Hornburg (Racke) Sun, 25 Feb 2001 02:07:57 +0100 + +courier (0.31.1-1) unstable; urgency=low + + * upstream release + * dropped epoch + + -- Stefan Hornburg (Racke) Mon, 19 Feb 2001 10:02:26 +0100 + +courier (0.31.0-2) unstable; urgency=low + + * SSL split off + * excess blank lines removed from *.conffiles + + -- Stefan Hornburg (Racke) Fri, 2 Feb 2001 22:39:18 +0100 + +courier (0.31.0-1) unstable; urgency=low + + * upstream release (includes esmtpd-msa) + + -- Stefan Hornburg (Racke) Tue, 30 Jan 2001 12:24:36 +0100 + +courier (0.30.0-3) unstable; urgency=low + + * courierd config file moved from courier-base to courier-mta + * sqwebmail depends on Perl + + -- Stefan Hornburg (Racke) Wed, 17 Jan 2001 11:07:02 +0100 + +courier (0.30.0-2) unstable; urgency=low + + * lintian errors fixed + * IMAP/IMAPS startup removed from courier-base init script + * MySQL authentification module added again + * no longer remove /usr/bin/imapd + * courier-pop/courier-imap init scripts rewritten (thanks to Marc Haber) + + -- Stefan Hornburg (Racke) Thu, 4 Jan 2001 16:55:08 +0100 + +courier (0.30.0-1) unstable; urgency=low + + * upstream update (includes new target install-configure, patch to + perms.sh.in no longer needed) + * MySQL authentification module removed temporarily + * various stuff moved to courier-mta + * removed configure option --with-userdb which broke userdb stuff + + -- Stefan Hornburg (Racke) Wed, 3 Jan 2001 23:45:12 +0100 + +courier (0.29.1-5) unstable; urgency=low + + * epoch added to override standalone courier-imap package + * tried to improved package relations + * IMAP and IMAP/SSL daemons enabled, init scripts added + and configuration files sorted + + -- Stefan Hornburg (Racke) Wed, 6 Dec 2000 09:49:12 +0100 + +courier (0.29.1-4) unstable; urgency=low + + * pop3d.cnf configuration file moved into courier-pop-ssl package + * marked courier-pop/courier-pop-ssl init scripts + as configuration files + * moved couriermlm man page into courier-mlm package + * authmysql README added to courier-authmysql documentation + * fixed authmysql man page link + * extended description for courier-pop-ssl package added + * spurious /usr/bin/imapd removed + * HTML documentation files removal fixed + + -- Stefan Hornburg (Racke) Mon, 4 Dec 2000 02:06:00 +0100 + +courier (0.29.1-3) unstable; urgency=low + + * init file for courier-pop-ssl added + * configuration for courier-pop-ssl moved from courier-base + * dependencies for courier-pop-ssl fixed + * courier-mlm package introduced + + -- Stefan Hornburg Fri, 1 Dec 2000 11:23:37 +0100 + +courier (0.29.1-1) unstable; urgency=low + + * Initial Release. + + -- Stefan Hornburg Wed, 22 Nov 2000 02:31:47 +0100 + --- courier-0.68.2.orig/debian/compat +++ courier-0.68.2/debian/compat @@ -0,0 +1 @@ +5 --- courier-0.68.2.orig/debian/control +++ courier-0.68.2/debian/control @@ -0,0 +1,262 @@ +Source: courier +Section: mail +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Stefan Hornburg (Racke) +Standards-Version: 3.8.3 +Build-Depends: libmysqlclient-dev | libmysqlclient15-dev, libpam0g-dev, libgdbm-dev | libgdbmg1-dev, libperl-dev, zlib1g-dev, libpcre3-dev, debhelper (>= 5), mime-support, libldap2-dev, procps, libsasl2-dev | libsasl-dev, expect, groff-base, ghostscript, mgetty-fax, netpbm, libgamin-dev, libssl-dev, openssl (>= 0.9.6), libpq-dev, automake, libtool-bin, courier-authlib-dev (>= 0.63.0), po-debconf, chrpath, autotools-dev +Build-Conflicts: automake1.4 +Homepage: http://www.courier-mta.org/ + +Package: courier-base +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, debconf (>= 0.5.00) | debconf-2.0, courier-authlib (>= 0.63.0), courier-authlib-userdb, courier-authdaemon, lsb-base (>= 3.1-23) +Replaces: courier-debug (<< 0.44.2) +Conflicts: courier-imap (<= 1.3.3), courier-debug (<< 0.44.2), sqwebmail (<< 0.45.6) +Description: Courier mail server - base system + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + This package provides the functionality needed by all courier packages + such as some configuration files, helper programs and the Courier TCP server + daemon. + +Package: courier-maildrop +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, courier-base (>= ${RELUP}), default-mta | mail-transport-agent +Suggests: courier-doc +Replaces: maildrop +Conflicts: maildrop +Description: Courier mail server - mail delivery agent + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + The maildrop program is a local mail delivery agent. + it reads a mail message from standard input, then delivers the + message to the mailbox. It is able to deliver mail to + mbox-style mailboxes and Maildirs. + . + It will optionally read instructions from a file, which describes how + to filter incoming mail, using a structured filtering language. + . + This package is intended for use along with sqwebmail. Otherwise, + use the standalone maildrop package. + +Package: courier-mlm +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, courier-base (>= ${RELUP}), courier-maildrop (>= ${RELUP}) +Suggests: courier-doc +Description: Courier mail server - mailing list manager + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + The couriermlm command sets up, maintains, and runs a mailing list. + It automatically handles subscribe and unsubscribe requests, + and removes undeliverable addresses from the subscription rolls. + Mailing lists managed by couriermlm require zero human administrative + oversight. It supports digests, write-only posting aliases, + and moderated mailing lists. + +Package: courier-mta +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, courier-base (>= ${RELUP}), lsb-base (>= 1.3.9ubuntu3), debconf +Conflicts: courier-faxmail (<= 0.42.2-6), mail-transport-agent +Provides: mail-transport-agent +Replaces: mail-transport-agent +Suggests: mail-reader, courier-doc, courier-filter-perl, couriergrey +Priority: extra +Description: Courier mail server - ESMTP daemon + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + This package provides an ESMTP daemon which uses the Maildir format + as native storage format, supports IPv6, implements SMTP extensions + for mailing list management and features integrated mail filtering. + It can function as an intermediate mail relay, relaying mail + between an internal LAN and the Internet, or perform final delivery + to mailboxes. + +Package: courier-faxmail +Architecture: any +Depends: ${misc:Depends}, courier-mta (>= ${RELUP}), groff, ghostscript, mgetty-fax +Suggests: courier-doc +Conflicts: courier-mta (<= 0.42.2-6) +Recommends: netpbm +Priority: extra +Description: Courier mail server - Fax<->mail gateway + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + The courierfax module implements a faxmail gateway, which faxes a printed + copy of an email message to the phone number specified in the email address + (e.g. 5558888@fax). + +Package: courier-webadmin +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, courier-base (>= ${RELUP}), apache2 | httpd, debconf +Suggests: courier-doc +Description: Courier mail server - web-based administration frontend + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + The web-based administration and configuration tool for the Courier + mail server is capable of changing the settings of the MTA, IMAP, POP + and Webmail servers and the LDAP, MySQL and PostgreSQL authentication + modules. Only the installed parts of the Courier mail server show up + in the administration frontend. + +Package: sqwebmail +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, default-mta | mail-transport-agent, courier-base (>= ${RELUP}), ispell, iamerican | ispell-dictionary, apache2 | httpd-cgi, cron, expect, courier-maildrop (>= ${RELUP}), lsb-base (>= 1.3.9ubuntu3), debconf +Suggests: courier-doc, gnupg, courier-pcp +Description: Courier mail server - webmail server + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + This package contains the SqWebMail webmail server, which + provides access to local mailboxes in Maildir format. + +Package: courier-pcp +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, sqwebmail, lsb-base (>= 1.3.9ubuntu3) +Suggests: courier-doc +Description: Courier mail server - PCP server + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + This package contains the PCP (Personal Calendaring Protocol) server + needed for the groupware calendaring mode of SqWebMail. + +Package: courier-pop +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, default-mta | mail-transport-agent, courier-base (>= ${RELUP}), debconf +Provides: pop3-server +Conflicts: pop3-server +Replaces: pop3-server +Suggests: courier-doc, mail-reader, courier-pop-ssl +Priority: extra +Description: Courier mail server - POP3 server + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + This package provide the POP3 daemon for Courier. It only supports email + stored in the Maildir format. + +Package: courier-imap +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, default-mta | mail-transport-agent, courier-base (>= ${RELUP}), debconf +Suggests: courier-doc, imap-client, courier-imap-ssl +Provides: imap-server +Conflicts: imap-server +Replaces: imap-server +Priority: extra +Description: Courier mail server - IMAP server + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + This package provides an IMAP server that accesses email stored in Maildirs + format mailboxes. This server has an extremely small footprint and provides + shared and virtual shared folders. + +Package: courier-ldap +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, courier-base (>= ${RELUP}), courier-authlib-ldap, lsb-base (>= 1.3.9ubuntu3), debconf +Suggests: courier-doc +Replaces: courier-imap-authldap +Conflicts: courier-imap-authldap +Description: Courier mail server - LDAP support + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + This package contains support for LDAP authentication and + LDAP-based mail aliasing. + +Package: courier-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: Courier mail server - additional documentation + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + This package contains additional documentation for Courier. + +Package: courier-ssl +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, courier-base (>= ${RELUP}), openssl, debconf +Description: Courier mail server - SSL/TLS Support + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + Courier uses the a SSL/TLS wrapper application named + couriertls instead of embedding SSL/TLS support in the different applications. + Additionally, this package contains a default set + of trusted X.509 root CA certs. + +Package: courier-mta-ssl +Architecture: any +Depends: ${misc:Depends}, courier-mta, courier-ssl (>= ${RELUP}), lsb-base (>= 1.3.9ubuntu3), debconf +Suggests: courier-doc +Priority: extra +Description: Courier mail server - ESMTP over SSL + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + ESMTP over SSL is handled by the regular ESMTP daemon from courier-mta + in conjunction with the SSL/TLS wrapper supplied by courier-ssl. + +Package: courier-pop-ssl +Architecture: any +Depends: ${misc:Depends}, courier-pop, courier-ssl (>= ${RELUP}), openssl, lsb-base (>= 1.3.9ubuntu3), debconf +Suggests: courier-doc +Priority: extra +Description: Courier mail server - POP3 over SSL + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + POP3 over SSL is handled by the regular POP3 daemon from courier-pop + in conjunction with the SSL/TLS wrapper supplied by courier-ssl. + +Package: courier-imap-ssl +Architecture: any +Depends: ${misc:Depends}, courier-imap (>= 1.3.7-3), courier-ssl (>= ${RELUP}), openssl, lsb-base (>= 1.3.9ubuntu3), debconf +Suggests: courier-doc, imap-client +Priority: extra +Description: Courier mail server - IMAP over SSL + The Courier mail transfer agent (MTA) is an integrated mail/groupware + server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, + SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list + services within a single, consistent, framework. + . + IMAP over SSL is handled by the regular IMAP daemon from courier-imap + in conjunction with the SSL/TLS wrapper supplied by courier-ssl. --- courier-0.68.2.orig/debian/copyright +++ courier-0.68.2/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Dennis Schoen on +Sat, 7 Oct 2000 14:04:43 +0200. + +It was downloaded from: +ftp://courier.sourceforge.net/pub/courier/courier/ + +Upstream Author: + +Sam Varshavchik +Double Precision, Inc. +PO Box 668 +Greenwood Lake, NY 10925 + +Copyright: + +Copyright 1998 - 2008 Double Precision, Inc. + +This software is released under the GPL, version 3. +Additionally, compiling, linking, and/or using the OpenSSL toolkit in +conjunction with this software is allowed. + +A copy of the GNU General Public License is available as +/usr/share/common-licenses/GPL-3 in the Debian GNU/Linux distribution or on the +World Wide Web at http://www.gnu.org/copyleft/gpl.html. You can also +obtain it by writing to the Free Software Foundation, Inc., 51 Franklin St, +Fifth Floor, Boston, MA 02110-1301, USA. + --- courier-0.68.2.orig/debian/correctpermissions.pl +++ courier-0.68.2/debian/correctpermissions.pl @@ -0,0 +1,134 @@ +#!/usr/bin/perl -w +# +# Copyright 2004 by Willi Mann +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + + + +use strict; + +while (my $line = ) +{ + if (( my $file, my $perms, my $user, my $group, my $type) = + ( $line =~ /^([^\s]+)\s([^\s]+)\s([^\s]+)\s([^\s]+)(:?\s([^\s]+)|)/ )) + { + my $isdir = 0; + my $isexecbyuser = 0; + my $isexecbyother = 0; + my $issymlink = 0; + my $issetuid = 0; + my $issetgid = 0; + my $isreadablebyother = 0; + my $pathtofile = $file; + $pathtofile =~ s/^.*\/debian\/tmp//; + + #remove .dist from some config-files + $pathtofile =~ s/\.dist$//; + $perms = oct($perms); + $isdir = 1 if -d $file; + $isexecbyuser = 1 if $perms & 0100; + $isexecbyother = 1 if $perms & 0001; + $isreadablebyother = 1 if $perms & 0004; + $issymlink = 1 if -l $file; + $issetgid = 1 if $perms & 02000; + $issetuid = 1 if $perms & 04000; + + + if( $issymlink) + { + # do nothing + $perms = "-"; + $user = "-"; + $group = "-"; + } + #Deal with directories + elsif( $isdir ) + { + if (not $pathtofile =~ /\/usr/ ) + { + #trust + } + else + { + # change to 755 root:root (dh_fixperms ?) + $perms = 0755; + $user = "root"; + $group = "root"; + } + } + #Now non-exec files + elsif ( not $isexecbyuser ) + { + if ( $pathtofile =~ /\/usr/ ) + { + #change to 644 root:root (dh_fixperms ?) + $perms = 0644; + $user = "root"; + $group = "root"; + } + else + { + if ( $isreadablebyother ) + { + #set to 644 root:root + $perms = 0644; + $user = "root"; + $group = "root"; + } + else + { + #trust + } + } + } + #Now with executeables + else + { + if ( $issetuid ) + { + if ( $isexecbyother ) + { + # set to 4755, trust for owner:group + $perms = 04755; + } + else + { + # set to 4754, trust for owner:group + $perms = 04754; + } + } + elsif ( $issetgid ) { + if ($isexecbyother) { + # set to 2755, trust for owner:group + $perms = 02755; + } else { + # set to 2754, trust for owner:group + } + } + else + { + # set to 755 root:root + $perms = 0755; + $user = "root"; + $group = "root"; + } + } + next if $perms eq "-" and $user eq "-" and $group eq "-"; + printf "%s %o %s %s\n", $pathtofile, $perms, $user, $group; + + } +} --- courier-0.68.2.orig/debian/courier-authmysql.postrm +++ courier-0.68.2/debian/courier-authmysql.postrm @@ -0,0 +1,20 @@ +#! /bin/sh -e +# +# Copyright 2000,2001 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-base.config +++ courier-0.68.2/debian/courier-base.config @@ -0,0 +1,38 @@ +#! /bin/sh -e +# +# Copyright 2001,2002,2004,2006,2008 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +# Get settings from /etc/default/courier +if [ -f /etc/default/courier ]; then + . /etc/default/courier + if [ -n "$MAILDIR" ]; then + if [ "$MAILDIR" != "Maildir" ]; then + db_input high courier-base/maildirpath || [ $? -eq 30 ] + db_go + fi + fi +fi + +# Question about configuration file mode +db_subst courier-base/webadmin-configmode courieruser daemon +db_input high courier-base/webadmin-configmode || [ $? -eq 30 ] +db_go + --- courier-0.68.2.orig/debian/courier-base.dirs +++ courier-0.68.2/debian/courier-base.dirs @@ -0,0 +1,2 @@ +/var/lib/courier + --- courier-0.68.2.orig/debian/courier-base.docs +++ courier-0.68.2/debian/courier-base.docs @@ -0,0 +1,4 @@ +debian/CREDITS.debian +maildir/README.maildirquota.txt +maildir/README.sharedfolders.txt + --- courier-0.68.2.orig/debian/courier-base.examples +++ courier-0.68.2/debian/courier-base.examples @@ -0,0 +1 @@ +courier/quotawarnmsg.example --- courier-0.68.2.orig/debian/courier-base.files +++ courier-0.68.2/debian/courier-base.files @@ -0,0 +1,25 @@ +/etc/courier/shared/index +/usr/bin/courier-config +/usr/bin/deliverquota.courier +/usr/bin/maildiracl +/usr/bin/maildirkw +/usr/bin/maildirmake.courier +/usr/bin/makedat.courier +/usr/bin/testmxlookup +/usr/lib/courier/courier/makedatprog +/usr/lib/courier/makedat +/usr/sbin/couriertcpd +/usr/sbin/sharedindexinstall +/usr/sbin/sharedindexsplit +/usr/share/man/man1/courier-config.1 +/usr/share/man/man1/couriertcpd.1 +/usr/share/man/man1/maildiracl.1 +/usr/share/man/man1/maildirkw.1 +/usr/share/man/man1/maildirmake.courier.1 +/usr/share/man/man1/makedat.courier.1 +/usr/share/man/man1/testmxlookup.1 +/usr/share/man/man5/maildir.courier.5 +/usr/share/man/man7/maildirquota.courier.7 +/usr/share/man/man8/deliverquota.courier.8 +/usr/share/man/man8/sharedindexinstall.8 +/usr/share/man/man8/sharedindexsplit.8 --- courier-0.68.2.orig/debian/courier-base.postinst +++ courier-0.68.2/debian/courier-base.postinst @@ -0,0 +1,38 @@ +#! /bin/sh -e +# +# Copyright 2000,2001,2003,2004,2008 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +if [ "$1" = "configure" ]; then + # alternative for deliverquota + update-alternatives --install /usr/bin/deliverquota deliverquota /usr/bin/deliverquota.courier 10 \ + --slave /usr/share/man/man8/deliverquota.8.gz deliverquota.8.gz /usr/share/man/man8/deliverquota.courier.8.gz + # alternative for maildir + update-alternatives --install /usr/share/man/man5/maildir.5.gz maildir.5.gz /usr/share/man/man5/maildir.courier.5.gz 5 + # alternative for maildirmake + update-alternatives --install /usr/bin/maildirmake maildirmake /usr/bin/maildirmake.courier 5 \ + --slave /usr/share/man/man1/maildirmake.1.gz maildirmake.1.gz /usr/share/man/man1/maildirmake.courier.1.gz + # alternative for maildirquota + update-alternatives --install /usr/share/man/man7/maildirquota.7.gz maildirquota.7.gz /usr/share/man/man7/maildirquota.courier.7.gz 5 + # alternative for makedat + update-alternatives --install /usr/bin/makedat makedat /usr/bin/makedat.courier 5 --slave /usr/share/man/man1/makedat.1.gz makedat.1.gz /usr/share/man/man1/makedat.courier.1.gz +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-base.postrm +++ courier-0.68.2/debian/courier-base.postrm @@ -0,0 +1,25 @@ +#! /bin/sh -e +# +# Copyright 2001,2006 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +if [ "$1" = "purge" ]; then + # Remove files created by maintainer scripts + rm -f /etc/default/courier +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-base.prerm +++ courier-0.68.2/debian/courier-base.prerm @@ -0,0 +1,28 @@ +#!/bin/sh -e +# +# Copyright 2000,2001,2003,2004,2008 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +if [ "$1" = "upgrade" -o "$1" = "remove" ]; then + for binary in maildirmake deliverquota makedat; do + update-alternatives --remove $binary /usr/bin/$binary.courier + done + update-alternatives --remove maildir.5.gz /usr/share/man/man5/maildir.courier.5.gz + update-alternatives --remove maildirquota.7.gz /usr/share/man/man7/maildirquota.courier.7.gz +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-base.templates +++ courier-0.68.2/debian/courier-base.templates @@ -0,0 +1,40 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: courier-base/webadmin-configmode +Type: boolean +Default: false +_Description: Create directories for web-based administration? + Courier uses several configuration files in /etc/courier. Some of + these files can be replaced by a subdirectory whose contents are + concatenated and treated as a single, consolidated, configuration + file. + . + The web-based administration provided by the courier-webadmin package + relies on configuration directories instead of configuration files. + If you agree, any directories needed for the web-based + administration tool will be created unless there is already a + plain file in place. + +Template: courier-base/maildir +Type: string +Default: Maildir +_Description: Path to Maildir directory: + Please give the relative path name from each user's home directory to the + Maildir directory where the Courier servers store and access the + user's email. Please refer to the maildir.courier(5) manual page if you are + unfamiliar with the mail storage format used by Courier. + +Template: courier-base/maildirpath +Type: note +_Description: Obsolete setting of MAILDIR + The name of the Maildir directory is now recognized through the variable + MAILDIRPATH in Courier configuration files. The MAILDIR setting in + /etc/default/courier is therefore obsolete and will be not recognized. + --- courier-0.68.2.orig/debian/courier-config.pod +++ courier-0.68.2/debian/courier-config.pod @@ -0,0 +1,16 @@ +=head1 NAME + +courier-config - displays build configuration of the Courier Mail Server + +=head1 SYNOPSIS + +courier-config + +=head1 DESCRIPTION + +B displays build configuration of the Courier Mail Server. + +=head1 AUTHOR + +This manual page was written by Stefan Hornburg (Racke) +for the Debian GNU/Linux system. --- courier-0.68.2.orig/debian/courier-doc.docs +++ courier-0.68.2/debian/courier-doc.docs @@ -0,0 +1,7 @@ +AUTHORS +README +maildir/README.maildirquota.html +maildir/README.sharedfolders.html +imap/BUGS +maildir/README.imapkeywords.html +debian/tmp/usr/lib/courier/htmldoc --- courier-0.68.2.orig/debian/courier-faxmail.dirs +++ courier-0.68.2/debian/courier-faxmail.dirs @@ -0,0 +1,2 @@ +/usr/lib/courier/faxmail/ +/var/lib/courier/faxtmp/ \ No newline at end of file --- courier-0.68.2.orig/debian/courier-faxmail.files +++ courier-0.68.2/debian/courier-faxmail.files @@ -0,0 +1,19 @@ +/etc/courier/faxcoverpage.tr +/etc/courier/faxnotifyrc +/etc/courier/faxrc +/usr/lib/courier/faxmail/init +/usr/lib/courier/faxmail/application-postscript.filter +/usr/lib/courier/faxmail/application-pdf.filter +/usr/lib/courier/faxmail/coverpage +/usr/lib/courier/faxmail/image-gif.filter +/usr/lib/courier/faxmail/image-jpeg.filter +/usr/lib/courier/faxmail/image-png.filter +/usr/lib/courier/faxmail/new_fax +/usr/lib/courier/faxmail/text-plain.filter +/usr/share/courier/webadmin/admin-34fax.html +/usr/share/courier/webadmin/admin-34fax.pl +/usr/share/courier/webadmin/admin-35fax.html +/usr/share/courier/webadmin/admin-35fax.pl +/usr/share/lintian/overrides/courier-faxmail +/usr/share/man/man8/courierfax.8 + --- courier-0.68.2.orig/debian/courier-faxmail.lintian +++ courier-0.68.2/debian/courier-faxmail.lintian @@ -0,0 +1,2 @@ +courier-faxmail: non-standard-dir-perm var/lib/courier/faxtmp/ 0700 != 0755 +courier-faxmail: non-standard-file-perm etc/courier/faxrc 0640 != 0644 --- courier-0.68.2.orig/debian/courier-imap-ssl.files +++ courier-0.68.2/debian/courier-imap-ssl.files @@ -0,0 +1,11 @@ +etc/courier/imapd.cnf +etc/courier/imapd-ssl +etc/logcheck/ignore.d.server/courier-imap-ssl +etc/logcheck/violations.ignore.d/courier-imap-ssl +usr/lib/courier/imapd.pem +usr/lib/courier/mkimapdcert +usr/sbin/imapd-ssl +usr/sbin/mkimapdcert +usr/share/lintian/overrides/courier-imap-ssl +usr/share/man/man8/imapd-ssl.8.gz +usr/share/man/man8/mkimapdcert.8 --- courier-0.68.2.orig/debian/courier-imap-ssl.init +++ courier-0.68.2/debian/courier-imap-ssl.init @@ -0,0 +1,127 @@ +#! /bin/bash -e +### BEGIN INIT INFO +# Short-Description: Courier IMAP-SSL server +# Provides: courier-imap-ssl +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Description: courier-imap is an IMAP Mail Delivery Agent with SSL. +### END INIT INFO +prefix="/usr" +exec_prefix=${prefix} +sysconfdir="/etc/courier" +bindir="${exec_prefix}/bin" +sbindir="${exec_prefix}/sbin" +libexecdir="${prefix}/lib/courier" +run_dir="/var/run/courier" +calendar_dir="/var/run/courier/calendar" +TCPD=${sbindir}/couriertcpd +DAEMONPROG=${sbindir}/imapd +DAEMON=imapd-ssl +PROGRAM="Courier IMAP-SSL server" + +# first of all check if daemon is available +if ! [ -x "${bindir}/imapd" ]; then + exit 0 +fi + +# load LSB functions +. /lib/lsb/init-functions + +if [ ! -d ${run_dir} ]; then + mkdir -p ${run_dir} + chown daemon:daemon ${run_dir} +fi + +if [ ! -d ${calendar_dir} ]; then + mkdir -p ${calendar_dir} + chown daemon:daemon ${calendar_dir} +fi + + +if ! [ -x $TCPD ]; then + log_action_msg "$PROGRAM: ERROR - $TCPD missing" + exit 1 +fi + +if ! [ -f ${sysconfdir}/imapd ]; then + log_action_msg "$PROGRAM: ERROR - imapd configuration file missing" + exit 1 +fi + +if ! [ -f ${sysconfdir}/imapd-ssl ]; then + log_action_msg "$PROGRAM: ERROR - imapd-ssl configuration file missing" + exit 1 +fi + +# read/set defaults +if [ -f /etc/default/courier ]; then + . /etc/default/courier +fi +# ensure that maildirpath is set +if [ -z "$MAILDIRPATH" ]; then + MAILDIRPATH=Maildir +fi + +. ${sysconfdir}/imapd +. ${sysconfdir}/imapd-ssl + +# ensure that umask is set +if [ -z "$IMAP_UMASK" ]; then + IMAP_UMASK=022 +fi + +if ! [ -x $COURIERTLS ]; then + log_action_msg "$PROGRAM: ERROR - $COURIERTLS missing" + exit 1 +fi + +START=no +case "$IMAPDSSLSTART" in + [yY]*)START=yes;; +esac + +case "$1" in + start) + if [ "$START" = "yes" ]; then + log_daemon_msg "Starting $PROGRAM" "$DAEMON" + + umask $IMAP_UMASK + ulimit -v $IMAP_ULIMITD + /usr/bin/env - /bin/sh -c " . ${sysconfdir}/imapd ; \ + . ${sysconfdir}/imapd-ssl ; \ + IMAP_TLS=1 ; export IMAP_TLS ; \ + `sed -n '/^#/d;/=/p' <${sysconfdir}/imapd | \ + sed 's/=.*//;s/^/export /;s/$/;/'` + `sed -n '/^#/d;/=/p' <${sysconfdir}/imapd-ssl | \ + sed 's/=.*//;s/^/export /;s/$/;/'` + PROXY_HOSTNAME=$PROXY_HOSTNAME ; \ + /usr/sbin/courierlogger -pid=$SSLPIDFILE -start $SSLLOGGEROPTS \ + $TCPD -address=$SSLADDRESS \ + -maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \ + $TCPDOPTS \ + $SSLPORT $COURIERTLS -server -tcpd \ + ${libexecdir}/courier/imaplogin \ + ${bindir}/imapd $MAILDIRPATH" + log_end_msg 0 + fi + ;; + stop) + log_daemon_msg "Stopping $PROGRAM" "$DAEMON" + /usr/sbin/courierlogger -pid=$SSLPIDFILE -stop + log_end_msg 0 + ;; + restart | force-reload) + $0 stop + $0 start + ;; + status) + status_of_proc -p $SSLPIDFILE $DAEMON "$PROGRAM" && exit 0 || exit $? + ;; + *) + log_success_msg "Usage: $0 {start|stop|restart|force-reload}" + exit 2 + ;; +esac +exit 0 --- courier-0.68.2.orig/debian/courier-imap-ssl.lintian +++ courier-0.68.2/debian/courier-imap-ssl.lintian @@ -0,0 +1 @@ +courier-imap-ssl: non-standard-file-perm etc/courier/imapd.cnf 0600 != 0644 --- courier-0.68.2.orig/debian/courier-imap-ssl.postinst +++ courier-0.68.2/debian/courier-imap-ssl.postinst @@ -0,0 +1,34 @@ +#! /bin/sh -e +# +# Copyright 2001,2009,2011 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +if [ "$1" = "configure" ]; then + test -d /etc/courier || mkdir /etc/courier + + if [ ! -h /usr/lib/courier/imapd.pem -a ! -f /usr/lib/courier/imapd.pem ] ; then + ln -s /etc/courier/imapd.pem /usr/lib/courier/imapd.pem + fi + if [ ! -f /etc/courier/imapd.pem ]; then + mkimapdcert + fi +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-imap-ssl.postrm +++ courier-0.68.2/debian/courier-imap-ssl.postrm @@ -0,0 +1,24 @@ +#! /bin/sh -e +# +# Copyright 2001 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +if [ "$1" = "purge" ]; then + rm -rf /etc/courier/imapd.pem +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-imap.README.Debian +++ courier-0.68.2/debian/courier-imap.README.Debian @@ -0,0 +1,14 @@ +Debian Packaging Issues +*********************** + +Please read /usr/share/doc/courier-base/README.Debian for more +information about the packaging of the Courier Mail Server suite. + +Default Settings +**************** + +The default value for maximum number of connections from the same +IP address (MAXPERIP in /etc/courier/imapd) has been raised to 20. +This helps to avoid mysterious errors with current IMAP clients +(e.g., saving sent mails into the Sent folder fails). +For example, Mozilla Thunderbird uses 5 connections by default. --- courier-0.68.2.orig/debian/courier-imap.docs +++ courier-0.68.2/debian/courier-imap.docs @@ -0,0 +1,6 @@ +imap/README.proxy +imap/README.proxy.html +maildir/README.imapkeywords.html + + + --- courier-0.68.2.orig/debian/courier-imap.files +++ courier-0.68.2/debian/courier-imap.files @@ -0,0 +1,12 @@ +etc/courier/imapd +etc/logcheck/ignore.d.server/courier-imap +etc/logcheck/violations.ignore.d/courier-imap +etc/pam.d/imap +usr/bin/imapd +usr/lib/courier/imapd +usr/lib/courier/courier/imaplogin +usr/sbin/imapd +usr/share/courier/webadmin/admin-40imap.html +usr/share/courier/webadmin/admin-40imap.pl +usr/share/lintian/overrides/courier-imap +usr/share/man/man8/imapd.8 --- courier-0.68.2.orig/debian/courier-imap.init +++ courier-0.68.2/debian/courier-imap.init @@ -0,0 +1,119 @@ +#! /bin/bash -e +### BEGIN INIT INFO +# Short-Description: Courier IMAP server +# Provides: courier-imap +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Description: courier-imap is an IMAP Mail Delivery Agent. +### END INIT INFO +prefix="/usr" +exec_prefix=${prefix} +sysconfdir="/etc/courier" +bindir="${exec_prefix}/bin" +sbindir="${exec_prefix}/sbin" +libexecdir="${prefix}/lib/courier" +TCPD="${sbindir}/couriertcpd" +run_dir="/var/run/courier" +calendar_dir="/var/run/courier/calendar" +DAEMON="imapd" +PROGRAM="Courier IMAP server" +SSLCONFIG= + +. /lib/lsb/init-functions + +# first of all check if daemon is available +if ! [ -x "${bindir}/imapd" ]; then + exit 0 +fi + +# load LSB functions +. /lib/lsb/init-functions + +if [ ! -d ${run_dir} ]; then + mkdir -p ${run_dir} + chown daemon:daemon ${run_dir} +fi + +if [ ! -d ${calendar_dir} ]; then + mkdir -p ${calendar_dir} + chown daemon:daemon ${calendar_dir} +fi + + +if ! [ -x $TCPD ]; then + log_action_msg "$PROGRAM: ERROR - $TCPD missing" + exit 1 +fi + +if ! [ -f ${sysconfdir}/$DAEMON ]; then + log_action_msg "$PROGRAM: ERROR - $DAEMON configuration file missing" + exit 1 +fi + +# read/set defaults +if [ -f /etc/default/courier ]; then + . /etc/default/courier +fi +# ensure that maildirpath is set +if [ -z "$MAILDIRPATH" ]; then + MAILDIRPATH=Maildir +fi + +if [ -f "${sysconfdir}/imapd-ssl" ]; then + . "${sysconfdir}/imapd-ssl" + SSLCONFIG=1 +fi +. ${sysconfdir}/$DAEMON + +# ensure that umask is set +if [ -z "$IMAP_UMASK" ]; then + IMAP_UMASK=022 +fi + +START=no +case "$IMAPDSTART" in + [yY]*)START=yes;; +esac + +case "$1" in + start) + if [ "$START" = "yes" ]; then + log_daemon_msg "Starting $PROGRAM" "$DAEMON" + umask $IMAP_UMASK + ulimit -v $IMAP_ULIMITD + /usr/bin/env - /bin/sh -c " set -a; \ + bindir=${bindir}; \ + . ${sysconfdir}/imapd; \ + if [ "$SSLCONFIG" ]; then . ${sysconfdir}/imapd-ssl; fi; \ + IMAP_STARTTLS=$IMAPDSTARTTLS ; export IMAP_STARTTLS ; \ + PROXY_HOSTNAME=$PROXY_HOSTNAME; + TLS_PROTOCOL=$TLS_STARTTLS_PROTOCOL ; \ + /usr/sbin/courierlogger -pid=$PIDFILE -start $LOGGEROPTS \ + $TCPD -address=$ADDRESS \ + -maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \ + $TCPDOPTS \ + $PORT ${libexecdir}/courier/imaplogin \ + ${bindir}/imapd $MAILDIRPATH" + log_end_msg 0 + fi + ;; + stop) + log_daemon_msg "Stopping $PROGRAM" "$DAEMON" + /usr/sbin/courierlogger -pid=$PIDFILE -stop + log_end_msg 0 + ;; + restart | force-reload) + $0 stop + $0 start + ;; + status) + status_of_proc -p $PIDFILE $DAEMON "$PROGRAM" && exit 0 || exit $? + ;; + *) + log_success_msg "Usage: $0 {start|stop|restart|force-reload}" + exit 2 + ;; +esac +exit 0 --- courier-0.68.2.orig/debian/courier-imap.lintian +++ courier-0.68.2/debian/courier-imap.lintian @@ -0,0 +1,2 @@ +courier-imap: binary-or-shlib-defines-rpath usr/bin/imapd /usr/lib/courier-authlib +courier-imap: binary-or-shlib-defines-rpath usr/lib/courier/courier/imaplogin /usr/lib/courier-authlib \ No newline at end of file --- courier-0.68.2.orig/debian/courier-imap.pam +++ courier-0.68.2/debian/courier-imap.pam @@ -0,0 +1,6 @@ +# PAM configuration file for Courier IMAP daemon + +@include common-auth +@include common-account +@include common-password +@include common-session --- courier-0.68.2.orig/debian/courier-ldap.README.debian +++ courier-0.68.2/debian/courier-ldap.README.debian @@ -0,0 +1,5 @@ +The init script issues a message "Starting Courier LDAP alias daemon" +without considering the LDAP_ALIAS setting in /etc/courier/ldapaliasrc. + +In fact, the Courier LDAP alias daemon stops automatically if LDAP_ALIAS +isn't set to 1 in /etc/courier/ldapaliasrc. --- courier-0.68.2.orig/debian/courier-ldap.files +++ courier-0.68.2/debian/courier-ldap.files @@ -0,0 +1,9 @@ +etc/courier/ldapaliasrc +etc/courier/ldapaddressbook +usr/sbin/courierldapaliasd +usr/share/courier/webadmin/admin-15ldap.html +usr/share/courier/webadmin/admin-15ldap.pl +usr/share/courier/webadmin/admin-15ldapa.html +usr/share/courier/webadmin/admin-15ldapa.pl +usr/share/lintian/overrides/courier-ldap +usr/share/man/man8/courierldapaliasd.8 --- courier-0.68.2.orig/debian/courier-ldap.init +++ courier-0.68.2/debian/courier-ldap.init @@ -0,0 +1,72 @@ +#! /bin/sh -e +### BEGIN INIT INFO +# Short-Description: Courier LDAP alias server +# Provides: courier-ldap +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Should-Start: slapd +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Description: courier-ldap is the Courier LDAP alias daemon. +### END INIT INFO +# +# Copyright 2002,2006,2008,2010 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +CONFFILE=/etc/courier/ldapaliasrc +DAEMON=/usr/sbin/courierldapaliasd +RUNDIR=/var/run/courier + +# stop if the courier-ldap package has been removed +if ! [ -x $DAEMON ]; then + exit 0 +fi + +# stop if the configuration file is missing +if ! [ -f $CONFFILE ]; then + exit 0 +fi + +. /lib/lsb/init-functions + +case "$1" in +start) + # Start Courier LDAP alias daemon + log_begin_msg "Starting Courier LDAP alias daemon..." + if [ ! -d "$RUNDIR" ]; then + mkdir -p -m 0775 $RUNDIR + chgrp daemon $RUNDIR + fi + $DAEMON start || log_end_msg 1 + log_end_msg 0 + ;; +stop) + # Stop Courier LDAP alias daemon + log_begin_msg "Stopping Courier LDAP alias daemon..." + $DAEMON stop || log_end_msg 1 + log_end_msg 0 + ;; +restart | reload | force-reload) + log_begin_msg "Restarting Courier LDAP alias daemon..." + $DAEMON restart || log_end_msg 1 + log_end_msg 0 + ;; +*) + log_success_msg "Usage: $0 {start|stop|restart|reload|force-reload}" + exit 1 + ;; +esac --- courier-0.68.2.orig/debian/courier-ldap.lintian +++ courier-0.68.2/debian/courier-ldap.lintian @@ -0,0 +1,2 @@ +courier-ldap: non-standard-file-perm etc/courier/ldapaliasrc 0640 != 0644 +courier-ldap: binary-or-shlib-defines-rpath usr/sbin/courierldapaliasd /usr/lib/courier-authlib --- courier-0.68.2.orig/debian/courier-ldap.postinst +++ courier-0.68.2/debian/courier-ldap.postinst @@ -0,0 +1,27 @@ +#! /bin/sh -e +# +# Copyright 2002,2003 by Stefan Hornburg +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +##THIS FILE CAN BE REMOVED## + +#chown daemon.daemon /etc/courier/authldaprc /etc/courier/ldapaliasrc +#chmod 600 /etc/courier/authldaprc +# needs to be readable by sendmail invoked by non-root users +#chmod 640 /etc/courier/ldapaliasrc + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-maildrop.README.Debian +++ courier-0.68.2/debian/courier-maildrop.README.Debian @@ -0,0 +1,17 @@ +Debian Packaging Issues +*********************** + +Please read /usr/share/doc/courier-base/README.Debian for more +information about the packaging of the Courier Mail Server suite. + +The maildrop binary is compiled with support for userdb and +logging via syslog (facility mail, priority info). + +Version Number +************** + +The version number of the courier-maildrop Debian package is derived from +the version number of the complete Courier Mail Server suite. +There is a separate maildrop source package available with a +much higher version number than the version number of the Courier +source package, so don't get confused. --- courier-0.68.2.orig/debian/courier-maildrop.files +++ courier-0.68.2/debian/courier-maildrop.files @@ -0,0 +1,15 @@ +/etc/courier/maildrop +/usr/bin/mailbot +/usr/bin/maildrop +/usr/bin/makemime +/usr/bin/reformail +/usr/bin/reformime +/usr/share/lintian/overrides/courier-maildrop +/usr/share/man/man1/mailbot.1 +/usr/share/man/man1/maildrop.1 +/usr/share/man/man1/makemime.1 +/usr/share/man/man1/reformail.1 +/usr/share/man/man1/reformime.1 +/usr/share/man/man7/maildropex.7 +/usr/share/man/man7/maildropfilter.7 +/usr/share/man/man7/maildropgdbm.7 --- courier-0.68.2.orig/debian/courier-maildrop.lintian +++ courier-0.68.2/debian/courier-maildrop.lintian @@ -0,0 +1,2 @@ +courier-maildrop: setuid-binary usr/bin/maildrop 4755 root/daemon +courier-maildrop: binary-or-shlib-defines-rpath usr/bin/maildrop /usr/lib/courier-authlib \ No newline at end of file --- courier-0.68.2.orig/debian/courier-maildrop.postinst +++ courier-0.68.2/debian/courier-maildrop.postinst @@ -0,0 +1,29 @@ +#! /bin/sh -e +# +# Copyright 2002,2003 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + + +# Check for existing /etc/maildroprc and create a symlink +# /etc/courier/maildroprc if latter file doesn't exist +if [ ! -e /etc/courier/maildroprc ]; then + if [ -f /etc/maildroprc ]; then + ln -s ../maildroprc /etc/courier + fi +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-maildrop.postrm +++ courier-0.68.2/debian/courier-maildrop.postrm @@ -0,0 +1,25 @@ +#! /bin/sh -e +# +# Copyright 2003 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Remove /etc/courier/maildroprc on purge +if [ "$1" = "purge" ]; then + rm -f /etc/courier/maildroprc +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-mlm.files +++ courier-0.68.2/debian/courier-mlm.files @@ -0,0 +1,8 @@ +/etc/courier/webmlmrc +/usr/bin/couriermlm +/usr/bin/webmlmd +/usr/bin/webmlmd.rc +/usr/lib/cgi-bin/webmlm +/usr/lib/courier/couriermlm +/usr/share/man/man1/couriermlm.1 +/usr/share/man/man1/webmlmd.1 \ No newline at end of file --- courier-0.68.2.orig/debian/courier-mlm.init +++ courier-0.68.2/debian/courier-mlm.init @@ -0,0 +1,87 @@ +#! /bin/sh +### BEGIN INIT INFO +# Short-Description: Courier WebMLM server +# Provides: courier-mlm +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO +# +# Copyright 2007,2008 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +PROGRAM=webmlmd +DAEMON=/usr/bin/$PROGRAM +CONFIGFILE=/etc/courier/webmlmrc +NAME="WebMLM daemon" + +# load LSB functions +set -e +. /lib/lsb/init-functions + +# stop if the sqwebmail package has been removed +if ! [ -x $DAEMON ]; then + exit 0 +fi + +test_config() { + set +e + . $CONFIGFILE + if [ -z "$LISTS" ]; then + log_begin_msg "$NAME: lists directories missing from configuration file, not starting/reloading..." + log_end_msg 1 + return 1 + fi + set -e +} + +case "$1" in +start) + if ! test_config; then + exit 0 + fi + + # Start webmlm daemon + log_begin_msg "Starting $NAME" $PROGRAM + if $DAEMON start $CONFIGFILE; then + log_end_msg 0 + else + log_end_msg 1 + fi + ;; +stop) + # Stop webmlm daemon + log_begin_msg "Stopping $NAME" $PROGRAM + if $DAEMON stop $CONFIGFILE; then + log_end_msg 0 + else + log_end_msg 1 + fi + ;; +restart | force-reload) + $0 stop + $0 start + ;; +*) + log_success_msg "Usage: $0 {start|stop|restart|force-reload}" + exit 2 + ;; +esac + +exit 0 + --- courier-0.68.2.orig/debian/courier-mta-ssl.files +++ courier-0.68.2/debian/courier-mta-ssl.files @@ -0,0 +1,5 @@ +etc/courier/esmtpd-ssl +usr/lib/courier/esmtpd.pem +usr/lib/courier/esmtpd-ssl +usr/sbin/esmtpd-ssl +usr/share/man/man8/esmtpd-ssl.8.gz --- courier-0.68.2.orig/debian/courier-mta-ssl.init +++ courier-0.68.2/debian/courier-mta-ssl.init @@ -0,0 +1,69 @@ +#! /bin/sh -e +### BEGIN INIT INFO +# Provides: courier-mta mail-transport-agent +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: courier-mta Mail Transport Agent +# Description: courier-mta is a Mail Transport agent +### END INIT INFO +sysconfdir="/etc/courier" +sbindir="/usr/sbin" +run_dir="/var/run/courier" +TCPD=${sbindir}/couriertcpd +DAEMONPROG=${sbindir}/esmtpd-ssl + +test -f $DAEMONPROG || exit 0 + +if [ ! -d ${run_dir} ]; then + mkdir -p ${run_dir} + chown daemon:daemon ${run_dir} +fi + +# check for couriertcpd +if ! [ -x $TCPD ]; then + exit 0 +fi + +# check for couriertls +if ! [ -x $COURIERTLS ]; then + exit 0 +fi + +# check for esmtpd configuration file +if ! [ -f ${sysconfdir}/esmtpd ]; then + exit 0 +fi + +# check for esmtpd-ssl configuration file +if ! [ -f ${sysconfdir}/esmtpd-ssl ]; then + exit 0 +fi + +. ${sysconfdir}/esmtpd +. ${sysconfdir}/esmtpd-ssl + +. /lib/lsb/init-functions + +case "$1" in +start) + log_begin_msg "Starting Courier SMTP/SSL server..." + ${sbindir}/esmtpd-ssl start || log_end_msg 1 + log_end_msg 0 + ;; +stop) + log_begin_msg "Stopping Courier SMTP/SSL server..." + ${sbindir}/esmtpd-ssl stop || log_end_msg 1 + log_end_msg 0 + ;; +restart | force-reload) + $0 stop + $0 start + ;; +*) + log_success_msg "Usage: $0 {start|stop|restart|reload|force-reload}" + exit 1 + ;; +esac +exit 0 --- courier-0.68.2.orig/debian/courier-mta-ssl.postinst +++ courier-0.68.2/debian/courier-mta-ssl.postinst @@ -0,0 +1,35 @@ +#! /bin/sh -e +# +# Copyright 2004,2009,2011 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +if [ "$1" = "configure" ]; then + test -d /etc/courier || mkdir /etc/courier + + if [ ! -h /usr/lib/courier/esmtpd.pem -a ! -f /usr/lib/courier/emtspd.pem ]; then + ln -s /etc/courier/emtspd.pem /usr/lib/courier/emtspd.pem + fi + if [ ! -f /etc/courier/esmtpd.pem ]; then + mkesmtpdcert + chown daemon /etc/courier/esmtpd.pem + fi +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-mta-ssl.postrm +++ courier-0.68.2/debian/courier-mta-ssl.postrm @@ -0,0 +1,24 @@ +#! /bin/sh -e +# +# Copyright 2012 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +if [ "$1" = "purge" ]; then + rm -rf /etc/courier/esmtpd.pem +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-mta.README.Debian +++ courier-0.68.2/debian/courier-mta.README.Debian @@ -0,0 +1,25 @@ +COURIER-MTA README + +This document describes Debian-specific changes which has been +applied to the courier-mta package. + +Please read /usr/share/doc/courier-base/README.Debian first +for information about general changes applied to the Courier +suite. + +MODULE.FAX + +The Courier SMTP server(s) absolutely require the existence +of /etc/courier/module.fax. An empty file suffices. Therefore +the init script will refuse to start/stop/restart the SMTP +server(s) if this file is missing for any reason. + +NEWALIASES + +I added a /usr/sbin/newaliases shell script for compliance +with the Debian Policy (Section "Mail transport, delivery and user agents"). +Please note that the default location for source alias file(s) +is /etc/courier/aliases. The script reads /etc/aliases instead. + + + --- courier-0.68.2.orig/debian/courier-mta.config +++ courier-0.68.2/debian/courier-mta.config @@ -0,0 +1,48 @@ +#! /bin/sh -e +# +# Copyright 2001,2002,2004 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +do_config () { + FILENAME=$1 + DEFAULT=$2 + + if [ -f /etc/courier/$FILENAME ]; then + # read current value from configuration file + VALUE=`head -n 1 /etc/courier/$FILENAME` + if [ "$VALUE" ]; then + db_set courier-mta/$FILENAME "$VALUE" + fi + fi + + db_get courier-mta/$FILENAME + if [ ! "$RET" ]; then + # enforce default + db_set courier-mta/$FILENAME "$DEFAULT" + fi + + db_input medium courier-mta/$FILENAME || [ $? -eq 30 ] + db_go +} + +do_config defaultdomain `hostname --fqdn` +db_get courier-mta/defaultdomain +do_config dsnfrom "mailer-daemon@$RET" + --- courier-0.68.2.orig/debian/courier-mta.dirs +++ courier-0.68.2/debian/courier-mta.dirs @@ -0,0 +1,10 @@ +/etc/courier/aliasdir +/etc/courier/filters +/etc/courier/filters/active +/var/lib/courier/tmp +/var/lib/courier/tmp/broken +/var/lib/courier/msgs +/var/lib/courier/msgq +/var/lib/courier/allfilters +/var/lib/courier/filters +/var/lib/courier/track --- courier-0.68.2.orig/debian/courier-mta.examples +++ courier-0.68.2/debian/courier-mta.examples @@ -0,0 +1,2 @@ +courier/filters/perlfilter/perlfilter-example.pl + --- courier-0.68.2.orig/debian/courier-mta.files +++ courier-0.68.2/debian/courier-mta.files @@ -0,0 +1,117 @@ +/etc/courier/aliases/system +/etc/courier/courierd +/etc/courier/dsndelayed.txt +/etc/courier/dsndelivered.txt +/etc/courier/dsnfailed.txt +/etc/courier/dsnrelayed.txt +/etc/courier/dsnfooter.txt +/etc/courier/dsnsubjectnotice.txt +/etc/courier/dsnsubjectwarn.txt +/etc/courier/dsnheader.txt +/etc/courier/enablefiltering +/etc/courier/esmtpd.cnf +/etc/courier/esmtpd +/etc/courier/esmtpd-msa +/etc/courier/esmtpauthclient +/etc/courier/module.dsn +/etc/courier/module.esmtp +/etc/courier/module.fax +/etc/courier/module.local +/etc/courier/module.uucp +/etc/courier/smtpaccess/default +/etc/pam.d/esmtp +/usr/bin/addcr +/usr/bin/cancelmsg +/usr/bin/dotforward +/usr/bin/lockmail.courier +/usr/bin/preline.courier +/usr/bin/mailq +/usr/lib/courier/courierctl.start +/usr/lib/courier/makeuucpneighbors +/usr/lib/courier/courier/aliasexp +/usr/lib/courier/courier/aliascombine +/usr/lib/courier/courier/aliascreate +/usr/lib/courier/courier/courierd +/usr/lib/courier/courier/modules/dsn/courierdsn +/usr/lib/courier/courier/modules/esmtp/courieresmtp +/usr/lib/courier/courier/modules/esmtp/courieresmtpd +/usr/lib/courier/courier/modules/esmtp/addcr +/usr/lib/courier/courier/modules/fax/courierfax +/usr/lib/courier/courier/modules/local/courierdeliver +/usr/lib/courier/courier/modules/local/courierlocal +/usr/lib/courier/courier/modules/uucp/courieruucp +/usr/lib/courier/courier/submit +/usr/lib/courier/courier/submitmkdir +/usr/lib/courier/esmtpd +/usr/lib/courier/filterctl +/usr/lib/courier/filters +/usr/lib/courier/makeacceptmailfor +/usr/lib/courier/makealiases +/usr/lib/courier/makehosteddomains +/usr/lib/courier/makepercentrelay +/usr/lib/courier/makesmtpaccess +/usr/lib/courier/mkesmtpdcert +/usr/lib/courier/perlfilter-wrapper.pl +/usr/lib/sendmail +/usr/sbin/aliaslookup +/usr/sbin/courier +/usr/sbin/courier-mtaconfig +/usr/sbin/courieresmtpd +/usr/sbin/courierfilter +/usr/sbin/esmtpd +/usr/sbin/esmtpd-msa +/usr/sbin/filterctl +/usr/sbin/makeacceptmailfor +/usr/sbin/makealiases +/usr/sbin/makehosteddomains +/usr/sbin/makepercentrelay +/usr/sbin/makesmtpaccess +/usr/sbin/makesmtpaccess-msa +/usr/sbin/makeuucpneighbors +/usr/sbin/mkesmtpdcert +/usr/sbin/newaliases +/usr/sbin/rmail +/usr/sbin/sendmail +/usr/share/courier/webadmin/admin-05local.html +/usr/share/courier/webadmin/admin-05local.pl +/usr/share/courier/webadmin/admin-30esmtp.html +/usr/share/courier/webadmin/admin-30esmtp.pl +/usr/share/courier/webadmin/admin-30xspf.html +/usr/share/courier/webadmin/admin-30xspf.pl +/usr/share/courier/webadmin/admin-31esmtp.html +/usr/share/courier/webadmin/admin-31esmtp.pl +/usr/share/courier/webadmin/admin-50bofh.html +/usr/share/courier/webadmin/admin-50bofh.pl +/usr/share/lintian/overrides/courier-mta +/usr/share/man/man1/addcr.1 +/usr/share/man/man1/cancelmsg.1 +/usr/share/man/man1/dotforward.1 +/usr/share/man/man1/dot-forward.1 +/usr/share/man/man1/lockmail.courier.1 +/usr/share/man/man1/mailq.1 +/usr/share/man/man1/preline.courier.1 +/usr/share/man/man1/rmail.1 +/usr/share/man/man1/sendmail.1 +/usr/share/man/man5/dot-courier.5 +/usr/share/man/man7/localmailfilter.7 +/usr/share/man/man8/aliaslookup.8 +/usr/share/man/man8/courier.8 +/usr/share/man/man8/courier-mtaconfig.8 +/usr/share/man/man8/courieresmtpd.8 +/usr/share/man/man8/courierfilter.8 +/usr/share/man/man8/courierperlfilter.8 +/usr/share/man/man8/courieruucp.8 +/usr/share/man/man8/dupfilter.8 +/usr/share/man/man8/esmtpd.8 +/usr/share/man/man8/esmtpd-msa.8 +/usr/share/man/man8/filterctl.8 +/usr/share/man/man8/mkesmtpdcert.8 +/usr/share/man/man8/makeacceptmailfor.8 +/usr/share/man/man8/makealiases.8 +/usr/share/man/man8/makehosteddomains.8 +/usr/share/man/man8/makepercentrelay.8 +/usr/share/man/man8/makesmtpaccess.8 +/usr/share/man/man8/makesmtpaccess-msa.8 +/usr/share/man/man8/makeuucpneighbors.8.gz +/usr/share/man/man8/newaliases.8 +/usr/share/man/man8/submit.8 --- courier-0.68.2.orig/debian/courier-mta.init +++ courier-0.68.2/debian/courier-mta.init @@ -0,0 +1,132 @@ +#! /bin/sh -e +### BEGIN INIT INFO +# Short-Description: Courier SMTP server +# Provides: courier-mta mail-transport-agent +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Description: courier-mta is a Mail Transport agent +### END INIT INFO +prefix="/usr" +exec_prefix=${prefix} +sysconfdir="/etc/courier" +sbindir="${exec_prefix}/sbin" +libexecdir="${prefix}/lib/courier" +run_dir="/var/run/courier" +calendar_dir="/var/run/courier/calendar" +DAEMON=${sbindir}/esmtpd + +test -f $DAEMON || exit 0 +test -f "$sysconfdir/esmtpd" || exit 0 +test -f "$sysconfdir/esmtpd-msa" || exit 0 + +if [ ! -d ${run_dir} ]; then + mkdir -p ${run_dir} + chown daemon:daemon ${run_dir} +fi + + +# Check if SMTP server should be started +. ${sysconfdir}/esmtpd +START_MTA=no +case "$ESMTPDSTART" in + [yY]*)START_MTA=yes;; +esac + +START_MSA=no +. ${sysconfdir}/esmtpd-msa +case "$ESMTPDSTART" in + [yY]*)START_MSA=yes;; +esac + +if [ "$START_MTA" = "no" ] && [ $START_MSA = "no" ]; then + exit 0 +fi + +. /lib/lsb/init-functions + +case "$1" in +start) + cd / + + # ensure proper permissions on /var/run/courier + chgrp daemon /var/run/courier + chmod g+rwx /var/run/courier + + log_begin_msg "Starting Courier mail server..." + ${sbindir}/courier start || log_end_msg 1 + log_end_msg 0 + + log_begin_msg "Starting Courier mail filter..." + ${sbindir}/courierfilter start || log_end_msg 1 + log_end_msg 0 + + if [ "$START_MTA" = "yes" ]; then + log_begin_msg "Starting Courier SMTP server..." + ${sbindir}/esmtpd start || log_end_msg 1 + log_end_msg 0 + fi + + if [ "$START_MSA" = "yes" ]; then + log_begin_msg "Starting Courier SMTP MSA server..." + ${sbindir}/esmtpd-msa start || log_end_msg 1 + log_end_msg 0 + fi + ;; +stop) + cd / + + if [ "$START_MSA" = "yes" ]; then + log_begin_msg "Stopping Courier SMTP MSA server..." + ${sbindir}/esmtpd-msa stop || log_end_msg 1 + log_end_msg 0 + fi + + if [ "$START_MTA" = "yes" ]; then + log_begin_msg "Stopping Courier SMTP server..." + ${sbindir}/esmtpd stop || log_end_msg 1 + log_end_msg 0 + fi + + log_begin_msg "Stopping Courier mail filter..." + ${sbindir}/courierfilter stop || log_end_msg 1 + log_end_msg 0 + + log_begin_msg "Stopping Courier mail server..." + ${sbindir}/courier stop || log_end_msg 1 + log_end_msg 0 + ;; +force-reload) + cd / + + if [ "$START_MSA" = "yes" ]; then + log_begin_msg "Restarting Courier SMTP MSA server..." + ${sbindir}/esmtpd-msa restart || log_end_msg 1 + log_end_msg 0 + fi + + if [ "$START_MTA" = "yes" ]; then + log_begin_msg "Restarting Courier SMTP server..." + ${sbindir}/esmtpd restart || log_end_msg 1 + log_end_msg 0 + fi + + log_begin_msg "Restarting Courier mail filter..." + ${sbindir}/courierfilter restart || log_end_msg 1 + log_end_msg 0 + + log_begin_msg "Restarting Courier mail server..." + ${sbindir}/courier restart || log_end_msg 1 + log_end_msg 0 + ;; +restart) + $0 stop + $0 start + ;; +*) + log_success_msg "Usage: $0 {start|stop|restart|reload|force-reload}" + exit 1 + ;; +esac +exit 0 --- courier-0.68.2.orig/debian/courier-mta.lintian +++ courier-0.68.2/debian/courier-mta.lintian @@ -0,0 +1,20 @@ +courier-mta: non-standard-dir-perm etc/courier/filters/ 0750 != 0755 +courier-mta: non-standard-dir-perm etc/courier/filters/active/ 0750 != 0755 +courier-mta: non-standard-dir-perm etc/courier/aliases/ 0750 != 0755 +courier-mta: non-standard-file-perm etc/courier/aliases/system 0640 != 0644 +courier-mta: non-standard-file-perm etc/courier/esmtpauthclient 0600 != 0644 +courier-mta: non-standard-dir-perm var/lib/courier/tmp/ 0770 != 0755 +courier-mta: non-standard-dir-perm var/lib/courier/msgs/ 0750 != 0755 +courier-mta: non-standard-dir-perm var/lib/courier/msgq/ 0750 != 0755 +courier-mta: non-standard-dir-perm var/lib/courier/allfilters/ 0750 != 0755 +courier-mta: non-standard-dir-perm var/lib/courier/filters/ 0750 != 0755 +courier-mta: setuid-binary usr/bin/cancelmsg 4755 daemon/daemon +courier-mta: setgid-binary usr/bin/mailq 2755 daemon/daemon +courier-mta: setuid-binary usr/sbin/sendmail 4755 root/daemon +courier-mta: setuid-binary usr/lib/courier/courier/submitmkdir 4754 daemon/daemon +courier-mta: missing-debconf-dependency +courier-mta: binary-or-shlib-defines-rpath usr/lib/courier/courier/aliasexp /usr/lib/courier-authlib +courier-mta: binary-or-shlib-defines-rpath usr/lib/courier/courier/courierd /usr/lib/courier-authlib +courier-mta: binary-or-shlib-defines-rpath usr/lib/courier/courier/modules/esmtp/courieresmtp /usr/lib/courier-authlib +courier-mta: binary-or-shlib-defines-rpath usr/lib/courier/courier/modules/esmtp/courieresmtpd /usr/lib/courier-authlib +courier-mta: binary-or-shlib-defines-rpath usr/lib/courier/courier/submit /usr/lib/courier-authlib --- courier-0.68.2.orig/debian/courier-mta.pam +++ courier-0.68.2/debian/courier-mta.pam @@ -0,0 +1,6 @@ +# PAM configuration file for Courier SMTP daemon + +@include common-auth +@include common-account +@include common-password +@include common-session --- courier-0.68.2.orig/debian/courier-mta.postinst +++ courier-0.68.2/debian/courier-mta.postinst @@ -0,0 +1,71 @@ +#! /bin/sh -e +# +# Copyright 2000,2001,2002,2003,2004,2007,2009 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +USER=daemon +GROUP=daemon + +# Source debconf library +. /usr/share/debconf/confmodule + +if [ "$1" = "configure" ]; then + + # Make sure we actually have courier's directory. + test -d /etc/courier || mkdir /etc/courier + + # write default domain file + db_get courier-mta/defaultdomain + echo $RET > /etc/courier/defaultdomain + + # generate locals file if necessary + if [ ! -f /etc/courier/locals ]; then + echo "localhost" > /etc/courier/locals + echo "$RET" >> /etc/courier/locals + fi + + # generate configuration directories if necessary + db_get courier-base/webadmin-configmode + if [ "$RET" = true ]; then + for dir in esmtpacceptmailfor.dir hosteddomains; do + if [ ! -e /etc/courier/$dir ]; then + mkdir /etc/courier/$dir + fi + done + fi + + # generate /etc/mailname if necessary + if [ ! -f /etc/mailname ]; then + echo "$RET" > /etc/mailname + fi + + # write file with From: header for delivery notifications + db_get courier-mta/dsnfrom + echo $RET > /etc/courier/dsnfrom + + + # Update Alternatives + update-alternatives --install /usr/bin/lockmail lockmail /usr/bin/lockmail.courier 5 \ + --slave /usr/share/man/man1/lockmail.1.gz lockmail.1.gz /usr/share/man/man1/lockmail.courier.1.gz + update-alternatives --install /usr/bin/preline preline /usr/bin/preline.courier 5 \ + --slave /usr/share/man/man1/preline.1.gz preline.1.gz /usr/share/man/man1/preline.courier.1.gz + + # run makesmtpaccess + makesmtpaccess +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-mta.postrm +++ courier-0.68.2/debian/courier-mta.postrm @@ -0,0 +1,49 @@ +#! /bin/sh -e +# +# Copyright 2001,2002,2003,2004,2008 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# define function for removing diversion of addcr +remove_diversion() { + dpkg-divert --package courier-mta --remove --rename \ + --divert /usr/bin/addcr.ucspi-tcp /usr/bin/addcr + dpkg-divert --package courier-mta --remove --rename \ + --divert /usr/share/man/man1/addcr.ucspi-tcp.1.gz /usr/share/man/man1/addcr.1.gz +} + +if [ "$1" = "remove" ]; then + remove_diversion +fi + +if [ "$1" = "purge" ]; then + # Removes possibly automatically produced files + rm -f /etc/courier/aliases.dat /etc/courier/defaultdomain /etc/courier/dsnfrom /etc/courier/esmtpacceptmailfor.dat /etc/courier/hosteddomains.dat /etc/courier/locals /etc/courier/smtpaccess.dat + # Remove configuration directories if empty + for dir in aliasdir aliases esmtpacceptmailfor.dir hosteddomains smtpaccess; do + if [ -d /etc/courier/$dir ]; then + FILES=`find /etc/courier/$dir -type f` + if [ -z "$FILES" ]; then + rm -rf /etc/courier/$dir + fi + fi + done + # Remove message queues + rm -rf /var/lib/courier/msgq + rm -rf /var/lib/courier/msgs +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-mta.preinst +++ courier-0.68.2/debian/courier-mta.preinst @@ -0,0 +1,36 @@ +#! /bin/sh -e +# +# Copyright 2008,2009 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# define function for adding diversion of addcr +add_diversion() { + dpkg-divert --package courier-mta --add --rename \ + --divert /usr/bin/addcr.ucspi-tcp /usr/bin/addcr + dpkg-divert --package courier-mta --add --rename \ + --divert /usr/share/man/man1/addcr.ucspi-tcp.1.gz /usr/share/man/man1/addcr.1.gz +} + +if [ "$1" = "install" ]; then + add_diversion +fi + +if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt "0.60.0-1"; then + add_diversion +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-mta.prerm +++ courier-0.68.2/debian/courier-mta.prerm @@ -0,0 +1,33 @@ +#!/bin/sh -e +# +# Copyright 2000,2001,2003,2007 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +if [ "$1" = "upgrade" -o "$1" = "remove" ]; then + for binary in lockmail preline; do + update-alternatives --remove $binary /usr/bin/$binary.courier + done +fi + +if [ ! -f /etc/courier/module.fax ]; then + # fax module configuration file is missing, courier + # will not shutdown properly, therefore we are using + # this kludge + start-stop-daemon --stop --oknodo --exec /usr/lib/courier/courier/courierd +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-mta.templates +++ courier-0.68.2/debian/courier-mta.templates @@ -0,0 +1,21 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: courier-mta/defaultdomain +Type: string +_Description: Default domain: + Please specify a valid email domain. Most header rewriting functions will + append this domain to all email addresses which do not specify a domain, + such as local accounts. + +Template: courier-mta/dsnfrom +Type: string +_Description: "From" header for delivery notifications: + Please specify a valid value for the "From" header for mail delivery + notifications. These notifications cannot be sent without that setting. --- courier-0.68.2.orig/debian/courier-pcp.README.Debian +++ courier-0.68.2/debian/courier-pcp.README.Debian @@ -0,0 +1,12 @@ +Debian Packaging Issues +*********************** + +Please read /usr/share/doc/courier-base/README.Debian for more +information about the packaging of the Courier Mail Server suite. + +Further Documentation +********************* + +Please refer to the documentation of the sqwebmail package +(especially /usr/share/doc/sqwebmail/PCP.html) for more +information. --- courier-0.68.2.orig/debian/courier-pcp.files +++ courier-0.68.2/debian/courier-pcp.files @@ -0,0 +1,3 @@ +etc/pam.d/calendar +usr/lib/courier/courier/pcpd +usr/share/lintian/overrides/courier-pcp --- courier-0.68.2.orig/debian/courier-pcp.init +++ courier-0.68.2/debian/courier-pcp.init @@ -0,0 +1,46 @@ +#! /bin/sh -e +### BEGIN INIT INFO +# Short-Description: Courier PCP server +# Provides: courier-pcp +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Description: courier-pcp Personal Calendaring Protocol server +### END INIT INFO +# +# Copyright 2002,2004,2008 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Former versions of this init script were used to start +# and stop the PCP daemon. This is now handled by the +# SqWebMail daemon automatically. + +case "$1" in +start) + ;; +stop) + ;; +restart | force-reload) + $0 stop + $0 start + ;; +*) + echo "Usage: $0 {start|stop|restart|force-reload}" >&2 + exit 1 + ;; +esac --- courier-0.68.2.orig/debian/courier-pcp.lintian +++ courier-0.68.2/debian/courier-pcp.lintian @@ -0,0 +1,3 @@ +courier-pcp: non-standard-dir-perm var/run/courier/calendar/private/ 0750 != 0755 +courier-pcp: non-standard-dir-perm var/run/courier/calendar/localcache/ 0700 != 0755 +courier-pcp: binary-or-shlib-defines-rpath usr/lib/courier/courier/pcpd /usr/lib/courier-authlib \ No newline at end of file --- courier-0.68.2.orig/debian/courier-pcp.postrm +++ courier-0.68.2/debian/courier-pcp.postrm @@ -0,0 +1,25 @@ +#! /bin/sh -e +# +# Copyright 2002,2007 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +if [ "$1" = "purge" ]; then + # remove other calendar stuff too + rm -rf /var/run/courier/calendar/localcache +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-pop-ssl.files +++ courier-0.68.2/debian/courier-pop-ssl.files @@ -0,0 +1,12 @@ +etc/logcheck/ignore.d.server/courier-pop-ssl +etc/logcheck/violations.ignore.d/courier-pop-ssl +etc/courier/pop3d.cnf +etc/courier/pop3d-ssl +usr/lib/courier/mkpop3dcert +usr/lib/courier/pop3d.pem +usr/sbin/mkpop3dcert +usr/sbin/pop3d-ssl +usr/share/lintian/overrides/courier-pop-ssl +usr/share/man/man8/mkpop3dcert.8 +usr/share/man/man8/pop3d-ssl.8 + --- courier-0.68.2.orig/debian/courier-pop-ssl.init +++ courier-0.68.2/debian/courier-pop-ssl.init @@ -0,0 +1,119 @@ +#! /bin/sh -e +### BEGIN INIT INFO +# Short-Description: Courier POP3-SSL server +# Provides: courier-pop-ssl +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Description: courier-pop-ssl is an POP3 Mail Delivery Agent with SSL support. +### END INIT INFO + +prefix="/usr" +exec_prefix=${prefix} +sysconfdir="/etc/courier" +sbindir="${exec_prefix}/sbin" +bindir="${exec_prefix}/bin" +libexecdir="${prefix}/lib/courier" +run_dir="/var/run/courier" +calendar_dir="/var/run/courier/calendar" +TCPD=${sbindir}/couriertcpd +DAEMONPROG=${sbindir}/pop3d +DAEMON=pop3d-ssl +PROGRAM="Courier POP3-SSL server" + +test -f $DAEMONPROG || exit 0 + +. /lib/lsb/init-functions + +if [ ! -d ${run_dir} ]; then + mkdir -p ${run_dir} + chown daemon:daemon ${run_dir} +fi + +if [ ! -d ${calendar_dir} ]; then + mkdir -p ${calendar_dir} + chown daemon:daemon ${calendar_dir} +fi + + +if ! [ -x $TCPD ]; then + log_failure_msg "ERR: $TCPD missing" + exit 1 +fi + +if ! [ -f ${sysconfdir}/pop3d ]; then + log_failure_msg "ERR: config file missing" + exit 1 +fi +if ! [ -f ${sysconfdir}/pop3d-ssl ]; then + log_failure_msg "ERR: config file missing" + exit 1 +fi + +# read/set defaults +if [ -f /etc/default/courier ]; then + . /etc/default/courier +fi +# ensure that maildirpath is set +if [ -z "$MAILDIRPATH" ]; then + MAILDIRPATH=Maildir +fi + +. ${sysconfdir}/pop3d +. ${sysconfdir}/pop3d-ssl + +if ! [ -x $COURIERTLS ]; then + log_failure_msg "ERR: $COURIERTLS missing" + exit 1 +fi + +START=no +case "$POP3DSSLSTART" in + [yY]*)START=yes;; +esac + +case "$1" in + start) + if [ "$START" = "yes" ]; then + log_begin_msg "Starting $PROGRAM..." + + /usr/bin/env - PATH="$PATH" SHELL="$SHELL" \ + /bin/sh -c " . ${sysconfdir}/pop3d ; \ + . ${sysconfdir}/pop3d-ssl ; \ + POP3_TLS=1 ; export POP3_TLS ; \ + POP3_STARTTLS=NO; export POP3_STARTTLS; \ + POP3_TLS_REQUIRED=0; export POP3_TLS_REQUIRED; \ + `sed -n '/^#/d;/=/p' <${sysconfdir}/pop3d | \ + sed 's/=.*//;s/^/export /;s/$/;/'` + `sed -n '/^#/d;/=/p' <${sysconfdir}/pop3d-ssl | \ + sed 's/=.*//;s/^/export /;s/$/;/'` + PROXY_HOSTNAME=$PROXY_HOSTNAME; \ + /usr/sbin/courierlogger -pid=$SSLPIDFILE -start $SSLLOGGEROPTS \ + $TCPD -address=$SSLADDRESS \ + -maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \ + $TCPDOPTS \ + $SSLPORT $COURIERTLS -server -tcpd \ + ${libexecdir}/courier/courierpop3login \ + ${libexecdir}/courier/courierpop3d $MAILDIRPATH" + log_end_msg 0 + fi + ;; +stop) + log_begin_msg "Stopping $PROGRAM..." + /usr/sbin/courierlogger -pid=$SSLPIDFILE -stop || log_end_msg 1 + log_end_msg 0 + ;; +restart | force-reload) + $0 stop + $0 start + ;; +status) + status_of_proc -p $SSLPIDFILE $DAEMON "$PROGRAM" && exit 0 || exit $? + ;; +*) + log_success_msg "Usage: $0 {start|stop|restart|reload|force-reload}" + exit 1 + ;; +esac +exit 0 --- courier-0.68.2.orig/debian/courier-pop-ssl.lintian +++ courier-0.68.2/debian/courier-pop-ssl.lintian @@ -0,0 +1 @@ +courier-pop-ssl: non-standard-file-perm etc/courier/pop3d.cnf 0600 != 0644 \ No newline at end of file --- courier-0.68.2.orig/debian/courier-pop-ssl.postinst +++ courier-0.68.2/debian/courier-pop-ssl.postinst @@ -0,0 +1,34 @@ +#! /bin/sh -e +# +# Copyright 2001,2009,2011 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +if [ "$1" = "configure" ]; then + test -d /etc/courier || mkdir /etc/courier + + if [ ! -h /usr/lib/courier/pop3d.pem -a ! -f /usr/lib/courier/pop3d.pem ]; then + ln -s /etc/courier/pop3d.pem /usr/lib/courier/pop3d.pem + fi + if [ ! -f /etc/courier/pop3d.pem ]; then + mkpop3dcert + fi +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-pop-ssl.postrm +++ courier-0.68.2/debian/courier-pop-ssl.postrm @@ -0,0 +1,24 @@ +#! /bin/sh -e +# +# Copyright 2001 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +if [ "$1" = "purge" ]; then + rm -rf /etc/courier/pop3d.pem +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-pop.files +++ courier-0.68.2/debian/courier-pop.files @@ -0,0 +1,14 @@ +etc/courier/pop3d +etc/logcheck/ignore.d.server/courier-pop +etc/logcheck/violations.ignore.d/courier-pop +etc/pam.d/pop3 +usr/lib/courier/courier/courierpop3login +usr/lib/courier/courier/courierpop3d +usr/lib/courier/pop3d +usr/sbin/pop3d +usr/share/courier/webadmin/admin-45pop3.html +usr/share/courier/webadmin/admin-45pop3.pl +usr/share/lintian/overrides/courier-pop +usr/share/man/man8/courierpop3login.8 +usr/share/man/man8/pop3d.8 +usr/share/man/man8/courierpop3d.8 --- courier-0.68.2.orig/debian/courier-pop.init +++ courier-0.68.2/debian/courier-pop.init @@ -0,0 +1,108 @@ +#! /bin/sh -e +### BEGIN INIT INFO +# Short-Description: Courier POP3 server +# Provides: courier-pop +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Description: courier-pop is an POP3 Mail Delivery Agent. +### END INIT INFO + +prefix="/usr" +exec_prefix=${prefix} +sysconfdir="/etc/courier" +sbindir="${exec_prefix}/sbin" +libexecdir="${prefix}/lib/courier" +run_dir="/var/run/courier" +calendar_dir="/var/run/courier/calendar" +TCPD="${sbindir}/couriertcpd" +DAEMON=${sbindir}/pop3d +PROGRAM="Courier POP3 server" +PROG="pop3d" +SSLCONFIG= + +test -f $DAEMON || exit 0 + +. /lib/lsb/init-functions + +if [ ! -d ${run_dir} ]; then + mkdir -p ${run_dir} + chown daemon:daemon ${run_dir} +fi + +if [ ! -d ${calendar_dir} ]; then + mkdir -p ${calendar_dir} + chown daemon:daemon ${calendar_dir} +fi + + + +if ! [ -x $TCPD ]; then + log_failure_msg "ERR: $TCPD missing" + exit 1 +fi + +if ! [ -f ${sysconfdir}/pop3d ]; then + log_failure_msg "ERR: config file missing" + exit 1 +fi + +# read/set defaults +if [ -f /etc/default/courier ]; then + . /etc/default/courier +fi +# ensure that maildirpath is set +if [ -z "$MAILDIRPATH" ]; then + MAILDIRPATH=Maildir +fi + +if [ -f "${sysconfdir}/pop3d-ssl" ]; then + . "${sysconfdir}/pop3d-ssl" + SSLCONFIG=1 +fi +. ${sysconfdir}/pop3d + +START=no +case "$POP3DSTART" in + [yY]*)START=yes;; +esac + +case "$1" in +start) + if [ "$START" = "yes" ]; then + log_begin_msg "Starting $PROGRAM..." + + /usr/bin/env - /bin/sh -c " set -a; \ + . ${sysconfdir}/pop3d; \ + if [ "$SSLCONFIG" ]; then . ${sysconfdir}/pop3d-ssl; fi; \ + POP3_STARTTLS=$POP3_STARTTLS; export POP3_STARTTLS; \ + TLS_PROTOCOL=$TLS_STARTTLS_PROTOCOL; \ + /usr/sbin/courierlogger -pid=$PIDFILE -start $LOGGEROPTS \ + $TCPD \ + -maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \ + $TCPDOPTS -address=$ADDRESS $PORT \ + ${libexecdir}/courier/courierpop3login $AUTHMODULELIST \ + ${libexecdir}/courier/courierpop3d $MAILDIRPATH" + log_end_msg 0 + fi + ;; +stop) + log_begin_msg "Stopping $PROGRAM..." + $TCPD -pid=$PIDFILE -stop || log_end_msg 1 + log_end_msg 0 + ;; +restart | force-reload) + $0 stop + $0 start + ;; +status) + status_of_proc -p $PIDFILE $DAEMON "$PROGRAM" && exit 0 || exit $? + ;; +*) + log_success_msg "Usage: $0 {start|stop|restart|reload|force-reload}" >&2 + exit 1 + ;; +esac + +exit 0 --- courier-0.68.2.orig/debian/courier-pop.lintian +++ courier-0.68.2/debian/courier-pop.lintian @@ -0,0 +1,2 @@ +courier-pop: binary-or-shlib-defines-rpath usr/lib/courier/courier/courierpop3d /usr/lib/courier-authlib +courier-pop: binary-or-shlib-defines-rpath usr/lib/courier/courier/courierpop3login /usr/lib/courier-authlib --- courier-0.68.2.orig/debian/courier-pop.pam +++ courier-0.68.2/debian/courier-pop.pam @@ -0,0 +1,7 @@ +# PAM configuration file for Courier POP3 daemon + +@include common-auth +@include common-account +@include common-password +@include common-session + --- courier-0.68.2.orig/debian/courier-ssl.config +++ courier-0.68.2/debian/courier-ssl.config @@ -0,0 +1,24 @@ +#! /bin/sh -e +# +# Copyright 2001 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +db_input high courier-ssl/certnotice || true +db_go --- courier-0.68.2.orig/debian/courier-ssl.docs +++ courier-0.68.2/debian/courier-ssl.docs @@ -0,0 +1 @@ +debian/CREDITS.debian --- courier-0.68.2.orig/debian/courier-ssl.files +++ courier-0.68.2/debian/courier-ssl.files @@ -0,0 +1,3 @@ +/usr/bin/couriertls +/usr/share/lintian/overrides/courier-ssl +/usr/share/man/man1/couriertls.1 --- courier-0.68.2.orig/debian/courier-ssl.lintian +++ courier-0.68.2/debian/courier-ssl.lintian @@ -0,0 +1 @@ +courier-ssl: possible-gpl-code-linked-with-openssl --- courier-0.68.2.orig/debian/courier-ssl.postinst +++ courier-0.68.2/debian/courier-ssl.postinst @@ -0,0 +1,23 @@ +#! /bin/sh -e +# +# Copyright 2000,2001 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-ssl.postrm +++ courier-0.68.2/debian/courier-ssl.postrm @@ -0,0 +1,24 @@ +#! /bin/sh -e +# +# Copyright 2008 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +if [ "$1" = "purge" ]; then + rm -rf /var/lib/courier/couriersslcache +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-ssl.templates +++ courier-0.68.2/debian/courier-ssl.templates @@ -0,0 +1,21 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: courier-ssl/certnotice +Type: note +_Description: SSL certificate required + POP and IMAP over SSL requires a valid, signed, X.509 certificate. During + the installation of courier-pop-ssl or courier-imap-ssl, a self-signed + X.509 certificate will be generated if necessary. + . + For production use, the + X.509 certificate must be signed by a recognized certificate authority, in + order for mail clients to accept the certificate. The default location + for this certificate is /etc/courier/pop3d.pem or + /etc/courier/imapd.pem. --- courier-0.68.2.orig/debian/courier-webadmin.README.Debian +++ courier-0.68.2/debian/courier-webadmin.README.Debian @@ -0,0 +1,30 @@ +README for courier-webadmin, web-based administration tool for the Courier Mail Server + +COURIER CONFIGURATION AND WEB-BASED ADMINISTRATION + +Courier uses several configuration files which are located in +/etc/courier. Some configuration files can be replaced by a subdirectory +where all files insides this directory are concatenated and considered +to be a single, consolidated, configuration file. + +To control and administer the Courier configuration through the +web-based administration frontend provided by the courier-webadmin +package, the directories and files need to be readable and writable by +the user daemon. + +Furthermore, the frontend relies on configuration directories instead of +configuration files. If you agreed to the corresponding question on +initial setup, any directories needed for the web-based +administration tool will be created unless there is already a +plain file in place. Otherwise, the frontend won't work very well. + +ACCESSING COURIER-WEBADMIN + +If your web server has been installed and configured according the +Debian policy, the administration tool can be accessed with the +following URL: + + http://localhost/cgi-bin/courierwebadmin + + + --- courier-0.68.2.orig/debian/courier-webadmin.config +++ courier-0.68.2/debian/courier-webadmin.config @@ -0,0 +1,27 @@ +#! /bin/sh -e +# +# Copyright 2001 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +db_input high courier-webadmin/install-cgi || [ $? -eq 30 ] +db_go + +db_input critical courier-webadmin/password || [ $? -eq 30 ] +db_go --- courier-0.68.2.orig/debian/courier-webadmin.dirs +++ courier-0.68.2/debian/courier-webadmin.dirs @@ -0,0 +1,3 @@ +etc/courier/webadmin +etc/courier/webadmin/added +etc/courier/webadmin/removed --- courier-0.68.2.orig/debian/courier-webadmin.files +++ courier-0.68.2/debian/courier-webadmin.files @@ -0,0 +1,23 @@ +usr/lib/courier/courier/webmail/webadmin +usr/share/courier/webadmin/admin-00machine.html +usr/share/courier/webadmin/admin-00machine.pl +usr/share/courier/webadmin/admin-10password.html +usr/share/courier/webadmin/admin-10password.pl +usr/share/courier/webadmin/admin-15mysql.html +usr/share/courier/webadmin/admin-15mysql.pl +usr/share/courier/webadmin/admin-15pgsql.html +usr/share/courier/webadmin/admin-15pgsql.pl +usr/share/courier/webadmin/admin-20aliases.html +usr/share/courier/webadmin/admin-20aliases.pl +usr/share/courier/webadmin/admin-cancel.pl +usr/share/courier/webadmin/admin-main.html +usr/share/courier/webadmin/admin-main.pl +usr/share/courier/webadmin/admin-save.html +usr/share/courier/webadmin/admin-save.pl +usr/share/courier/webadmin/dumpenv.pl +usr/share/courier/webadmin/login.html +usr/share/courier/webadmin/notsupp.html +usr/share/courier/webadmin/unsecure.html +usr/share/courier/webadmin/webadmin.pl +usr/share/courier/webadmin/webadmin.pm +usr/share/lintian/overrides/courier-webadmin \ No newline at end of file --- courier-0.68.2.orig/debian/courier-webadmin.lintian +++ courier-0.68.2/debian/courier-webadmin.lintian @@ -0,0 +1,5 @@ +courier-webadmin: non-standard-dir-perm etc/courier/webadmin/added/ 0700 != 0755 +courier-webadmin: non-standard-dir-perm etc/courier/webadmin/removed/ 0700 != 0755 +courier-webadmin: setuid-binary usr/lib/courier/courier/webmail/webadmin 4755 root/bin +courier-webadmin: non-standard-dir-perm etc/courier/webadmin/ 0700 != 0755 +courier-webadmin: missing-debconf-dependency \ No newline at end of file --- courier-0.68.2.orig/debian/courier-webadmin.postinst +++ courier-0.68.2/debian/courier-webadmin.postinst @@ -0,0 +1,44 @@ +#! /bin/sh -e +# +# Copyright 2001,2005,2009 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +if [ "$1" = "configure" ]; then + # install CGI script for Courier web administration + db_get courier-webadmin/install-cgi + if [ "$RET" = "true" ]; then + cp -p /usr/lib/courier/courier/webmail/webadmin /usr/lib/cgi-bin/courierwebadmin + chmod 4555 /usr/lib/cgi-bin/courierwebadmin + fi + + # fix permissions + chown -R daemon:daemon /etc/courier/webadmin + + # record password for Courier web administration + db_get courier-webadmin/password + if [ "$RET" ]; then + touch /etc/courier/webadmin/password + chmod 400 /etc/courier/webadmin/password + chown daemon:daemon /etc/courier/webadmin/password + echo $RET > /etc/courier/webadmin/password + fi +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-webadmin.postrm +++ courier-0.68.2/debian/courier-webadmin.postrm @@ -0,0 +1,33 @@ +#! /bin/sh -e +# +# Copyright 2001,2004 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +if [ "$1" = "purge" ]; then + # Remove remains of web administration + rm -rf /etc/courier/webadmin +else + # Remove CGI script if installed by this package + . /usr/share/debconf/confmodule + + db_get courier-webadmin/install-cgi || [ $? -eq 10 ] + if [ "$RET" = "true" ]; then + rm -f /usr/lib/cgi-bin/courierwebadmin + fi +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/courier-webadmin.templates +++ courier-0.68.2/debian/courier-webadmin.templates @@ -0,0 +1,31 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: courier-webadmin/install-cgi +Type: boolean +Default: false +_Description: Activate CGI program? + To allow courier-webadmin to work out of the box, the CGI + program /usr/lib/courier/courier/webmail/webadmin needs to + be installed as /usr/lib/cgi-bin/courierwebadmin with the SUID bit set. + . + This may have serious security implications, because + courierwebadmin runs as root. Moreover, that solution is + not guaranteed to work, + depending on the web server software and its configuration. + . + If you choose this option and the web server setup is + policy-compliant, you can access the administration frontend through + http://localhost/cgi-bin/courierwebadmin. + +Template: courier-webadmin/password +Type: password +_Description: Password for Courier administration: + A password is needed to protect access to the Courier administration + web interface. Please choose one now. --- courier-0.68.2.orig/debian/courier_perms +++ courier-0.68.2/debian/courier_perms @@ -0,0 +1,102 @@ +#!/usr/bin/perl -w + +=head1 NAME + +dh_perms - set some special permissions after dh_fixperms + +=cut + +use strict; +use Debian::Debhelper::Dh_Lib; + +=head1 SYNOPSIS + +B [S>] + +=head1 DESCRIPTION + +dh_perms is a debhelper program that is responsible for setting the +permissions of files and directories according to the information in +debian/permissions. It is intended to be run after dh_fixperms. + +The file debian/permissions is a tab seperated file where the first column +contains a filename, the second one the permissions in octal format, the +third one the owner and the fourth one the group. A dash in columns 2 to 4 +means that this information will not be modified. + +=head1 OPTIONS + +=over 4 + +None except the standard debhelper options. + +=back + +=cut + +init(); + +my %perms; +my %owners; +my %groups; + +# TODO: There should be a way to change this by command-line +my $permfile = "debian/permissions"; + +open PERMFILE, $permfile or exit 0; #print "could not open permfile\n"; +while (my $curline = ) +{ + #NOTE: Broken lines are not always detected. (e.g. not defining anything valid) + + next if $curline =~ /^#/; + (my $filename, my $octmode, my $owner, my $group) = split (/\s+/, $curline); + + die "could not accept $curline: wrong octmode $octmode" unless $octmode =~ /^[0-7]{3,4}$/; + $perms{$filename} = $octmode unless $octmode eq "-" or not defined $octmode; + + $owner = getpwnam($owner) if defined getpwnam($owner); + $owners{$filename} = $owner unless $owner eq "-" or not defined $owner; + + $group = getgrnam($group) if defined getpwnam($group); + $groups{$filename} = $group unless $group eq "-" or not defined $group; + +} +close PERMFILE; + + +foreach my $package (@{$dh{DOPACKAGES}}) { + my $tmp=tmpdir($package); + foreach my $file (keys %owners) + { + next unless -e $tmp.$file; + chown $owners{$file}, -1, $tmp.$file or die "failed to chown $file"; + verbose_print "chowned file $file to $owners{$file}"; + } + foreach my $file (keys %groups) + { + next unless -e $tmp.$file; + chown -1, $groups{$file}, $tmp.$file or die "failed to chgrp $file"; + verbose_print "chgrped file $file to $groups{$file}"; + } + foreach my $file (keys %perms) + { + next unless -e $tmp.$file; + my $nummod = oct("0".$perms{$file}); + chmod $nummod, $tmp.$file or die "failed to chmod $file"; + verbose_print "chmoded file $file to ".sprintf("0%o", $nummod); + } + +} + +=head1 SEE ALSO + +L + +This program is not yet part of debhelper. + +=head1 AUTHOR + +Willi Mann + +=cut + --- courier-0.68.2.orig/debian/fixlinks +++ courier-0.68.2/debian/fixlinks @@ -0,0 +1,41 @@ +#! /usr/bin/perl -w +# +# fixlinks - script to make symlinks compliant to Debian policy +# +# Copyright 2000, Stefan Hornburg +# +# This program is free software; you can redistribute it +# and/or modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later +# version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +use strict; +use File::Find; + +find (\&fixlinks, shift); + +sub fixlinks { + my $direction; + + return unless -l $_; + unless ($direction = readlink ($_)) { + die "$0: Bogus symbolic link $_: $!\n"; + } + if ($direction =~ s%^/usr%..%) { + unlink ($_) + || die "$0: Couldn't remove symbolic link $_: $!\n"; + symlink ($direction, $_) + || die "$0: Couldn't create symbolic link $_: $!\n"; + } +} --- courier-0.68.2.orig/debian/logcheck/README +++ courier-0.68.2/debian/logcheck/README @@ -0,0 +1,10 @@ +Explanation of the messages: + +imaplogin: DISCONNECTED, ip=[::ffff:127.0.0.1], time=25 + +This connection to the IMAP server has been closed without +login. + +imaplogin: DISCONNECTED, user=racke@linuxia.de, ip=[::ffff:127.0.0.1], headers=0, body=0, time=17 + +This connection to the IMAP server has been closed. --- courier-0.68.2.orig/debian/logcheck/courier-imap +++ courier-0.68.2/debian/logcheck/courier-imap @@ -0,0 +1,3 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd: (Connection|Disconnected), ip=\[[.:[:alnum:]]+\]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd: LOGIN, user=[-_.@[:alnum:]]+, ip=\[[.:[:alnum:]]+\], port=\[[0-9]+\], protocol=IMAP$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd: (LOGOUT|TIMEOUT|DISCONNECTED), user=[-_.@[:alnum:]]+, ip=\[[.:[:alnum:]]+\], headers=[0-9]+, body=[0-9]+, rcvd=[0-9]+, sent=[0-9]+, time=[0-9]+$ --- courier-0.68.2.orig/debian/logcheck/courier-imap-ssl +++ courier-0.68.2/debian/logcheck/courier-imap-ssl @@ -0,0 +1,5 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd-ssl: (Connection|Disconnected), ip=\[[.:[:alnum:]]+\]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd-ssl: LOGIN, user=[-_.@[:alnum:]]+, ip=\[[.:[:alnum:]]+\], port=\[[0-9]+\], protocol=IMAP$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd-ssl: (LOGOUT|TIMEOUT|DISCONNECTED), user=[-_.@[:alnum:]]+, ip=\[[.:[:alnum:]]+\], headers=[0-9]+, body=[0-9]+, rcvd=[0-9]+, sent=[0-9]+, time=[0-9]+, starttls=[01]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd-ssl: couriertls: read: Connection timed out$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd-ssl: couriertls: accept: Connection reset by peer$ --- courier-0.68.2.orig/debian/logcheck/courier-pop +++ courier-0.68.2/debian/logcheck/courier-pop @@ -0,0 +1,3 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ courierpop3login: (Connection|Disconnected), ip=\[[.:[:alnum:]]+\]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ courierpop3login: LOGIN, user=[-_.@[:alnum:]]+, ip=\[[.:[:alnum:]]+\], port=\[[0-9]+\]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ courierpop3login: (LOGOUT|TIMEOUT|DISCONNECTED), user=[-_.@[:alnum:]]+, ip=\[[.:[:alnum:]]+\], port=\[[0-9]+\], top=[0-9]+, retr=[0-9]+, rcvd=[0-9]+, sent=[0-9]+, time=[0-9]+(, stls=1)?$ --- courier-0.68.2.orig/debian/logcheck/courier-pop-ssl +++ courier-0.68.2/debian/logcheck/courier-pop-ssl @@ -0,0 +1,5 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pop3d-ssl: (Connection|Disconnected), ip=\[[.:[:alnum:]]+\]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pop3d-ssl: LOGIN, user=[-_.@[:alnum:]]+, ip=\[[.:[:alnum:]]+\]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pop3d-ssl: (LOGOUT|TIMEOUT|DISCONNECTED), user=[-_.@[:alnum:]]+, ip=\[[.:[:alnum:]]+\], port=\[[0-9]+\], top=[0-9]+, retr=[0-9]+, rcvd=[0-9]+, sent=[0-9]+, time=[0-9]+$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ popd-ssl: couriertls: read: Connection timed out$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ popd-ssl: couriertls: accept: Connection reset by peer$ \ No newline at end of file --- courier-0.68.2.orig/debian/logcheck/violations/courier-imap +++ courier-0.68.2/debian/logcheck/violations/courier-imap @@ -0,0 +1 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imaplogin: Unexpected SSL connection shutdown\.$ \ No newline at end of file --- courier-0.68.2.orig/debian/logcheck/violations/courier-imap-ssl +++ courier-0.68.2/debian/logcheck/violations/courier-imap-ssl @@ -0,0 +1 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd-ssl: Unexpected SSL connection shutdown\.$ \ No newline at end of file --- courier-0.68.2.orig/debian/logcheck/violations/courier-pop +++ courier-0.68.2/debian/logcheck/violations/courier-pop @@ -0,0 +1 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ courierpop3login: Unexpected SSL connection shutdown\.$ \ No newline at end of file --- courier-0.68.2.orig/debian/logcheck/violations/courier-pop-ssl +++ courier-0.68.2/debian/logcheck/violations/courier-pop-ssl @@ -0,0 +1 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pop3d-ssl: Unexpected SSL connection shutdown\.$ \ No newline at end of file --- courier-0.68.2.orig/debian/newaliases +++ courier-0.68.2/debian/newaliases @@ -0,0 +1,22 @@ +#! /bin/sh -e +# +# Copyright 2000,2001,2007 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +/usr/sbin/makealiases + + --- courier-0.68.2.orig/debian/newaliases.pod +++ courier-0.68.2/debian/newaliases.pod @@ -0,0 +1,28 @@ +=head1 NAME + +newaliases - rebuild mail aliases database + +=head1 SYNOPSIS + +newaliases + +=head1 DESCRIPTION + +This is a simple shell script calling B. +We need this to fulfil the Debian policy, which requires a newaliases +binary and mail aliases stored in F. The default location for the +source of the Courier mail alias database is F (either +file or directory). + +=head1 FILES + +F + +=head1 SEE ALSO + +L(8) + +=head1 AUTHOR + +This manual page was written by Stefan Hornburg (Racke) +for the Debian GNU/Linux system. --- courier-0.68.2.orig/debian/po/POTFILES.in +++ courier-0.68.2/debian/po/POTFILES.in @@ -0,0 +1,5 @@ +[type: gettext/rfc822deb] courier-base.templates +[type: gettext/rfc822deb] courier-mta.templates +[type: gettext/rfc822deb] courier-ssl.templates +[type: gettext/rfc822deb] courier-webadmin.templates +[type: gettext/rfc822deb] sqwebmail.templates --- courier-0.68.2.orig/debian/po/cs.po +++ courier-0.68.2/debian/po/cs.po @@ -0,0 +1,460 @@ +# Czech translation of courier templates +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.53.2-3\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2009-05-18 13:54+0200\n" +"Last-Translator: Martin Sin \n" +"Language-Team: Czech \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "VytvoÅ™it adresáře pro webovou administraci?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"V adresáři /etc/courier jsou uloženy různé konfiguraÄní soubory. NÄ›které " +"konfiguraÄní soubory mohou být nahrazeny podadresáři, v nichž jsou vÅ¡echny " +"soubory slouÄeny dle potÅ™eby do jednoho spoleÄného konfiguraÄního souboru." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"Webové administraÄní rozhraní v balíÄku courier-webadmin používá místo " +"konfiguraÄních souborů adresáře. Jestliže budete souhlasit, pak budou " +"vytvoÅ™eny vÅ¡echny adresáře potÅ™ebné pro webový administraÄní nástroj, ledaže " +"by tam již byly textové soubory." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Cesta do adresáře Maildir:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Zadejte prosím relativní cesta z každého domovského adresáře kteréhokoliv " +"uživatele do adresáře Maildir, kde služba Courier uchovává a zpřístupňuje " +"uživatelské emaily. Jestliže vám nic neříká formát uložení používaný " +"Courierem, pak se jeÅ¡tÄ› podívejte na manuálovou stránku maildir.courier(5)." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "Zastaralé nastavení MAILDIR" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"Jméno adresáře Maildir je nyní urÄováno pomocí promÄ›nné MAILDIRPATH " +"nastavené v konfiguraÄních souborech Courier. Nastavení MILDIR v /etc/" +"default/courier zastaralo a není automaticky rozpoznáno." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Implicitní doména:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Zadejte prosím platný název emailové domény. VÄ›tÅ¡ina funkcí pÅ™episujících " +"hlaviÄky bude pÅ™idávat tuto doménu ke vÅ¡em emailovým adresám, které jí " +"nebudou mít specifikovánu, mezi nÄ› patří napÅ™. lokální úÄty uživatelů." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "HlaviÄka \"From\" pro oznámení o doruÄení:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Prosím urÄete platnou hodnotu pro hlaviÄku \"From\" nutnou pro oznámení o " +"doruÄení. Bez tohoto nastavení nebude možno posílat tato oznámení." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "Je vyžadován SSL certifikát" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"POP a IMAP pÅ™es SSL vyžaduje platný, podepsaný certifikát X.509. BÄ›hem " +"instalace courier-pop-ssl resp. courier-imap-ssl bude podle potÅ™eby vytvoÅ™en " +"sebou podepsaný certifikát X.509." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Pro pracovní používání musí být certifikát X.509 vybrán známou " +"certifikovanou službou, jinak ho nebudou moci emailoví klienti pÅ™ijímat. " +"Implicitní nastavení pro tento certifikát je /etc/courier/pop3d.pem resp. /" +"etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "Aktivovat CGI program?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Pro práci courier-webadmin nad rámec možností, potÅ™ebujete zkopírovat CGI " +"program z /usr/lib/courier/courier/webmail/webadmin do /usr/lib/cgi-bin/" +"courierwebadmin a nastavit SUID bit." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"To může mít vážné bezpeÄnostní následky, protože courierwebadmin pak běží s " +"právy uživatele root. KromÄ› toho, toto Å™eÅ¡ení nemusí v závislosti na " +"nastavení webového serveru vůbec fungovat." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Jestliže budete souhlasit a vaÅ¡e nastavení serveru je shodné s bezpeÄnostní " +"politikou Debianu, pak můžete pÅ™istoupit k administrátorskému rozhraní pÅ™es " +"http://localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Heslo pro administraci Courier:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Heslo se používá k ochranÄ› přístupu k administraÄnímu webovému rozhraní " +"Courier. Nastavte ho prosím." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "místní" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "síť" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "vypnuto" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Mód kalendáře:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"UrÄete prosím, zda chcete povolit kalendář v místním módu (zvolte místní), " +"skupinovém módu (zvolte síť) nebo nepovolit (zvolte vypnuto). Pro používání " +"skupinového módu potÅ™ebujete nainstalovat balíÄek courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"místní mód je o trochu nároÄnÄ›jší na systém než jeho úplné vypnutí. Na " +"druhou stranu, skupinový mód využívá zdroje rozumnÄ› a vyžaduje spuÅ¡tÄ›ní " +"samostatného procesu." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "Pro více informací si pÅ™eÄtÄ›te /usr/share/doc/sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Slovník Ispell:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail umožňuje kontrolu pravopisu vaÅ¡ich emailů. Vyberte si prosím " +"odpovídající slovník pro ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "symbolický odkaz, kopírovat, uživatelská" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "InstalaÄní metoda dokumentů HTML a obrázků:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"K dokumentům HTML a obrázkům umístÄ›ným v /usr/share/sqwebmail je možno " +"pÅ™istupovat pomocí symbolického odkazu /var/www/sqwebmail; nebo je přímo " +"nakopírovat do tohoto adresáře; nebo nedÄ›lat nic." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"Volba 'kopírovat' se doporuÄuje pÅ™edevším z bezpeÄnostních důvodů. " +"SamozÅ™ejmÄ›, pokud je v konfiguraÄních souborech Apache povolena volba " +"'FollowSymLinks' nebo 'SymLinksIfOwnerMatch', pak můžete zvolit první " +"možnost. Poslední možnost vyžaduje ruÄní zásah a konfiguraci ze strany " +"uživatele." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"UvÄ›domte si prosím, že adresář /var/www/sqwebmail bude smazán pÅ™i odstranÄ›ní " +"balíÄku, ledaže byste zvolili možnost 'vlastní'." + +#, fuzzy +#~| msgid "Modified Authentication Infrastructure" +#~ msgid "Modified authentication infrastructure" +#~ msgstr "Upravená autentikaÄní infrastruktura" + +#~ msgid "" +#~ "Beginning with Courier 0.48, the authentication modules that used to be " +#~ "part of Courier have been separated into a standalone library. All " +#~ "Courier applications are now using the same authentication " +#~ "infrastructure, the Courier authentication library. Packages for this " +#~ "library consists of a base package (courier-authlib) and one for each " +#~ "authentication method (courier-authlib-userdb, -mysql, -postgresql, -" +#~ "ldap, -pipe). Unfortunately it wasn't possible to setup the dependencies " +#~ "in order to allow a seamless upgrade. Please install the package for your " +#~ "authentication method manually." +#~ msgstr "" +#~ "PoÄínaje Courier 0.48, byly oddÄ›leny používané autentikaÄní moduly do " +#~ "samostatné knihovny. VÅ¡echny aplikace Courier nyní používají stejnou " +#~ "autentikaÄní infrastrukturu, autentikaÄní knihovnu Courier. BalíÄky této " +#~ "knihovny se skládají ze základního balíÄku (courier-authlib) a dalšího " +#~ "balíÄku používaného pro každou autentikaÄní metodu (courier-authlib-" +#~ "userdb, -mysql, -postgresql, -ldap, -pipe). Bohužel nebylo možné nastavit " +#~ "závislosti tak, aby aktualizace probíhala snadno. Proto nainstalujte " +#~ "prosím požadovanou autentikaÄní metodu ruÄnÄ›." + +#~ msgid "To access the Courier administration a password is needed." +#~ msgstr "Pro přístup k administraci Courier je vyžadováno heslo." + +#~ msgid "local, net, disabled" +#~ msgstr "místní, net, vypnuto" + +#~ msgid "" +#~ "The choices are to create a symbolic link /var/www/sqwebmail, copy all " +#~ "files from /usr/share/sqwebmail to /var/www/sqwebmail or let /var/www " +#~ "alone. For security reasons the second option is recommended. However, if " +#~ "you have already enabled FollowSymLinks or SymLinksIfOwnerMatch in your " +#~ "Apache configuration, you may as well chose the first option. The custom " +#~ "option implies that you configure your web server manually." +#~ msgstr "" +#~ "Možnosti jsou: vytvoÅ™it symbolický odkaz /var/www/sqwebmail, zkopírovat " +#~ "vÅ¡echny soubory z /usr/share/sqwebmail do /var/www/sqwebmail nebo zvolit " +#~ "samotný /var/www. Z bezpeÄnostních důvodů je doporuÄena druhá volba. " +#~ "SamozÅ™ejmÄ›, pokud máte v Apache povoleno FollowSymLinks nebo " +#~ "SymLinksIfOwnerMatch, můžete zvolit první možnost. Uživatelská možnost " +#~ "znamená, že si nastavíte váš webový server ruÄnÄ›." + +#~ msgid "Move old configuration files to /etc/courier ?" +#~ msgstr "PÅ™esunout staré konfiguraÄní soubory do /etc/courier?" + +#~ msgid "" +#~ "On your system are courier-imap configuration files within /etc. From now " +#~ "on all configuration files related to Courier are located within /etc/" +#~ "courier. If you like, we move the configuration files to the new " +#~ "location. However, we cannot guarantee that they will work as before. " +#~ "Please refer to the Courier documentation and tell the maintainer about " +#~ "your experiences with the conversion." +#~ msgstr "" +#~ "Na VaÅ¡em systému jsou konfiguraÄní soubory courier-imap v /etc. Od teÄ " +#~ "budou vÅ¡echny konfiguraÄní soubory související s Courierem uloženy v /etc/" +#~ "courier. Pokud chcete, pÅ™esunu konfiguraÄní soubory do nového umístÄ›ní. " +#~ "Ale nemohu garantovat, že budou pracovat stejnÄ› jako pÅ™edtím. Prosím " +#~ "pÅ™eÄtÄ›te si dokumentaci Courier a sdÄ›lte správci o nových poznatcích " +#~ "týkajících se pÅ™evodu." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "Jak chcete nainstalovat dokumenty HTML a obrázky pro sqwebmail?" + +#~ msgid "Packaging of Courier has been completely revised" +#~ msgstr "BalíÄek Courier byl kompletnÄ› zrevidován" + +#~ msgid "" +#~ "Formerly the courier-imap package(s) are generated from the separately " +#~ "distributed Courier IMAP sources. This has changed, and now the entire " +#~ "Courier suite gets packaged for Debian. For this reason, the " +#~ "infrastructure has changed a lot; for example, all configuration files " +#~ "have been moved to /etc/courier." +#~ msgstr "" +#~ "Dříve byl balíÄek courier-imap vytvářen z jednotlivých rozdÄ›lených zdrojů " +#~ "Courier IMAP. Toto se zmÄ›nilo, a nyní je celá sestava Courier zabalena " +#~ "pro Debian. Z tohoto důvodu, se velmi zmÄ›nila infrastruktura; například, " +#~ "veÅ¡keré konfiguraÄní soubry se pÅ™esunuly do /etc/courier." + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "" +#~ "Prosím zdÄ›lte správci informace o VaÅ¡ich zkuÅ¡enostech s novou " +#~ "infrastrukturou." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "AutentifikaÄní metoda \"authdaemon\" je nyní povinná" + +#~ msgid "" +#~ "In your configuration file ${conffile} AUTHMODULES is set to " +#~ "\"${authmodules}\". This will no longer work as authdaemon is the only " +#~ "available authentication method for Courier Debian packages version 0.35 " +#~ "and above." +#~ msgstr "" +#~ "Ve VaÅ¡em konfiguraÄním souboru ${conffile} je AUTHMODULES nastaveno na " +#~ "\"${authmodules}\". Tohle nebude déle fungovat, protože authdaemon je " +#~ "jediná možná autentifikaÄní metoda pro balíÄek Debianu Courier verze 0.35 " +#~ "a vyšší." + +#~ msgid "" +#~ "Please fix your configuration file, otherwise your setup will no longer " +#~ "work." +#~ msgstr "" +#~ "Prosím upravte Váš konfiguraÄní soubor, jinak Váše nastavení nebude déle " +#~ "fungovat." + +#~ msgid "Do you want the webmail password changer to be installed SUID root ?" +#~ msgstr "Chcete nainstalovat webovou zmÄ›nu hesel s SUID roota?" + +#~ msgid "" +#~ "For changing passwords through the webmail interface to work, a program " +#~ "to change (system) passwords has to be installed with the SUID bit set. " +#~ "Because this program runs as root, this has serious security implications." +#~ msgstr "" +#~ "Pro zmÄ›nu hesel pÅ™e rozhraní webmail je tÅ™eba nainstalovat program pro " +#~ "zmÄ›nu (systémových) hesel s SUID bitem. Protože tento program běží jako " +#~ "root, toto má vážné bezpeÄnostní následky." + +#~ msgid "" +#~ "(The webmail CGI program itself no longer has to be setuid root, since " +#~ "accesses to users' mail and configs are now mediated by a daemon started " +#~ "during system startup by /etc/init.d/sqwebmail.)" +#~ msgstr "" +#~ "(Program CGI webmail sám déle nepotÅ™ebuje nastavit SUID root, pokud je " +#~ "přístup k mailům uživatele a konfiguracím zprostÅ™edkován pÅ™es démona " +#~ "spuÅ¡tÄ›ného bÄ›hem startu systému pomocí /etc/init.d/sqwebmail.)" --- courier-0.68.2.orig/debian/po/da.po +++ courier-0.68.2/debian/po/da.po @@ -0,0 +1,332 @@ +# Danish translation courier. +# Copyright (C) 2010 courier & nedenstÃ¥ende oversættere. +# This file is distributed under the same license as the courier package. +# Joe Hansen (joedalton2@yahoo.dk), 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: courier\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2010-11-27 12:42+0000\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Danish \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "Opret mapper for internetbaseret administration?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier bruger flere konfigurationsfiler i /etc/courier. Nogle af disse " +"filer kan erstattes af en undermappe, hvis indhold er sammenføjet og " +"opfattet som en enkelt, konsolideret konfigurationsfil." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"Den internetbaseret administration tilbydt af pakken courier-webadmin " +"afhænger af konfigurationsmapper i steden for konfigurationsfiler. Hvis du " +"indvier, vil alle mapper der er brug for til det internetbaseret " +"administrationsværktøj blive oprettet, med mindre der allerede er en klar " +"fil pÃ¥ plads." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Sti til Maildir-mappe:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Angiv venligst det relative stinavn for hver brugers hjemmemappe til Maildir-" +"mappen, hvor Courierserverne gemmer og tilgÃ¥r brugerens e-post. Referer til " +"manualsiden maildir.courier(5) hvis du ikke er vant til postlagerformatet, " +"som bruges af Courier." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "Forældet indstilling af MAILDIR" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"Navnet pÃ¥ Maildir-mappen genkendes nu via variablen MAILDIRPATH i Couriers " +"konfigurationsfiler. MAILDIR-indstillingen i /etc/default/courier er derfor " +"forældet og vil ikke blive genkendt." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Standarddomæne:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Angiv venligst et gyldigt e-post-domæne. De fleste funktioner til " +"genskrivning af teksthoved vil tilføje dette domæne til alle e-post-" +"adresser, som ikke angiver et domænse, sÃ¥som lokale konti." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "»Fra«-feltet til leveringspÃ¥mindelser:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Angiv venligst en gyldig værdi for feltet »Fra« til pÃ¥mindelser for " +"postlevering. Disse pÃ¥mindelser kan ikke sendes uden denne indstilling." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "SSL-certifikat er krævet" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"POP og IMAP over SSL kræver et gyldigt, underskrevet X.509-certifikat. Under " +"installationen af courier-pop-ssl eller courier-imap-ssl, vil et " +"selvunderskrevet X.509-certifikat blive oprettet, hvis det er nødvendigt." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Til produktionsbrug, skal X.509-certifikatet underskrives af en anerkendt " +"certifikatautoritet, for at postklienter kan acceptere certifikatet. " +"Standardplaceringen for dette certifikat er /etc/courier/pop3d.pem eller /" +"etc/courier/impad.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "Aktiver CGI-program?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"For at courier-webadmin umiddelbart kan fungere, skal CGI-programmet /usr/" +"lib/courier/courier/webmail/webadmin installeres som /usr/lib/cgi-bin/" +"courierwebadmin med SUID bit angivet." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Dette kan have alvorlige sikkerhedsmæssige implikationer, da courierwebadmin " +"kører som root. Derudover er løsningen ikke sikker pÃ¥ at virke, da den " +"afhænger af softwaren for internetserveren og dennes konfiguration." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Hvis du vælger denne indstilling og internetserverens opsætning er policy-" +"compliant, kan du tilgÃ¥ administrationens brugergrænseflade via http://" +"localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Adgangskode for Courieradministration:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"En adgangskode er krævet for at beskytte adgang til Courieradministrationens " +"internetgrænseflade. Vælg venligst en nu." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "lokal" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "net" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "deaktiveret" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Kalendertilstand:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Angiv venligst hvis du ønsker at aktivere kalendertilstand i tilstanden " +"»lokal«, aktivere tilstandene groupware eller »net« eller deaktivere den. " +"Pakken courier-pcp er krævet for at bruge tilstanden groupware." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"Lokal tilstand tilføjer meget lidt ekstraforbrug i forhold til en " +"deaktiveret kalendertilstand. PÃ¥ den anden side, er tilstanden groupware " +"mindre ressourcevenlig og kræver en adskilt dæmonproces for at køre." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"For yderligere information, se venligst /usr/share/doc/sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Ispell-ordbog:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail tillader dig at udføre stavekontrol i din e-post. Vælg en egnet " +"ordbog til ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "symlink, kopi, tilpasset" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "Installationsmetode til HTML-dokumenter og billeder:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"HTML-dokumenterne og billeder i /usr/share/sqwebmail kan gøres tilgængelige " +"pÃ¥ /var/www/sqwebmail via en symbolsk henvisning (symlink); eller ved at " +"blive kopieret direkte ind i en mappe der; eller slet ikke." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"Indstillingen »kopi« (copy) anbefales af sikkerhedsmæssige Ã¥rsager. Hvis " +"»FollowSymLinks« eller »SymLinksIfOwnerMatch« allerede er aktiveret i " +"Apachekonfigurationen, kan den første indstilling overvejes. Den sidste " +"indstilling kræver manuelle handlinger for at konfigure internetserveren." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Bemærk venligst at /var/www/sqwebmail vil blive fjernet hvis denne pakke " +"afinstalleres med mindre indstillingen »tilpasset« (custom) vælges." --- courier-0.68.2.orig/debian/po/de.po +++ courier-0.68.2/debian/po/de.po @@ -0,0 +1,378 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# Stefan Hornburg (Racke) , 2004. +# Holger Wansing , 2007, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Courier 0.59.0-1\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 20078-04-20 00:19+0100\n" +"Last-Translator: Holger Wansing \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "Verzeichnisse für WWW-Administration anlegen?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier benutzt verschiedene Konfigurationsdateien in /etc/courier. Einige " +"dieser Dateien können durch ein Unterverzeichnis ersetzt werden, dessen " +"Inhalt dann als eine vereinigte Konfigurationsdatei betrachtet wird." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"Die von dem courier-webadmin-Paket zur Verfügung gestellte WWW-" +"Administration ist angewiesen auf Konfigurationsverzeichnisse statt " +"Konfigurationsdateien. Wenn Sie zustimmen, werden alle vom " +"Administrationstool benötigten Verzeichnisse erzeugt, außer es existiert " +"bereits eine gleichnamige Konfigurationsdatei." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Pfad zum Maildir-Verzeichnis:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Bitte geben Sie einen relativen Pfadnamen vom Home-Verzeichnis eines jeden " +"Benutzers zu dem Maildir-Verzeichnis an, in dem die Courier-Server die E-" +"Mail der Benutzer speichern und darauf zugreifen. Bitte lesen Sie die " +"maildir.courier(5)-Handbuchseite (Manpage), wenn Sie mit dem Format zum " +"Speichern von E-Mails, das Courier benutzt, nicht vertraut sind." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "Veraltete Einstellung für MAILDIR" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"Der Name des Maildir-Verzeichnisses wird jetzt in den Courier-" +"Konfigurationsdateien durch die Variable MAILDIRPATH festgelegt. Die " +"Einstellung für MAILDIR in /etc/default/courier ist daher veraltet und wird " +"nicht nicht beachtet." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Standard-Domain:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Bitte geben Sie eine gültige E-Mail-Domain ein. Die meisten Funktionen zum " +"Bearbeiten von E-Mail-Headern hängen diese Domain an E-Mail-Adressen an, die " +"keine Domain enthalten, wie zum Beispiel von lokalen Benutzerzugängen auf " +"diesem Rechner." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "»From«-Header für Zustellungsbenachrichtigungen:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Bitte geben Sie einen gültigen Wert für den »From«-Header für E-Mail-" +"Zustellungsbenachrichtigungen an. Andernfalls können diese nicht verschickt " +"werden." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "SSL-Zertifikat erforderlich" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"Für POP und IMAP per SSL ist ein gültiges und signiertes X.509-Zertifikat " +"erforderlich. Während der Installation von courier-pop-ssl bzw. courier-imap-" +"ssl wird ein selbst signiertes X.509-Zertifikat erstellt, wenn nicht bereits " +"ein Zertifikat vorhanden ist." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Für den Produktionsbetrieb muß das X.509-Zertifikat von einer anerkannten " +"Zertifizierungsstelle signiert werden, damit das Zertifikat von " +"Mailprogrammen akzeptiert wird. Das Zertifikat wird standardmäßig in /etc/" +"courier/pop3d.pem bzw. /etc/courier/imapd.pem abgelegt." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "CGI-Programm aktivieren?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Damit courier-webadmin ohne weitere Eingriffe funktionieren kann, ist es " +"erforderlich, das CGI-Programm /usr/lib/courier/courier/webmail/webadmin mit " +"gesetztem SUID-Bit nach /usr/lib/cgi-bin/courierwebadmin zu installieren." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Dies könnte beträchtliche Auswirkungen auf die Sicherheit haben, da " +"courierwebadmin als root läuft. Desweiteren kann nicht garantiert werden, " +"dass diese Lösung funktioniert, abhängig von der Webserver-Software und " +"deren Konfiguration." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Wenn Sie diese Option wählen und Ihre Webserver-Konfiguration der Policy " +"entspricht, können Sie auf das Administrations-Frontend mit der URL http://" +"localhost/cgi-bin/courierwebadmin zugreifen." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Passwort zur Courier-Administration:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Es wird ein Passwort benötigt, um den Zugriff auf die Courier-Administations-" +"Web-Schnittstelle abzusichern. Bitte wählen Sie eines aus." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "Lokal" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "Netzwerk" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "Deaktiviert" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Kalenderfunktion:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Bitte wählen Sie, ob Sie die Kalenderfunktion im Lokal-Modus, im Groupware-" +"Modus oder im Netzwerk-Modus aktivieren oder ob Sie die Kalenderfunktion " +"überhaupt nicht verwenden möchten (»Deaktiviert«). Zur Verwendung des " +"Groupware-Modus' wird das Paket courier-pcp benötigt." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"Der Lokal-Modus erzeugt sehr wenig Overhead im Vergleich zur deaktiverten " +"Kalenderfunktion. Der Groupware-Modus jedoch ist weniger ressourcen-" +"freundlich und benötigt einen eigenen Daemon-Prozess." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"Für mehr Informationen lesen Sie bitte /usr/share/doc/sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Ispell-Wörterbuch:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail ermöglicht eine Rechtschreibprüfung der E-Mails. Bitte wählen Sie " +"ein passendes Wörterbuch aus." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "Symbolischer Link, Kopie, Benutzerdefiniert" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "Installationsmethode für HTML-Dokumente und Grafiken:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"Die HTML-Dokumente und Grafiken in /usr/share/sqwebmail können über einen " +"symbolischen Link in /var/www/sqwebmail verfügbar gemacht werden oder indem " +"sie direkt in ein Verzeichnis dort kopiert werden; Sie können sie jetzt auch " +"überhaupt nicht verfügbar machen." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"Die Auswahl »Kopie« ist aus Sicherheitsgründen empfehlenswert. Falls jedoch " +"»FollowSymLinks« oder »SymLinksIfOwnerMatch« in der Apache-Konfiguration " +"bereits aktiviert ist, könnte auch die erste Möglichkeit in Betracht kommen. " +"Die letzte Option erfordert manuelles Eingreifen zur Konfiguration des Web-" +"Servers." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Bitte beachten Sie, dass /var/www/sqwebmail gelöscht wird, wenn dieses Paket " +"später einmal komplett entfernt wird (außer wenn Sie jetzt " +"»Benutzerdefiniert« wählen)." + +#~ msgid "Modified authentication infrastructure" +#~ msgstr "Veränderte Infrastruktur zur Authentifizierung" + +#~ msgid "" +#~ "Beginning with Courier 0.48, the authentication modules that used to be " +#~ "part of Courier have been separated into a standalone library. All " +#~ "Courier applications are now using the same authentication " +#~ "infrastructure, the Courier authentication library. Packages for this " +#~ "library consists of a base package (courier-authlib) and one for each " +#~ "authentication method (courier-authlib-userdb, -mysql, -postgresql, -" +#~ "ldap, -pipe). Unfortunately it wasn't possible to setup the dependencies " +#~ "in order to allow a seamless upgrade. Please install the package for your " +#~ "authentication method manually." +#~ msgstr "" +#~ "Seit Courier 0.48 sind die Authentifizierungsmodule, die vorher Teil von " +#~ "Courier waren, in eine separate Bibliothek ausgelagert. Alle Courier-" +#~ "Applikationen nutzen jetzt die gleiche Infrastruktur zur " +#~ "Authentifzierung, die »Courier Authentication Library«. Die Pakete dieser " +#~ "Bibliothek bestehen aus einem Basispaket (courier-authlib) und je einem " +#~ "Paket für jede Authentifizierungsmethode (courier-authlib-userdb, -mysql, " +#~ "-postgresql, -ldap, -pipe). Unglücklicherweise war es nicht möglich, die " +#~ "Paketabhängigkeiten so einzurichten, dass eine nahtlose Aktualisierung " +#~ "möglich wäre. Bitte installieren Sie das zu Ihrer " +#~ "Authentifizierungsmethode passende Paket von Hand." --- courier-0.68.2.orig/debian/po/es.po +++ courier-0.68.2/debian/po/es.po @@ -0,0 +1,474 @@ +# courier po-debconf translation to Spanish +# Copyright (C) 2008 Software in the Public Interest +# This file is distributed under the same license as the courier package. +# +# Changes: +# - Initial translation +# Carlos Valdivia Yagüe +# - Updates: +# Francisco Javier Cuadrado , 2008 +# +# Traductores, si no conoce el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor, lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.60.0-2\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2008-11-07 16:43+0100\n" +"Last-Translator: Francisco Javier Cuadrado \n" +"Language-Team: Debian Spanish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "¿Desea crear los directorios para la administración basado en web?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier usa varios archivos de configuración en «/etc/courier». Algunos de " +"estos archivos se pueden reemplazar por un subdirectorio cuyos contenidos " +"estén concatenados y tratados como un único archivo de configuración." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"La administración basada en web proporcionada por el paquete courier-" +"webadmin depende de los directorios de configuración en lugar de en los " +"archivos de configuración. Si está de acuerdo, todos los directorios " +"necesarios para la herramienta de administración basada en web se crearán a " +"menos que exista un archivo de texto en su lugar." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Ruta al directorio «Maildir»:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Por favor, proporcione la ruta relativa desde los directorios «home» de los " +"usuarios al directorio «Maildir» en el que el servidor Courier almacena y " +"accede al correo electrónico del usuario. Si no está familiarizado con el " +"formato de almacenaje de los correos electrónicos de Courier, consulte la " +"página de manual «maildir.courier(5)»." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "Configuración obsoleta de MAILDIR" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"El nombre del directorio «Maildir» se reconoce mediante la variable " +"MAILDIRPATH en los archivos de configuración de Courier. La configuración de " +"MAILDIR en «/etc/default/courier» es obsoleta y no será reconocida." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Dominio predeterminado:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Por favor, especifique un dominio de correo electrónico válido. La mayoría " +"de las funciones de reescritura de la cabecera añadirán ese dominio a todas " +"las direcciones de correo electrónico en la que no se especifique un " +"dominio, como las cuentas locales." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "Cabecera «Para» para las notificaciones de entrega:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Por favor, especifique un valor para la cabecera «Para» para las " +"notificaciones de entrega. Estas notificaciones no se podrán enviar sin este " +"valor." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "Se necesita un certificado SSL" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"POP e IMAP sobre SSL requieren un certificado X.509 válido y firmado. " +"Durante la instalación de courier-pop-ssl o courier-imap-ssl, se generará un " +"certificado X.509 autofirmado si fuera necesario." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Para el uso en producción, el certificado X.509 se debe firmar por una " +"autoridad de certificación reconocida, para que los clientes de correo " +"electrónico acepten el certificado. La localización predeterminada de este " +"certificado es «/etc/courier/pop3d.pem» o «/etc/courier/imapd.pem»." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "¿Activar el programa CGI?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Para permitir a courier-webadmin funcionar sin necesidad de configuración, " +"el programa CGI «/usr/lib/courier/courier/webmail/webadmin» necesita " +"instalarse como «/usr/lib/cgi-bin/courierwebadmin» con el bit de «root» " +"activado." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Esto puede tener serias implicaciones de seguridad, ya que courierwebadmin " +"se ejecutará como «root». Además, esa solución no garantiza que funcione, " +"dependiendo del tipo de servidor web y su configuración." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Si elige esta opción y la configuración del servidor web cumple con la " +"política, puede acceder a la interfaz de administración mediante «http://" +"localhost/cgi-bin/courierwebadmin»." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Contraseña para la administración de Courier:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Se necesita una contraseña para proteger el acceso a la interfaz web de " +"administración de Courier. Por favor, elija una ahora." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "local" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "red" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "desactivado" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Modo del calendario:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Por favor, especifique si querría activar el modo de calendario en «local», " +"activar el modo de trabajo en grupo o el modo en «red» o desactivarlo. Se " +"necesita el paquete courier-pcp para el modo de trabajo en grupo." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"El modo «local» añade una pequeña sobrecarga sobre un modo de calendario " +"desactivado. Por otra parte, el modo de trabajo en grupo es menos amigable y " +"requiere un demonio a parte para ejecutarse." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "Para más información, consulte «/usr/share/doc/sqwebmail/PCP.html»." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Diccionario de ispell:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail le permite repasar la ortografía de sus correos electrónicos. Por " +"favor, elija el diccionario que quiera usar con ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "enlace simbólico, copia, personalizar" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "Método de instalación de los documentos HTML y las imágenes:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"Los documentos HTML y las imágenes en «/usr/share/sqwebmail» se pueden hacer " +"accesibles en «/var/www/sqwebmail» mediante un enlace simbólico, o " +"copiándose directamente en el directorio, o sin hacer nada." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"Se recomienda la opción «copiar» por razones de seguridad. Sin embargo, si " +"«FollowSymLinks» o «SymLinksIfOwnerMatch» están activados en la " +"configuración de Apache, la primera opción se puede considerar. La última " +"opción necesita acciones manuales para configurar el servidor web." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Si elimina este paquete «/var/www/sqwebmail» será borrado, a menos que la " +"opción «personalizar» esté elegida." + +#~ msgid "" +#~ "The choices are to create a symbolic link /var/www/sqwebmail, copy all " +#~ "files from /usr/share/sqwebmail to /var/www/sqwebmail or let /var/www " +#~ "alone. For security reasons the second option is recommended. However, if " +#~ "you have already enabled FollowSymLinks or SymLinksIfOwnerMatch in your " +#~ "Apache configuration, you may as well chose the first option. The custom " +#~ "option implies that you configure your web server manually." +#~ msgstr "" +#~ "Las opciones son: crear el enlace simbólico /var/www/sqwebmail que apunte " +#~ "a /usr/share/sqwebmail, copiar todos los ficheros de /usr/share/sqwebmail " +#~ "en /var/www/sqwebmail o dejarlos en /var/www. Por razones de seguridad se " +#~ "recomienda elegir la segunda opción. Sin embargo si ya tiene activadas " +#~ "las opciones FollowSymLinks o SymLinksIfOwnerMatch en su configuración de " +#~ "Apache puede elegir la primera opción. La opción de personalizar puede " +#~ "serle de ayuda si desea configurar su servidor web manualmente." + +#~ msgid "Packaging of Courier has been completely revised" +#~ msgstr "Se ha restructurado completamente el paquete Courier" + +#, fuzzy +#~ msgid "" +#~ "Formerly the courier-imap package(s) are generated from the separately " +#~ "distributed Courier IMAP sources. This has changed, and now the entire " +#~ "Courier suite gets packaged for Debian. For this reason, the " +#~ "infrastructure has changed a lot; for example, all configuration files " +#~ "have been moved to /etc/courier." +#~ msgstr "" +#~ "Anteriormente los paquetes courier-imap se generaban a partir de unas " +#~ "fuentes de Courier IMAP distribuidas de forma independiente. De ahora en " +#~ "adelante, Debian empaquetará Courier en su conjunto. Por eso, la " +#~ "infraestructura ha cambiado bastante y los ficheros de configuración se " +#~ "han movido a /etc/courier." + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "" +#~ "Hágale saber al mantenedor sus experiencias con esta nueva " +#~ "infraestructura." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "«authdaemon» es ahora el método de autentificación obligatorio" + +#, fuzzy +#~ msgid "" +#~ "In your configuration file ${conffile} AUTHMODULES is set to " +#~ "\"${authmodules}\". This will no longer work as authdaemon is the only " +#~ "available authentication method for Courier Debian packages version 0.35 " +#~ "and above." +#~ msgstr "" +#~ "Se ha verificado el fichero de configuración ${conffile}, donde " +#~ "AUTHMODULES está definido como \"${authmodules}\". Esto ya no funciona, " +#~ "ya que «authdaemon» es el único método de autentificación disponible en " +#~ "los paquetes Debian de Courier a partir de la versión 0.35." + +#~ msgid "" +#~ "Please fix your configuration file, otherwise your setup will no longer " +#~ "work." +#~ msgstr "" +#~ "Por favor, modifique su configuración o el programa no funcionará " +#~ "correctamente." + +#~ msgid "Move old configuration files to /etc/courier ?" +#~ msgstr "¿Mover los ficheros de configuración antiguos a /etc/courier?" + +#, fuzzy +#~ msgid "" +#~ "On your system are courier-imap configuration files within /etc. From now " +#~ "on all configuration files related to Courier are located within /etc/" +#~ "courier. If you like, we move the configuration files to the new " +#~ "location. However, we cannot guarantee that they will work as before. " +#~ "Please refer to the Courier documentation and tell the maintainer about " +#~ "your experiences with the conversion." +#~ msgstr "" +#~ "Se han detectado ficheros de configuración de courier-imap en /etc. De " +#~ "ahora en adelante todos los ficheros de configuración relacionados con " +#~ "Courier se encuentran en /etc/courier. Si quiere, puedo moverlos " +#~ "automáticamente a su nueva ubicación. Sin embargo, no hay garantía de que " +#~ "funcionen como antes. Por favor, lea la documentación de Courier y hágale " +#~ "saber al mantenedor sus experiencias con la conversión de estos ficheros." + +#, fuzzy +#~ msgid "Do you want the webmail password changer to be installed SUID root ?" +#~ msgstr "¿Quiere instalar el script CGI webmail setuid root?" + +#, fuzzy +#~ msgid "" +#~ "For changing passwords through the webmail interface to work, a program " +#~ "to change (system) passwords has to be installed with the SUID bit set. " +#~ "Because this program runs as root, this has serious security implications." +#~ msgstr "" +#~ "Para que el CGI webmail funcione correctamente tiene que instalarse " +#~ "setuid root (ejecución con permisos de root). Puesto que webmail " +#~ "funcionará como root, esto tiene importantes implicaciones de seguridad." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "¿Cómo desea instalar los archivos HTML e imágenes de sqwebmail?" + +#~ msgid "Which is the directory name of the user's maildir ?" +#~ msgstr "¿Cuál es el nombre del directorio de correo del usuario?" + +#~ msgid "" +#~ "You change the setting for the directory name in the user's home " +#~ "directory where the Courier POP and IMAP servers locate the user's " +#~ "maildir." +#~ msgstr "" +#~ "Proporcione el nombre del directorio de la cuenta del usuario donde los " +#~ "servidores POP e IMAP podrán encontrar el directorio de correo." + +#~ msgid "default" +#~ msgstr "por defecto" + +#~ msgid "symlink" +#~ msgstr "enlace simbólico" --- courier-0.68.2.orig/debian/po/eu.po +++ courier-0.68.2/debian/po/eu.po @@ -0,0 +1,334 @@ +# translation of courier-eu.po to Euskara +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Piarres Beobide , 2008. +msgid "" +msgstr "" +"Project-Id-Version: courier-eu\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2008-05-05 00:09+0200\n" +"Last-Translator: Piarres Beobide \n" +"Language-Team: Euskara \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "Web-bidezko kudeaketarako direktorioak sortu?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier-ek /etc/courier-en kokaturiko konfigurazio fitxategi ezberdinak " +"erabiltzen ditu. Hauetako batzuk haren edukia bateratua eta konfigurazio " +"fitxategi bakar bat bezala erabilia izango diren direktorioengatik ordeztu " +"daitezke." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"Courier-webadmin paketeak dakarren web-bidezko kudeaketak konfigurazio " +"direktorioak erabiltzen ditu fitxategien ordez. Onartzen baduzu web-bidezko " +"kudeaketarako behar den edozein direktorio sortua izango da ez badago haren " +"lekuan dagoeneko testu lau fitxategi bat." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Maildir direktorioaren bidea:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Mesedez idatzi erabiltzaile bakoitzaren etxe direktoriotik Maildir " +"direktoriora bide erlatiboa, hori da Courier zerbitzariak erabiltzailearen " +"posta gorde eta eskuratuko duen lekua. Mesedez begiratu maildir.courier(5) " +"manual orrialdea Courier-ek erabiltzen duen posta biltegiratze sistemara " +"ohiturik ez bazaude." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "MAILDIR ezarpen zaharkitua" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"Maildir direktorioaren izena orain Courier konfigurazio fitxategietako " +"MAILDIRPATH aldagaiaren bidez jakiten da. /etc/default/courier-en MAILDIR " +"ezarpena zaharkiturik dago eta ez da gehiago ezagutuko aurrerantzean." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Lehenetsiriko domeinua:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Mesedez zehaztu baliozko eposta domeinu bat. Goiburu berridazketa funtzio " +"gehienek domeinurik zehazten ez duten kontu lokalenak bezalako eposta " +"helbide guztiei domeinu hori erantsiko diete." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "Berri-emateak bidaltzeko \"Nondik\" goiburua:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Mesedez zehaztu baliozko balio bat posta bidezko berri-emateen \"Nondik\" " +"goiburuan. Berri-emate horiek ezin dira bidali ezarpen hau gabe." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "SSL ziurtagiria beharrezkoa" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"SSL gaineko POP eta IMAP-ek baliozkosinaturiko X.509 ziurtagiri bat behar " +"dute. Courier-pop-ssl edo courier-imap-ssl paketeen instalazioan lokalki " +"sinaturiko X.509 ziurtagiri bat sortuko da behar izanez gero." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Produkzio erabilerako, X.509 ziurtagiria baliozko ziurtagiri autoritate " +"batek sinatu behar du posta bezeroek ziurtagiri onartu ahal izan dezate. " +"Ziurtagiri hauen lehenetsiriko kokalekua /etc/courier/pop3d.pem edo /etc/" +"courier/imapd.pem da." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "Aktibatu CGI programa?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Courier-webkudeaketak makina lokaletik kanpo funtzionatzeko, /usr/lib/" +"courier/courier/webmail/webadmin CGI programa /usr/lib/cgi-bin/" +"courierwebadmin bezala eta SUID bit-a aktibatuarekin instalatu behar da." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Honek segurtasun inplikazio larriak izan ditzake webkudeaketa root bezala " +"exekutatzen bait da. Gainera ez da ziurtatzen konponbide honek funtzionatuko " +"duela web zerbitzari software eta konfigurazio arabera." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Aukera hau hautatuaz gero eta web zerbitzari konfigurazioak onartzen badu " +"kudeaketa interfazea http://localhost/cgi-bin/courierwebadmin helbidean " +"eskuratu ahal izango duzu." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Courier kudeaketarako pasahitza:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Pasahitz bat beharrezkoa da Courier kudeaketa web interfazea babesteko. " +"Mesedez hautatu bat orain." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "lokala" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "sarea" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "ezgaitua" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Egutegi modua:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Mesedez ezarri egutegia modu 'lokal'-ean, talde-lan onarpena edo 'sare' " +"moduan edo ezgaitu nahi duzun. Courier-pcp paketea beharrezkoa da talde-lan " +"modua onartzeko." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"Modu lokalak oso lan-karga txikia gehitzen du egutegia ezgaitzearekin " +"alderatuz. Beste aldean talde-lan modua errekurtso behar handiagoa du eta " +"bereiziriko deabru bat behar du funtzionatzeko." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"Argibide gehiagorako, mesedez irakurri /usr/share/doc/sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Ispell hiztegia:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail-ek zure eposten egiaztapen ortografikoa egitekoaukera ematen dizu. " +"Mesedez hautatu ispell-ek erabiltzeko hiztegia." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "lotura-sinbolikoa, kopiatu, pertsonalizatua" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "HTML dokumentu eta irudien instalazio metodoa:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"/usr/share/sqwebmail-eko HTML dokumentu eta irudiak eskuragarri egin " +"daitezke /var/www/sqwebmail-en lotura sinboliko bidez; edo zuzenean horko " +"direktorio batetan kopiatzen; edo ez egin." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"Segurtasun arrazoiak medio 'kopiatu' aukera gomendatzen da. Hala ere Apache " +"konfigurazioan dagoeneko 'FollowSymLinks' edo 'SymLinksIfOwnerMatch' " +"gaiturik badaude lehen aukera kontsideratu daiteke. Azken aukerak web " +"zerbitzaria konfiguratzeko eskuz zerbait egitea behar du." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Mesedez kontutan hartu /var/www/sqwebmail ezabatu izango dela paketea " +"garbitzen bada 'pertsonalizatua' aukera hautatzen ez bada." --- courier-0.68.2.orig/debian/po/fi.po +++ courier-0.68.2/debian/po/fi.po @@ -0,0 +1,352 @@ +msgid "" +msgstr "" +"Project-Id-Version: courier 0.57.0-2\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2008-04-09 21:09+0200\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: Finland\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "Luodaanko hakemistot verkkopohjaista ylläpitoa varten?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier käyttää useampia asetustiedostoja hakemistossa /etc/courier. Jotkin " +"näistä tiedostoista voidaan korvata alihakemistolla, jonka sisältämät " +"tiedostot liitetään peräkkäin ja käsitellään yhtenä asetustiedostona." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"Paketin courier-webadmin tarjoama verkkopohjainen ylläpito käyttää " +"asetushakemistoja asetustiedostojen sijaan. Jos hyväksyt tämän, kaikki " +"verkkopohjaisen ylläpitotyökalun vaatimat hakemistot luodaan, ellei niiden " +"tilalla ole jo tavallista tiedostoa." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Maildir-hakemiston polku:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Courier-palvelimet tallentavat kunkin käyttäjän sähköpostit omaan Maildir-" +"hakemistoon. Anna hakemiston suhteellinen polku käyttäjän kotihakemistosta " +"alkaen. man-ohjesivusta maildir.courier(5) voi olla apua, jos et tunne " +"Courierin käyttämää viestientallennusmuotoa." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "Vanhentunut MAILDIR-asetus" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"Maildir-hakemiston nimi haetaan nykyään Courierin asetustiedostojen " +"muuttujasta MAILDIRPATH. Tiedostossa /etc/default/courier oleva MAILDIR-" +"asetus on tästä syystä vanhentunut, eikä sitä huomioida." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Oletusverkkotunnus:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Anna validi sähköpostiverkkotunnus. Useimmat otsaketietoja päivittävät " +"funktiot lisäävät tämän verkkotunnuksen kaikkiin sähköpostiosoitteisiin, " +"joissa ei ole määritelty verkkotunnusta, esimerkiksi paikallisiin tunnuksiin." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "Viestien toimitusilmoitusten â€Fromâ€-otsake:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Anna validi arvo viestien toimitusilmoituksissa käytettävään â€Fromâ€-" +"otsakkeeseen. Näitä ilmoituksia ei voida lähettää ilman tätä asetusta." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "SSL-varmenne vaadittu" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"POP ja IMAP over SSL (SSL-salattu IMAP) vaativat validin, allekirjoitetun " +"X.509-varmenteen. Pakettien courier-pop-ssl tai courier-imap-ssl asennuksen " +"aikana luodaan itseallekirjoitettu varmenne, jos tarpeen." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Tuotantokäytössä X.509-varmenteen tulee olla tunnetun varmentajan " +"allekirjoittama, jotta sähköpostiasiakkaat hyväksyvät varmenteen. Varmenteen " +"oletussijainti on /etc/courier/pop3d.pem tai /etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "Aktivoidaanko CGI-ohjelma?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Jotta courier-webadmin toimisi suoraan, CGI-ohjelma /usr/lib/courier/courier/" +"webmail/webadmin tulee asentaa sijaintiin /usr/lib/cgi-bin/courierwebadmin " +"SUID-bitti asetettuna." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Tästä saattaa aiheutua merkittäviä turvariskejä, koska courierwebadmin " +"ajetaan pääkäyttäjänä. Lisäksi ratkaisu ei välttämättä toimi, riippuen " +"verkkopalvelinohjelmasta ja sen asetuksista." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Jos valitset tämän vaihtoehdon ja verkkopalvelimen asetukset ovat säännösten " +"mukaisia, voit käyttää ylläpitokäyttöliittymää osoitteessa http://localhost/" +"cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Courier-ylläpidon salasana:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Verkkopohjaisen Courier-ylläpitokäyttöliittymän käytön suojaamiseksi " +"tarvitaan salasana. Valitse sellainen nyt." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "paikallinen" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "verkko" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "passivoitu" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Kalenteritila:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Valitse haluatko aktivoida kalenteritilan â€paikallinenâ€, groupware tai " +"â€verkkoâ€, vai passivoida sen. groupware-tilan käyttö vaatii paketin courier-" +"pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"Paikallinen tila käyttää resursseja vain hieman enemmän kuin passivointi. " +"Toisaalta groupware-tila käyttää enemmän resursseja ja vaatii toimiakseen " +"erillisen taustaprosessin." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"Lisätietoja (englanniksi) löytyy tiedostosta /usr/share/doc/sqwebmail/PCP." +"html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Ispell-sanakirja:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail mahdollistaa sähköpostien oikeinkirjoituksen tarkistamisen. " +"Valitse sopiva ispellin sanakirja." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "symboliset linkit, kopiot, mukautettu" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "HTML-dokumenttien ja kuvien asennusmenetelmä:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"Hakemistossa /usr/share/sqwebmail olevat HTML-dokumentit ja kuvat voidaan " +"laittaa saataville hakemistoon /var/www/sqwebmail symbolisilla linkeillä tai " +"kopioimalla, tai niitä voidaan olla laittamatta saataville." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"Vaihtoehtoa â€kopiot†suositellaan turvallisuussyistä. Jos Apachen " +"asetuksissa ovat kuitenkin jo asetukset â€FollowSymLinks†ja " +"â€SymLinksIfOwnerMatch†aktivoituina, ensimmäistä vaihtoehtoa voidaan " +"harkita. Viimeinen vaihtoehto vaatii verkkopalvelimen asetusten tekemistä " +"käsin." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Hakemisto /var/www/sqwebmail poistetaan, jos tämä paketti siivotaan, ellei " +"vaihtoehtoa â€mukautettu†ole valittu." + +#~ msgid "Modified authentication infrastructure" +#~ msgstr "Tunnistautumisjärjestelmää muutettu" + +#~ msgid "" +#~ "Beginning with Courier 0.48, the authentication modules that used to be " +#~ "part of Courier have been separated into a standalone library. All " +#~ "Courier applications are now using the same authentication " +#~ "infrastructure, the Courier authentication library. Packages for this " +#~ "library consists of a base package (courier-authlib) and one for each " +#~ "authentication method (courier-authlib-userdb, -mysql, -postgresql, -" +#~ "ldap, -pipe). Unfortunately it wasn't possible to setup the dependencies " +#~ "in order to allow a seamless upgrade. Please install the package for your " +#~ "authentication method manually." +#~ msgstr "" +#~ "Courierin versiosta 0.48 alkaen aiemmin Courierin osana olleet " +#~ "tunnistautumismoduulit on erotettu itsenäiseksi kirjastoksi. Kaikki " +#~ "Courier-ohjelmat käyttävät nyt samaa tunnistautumisjärjestelmää, Courier-" +#~ "tunnistautumiskirjastoa. Kirjaston paketteja ovat peruspaketti (courier-" +#~ "authlib) ja kutakin tunnistautumistapaa varten olevat paketit (courier-" +#~ "authlib-userdb, -mysql, -postgresql, -ldap, -pipe). Ikävä kyllä " +#~ "riippuvuussuhteita ei voitu asettaa niin, että päivitys olisi saumaton. " +#~ "Asenna käyttämäsi tunnistautumismenetelmän paketti käsin." --- courier-0.68.2.orig/debian/po/fr.po +++ courier-0.68.2/debian/po/fr.po @@ -0,0 +1,342 @@ +# translation of fr.po to French +# +# +# +# +# Christian Perrier , 2006, 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2008-04-19 19:53+0200\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "Faut-il créer les répertoires nécessaires à l'administration web ?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier utilise de nombreux fichiers de configuration dans /etc/courier. " +"Certains de ces fichiers peuvent être remplacés par un sous-répertoire " +"contenant des fichiers qui seront concaténés et seront considérés ensemble " +"comme un seul fichier de configuration." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"L'outil d'administration par le web fourni par le paquet courier-webadmin " +"n'utilise pas de fichier pour la configuration, mais des répertoires. Si " +"vous le souhaitez, tous les répertoires nécessaires pour cet outil seront " +"créés, sauf si un fichier est déjà présent." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Chemin des répertoires de courriel (« Maildir ») des utilisateurs :" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Veuillez indiquer un chemin, relatif à leur répertoire personnel, pour le " +"répertoire « Maildir » des utilisateurs, où les serveurs Courier " +"enregistreront les courriels. Veuillez consulter la page de manuel de " +"maildir.courier(5) si vous n'avez pas l'habitude du format de stockage des " +"courriels qu'utilise Courier." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "Réglage obsolète de MAILDIR" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"Le nom du répertoire Maildir est désormais obtenu via la variable " +"MAILDIRPATH dans les fichiers de configuration de Courier. Le réglage " +"MAILDIR dans /etc/default/courier est donc obsolète et ne sera pas utilisé." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Domaine par défaut :" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Veuillez indiquer un domaine de courriel valide. La plupart des fonctions de " +"réécriture d'en-têtes ajouteront ce domaine à toutes les adresses " +"électroniques dans lesquelles aucun domaine n'est indiqué, par exemple les " +"comptes locaux." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "En-tête d'origine (« From ») pour les notifications d'envoi :" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Veuillez indiquez une adresse valide pour l'en-tête « origine » (« From ») " +"des notifications d'envoi de courriel (« mail delivery notifications ») " +"sinon celles-ci ne pourront pas être envoyées." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "Certificat SSL requis" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"L'utilisation des protocoles POP et IMAP avec SSL nécessite de posséder un " +"certificat X.509 valide et signé. Lors de l'installation de courier-pop-ssl " +"et courier-imap-ssl, un certificat X.509 autosigné sera généré si nécessaire." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Sur un site de production, le certificat X.509 doit être signé par une " +"autorité de certification reconnue afin que les clients de courriel " +"l'acceptent. Les emplacements par défaut de ces certificats sont " +"respectivement /etc/courier/pop3d.pem et /etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "Faut-il activer le programme CGI ?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Pour que courier-webadmin fonctionne sans modifications, il est nécessaire " +"de copier le programme CGI de /usr/lib/courier/courier/webmail/webadmin " +"vers /usr/lib/cgi-bin/courierwebadmin et activer le bit SUID." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Ce choix peut avoir des implications sérieuses sur la sécurité car " +"courierwebadmin s'exécute avec les droits du superutilisateur. Par ailleurs, " +"rien ne garantit que cette solution fonctionne car elle dépend du type de " +"serveur web et de sa configuration." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Si vous choisissez cette option et si la configuration de votre serveur web " +"est conforme à la charte de la distribution, vous pourrez accéder à " +"l'interface d'administration à l'adresse http://localhost/cgi-bin/" +"courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Mot de passe pour l'administration de Courier :" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Un mot de passe est indispensable pour protéger l'accès à l'interface web " +"d'administration de Courier. Veuillez le choisir maintenant." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "Local" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "Réseau" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "Désactivé" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Mode de gestion du calendrier (« Calendaring ») :" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Veuillez indiquer si vous souhaitez activer la gestion de calendrier en mode " +"local, en mode travail de groupe (choisissez alors « Réseau ») ou la " +"désactiver. Pour pouvoir utiliser le mode de travail de groupe, vous devez " +"installer le paquet courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"Le mode local est relativement peu coûteux en ressources par rapport au " +"fonctionnement sans gestion de calendrier. Par contre, le mode travail de " +"groupe utilise nettement plus les ressources du serveur et utilise un " +"processus en tâche de fond lancé séparément." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"Veuillez consulter le fichier /usr/share/doc/sqwebmail/PCP.html pour plus " +"d'informations." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Dictionnaire pour ispell :" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail permet la vérification orthographique des courriels. Veuillez " +"choisir le dictionnaire qu'utilisera ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "Lien symbolique, Copie, Aucune" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "Méthode d'installation des documents et images HTML :" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"Les documents HTML et les images placés dans /usr/share/sqwebmail peut être " +"rendus accessibles via un lien symbolique /var/www/sqwebmail, copiés à cet " +"emplacement ou ne pas être accessibles du tout." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"L'option « Copie » est recommandée pour des raisons de sécurité. Cependant " +"si les options « FollowSymLinks » ou « SymLinksIfOwnerMatch » sont activées " +"dans la configuration d'Apache, l'option « Lien symbolique » peut être " +"choisie. La dernière option impose une configuration manuelle du serveur web." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Veuillez noter que /var/www/sqwebmail sera supprimé si le paquet est purgé, " +"sauf si l'option « custom » est choisie." --- courier-0.68.2.orig/debian/po/gl.po +++ courier-0.68.2/debian/po/gl.po @@ -0,0 +1,357 @@ +# Galician translation of courier's debconf templates +# This file is distributed under the same license as the courier package. +# Jacobo Tarrio , 2007, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: courier\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2008-05-06 19:22+0100\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "¿Crear os directorios para a administración por web?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier emprega varios ficheiros de configuración situados en /etc/courier. " +"Pódese substituír algúns deses ficheiros de configuración por un " +"subdirectorio do que todo o contido se concatena e se trata coma se foran un " +"só ficheiro de configuración consolidado." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"A administración en web que fornece o paquete courier-webadmin traballa con " +"directorios de configuración no canto de con ficheiros de configuración. Se " +"acepta, hanse crear os directorios necesarios para a ferramenta de " +"administración en web a menos que xa haxa no seu sitio un ficheiro normal." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Ruta ao directorio Maildir:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Forneza a ruta relativa desde o directorio inicial de cada usuario ao " +"directorio Maildir no que os servidores Courier armacenan e acceden ao email " +"do usuario. Consulte a páxina de manual maildir.courier(5) se non está " +"familiarizado co formato de armacenamento de correo que emprega Courier." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "Configuración obsoleta de MAILDIR" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"O nome do directorio Maildir recoñécese mediante a variable MAILDIRPATH nos " +"ficheiros de configuración de Courier. A configuración MAILDIR en /etc/" +"default/courier é, polo tanto, obsoleta, e non se ha recoñecer." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Dominio por defecto:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Especifique un dominio de email válido. A maioría das funcións de rescritura " +"de cabeceiras han engadir este dominio aos enderezos de email que non " +"especifiquen un dominio, tales coma as contas locais." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "Cabeceira \"From\" para as notificacións de entrega:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Indique un valor válido para a cabeceira \"From\" das notificacións de " +"entrega de correo. Non se poden enviar esas notificacións sen este valor." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "Precísase dun certificado SSL" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"POP e IMAP sobre SSL precisan dun certificado X.509 válido e asinado. " +"Durante a instalación de courier-pop-ssl ou courier-imap-ssl hase xerar un " +"certificado X.509 autoasinado se é necesario." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Para o seu uso en producción, o certificado X.509 ten que estar asinado por " +"unha autoridade certificadora recoñecida para que os clientes de correo " +"acepten o certificado. A ubicación por defecto para o certificado e /etc/" +"courier/pop3d.pem ou /etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "¿Activar o programa CGI?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Para permitir que courier-webadmin funcione trala instalación, é necesario " +"instalar o programa CGI /usr/lib/courier/courier/webmail/webadmin en /usr/" +"lib/cgi-bin/courierwebadmin co bit SUID establecido." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Isto pode ter importantes implicacións de seguridade, xa que courierwebadmin " +"ha funcionar coma administrador. Aínda máis, non se pode garantir que esta " +"solución funcione, dependendo do software servidor web e da súa " +"configuración." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Se escolle esta opción e a configuración do servidor web se axusta á " +"política de Debian, ha poder acceder á interface de administración a través " +"de http://localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Contrasinal para a administración de Courier:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"É preciso un contrasinal para protexer o acceso á interface de " +"administración web de Courier. Escolla un contrasinal agora." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "local" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "rede" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "desactivadas" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Modo das axendas:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Indique se quere activar as axendas en modo \"local\", activar o modo " +"groupware our \"rede\", ou desactivalas. É necesario o paquete courier-pcp " +"para empregar o modo groupware." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"O modo local ten moi pouco impacto respecto do modo de axendas desactivadas. " +"Por outro lado, o modo groupware é menos respectuoso dos recursos e precisa " +"de executar un servizo adicional." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"Para máis información consulte o ficheiro /usr/share/doc/sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Diccionario de ispell:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail permítelle realizar revisións ortográficas dos seus emails. " +"Escolla un dicionario axeitado para ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "ligar, copiar, personalizado" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "Método de instalación para os documentos HTML e as imaxes:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"Os documentos HTML e as imaxes de /usr/share/sqwebmail pódense facer " +"accesibles en /var/www/sqwebmail mediante unha ligazón simbólica, ou " +"copiándoas directamente a un directorio de alí, ou non os deixar accesibles " +"en absoluto." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"Recoméndase a opción \"copiar\" por motivos de seguridade. Nembargantes, se " +"as opcións \"FollowSymLinks\" ou \"SymLinksIfOwnerMatch\" xa están activadas " +"na configuración de Apache, pódese considerar a primeira opción. A " +"derradeira opción precisa de accións manuais para configurar o servidor web." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Teña en conta que se ha eliminar /var/www/sqwebmail se purga o paquete a " +"menos que escolla \"personalizado\"." + +#~ msgid "Modified authentication infrastructure" +#~ msgstr "Modificouse a infraestructura de autenticación" + +#~ msgid "" +#~ "Beginning with Courier 0.48, the authentication modules that used to be " +#~ "part of Courier have been separated into a standalone library. All " +#~ "Courier applications are now using the same authentication " +#~ "infrastructure, the Courier authentication library. Packages for this " +#~ "library consists of a base package (courier-authlib) and one for each " +#~ "authentication method (courier-authlib-userdb, -mysql, -postgresql, -" +#~ "ldap, -pipe). Unfortunately it wasn't possible to setup the dependencies " +#~ "in order to allow a seamless upgrade. Please install the package for your " +#~ "authentication method manually." +#~ msgstr "" +#~ "A partires de Courier 0.48, os módulos de autenticación que formaban " +#~ "parte de Courier separáronse nunha biblioteca á parte. Tódalas " +#~ "aplicacións de Courier empregan agora a mesma infraestructura de " +#~ "autenticación, a biblioteca de autenticación de Courier. Os paquetes " +#~ "desta biblioteca consisten nun paquete base (courier-authlib) e un por " +#~ "cada método de autenticación (courier-authlib-userdb, -mysql, -" +#~ "postgresql, -ldap, -pipe). Lamentablemente, non foi posible configurar as " +#~ "dependencias para permitir unha actualización transparente. Instale á man " +#~ "o paquete correspondente ao seu método de autenticación." --- courier-0.68.2.orig/debian/po/it.po +++ courier-0.68.2/debian/po/it.po @@ -0,0 +1,338 @@ +# Italian (it) translation of debconf templates for courier +# Copyright (C) 2008 Software in the Public Interest +# This file is distributed under the same license as the courier package. +# Luca Monducci , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.60.0\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2008-08-10 10:22+0200\n" +"Last-Translator: Luca Monducci \n" +"Language-Team: Italian \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "Creare le directory per l'amministrazione via web?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier utilizza parecchi file di configurazione in /etc/courier. Alcuni di " +"questi file possono essere sostiuiti da una sottodirectory il cui contenuto " +"viene concatenato e trattato come se fosse un singolo file di configurazione." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"L'amministrazione via web, fornita dal pacchetto courier-webadmin, si " +"appoggia sulle directory di configurazione anziché sui file di " +"configurazione. Se d'accordo, saranno create tutte le directory necessarie " +"al programma di configurazione via web tranne nel caso in cui esista già un " +"normale file di configurazione." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Percorso della directory Maildir:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Inserire il percorso relativo che dalla directory home di ciascun utente " +"porta alla directory Maildir in cui i server Courier memorizzano e leggono " +"le email dell'utente. Consultare la pagina man di maildir.courier(5) nel " +"caso non si conosca il formato di memorizzazione della posta usato da " +"Courier." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "Impostazione obsoleta di MAILDIR" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"Adesso il nome della directory Maildir viene impostato tramite la variabile " +"MAILDIRPATH nei file di configurazione di Courier. L'impostazione di MAILDIR " +"in /etc/default/courier è obsoleta e non viene più usata." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Dominio predefinito:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Inserire un dominio email valido. Molte delle funzioni di riscrittura delle " +"intestazioni aggiungono questo dominio in coda a tutti gli indirizzi email a " +"cui manca, per esempio gli account locali." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "Campo \"From\" delle notifiche di consegna:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Inserire un valore valido per il campo \"From\" per le notifiche di consegna " +"della posta. Queste notifiche non possono essere inviate senza questa " +"impostazione." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "È necessario un certificato SSL" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"I protocolli POP e IMAP su SSL richiedono un certificato X.509 valido e " +"firmato. Durante l'installazione di courier-pop-ssl o courier-imap-ssl viene " +"generato, se necessario, un certificato X.509 auto-firmato." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Per l'uso in produzione, il certificato X.509 deve essere firmato da una " +"autorità di certificazione, per far accettare il certificato dai client di " +"posta. La posizione predefinita di questo certificato è /etc/courier/pop3d." +"pem o /etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "Attivare il programma CGI?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Per permettere a courier-webadmin di funzionare immediatamente, è necessario " +"installare il programma CGI /usr/lib/courier/courier/webmail/webadmin come /" +"usr/lib/cgi-bin/courierwebadmin con il bit SUID attivo." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Questo può avere delle serie conseguenze sulla sicurezza perché " +"courierwebadmin viene eseguito da root. Inoltre non si garantisce che questa " +"soluzione funzioni, perché dipende dal server web in uso e dalla sua " +"configurazione." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Se si sceglie questa opzione e la configurazione del server web è conforme " +"alla policy, sarà possibile accedere all'interfaccia d'amministrazione " +"tramite http://localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Password per l'amministrazione di Courier:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Per proteggere l'accesso all'interfaccia d'amministrazione via web di " +"Courier è necessaria una password. Sceglierne una adesso." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "locale" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "rete" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "disabilitata" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Modalità di inserimento nel calendario:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Specificare se si vuole abilitare l'inserimento nel calendario in modalità " +"\"locale\", in modalità groupware o \"rete\" oppure se disabilitarla. Per " +"usare la modalità groupware è necessario installare il pacchetto courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"La modalità locale aggiunge un piccolo sovraccarico rispetto a quando è " +"disabilitata. D'altro canto la modalità groupware richiede più risorse e " +"l'esecuzione di un demone dedicato." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"Per maggiori informazioni, fare riferimento a /usr/share/doc/sqwebmail/PCP." +"html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Dizionario ispell:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail consente di controllare l'ortografia delle email. Scegliere il " +"dizionario per ispell da usare." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "collegamento simbolico, copia, personalizzato" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "Metodo per l'installazione dei documenti HTML e delle immagini:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"I documenti HTML e le immagini in /usr/share/sqwebmail possono essere resi " +"accessibili da /var/www/sqwebmail tramite un collegamento simbolico o " +"copiandoli direttamente nella directory; oppure possono essere lasciarti non " +"accessibili." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"L'opzione \"copia\" è quella raccomandata per ragioni di sicurezza. " +"Comunque, se nella configurazione di Apache sono già attivi \"FollowSymLinks" +"\" o \"SymLinksIfOwnerMatch\", si può prendere in considerazione anche la " +"prima opzione. L'ultima opzione richiede delle azioni manuali sulla " +"configurazione del server web." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Notare che /var/www/sqwebmail viene eliminata quando questo pacchetto viene " +"completamente rimosso tranne se è stata scelta l'opzione \"personalizzato\"." --- courier-0.68.2.orig/debian/po/ja.po +++ courier-0.68.2/debian/po/ja.po @@ -0,0 +1,340 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.59.0-1.1\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2008-05-08 23:40+0900\n" +"Last-Translator: Hideki Yamane (Debian-JP) \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "web ベースã§ã®ç®¡ç†ã®ãŸã‚ã«ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã‚’作æˆã—ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier 㯠/etc/courier ã«ã‚る複数ã®è¨­å®šãƒ•ã‚¡ã‚¤ãƒ«ã‚’使用ã—ã¾ã™ã€‚設定ファイルã®" +"ã†ã¡å¹¾ã¤ã‹ã¯ã€ã‚µãƒ–ディレクトリã¨ç½®ãæ›ãˆã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚サブディレクトリ" +"ã¯ã€å«ã‚“ã§ã„るファイルã®å†…容を繋ã’ã¦ï¼‘ã¤ã®çµ±åˆã•ã‚ŒãŸè¨­å®šãƒ•ã‚¡ã‚¤ãƒ«ã¨è¦‹ãªã•ã‚Œã¾" +"ã™ã€‚" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"courier-webadmin ã«ã‚ˆã£ã¦æä¾›ã•ã‚Œã‚‹ web ベースã®ç®¡ç†ã¯ã€è¨­å®šãƒ•ã‚¡ã‚¤ãƒ«ã§ã¯ãªã" +"設定ディレクトリã«ä¾å­˜ã—ã¾ã™ã€‚ã‚‚ã—åŒæ„ã™ã‚Œã°ã€ã™ã§ã«ãƒ•ã‚¡ã‚¤ãƒ«ãŒå­˜åœ¨ã—ã¦ã„ãªã„" +"å ´åˆ web ベースã®ç®¡ç†ãƒ„ールã«å¿…è¦ãªãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªãŒä½œæˆã•ã‚Œã¾ã™ã€‚" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Maildir ディレクトリã¸ã®ãƒ‘ス:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"å„ユーザã®ãƒ›ãƒ¼ãƒ ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã‹ã‚‰ Courier サーãƒãŒãƒ¦ãƒ¼ã‚¶ã®ãƒ¡ãƒ¼ãƒ«ã‚’ä¿å­˜ãƒ»ã‚¢ã‚¯ã‚»" +"スã™ã‚‹ Maildir ディレクトリã¸ã®ç›¸å¯¾ãƒ‘スåを指定ã—ã¦ãã ã•ã„。Courier ã«ã‚ˆã£ã¦" +"利用ã•ã‚Œã‚‹ãƒ¡ãƒ¼ãƒ«ä¿å­˜å½¢å¼ã«ã¤ã„ã¦ã‚ã¾ã‚Šè©³ã—ããªã„ã¨ã„ã†å ´åˆã¯ maildir.courier" +"(5) マニュアルページをå‚ç…§ã—ã¦ãã ã•ã„。" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "無効ã¨ãªã‚‹ MAILDIR 設定" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"Maildir ディレクトリå㯠Courier ã®è¨­å®šãƒ•ã‚¡ã‚¤ãƒ«ä¸­ã® MAILDIRPATH 変数を通ã—ã¦" +"å‚ç…§ã•ã‚Œã‚‹ã‚ˆã†ã«ãªã‚Šã¾ã—ãŸã€‚ãã®ãŸã‚ã€/etc/default/courier ã§ã® MAILDIR 設定" +"ã¯ç„¡åŠ¹ã¨ãªã‚Šã€èªè­˜ã•ã‚Œã¾ã›ã‚“。" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "デフォルトドメインå:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"æ­£ã—ã„メールドメインåを指定ã—ã¦ãã ã•ã„。ヘッダ書ãæ›ãˆæ©Ÿèƒ½ã§ã¯ã€æ®†ã©ãŒãƒ­ãƒ¼" +"カルアカウントã®ã‚ˆã†ãªãƒ‰ãƒ¡ã‚¤ãƒ³åãŒæŒ‡å®šã•ã‚Œã¦ã„ãªã„å…¨ã¦ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã«å¯¾ã—" +"ã¦ã“ã®ãƒ‰ãƒ¡ã‚¤ãƒ³åを付加ã™ã‚‹ãªã©ã‚’è¡Œã„ã¾ã™ã€‚" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "é…é€çŠ¶æ³é€šçŸ¥ (Delivery Notification) ã«åˆ©ç”¨ã™ã‚‹ \"From\"ヘッダ:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"メールé…é€çŠ¶æ³é€šçŸ¥ã®éš›ã« \"From\" ヘッダã«ä½¿ç”¨ã™ã‚‹æœ‰åŠ¹ãªå€¤ã‚’指定ã—ã¦ãã ã•" +"ã„。指定を行ã‚ãªã‹ã£ãŸå ´åˆã¯ã€é…é€çŠ¶æ³é€šçŸ¥ã¯é€ã‚Œã¾ã›ã‚“。" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "SSL 証明書ãŒå¿…è¦ã§ã™" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"POP/IMAP over SSL ã«ã¯æœ‰åŠ¹ãªã€ç½²åã•ã‚ŒãŸ X.509 証明書ãŒå¿…è¦ã¨ãªã‚Šã¾ã™ã€‚" +"courier-pop-ssl/courier-imap-ssl ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã®é–“ã€å¿…è¦ã§ã‚ã‚Œã°è‡ªå·±ç½²å " +"X.509 証明書ãŒç”Ÿæˆã•ã‚Œã¾ã™ã€‚" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"実務ã§ã®ä½¿ç”¨ã«éš›ã—ã¦ã¯ã€ãƒ¡ãƒ¼ãƒ«ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆãŒè¨¼æ˜Žæ›¸ã‚’å—ã‘入れる為㫠X.509 証明" +"書ã«å¯¾ã—ã¦èªè¨¼æ¸ˆã¿ã®è¨¼æ˜Žå±€ã«ã‚ˆã‚‹ç½²åãŒå¿…è¦ã§ã™ã€‚ã“ã®è¨¼æ˜Žæ›¸ã®æ¨™æº–ã®å ´æ‰€ã¯ /" +"etc/courier/pop3d.pem ã¾ãŸã¯ /etc/courier/imapd.pem ã§ã™ã€‚" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "CGI プログラムを有効ã«ã—ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"courier-webadmin ã«æ‰‹ã‚’加ãˆãªãã¦è‰¯ã„よã†ã«ã™ã‚‹ã«ã¯ã€CGI プログラムã§ã‚ã‚‹ /" +"usr/lib/courier/courier/webmail/webadmin ã‚’ /usr/lib/cgi-bin/courierwebadmin " +"ã«ã‚³ãƒ”ーã—㦠SUID ビットを設定ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"courierwebadmin 㯠root ã¨ã—ã¦å‹•ä½œã™ã‚‹ã®ã§ã€ã“ã‚Œã«ã¯é‡å¤§ãªã‚»ã‚­ãƒ¥ãƒªãƒ†ã‚£ä¸Šã®å•" +"題を起ã“ã™å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚何よりも web サーãƒã‚½ãƒ•ãƒˆã¨ãã®è¨­å®šã«ä¾å­˜ã™ã‚‹ã®" +"ã§ã€å‹•ä½œãŒä¿è¨¼ã•ã‚Œã¾ã›ã‚“。" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"ã“ã“ã§ã€Œã¯ã„ã€ã‚’é¸ã³ã€web サーãƒã®è¨­å®šãŒ Debian ãƒãƒªã‚·ãƒ¼ã«é©åˆã—ã¦ã„ã‚‹å ´åˆã€" +"http://localhost/cgi-bin/courierwebadmin ã‹ã‚‰ç®¡ç†ç”¨ã®ãƒ•ãƒ­ãƒ³ãƒˆã‚¨ãƒ³ãƒ‰ã¸ã‚¢ã‚¯ã‚»ã‚¹" +"ã§ãã¾ã™ã€‚" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Courier 管ç†ç”¨ãƒ‘スワード:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Courier ã®ç®¡ç† web ç”»é¢ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹åˆ¶é™ã‚’è¡Œã†ãŸã‚ã€ãƒ‘スワードãŒå¿…è¦ã¨ãªã‚Šã¾" +"ã™ã€‚ã“ã“ã§ãƒ‘スワードを決ã‚ã¦ãã ã•ã„。" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "ローカル" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "無効ã«ã™ã‚‹" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "カレンダー機能:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"「ローカルã€ãƒ¢ãƒ¼ãƒ‰ã§ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼æ©Ÿèƒ½ã‚’有効ã«ã™ã‚‹ã‹ã€ã‚°ãƒ«ãƒ¼ãƒ—ウェア機能を有効ã«" +"ã™ã‚‹ã‹ã€ã€Œãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã€ãƒ¢ãƒ¼ãƒ‰ã‚’é¸ã¶ã‹ã€ãã‚Œã¨ã‚‚「無効ã«ã™ã‚‹ã€ã‹ã‚’決ã‚ã¦ãã " +"ã•ã„。グループウェア機能を使ã†ã«ã¯ã€courier-pcp パッケージをインストールã™ã‚‹" +"å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"ローカルモードã§ã¯ã€ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼æ©Ÿèƒ½ã‚’無効ã«ã—ãŸå ´åˆã¨æ¯”較ã—ã¦å°‘ã—ã ã‘オーãƒãƒ¼" +"ヘッドãŒã‚ã‚Šã¾ã™ã€‚一方ã§ã€ã‚°ãƒ«ãƒ¼ãƒ—ウェア機能ã¯ã‚µãƒ¼ãƒè³‡æºãŒã‚ˆã‚Šå¿…è¦ã§ã€ãƒ‡ãƒ¼ãƒ¢" +"ンプロセスを分離ã—ã¦å‹•ä½œã•ã›ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"より詳細ã«ã¤ã„ã¦ã¯ã€/usr/share/doc/sqwebmail/PCP.html ã‚’å‚ç…§ã—ã¦ãã ã•ã„。" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "ispell 辞書:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail ã§ã¯ãƒ¡ãƒ¼ãƒ«ã®ã‚¹ãƒšãƒ«ãƒã‚§ãƒƒã‚¯ãŒã§ãã¾ã™ã€‚ispell 用ã®é©åˆ‡ãªè¾žæ›¸ã‚’é¸ã‚“ã§" +"ãã ã•ã„。" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "シンボリックリンク, コピーã™ã‚‹, 手動ã§è¡Œã†" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "HTML ドキュメントã¨ç”»åƒã®è¨­å®šæ–¹æ³•:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"/usr/share/sqwebmail 中㮠HTML ドキュメントã¨ç”»åƒã‚’ã€/var/www/sqwebmail ã¸ã®" +"シンボリックリンク経由ã§ã‚¢ã‚¯ã‚»ã‚¹å¯èƒ½ã«ã™ã‚‹ã‹ã€ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«ç›´æŽ¥ã‚³ãƒ”ーã™ã‚‹ã€" +"ã‚ã‚‹ã„ã¯å…¨ã何もã—ãªã„ã‹ã‚’é¸ã‚“ã§ãã ã•ã„。" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"セキュリティ上ã®ç†ç”±ã‹ã‚‰ã€Œã‚³ãƒ”ーã™ã‚‹ã€ãŒãŠã™ã™ã‚ã§ã™ã€‚ã—ã‹ã—ã€ã™ã§ã« Apache " +"ã®è¨­å®šã§ FollowSymLinks ã‹ SymLinksIfOwnerMatch を有効ã«ã—ã¦ã„ã‚Œã°ã€æœ€åˆã®æ–¹" +"法をé¸ã¶ã®ã‚‚良ã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。最後ã®ã‚’é¸ã¶ã¨ web サーãƒã‚’手動ã§è¨­å®šã™ã‚‹ã“ã¨" +"ã«ãªã‚Šã¾ã™ã€‚" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"「カスタムã€ã‚’é¸ã‚“ã§ã„ãŸã¨ã—ã¦ã‚‚ã€ãƒ‘ッケージãŒå®Œå…¨ã«å‰Šé™¤ (purge) ã•ã‚Œã‚‹ã¨ /" +"var/www/sqwebmail ãŒå‰Šé™¤ã•ã‚Œã‚‹ã®ã«æ³¨æ„ã—ã¦ãã ã•ã„。" --- courier-0.68.2.orig/debian/po/nl.po +++ courier-0.68.2/debian/po/nl.po @@ -0,0 +1,344 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.42.2-10\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2008-05-05 18:35+0200\n" +"Last-Translator: Bart Cornelis \n" +"Language-Team: Debian l10n Dutch \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Dutch\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "Mappen voor web-gebaseerd beheer aanmaken?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier gebruikt verschillende configuratiebestanden in /etc/courier . " +"Sommige van deze bestanden kunnen vervangen worden door een submap waarvan " +"de inhoud als één groot configuratiebestand gezien wordt (door de bestanden " +"erin achter elkaar te plakken)" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"Het web-gebaseerd beheer, verzorgd door het courier-webadmin pakket, werkt " +"alleen met configuratiemappen in plaats van configuratiebestanden. Als u " +"toestemt worden alle mappen die nodig zijn voor web-gebaseerd beheer " +"aangemaakt, tenzij het corresponderende gewone bestand al aanwezig is." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Pad naar de Maildir-map:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Dit is het relatief pad (gezien van de thuismap van een gebruiker) naar de " +"'Maildir'-map waar de Courier-server de e-mail van de gebruiker opslaat, " +"Meer informatie over het opslagformaat dat door Courier gebruikt wordt vindt " +"u in de man-pagina maildir(5). Zie de maildir(5) man-pagina als u niet " +"bekend bent met het e-mail opslagformaat dat gebruikt wordt door Courier." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "Verouderde MAILDIR-instelling" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"De naam van de Maildir-map wordt nu ingesteld via de MAILDIRPATH in de " +"configuratiebestanden van Courier. De MAILDIR-instelling in /etc/default/" +"courier is verouderd en wordt niet meer herkend." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Standaarddomein:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Let erop dat dit een geldige domeinnaam is. De meeste functies die " +"kopteksten herschrijven zullen dit domein toevoegen aan alle e-mailadressen " +"die geen domeinnaam bevatten, zoals bijvoorbeeld e-mails van lokale " +"gebruikers." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "\"Van\"-koptekst voor bezorgingsmededelingen:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Let erop dat u een geldige waarde voor de \"Van\"-koptekst voor " +"bezorgingsmededelingen opgeeft. Anders kunnen deze mededelingen niet " +"verstuurd worden." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "Een SSL-certificaat is vereist" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"POP en IMAP via SSL vereisen een geldig, ondertekend X.509-certificaat. " +"Tijdens de installatie van courier-pop-ssl of courier-imap-ssl zal indien " +"nodig een zelf-ondertekend X.509 certificaat aangemaakt worden." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +" Voor zakelijk gebruik dient het X.509-certificaat ondertekend te worden " +"door een erkende certificaatautoriteit, wil het geaccepteerd worden door e-" +"mailprogramma's. De standaardlocatie voor dit certificaat is /etc/courier/" +"pop3d.pem, respectievelijk /etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "Wilt u het CGI-programma activeren?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Opdat courier-webadmin meteen na installatie zou werken, dient het CGI-" +"programma /usr/lib/courier/courier/webmail/webadmin geïnstalleerd te worden " +"als /usr/lib/cgi-bin/courierwebadmin met de SUID-bit actief." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Dit kan belangrijke beveiligingsimplicaties hebben omdat courierwebadmin als " +"root draait. Bovendien is er geen garantie dat dit werkt, dit is afhankelijk " +"van de door u gebruikte webserver-software en de configuratie daarvan." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Als u toestemt en uw webserver-opzet voldoet aan het Debian-beleid, kunt u " +"de beheersinterface benaderen op het adres http://localhost/cgi-bin/" +"courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Beheerderswachtwoord voor Courier:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Om de Courier web-beheersinterface te beveiligen is er een wachtwoord " +"vereist. U dient nu een wachtwoord te kiezen." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "lokaal" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "netwerk" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "gedeactiveerd" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Kalendermodus:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Hier geeft u aan of u de kalenderfunctie geactiveerd wilt, en zo ja in welke " +"modus ('lokaal', of 'netwerk' voor de groupware-modus) . Het pakket 'courier-" +"pcp' dient geïnstalleerd te zijn om de kalenderfunctie in de groupware-modus " +"te kunnen gebruiken." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"De lokale modus heeft maar heel overhead (in vergelijking met geen " +"kalendermodus gebruiken). De groupware-modus daarentegen heeft meer overhead " +"en vereist een aparte achtergronddienst." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "Voor meer informatie, zie /usr/share/doc/sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Ispell-woordenboek:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"Het is mogelijk om met SqWebMail uw e-mails te controleren op spelfouten. " +"Gelieve een geschikt ispell-woordenboek te kiezen" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "symbolische koppeling, kopiëren, aangepast" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "Installatiemethode voor HTML-documenten en afbeeldingen:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"De HTML-documenten en afbeeldingen in /usr/share/sqwebmail kunnen " +"toegankelijk gemaakt worden onder /var/www/sqwebmail (via een symbolische " +"koppeling, of door ze daar te kopiëren), of niet beschikbaar gemaakt." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"De 'kopiëren'-optie is om beveiligingsredenen aanbevolen. Als u in uw Apache-" +"configuratie echter reeds de 'FollowSymLinks' of 'SymLInksIfOwnerMatch' " +"geactiveerd heeft is de eerste optie te overwegen. De laatste optie vereist " +"dat u de webserver handmatig instelt." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Opgelet: tenzij u 'aangepast' heeft gekozen zal /var/www/sqwebmail " +"verwijderd worden wanneer dit pakket gewist wordt." --- courier-0.68.2.orig/debian/po/pt.po +++ courier-0.68.2/debian/po/pt.po @@ -0,0 +1,358 @@ +# Portuguese translation of phpMyAdmin's debconf messages. +# 2005, Miguel Figueiredo +# 30-10-2005 - Miguel Figueiredo - initial translation +# Miguel Figueiredo , 2005-2008 +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.53.3-3\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2008-05-05 22:19+0100\n" +"Last-Translator: Miguel Figueiredo \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "Criar os directórios para administração via web?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"O courier utiliza vários ficheiros de configuração que estão em /etc/" +"courier. Alguns desses ficheiros de configuração podem ser substituídos por " +"um subdirectório cujo conteúdo é concatenado e tratado como um único " +"ficheiro de configuração." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"A administração via web disponibilizada pelo pacote courier-webmin baseia-se " +"em directórios de configuração em vez de ficheiros de configuração. Se " +"concordar, serão criados quaisquer directórios necessários para a ferramenta " +"de administração via web a menos que já exista no local um ficheiro simples." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Caminho para o directório Maildir:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Por favor indique o caminho relativo a partir do directório 'home' de cada " +"utilizador para o directório Maildir onde os servidores Courier guardam e " +"acedem ao email do utilizador. Por favor veja a página maildir.courier(5) do " +"manual se não estiver familiarizado com o formato de armazenamento de mail " +"utilizado pelo Courier." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "Definição obsoleta de MAILDIR" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"O nome do directório Maildir é agora reconhecido através da variável " +"MAILDIRPATH nos ficheiros de configuração do Courier. Por isso a definição " +"MAILDIR em /etc/default/courier é por isso obsoleta e não será reconhecida." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Domínio pré-definido:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Por favor especifique um domínio de email válido. A maioria das funções de " +"reescrita de cabeçalhos irá juntar este domínio a todos os endereços de " +"email que não especifiquem um domínio, como as contas locais." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "Cabeçalho \"From\" para notificações de entrega:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Por favor especifique um valor válido para o cabeçalho \"From\" para " +"notificações de entrega de mail. Estas notificações não podem ser enviadas " +"sem essa definição." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "É necessário um certificado SSL" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"POP e IMAP sobre SSL necessitam de um certificado X.509 válido e assinado. " +"Durante a instalação de courier-pop-ssl ou do courier-imap-ssl, se " +"necessário, irá ser gerado um certificado X.509 auto-assinado." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Para a utilização em produção, o certificado X.509 tem de ser assinado por " +"uma autoridade de certificados reconhecida, de modo a que os clientes de " +"mail aceitem este certificado. O local pré-definido para este certificado é /" +"etc/courier/pop3d.pem ou /etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "Activar o programa CGI?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Para permitir que o courier-webadmin funcione \"chave-na-mão\", o programa " +"CGI /usr/lib/courier/courier/webmail/webadmin tem de ser instalado como /usr/" +"lib/cgi-bin/courierwebadmin com o bit SUID activo." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Isto pode ter sérias implicações de segurança, porque o courierwebadmin " +"corre como root. Além disso, não é garantido que essa solução funcione, " +"dependendo do seu software servidor web e da sua configuração." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Se escolher esta opção e a configuração do seu servidor web está de acordo " +"com as políticas, você pode aceder ao 'frontend' de administração através de " +"http://localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Palavra-chave para a Administração do Courier:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"É necessária uma palavra-chave para proteger o acesso ao interface de " +"administração do Courier, via web. Por favor escolha agora uma." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "local" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "rede" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "desligado" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Modo do calendário:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Por favor especifique se quer ligar o calendário em modo local, escolha o " +"modo groupware ou o modo rede para o desabilitar. Para utilizar o modo " +"groupware é necessário instalar o pacote courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"O modo local acrescenta pouquíssimos recursos adicionais comparado com o " +"modo de calendário desabilitado. Por outro lado, o modo groupware necessita " +"de mais recursos e de um processo daemon em separado para correr." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"Para mais informação, por favor veja /usr/share/doc/sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Dicionário Ispell:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail permite-lhe verificar os erros ortográficos nos seus emails. Por " +"favor escolha um dicionário apropriado para o ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "symlink, copiar, personalizado" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "Método de instalação para documentos HTML e imagens:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"Os documentos HTML e as imagens em /usr/share/sqwebmail podem ser tornados " +"acessíveis em /var/www/sqwebmail através de um link simbólico; ou sendo " +"copiados directamente para um directório lá; ou não o ser." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"A opção 'copiar' é recomendada por razões de segurança. No entanto, se " +"'FollowSymLinks' ou 'SymLinksIfOwnerMatch' já estiverem activados na " +"configuração do Apache, pode ser considerada a primeira opção. A última " +"opção necessita de acções manuais para configurar o servidor web." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Por favor note que /var/www/sqwebmail irá ser removido se este pacote for " +"purgado excepto se for escolhida a opção 'personalizado'." + +#~ msgid "Modified authentication infrastructure" +#~ msgstr "Infraestrutura de autenticação modificada" + +#~ msgid "" +#~ "Beginning with Courier 0.48, the authentication modules that used to be " +#~ "part of Courier have been separated into a standalone library. All " +#~ "Courier applications are now using the same authentication " +#~ "infrastructure, the Courier authentication library. Packages for this " +#~ "library consists of a base package (courier-authlib) and one for each " +#~ "authentication method (courier-authlib-userdb, -mysql, -postgresql, -" +#~ "ldap, -pipe). Unfortunately it wasn't possible to setup the dependencies " +#~ "in order to allow a seamless upgrade. Please install the package for your " +#~ "authentication method manually." +#~ msgstr "" +#~ "A partir do Courier 0.48, os módulos de autenticação que costumavam fazer " +#~ "parte do Courier foram separados em bibliotecas individuais. Todas as " +#~ "aplicações do Courier utilizam agora a mesma infraestrutura de " +#~ "autenticação, a biblioteca de autenticação Courier. Os pacotes desta " +#~ "biblioteca consistem num pacote base (courier-authlib) e um por cada " +#~ "método de autenticação (courier-authlib-userdb, -mysql, -postgresql, -" +#~ "ldap, -pipe). Infelizmente não foi possível configurar as dependências de " +#~ "modo a permitir uma actualização imperceptível. Por favor instale " +#~ "manualmente o pacote para o seu método de autenticação." --- courier-0.68.2.orig/debian/po/pt_BR.po +++ courier-0.68.2/debian/po/pt_BR.po @@ -0,0 +1,576 @@ +# courier's po-debconf Brazilian Portuguse translation. +# Copyright (C) 2007, André Luís Lopes +# This file is distributed under the same license as the courier package. +# André Luís Lopes , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: courier\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2007-04-21 17:33-0300\n" +"Last-Translator: André Luís Lopes \n" +"Language-Team: Debian-BR Project \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"pt_BR utf-8\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +#| msgid "Create directories for web-based administration ?" +msgid "Create directories for web-based administration?" +msgstr "Criar diretórios para a administração baseada na Web ?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +#| msgid "" +#| "Courier uses several configuration files which are located in /etc/" +#| "courier. Some configuration files can be replaced by a subdirectory where " +#| "all files insides this directory are concatenated and considered to be a " +#| "single, consolidated, configuration file." +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"O Courier utiliza diversos arquivos de configuração localizados em /etc/" +"courier. Alguns arquivos de configuração podem ser substituídos por um " +"subdiretório onde todos os arquivos existentes serão concatenados e " +"considerados como um único arquivo de configuração consolidado." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"A administração baseada na Web fornecida pelo pacote courier-webadmin se " +"baseia em diretórios de configuração ao invés de em arquivos de " +"configuração. Caso você concorde, todos os diretórios necessários para a " +"ferramenta de administração baseada na Web serão criados a menos que um " +"arquivo puro já exista no local." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +#, fuzzy +#| msgid "Path to user's Maildir directory" +msgid "Path to Maildir directory:" +msgstr "Caminho para o diretório Maildir do usuário" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +#, fuzzy +#| msgid "" +#| "This is a relative path name from each user's home directory to the " +#| "Maildir directory where the Courier servers store and access the user's " +#| "email. Please refer to the maildir(5) manual page if you are unfamiliar " +#| "with the mail storage format used by Courier." +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Indique um nome de caminho relativo a partir de cada diretório pessoal de " +"usuário para o diretório Maildir onde os servidores Courier armazenam e " +"acessam as mensagens dos usuários. Por favor, consulte a página de manual " +"maildir(5) caso você não esteja familiarizado com o formato de armazenamento " +"de mensagens usado pelo Courier." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +#| msgid "Default domain" +msgid "Default domain:" +msgstr "Domínio padrão" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +#| msgid "" +#| "Please specify a valid email domain. Most header rewriting functions will " +#| "append this domain to all email addresses which do not specify a domain, " +#| "e.g. emails from accounts on this machine." +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Por favor especifique um domínio de e-mail válido. A maioria das funções de " +"reescrita de cabeçalhos incluirão este domínio em todos os endereços de e-" +"mail os quais não especificarem um domínio, por exemplo, e-mails de contas " +"nesta máquina." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +#, fuzzy +#| msgid "\"From\" Header for Delivery Notifications" +msgid "\"From\" header for delivery notifications:" +msgstr "Cabeçalho \"From\" para Notificações de Entrega" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +#, fuzzy +#| msgid "" +#| "Please specify a valid value for the \"From\" Header for mail delivery " +#| "notifications. Otherwise these cannot be sent." +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Por favor, especifique um valor válido para o cabeçalho \"From\" para " +"notificações de entrega de mensagens. Caso um valor válido não seja " +"especificado, as notificações não poderão ser enviadas." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "Certificado SSL requerido" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +#, fuzzy +#| msgid "" +#| "POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +#| "the installation of courier-pop-ssl resp. courier-imap-ssl a self-signed " +#| "X.509 certificate will be generated if necessary. For production use the " +#| "X.509 certificate must be signed by a recognized certificate authority, " +#| "in order for mail clients to accept the certificate. The default " +#| "locations for this certificate is /etc/courier/pop3d.pem resp. /etc/" +#| "courier/imapd.pem." +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"POP e IMAP sob SSL requerem um certificado X.509 válido e assinado. Durante " +"a instalação do courier-pop-ssl e do courier-imap-ssl um certificado X.509 " +"auto-assinado será gerado caso seja necessário. Para uso em produção o " +"certificado X.509 deve ser assinado por uma autoridade certificadora " +"reconhecida para que clientes de e-mail aceitem o certificado. As " +"localizações padrão para este certificado são /etc/courier/pop3d.pem e /etc/" +"courier/imapd.pem." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +#, fuzzy +#| msgid "" +#| "POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +#| "the installation of courier-pop-ssl resp. courier-imap-ssl a self-signed " +#| "X.509 certificate will be generated if necessary. For production use the " +#| "X.509 certificate must be signed by a recognized certificate authority, " +#| "in order for mail clients to accept the certificate. The default " +#| "locations for this certificate is /etc/courier/pop3d.pem resp. /etc/" +#| "courier/imapd.pem." +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"POP e IMAP sob SSL requerem um certificado X.509 válido e assinado. Durante " +"a instalação do courier-pop-ssl e do courier-imap-ssl um certificado X.509 " +"auto-assinado será gerado caso seja necessário. Para uso em produção o " +"certificado X.509 deve ser assinado por uma autoridade certificadora " +"reconhecida para que clientes de e-mail aceitem o certificado. As " +"localizações padrão para este certificado são /etc/courier/pop3d.pem e /etc/" +"courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +#| msgid "Activate CGI Program ?" +msgid "Activate CGI program?" +msgstr "Ativar Programa CGI ?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +#| msgid "" +#| "To allow courier-webadmin to work out of the box, we need to copy the CGI " +#| "program from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-" +#| "bin/courierwebadmin and set the SUID bit." +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Para permitir que o courier-webadmin funcione sem maiores configurações " +"adicionais, é necessário copiar o programa /usr/lib/courier/webmail/webadmin " +"para /usr/lib/cgi-bin/courierwebadmin e ligar o bit SUID." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +#| msgid "" +#| "There are two reasons why this is not done by default during the " +#| "installation. First it has serious security implications, because " +#| "courierwebadmin runs as root. Second it is not guaranteed to work " +#| "depending on your web server software and its configuration." +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Isto não é feito por padrão durante a instalação por duas razões. A primeira " +"é que isso possui implicações de segurança, devido ao courierwebadmin ser " +"executado como root. A segunda é que é possível que isso não funcione " +"dependendo de seu software de servidor Web e de sua configuração." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +#| msgid "" +#| "If you agree here and your web server setup is compliant with the Debian " +#| "policy, you can access the administration frontend through http://" +#| "localhost/cgi-bin/courierwebadmin." +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Caso você concorde e a configuração de seu servidor Web seja compatível com " +"as políticas Debian, você poderá acessar o frontend de administração através " +"do endereço http://localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +#, fuzzy +#| msgid "Password for the Courier Administration" +msgid "Password for Courier administration:" +msgstr "Senha para a Administração Courier" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +#, fuzzy +#| msgid "Enable Calendaring ?" +msgid "Calendaring mode:" +msgstr "Habilitar agendamento ?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +#, fuzzy +#| msgid "" +#| "Please specify if you would like to enable calendaring in local mode " +#| "(choose local), groupware mode (choose net) or not at all (choose " +#| "disabled). To actually using the groupware mode, you need to install the " +#| "courier-pcp package." +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Por favor, especifique se você gostaria de habilitar o agendamento em modo " +"local (escolha local), modo groupware (escolha rede) ou não deseja habilitar " +"esse recurso (escolha desabilitado). Para realmente usar o modo groupware, " +"você precisará instalar o pacote courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +#, fuzzy +#| msgid "" +#| "Local mode requires very little overhead compared to not using " +#| "calendaring at all, but groupware mode requires a substantial additional " +#| "amount of server resources. If you select the groupware mode, a separate " +#| "daemon process will be run." +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"O modo local implica em pouco overhead (carga) comparado a não usar o " +"recurso de agendamento, ao contrário do modo groupware, o qual requer um " +"substancial quantidade adicional de recursos do servidor. Caso você opte " +"pelo modo groupware, um processo daemon separado será executado." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"Para maiores informações, por favor consulte o arquivo /usr/share/doc/" +"sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +#, fuzzy +#| msgid "Ispell Dictionary" +msgid "Ispell dictionary:" +msgstr "Dicionário Ispell" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"O SqWebMail lhe permite fazer a checagem ortográfica de suas mensagens. Por " +"favor, selecione um dicionário apripriado para o ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "ligação simbólica, cópia, personalizada" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +#, fuzzy +#| msgid "" +#| "Please note that /var/www/sqwebmail will be removed if this package is " +#| "purged except you choose custom." +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Por favor note que /var/www/sqwebmail será removido caso o pacote seja " +"purgado (removido completamente), a menos que você selecione a opção " +"personalizada." + +#, fuzzy +#~| msgid "Modified Authentication Infrastructure" +#~ msgid "Modified authentication infrastructure" +#~ msgstr "Infraestrutura de Autenticação Modificada" + +#~ msgid "" +#~ "Beginning with Courier 0.48, the authentication modules that used to be " +#~ "part of Courier have been separated into a standalone library. All " +#~ "Courier applications are now using the same authentication " +#~ "infrastructure, the Courier authentication library. Packages for this " +#~ "library consists of a base package (courier-authlib) and one for each " +#~ "authentication method (courier-authlib-userdb, -mysql, -postgresql, -" +#~ "ldap, -pipe). Unfortunately it wasn't possible to setup the dependencies " +#~ "in order to allow a seamless upgrade. Please install the package for your " +#~ "authentication method manually." +#~ msgstr "" +#~ "Iniciando com o Courier 0.48, os módulos de autenticação que costumavam " +#~ "fazer parte do Courier foram separados em uma biblioteca a parte. Todas " +#~ "as aplicações Courier estão agora utilizando a mesma infraestrutura de " +#~ "autenticação, a biblioteca de autenticação Courier. Pacotes para esta " +#~ "biblioteca consistem de um pacote base (courier-authlib) e um pacote para " +#~ "cada método de autenticação (courier-authlib-userdb, -mysql, -postgresql, " +#~ "-ldap, -pipe). Infelizmente, não foi possível definir as dependências de " +#~ "forma a permitir uma atualização suave. Por favor, instale manualmente o " +#~ "pacote para o método de autenticação que você utiliza." + +#~ msgid "To access the Courier administration a password is needed." +#~ msgstr "Para acessar a administração Courier, uma senha é necessária." + +#~ msgid "local, net, disabled" +#~ msgstr "local, rede, desabilitado" + +#~ msgid "" +#~ "The choices are to create a symbolic link /var/www/sqwebmail, copy all " +#~ "files from /usr/share/sqwebmail to /var/www/sqwebmail or let /var/www " +#~ "alone. For security reasons the second option is recommended. However, if " +#~ "you have already enabled FollowSymLinks or SymLinksIfOwnerMatch in your " +#~ "Apache configuration, you may as well chose the first option. The custom " +#~ "option implies that you configure your web server manually." +#~ msgstr "" +#~ "As opções são criar uma ligação simbólica /var/www/sqwebmail, copiar " +#~ "todos os arquivos de /usr/share/sqwebmail para /var/www/sqwebmail ou " +#~ "deixar o /var/www sem ser mexido. Por razões de segurança, a segunda " +#~ "opção é recomendada. Porém, caso você já possua as diretivas " +#~ "FollowSymLinks ou SymLinksIfOwnerMatch habilitadas em sua configuração do " +#~ "Apache, você pode também escolher a primeira opção. A opção personalizada " +#~ "implica em você configurar seu servidor Web manualmente." + +#~ msgid "Move old configuration files to /etc/courier ?" +#~ msgstr "Mover seus arquivos de configuração para /etc/courier ?" + +#~ msgid "" +#~ "On your system are courier-imap configuration files within /etc. From now " +#~ "on all configuration files related to Courier are located within /etc/" +#~ "courier. If you like, we move the configuration files to the new " +#~ "location. However, we cannot guarantee that they will work as before. " +#~ "Please refer to the Courier documentation and tell the maintainer about " +#~ "your experiences with the conversion." +#~ msgstr "" +#~ "Existem arquivos de configuração do courier-imap sob o diretório /etc em " +#~ "seu sistema. A partir de agora, todos os arquivos de configuração " +#~ "relacionados ao Courier estarão localizados sob o diretório /etc/courier. " +#~ "Caso deseje, os arquivos de configuração podem ser movidos para o novo " +#~ "local. Porém, não é garantido que tais arquivos irão funcionar como " +#~ "anteriormente. Por favor, consulte a documentação do Courier e informe o " +#~ "mantenedor do Courier sobre suas experiências com a conversão." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "" +#~ "Como você deseja instalar os documentos HTML e as imagens para o " +#~ "sqwebmail ?" + +#~ msgid "Packaging of Courier has been completely revised" +#~ msgstr "Empacotamento do Courier foi completamente revisado" + +#~ msgid "" +#~ "Formerly the courier-imap package(s) are generated from the separately " +#~ "distributed Courier IMAP sources. This has changed, and now the entire " +#~ "Courier suite gets packaged for Debian. For this reason, the " +#~ "infrastructure has changed a lot; for example, all configuration files " +#~ "have been moved to /etc/courier." +#~ msgstr "" +#~ "Anteriormente, o(s) pacote(s) courier-imap era(m) gerado(s) a partir de " +#~ "fontes Courier IMAP distribuídos separadamente. Isso mudou e, a partir de " +#~ "agora, a suíte completa é empacotada para o Debian. Por isso, a " +#~ "infraestrutura mudou bastante; por exemplo, todos os arquivos de " +#~ "configuração foram movidos para /etc/courier." + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "" +#~ "Por favor reporte ao mantenedor suas experiências com a nova " +#~ "infraestrutura." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "Método de autenticação \"authdaemon\" é agora mandatório" + +#~ msgid "" +#~ "In your configuration file ${conffile} AUTHMODULES is set to " +#~ "\"${authmodules}\". This will no longer work as authdaemon is the only " +#~ "available authentication method for Courier Debian packages version 0.35 " +#~ "and above." +#~ msgstr "" +#~ "EM seu arquivo de configuração ${conffile}, AUTHMODULES está definido " +#~ "como \"${authmodules}\". Isto não funcionará mais devido ao authdaemon " +#~ "ser o único método de autenticação disponível para os pacotes Debian do " +#~ "Courier na versão 0.35 e superiores." + +#~ msgid "" +#~ "Please fix your configuration file, otherwise your setup will no longer " +#~ "work." +#~ msgstr "" +#~ "Por favor arrume seu arquivo de configuração ou sua configuração não mais " +#~ "funcionará. no longer work." + +#~ msgid "Do you want the webmail password changer to be installed SUID root ?" +#~ msgstr "Deseja instalar programa de troca de senhas do Webmail SUID root ?" + +#~ msgid "" +#~ "For changing passwords through the webmail interface to work, a program " +#~ "to change (system) passwords has to be installed with the SUID bit set. " +#~ "Because this program runs as root, this has serious security implications." +#~ msgstr "" +#~ "Para que a troca de senhas através da interface do Webmail funcione, um " +#~ "programa para trocar as senhas (do sistema) precisa ser instalado com o " +#~ "bit SUID ligado. Devido a esse programa ser executado como root, isso " +#~ "pode gerar sérias implicações de segurança." + +#~ msgid "" +#~ "(The webmail CGI program itself no longer has to be setuid root, since " +#~ "accesses to users' mail and configs are now mediated by a daemon started " +#~ "during system startup by /etc/init.d/sqwebmail.)" +#~ msgstr "" +#~ "(O programa CGI Webmail não precisa mais ser instalado SETUID root, uma " +#~ "vez que os acessos às mensagens e as configurações dos usuários são agora " +#~ "mediados por um daemon iniciado durante a inicialização do sistema em /" +#~ "etc/init.d/sqwebmail.)" + +#~ msgid "Which is the directory name of the user's maildir ?" +#~ msgstr "Qual é o nome do diretório do maildir do usuário ?" + +#~ msgid "" +#~ "You change the setting for the directory name in the user's home " +#~ "directory where the Courier POP and IMAP servers locate the user's " +#~ "maildir." +#~ msgstr "" +#~ "Você pudou a configuração para o nome do diretório localizado sob o " +#~ "diretório pessoal do usuário onde os servidores Courier POP e IMAP " +#~ "localizam o maildir do usuário." --- courier-0.68.2.orig/debian/po/ru.po +++ courier-0.68.2/debian/po/ru.po @@ -0,0 +1,412 @@ +# translation of ru.po to Russian +# +# Yuriy Talakan' , 2005. +# Yuriy Talakan' , 2007. +# Sergey Alyoshin , 2007. +# Yuri Kozlov , 2008. +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: courier_0.63.0-1_ru\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2009-10-26 23:16+0300\n" +"Last-Translator: Sergey Alyoshin \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "Создать каталоги Ð´Ð»Ñ Ð²ÐµÐ±-админиÑтрированиÑ?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier иÑпользует неÑколько файлов в /etc/courier. Ðекоторые из Ñтих файлов " +"можно заменить подкаталогом, вÑе файлы в котором объединÑÑŽÑ‚ÑÑ Ð¸ " +"раÑÑматриваютÑÑ ÐºÐ°Ðº один цельный файл наÑтройки." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"Веб-админиÑтрирование, предоÑтавлÑемое пакетом courier-webadmin, завиÑит от " +"каталогов наÑтройки, а не от файлов наÑтройки. ЕÑли вы ÑоглаÑитеÑÑŒ, то вÑе " +"каталоги, необходимые Ð´Ð»Ñ ÑƒÑ‚Ð¸Ð»Ð¸Ñ‚Ñ‹ веб-админиÑтрированиÑ, будут Ñозданы, но " +"только еÑли нет ÑоответÑтвующего файла." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Путь к каталогу Maildir:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Укажите отноÑительный путь от домашнего каталога каждого Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ðº " +"каталогу Maildir, в котором Ñерверы Courier хранÑÑ‚ почту пользователÑ. ЕÑли " +"вы не знакомы Ñ Ñ„Ð¾Ñ€Ð¼Ð°Ñ‚Ð¾Ð¼ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð¿Ð¾Ñ‡Ñ‚Ñ‹, иÑпользуемым Courier, то обратитеÑÑŒ " +"к Ñтранице руководÑтва maildir(5)." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "УÑÑ‚Ð°Ñ€ÐµÐ²ÑˆÐ°Ñ Ð½Ð°Ñтройка MAILDIR" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"Ðазвание каталога Maildir теперь задаётÑÑ Ð¿ÐµÑ€ÐµÐ¼ÐµÐ½Ð½Ð¾Ð¹ MAILDIRPATH в файлах " +"наÑтроек Courier. ÐаÑтройка MAILDIR в /etc/default/courier уÑтарела и не " +"будет учитыватьÑÑ." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Домен по умолчанию:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Укажите правильный почтовый домен. БольшинÑтво функций перезапиÑи заголовков " +"будут добавлÑÑ‚ÑŒ Ñтот домен ко вÑем адреÑам Ñлектронной почты, в которых " +"домен не указан, например, к почте отправлÑемой Ñ ÑƒÑ‡Ñ‘Ñ‚Ð½Ñ‹Ñ… запиÑей на " +"локальной машине." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "Заголовок \"From\" Ð´Ð»Ñ ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ð¹ о доÑтавке:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Укажите правильное значение заголовка \"From\" Ð´Ð»Ñ ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ð¹ о доÑтавке " +"почты. Ð£Ð²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ Ð½Ðµ могут быть отправлены без Ñтого указаниÑ." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "ТребуетÑÑ Ñертификат SSL" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"POP и IMAP поверх SSL требуют дейÑтвительный и подпиÑанный Ñертификат X.509. " +"Во Ð²Ñ€ÐµÐ¼Ñ ÑƒÑтановки courier-pop-ssl и courier-imap-ssl при необходимоÑти " +"будет Ñоздан Ñертификат X.509." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Ð”Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ñертификат X.509 должен быть подпиÑан извеÑтным узлом " +"авторизации, чтобы он был принÑÑ‚ почтовыми клиентами. По умолчанию " +"Ñертификат размещаетÑÑ Ð² /etc/courier/pop3d.pem или /etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "Ðктивировать CGI-Ñценарии?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы courier-webadmin работал \"из коробки\", нужно уÑтановить " +"CGI-Ñценарий /usr/lib/courier/courier/webmail/webadminusr как /usr/lib/cgi-" +"bin/courierwebadmin Ñ ÑƒÑтановленным SUID-битом." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Это может иметь Ñерьёзные поÑледÑÑ‚Ð²Ð¸Ñ ÑвÑзанные Ñ Ð±ÐµÐ·Ð¾Ð¿Ð°ÑноÑтью, так как " +"courierwebadmin работает от имени ÑуперпользователÑ. Более того, " +"работоÑпоÑобноÑÑ‚ÑŒ в таком Ñлучае не гарантируетÑÑ, поÑкольку завиÑит от " +"программного обеÑÐ¿ÐµÑ‡ÐµÐ½Ð¸Ñ Ð²ÐµÐ±-Ñервера и его наÑтройки." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"ЕÑли вы выберете Ñтот параметр и наÑтройка веб-Ñервера ÑовмеÑтима Ñ " +"политикой Debian, то вы можете получить доÑтуп к интерфейÑу админиÑтратора " +"через http://localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Пароль Ð´Ð»Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратора Courier:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Пароль необходим Ð´Ð»Ñ Ð·Ð°Ñ‰Ð¸Ñ‚Ñ‹ доÑтупа к админиÑтраторÑкому веб-интерфейÑу " +"Courier. Выберите пароль." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "локальный" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "Ñетевой" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "отключён" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Календарный режим:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Укажите, хотите ли вы запуÑкать календарь в режиме 'локальный', групповом " +"режиме 'Ñетевой' или не запуÑкать его вовÑе. Чтобы воÑпользоватьÑÑ Ð³Ñ€ÑƒÐ¿Ð¿Ð¾Ð²Ñ‹Ð¼ " +"режимом, нужно уÑтановить пакет courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"Локальный режим Ñоздаёт очень малую нагрузку, по Ñравнению Ñ Ð¾Ñ‚ÐºÐ»ÑŽÑ‡Ñ‘Ð½Ð½Ñ‹Ð¼ " +"календарём. Групповой режим более требователен к реÑурÑам, и требует запуÑка " +"отдельного процеÑÑа ÑервиÑа." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "ПодробноÑти в /usr/share/doc/sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Словарь Ispell:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail позволÑет проверÑÑ‚ÑŒ орфографию в ваших пиÑьмах. Выберите " +"ÑоответÑтвующий Ñловарь Ð´Ð»Ñ Ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "Ñим. ÑÑылка, копировать, ÑамоÑтоÑтельно" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "Метод уÑтановки Ð´Ð»Ñ HTML-документов и изображений:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"Ð”Ð»Ñ HTML-документов и изображений в /usr/share/sqwebmail может быть Ñделан " +"доÑтуп в /var/www/sqwebmail по ÑимволичеÑкой ÑÑылке, копированием каталога " +"или не Ñделан вовÑе." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"Вариант ÐºÐ¾Ð¿Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ€ÐµÐºÐ¾Ð¼ÐµÐ½Ð´ÑƒÐµÑ‚ÑÑ Ð¿Ð¾ ÑоображениÑм безопаÑноÑти. Ðо еÑли " +"'FollowSymLinks' или 'SymLinksIfOwnerMatch' уже разрешены в наÑтройках " +"Apache, то может подойти и первый вариант. ПоÑледний вариант требует " +"дополнительных дейÑтвий по наÑтройке веб-Ñервера." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Обратите внимание, что каталог /var/www/sqwebmail будет удалён, еÑли Ñтот " +"пакет вычищаетÑÑ Ð¸ не был выбран вариант 'ÑамоÑтоÑтельно'." + +#~ msgid "Modified authentication infrastructure" +#~ msgstr "Ð˜Ð·Ð¼ÐµÐ½Ñ‘Ð½Ð½Ð°Ñ Ð¸Ð½Ñ„Ñ€Ð°Ñтруктура аутентификации" + +#~ msgid "" +#~ "Beginning with Courier 0.48, the authentication modules that used to be " +#~ "part of Courier have been separated into a standalone library. All " +#~ "Courier applications are now using the same authentication " +#~ "infrastructure, the Courier authentication library. Packages for this " +#~ "library consists of a base package (courier-authlib) and one for each " +#~ "authentication method (courier-authlib-userdb, -mysql, -postgresql, -" +#~ "ldap, -pipe). Unfortunately it wasn't possible to setup the dependencies " +#~ "in order to allow a seamless upgrade. Please install the package for your " +#~ "authentication method manually." +#~ msgstr "" +#~ "ÐÐ°Ñ‡Ð¸Ð½Ð°Ñ Ñ Courier 0.48, модули аутентификации, которые иÑпользовалиÑÑŒ как " +#~ "чаÑÑ‚ÑŒ Courier, были выделены в отдельную библиотеку. Теперь вÑе " +#~ "Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Courier иÑпользуют одинаковую инфраÑтруктуру аутентификации, " +#~ "библиотеку аутентификации Courier. Пакеты Ð´Ð»Ñ Ñтой библиотеки ÑоÑтоÑÑ‚ из " +#~ "базового пакета (courier-authlib) и по одному Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ метода " +#~ "аутентификации (courier-authlib-userdb, -mysql,-postgresql, -ldap, -" +#~ "pipe). К Ñожалению, невозможно уÑтановить завиÑимоÑти, чтобы выполнить " +#~ "однородное обновление. УÑтановите ÑамоÑтоÑтельно пакеты Ð´Ð»Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ метода " +#~ "аутентификации." + +#~ msgid "To access the Courier administration a password is needed." +#~ msgstr "Ð”Ð»Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸ÑÑ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Courier нужно задать пароль админиÑтратора." + +#~ msgid "local, net, disabled" +#~ msgstr "локальный, Ñетевой, запрещен" + +#~ msgid "" +#~ "The choices are to create a symbolic link /var/www/sqwebmail, copy all " +#~ "files from /usr/share/sqwebmail to /var/www/sqwebmail or let /var/www " +#~ "alone. For security reasons the second option is recommended. However, if " +#~ "you have already enabled FollowSymLinks or SymLinksIfOwnerMatch in your " +#~ "Apache configuration, you may as well chose the first option. The custom " +#~ "option implies that you configure your web server manually." +#~ msgstr "" +#~ "Выберите, Ñоздать ли Ñимвольную ÑÑылку на /var/www/sqwebmail, Ñкопировать " +#~ "вÑе файлы из /usr/share/sqwebmail в /var/www/sqwebmail или оÑтавить /var/" +#~ "www как еÑÑ‚ÑŒ. По ÑоображениÑм безопаÑноÑти рекомендуетÑÑ Ð²Ñ‚Ð¾Ñ€Ð¾Ðµ. Однако, " +#~ "еÑли вы включили опции FollowSymLinks или SymLinksIfOwnerMatch в вашей " +#~ "наÑтройке Apache, то можете выбрать первую опцию. ÐžÐ¿Ñ†Ð¸Ñ \"по Ñвоему\" " +#~ "подразумевает, что вы наÑтроите Ñвой web-Ñервер вручную." + +#~ msgid "Move old configuration files to /etc/courier ?" +#~ msgstr "ПеремеÑтить Ñтарые файлы наÑтроек в /etc/courier?" + +#~ msgid "" +#~ "On your system are courier-imap configuration files within /etc. From now " +#~ "on all configuration files related to Courier are located within /etc/" +#~ "courier. If you like, we move the configuration files to the new " +#~ "location. However, we cannot guarantee that they will work as before. " +#~ "Please refer to the Courier documentation and tell the maintainer about " +#~ "your experiences with the conversion." +#~ msgstr "" +#~ "Ðа вашей ÑиÑтеме в /etc еÑÑ‚ÑŒ файлы наÑтроек courier-imap. Теперь вÑе " +#~ "файлы наÑтроек Courier размещаютÑÑ Ð² /etc/courier. ЕÑли вы хотите, мы " +#~ "перемеÑтим файлы наÑтроек в новое меÑто. Однако, мы не гарантируем, что " +#~ "вÑÑ‘ будет работать, как раньше. ОбратитеÑÑŒ к документации по Courier и " +#~ "пообщайтеÑÑŒ Ñ Ñопровождающим пакета о вашем опыте по преобразованию " +#~ "файлов наÑтроек." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "Как уÑтановить документы HTML и картинки Ð´Ð»Ñ sqwebmail ?" --- courier-0.68.2.orig/debian/po/sv.po +++ courier-0.68.2/debian/po/sv.po @@ -0,0 +1,340 @@ +# translation of courier_0.60.0-1_sv.po to Swedish +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# Developers do not need to manually edit POT or PO files. +# +# Martin Ågren , 2008. +msgid "" +msgstr "" +"Project-Id-Version: courier_0.60.0-1_sv\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2008-07-19 19:51+0200\n" +"Last-Translator: Martin Ågren \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "Skapa kataloger för webbaserad administration?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier använder flera konfigurationsfiler som finns i /etc/courier. Vissa " +"konfigurationsfiler kan ersättas av en underkatalog där alla filer " +"tillsammans behandlas som en enda konfigurationsfil." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"Den webbaserade administration som ges av paketet courier-webadmin använder " +"konfigurationskataloger istället för konfigurationsfiler. Om du godkänner, " +"kommer de kataloger som behövs för det webbaserade administrationsverktyget " +"att skapas om det inte redan finns en fil på samma plats." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Sökväg till Maildir-katalog:" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Ange ett relativt namn på sökvägen från varje användares hemkatalog till den " +"Maildir-mapp där Courier-servrarna lagrar och får tillgång till användarens " +"e-post. Referera till manualsidan för maildir.courier(5) om du är obekant " +"med formatet för e-postlagring som används av Courier." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "Föråldrad inställning av MAILDIR" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"Namnet på Maildir-katalogen identifieras nu genom variabeln MAILDIRPATH i " +"Couriers konfigurationsfiler. MAILDIR-inställningen i /etc/default/courier " +"är därför föråldrad och kommer inte uppfattas." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Standarddomän:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Specificera en giltig e-postdomän. De flesta omskrivningsfunktioner för e-" +"posthuvuden kommer att lägga till denna domän till alla e-postadresser som " +"inte har en domän specificerad, till exempel e-post från konton på denna " +"maskin." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "\"From\"-huvud för leveransbesked:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Specificera ett giltigt värde för \"From\"-huvudet för e-postleveransbesked. " +"Dessa besked kan inte skickas utan denna inställning." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "SSL-certifikat krävs" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"POP och IMAP över SSL kräver ett giltigt, signerat X.509-certifikat. Under " +"installationen av courier-pop-ssl eller courier-imap-ssl kommer ett " +"självsignerat X.509-certifikat att genereras om det behövs." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"För användning i produktionsmiljö bör X.509-certifikatet signeras av en känd " +"certifikatutställare, för att e-postklienter ska acceptera certifikatet. " +"Standardplatsen för detta certifikat är /etc/courier/pop3d.pem respektive /" +"etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "Aktivera CGI-programmet?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"För att tillåta courier-webadmin att fungera direkt måste CGI-programmet /" +"usr/lib/courier/courier/webmail/webadmin kopieras till /usr/lib/cgi-bin/" +"courierwebadmin med SUID-biten satt." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Detta kan innebära allvarliga säkerhetsproblem eftersom courierwebadmin kör " +"som root. För det andra är det inte garanterat att fungera beroende på din " +"webbserverprogramvara och dess konfiguration." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Om du godkänner detta val och dina webbserverinställningar följer Debians " +"policy kan du få tillgång till administrationsgränssnittet genom http://" +"localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Lösenord för administration av Courier:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Ett lösenord behövs för att skydda åtkomsten till webbgränssnittet för " +"konfiguration av Courier. Var vänlig välj ett nu." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "lokalt" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "nätverk" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "avstängd" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Aktivera kalender:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Specificera om du vill aktivera kalendern i lokalt läge (välj lokalt), " +"groupwareläget (välj nätverk) eller inte alls (välj avstängd). Paketet " +"courier-pcp krävs för att kunna använda groupwareläget." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"Lokalt läge kräver väldigt lite overhead jämfört med att inte använda " +"kalendern alls. Å andra sidan kräver groupwareläget en hel del " +"serverresurser och att en separat demonprocess körs." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "För mer information, se /usr/share/doc/sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Ispell-ordlista:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail kan kontrollera stavningen i e-postmeddelanden. Välj en lämplig " +"ordlista för ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "symbolisk länk, kopia, egendefinierad" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "Installationsmetod för HTML-dokument och bilder:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"HTML-dokumenten och bilderna i /usr/share/sqwebmail kan göras åtkomliga på /" +"var/www/sqwebmail via en symbolisk länk; eller genom att kopieras direkt " +"till katalogen; eller inte alls." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"Valet \"kopia\" rekommenderas av säkerhetsskäl. Men om \"FollowSymLinks\" " +"eller \"SymLinksIfOwnerMatch\" redan har aktiverats i Apaches konfiguration, " +"kan det första valet övervägas. Det sista valet kräver en manuell insats för " +"att konfigurera webbservern." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Notera att /var/www/sqwebmail kommer att tas bort om detta paket rensas " +"såvida du inte väljer \"egendefinierat\"." --- courier-0.68.2.orig/debian/po/templates.pot +++ courier-0.68.2/debian/po/templates.pot @@ -0,0 +1,277 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: courier\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" --- courier-0.68.2.orig/debian/po/tr.po +++ courier-0.68.2/debian/po/tr.po @@ -0,0 +1,470 @@ +# Turkish translation of courier. +# This file is distributed under the same license as the courier package. +# Mehmet Türker , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: courier\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2008-05-05 13:35+0200\n" +"Last-Translator: Mehmet Türker \n" +"Language-Team: Turkish \n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "Web-tabanlı yönetim için gereken dizinler yaratılsın mı?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Courier, /etc/courier içinde bulunan birden fazla yapılandırma dosyası " +"kullanır. Bazı dosyalar içerikleri bütünleÅŸtirilmiÅŸ ve tek bir düzenlenmiÅŸ " +"yapılandırma dosyası haline getirilmiÅŸ alt dizin ile deÄŸiÅŸtirilebilir." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"courier-webadmin paketi tarafından saÄŸlanan web-tabanlı yönetim sistemi, " +"yapılandırma dosyaları yerine yapılandırma dizinleri kullanır. EÄŸer bunu " +"onaylarsanız, web-tabanlı yönetim aracı için gerekli olan dizinler " +"(halihazırda bunların yerinde bir dosya yok ise) yaratılacak." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "Maildir dizinini tanımlayan dosya yolu (path):" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Lütfen Courier sunucularının, kullanıcının e-postasına ulaÅŸacağı ve " +"saklayacağı Maildir dizinine her kullanıcının ev dizininden ulaşılan " +"göreceli bir dosya yolu verin. EÄŸer Courier'ın kullandığı posta saklama " +"düzenine alışık deÄŸilseniz lütfen maildir(5) kılavuz sayfasına baÅŸvurun." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "MAILDIR eski ayarı" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"Maildir dizininin adı artık Courier yapılandırma dosyalarındaki MAILDIRPATH " +"deÄŸiÅŸkeni ile tanımlanmaktadır. /etc/default/courier dosyasındaki MAILDIR bu " +"nedenle artık dikkate alınmayacaktır." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Öntanımlı etki alanı:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Lütfen geçerli bir e-posta etki alanı belirtin. Etki alanı belirtilmemiÅŸ " +"bütün e-posta adresleri (ör. yerel hesaplar) bu etki alanı ile " +"kullanılacaktır." + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "Teslimat uyarıları için \"Kimden\" baÅŸlığı:" + +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Lütfen teslimat uyarıları için geçerli bir \"Kimden\" BaÅŸlığı deÄŸeri " +"belirtin. Bu ayar olmadan uyarılar gönderilemez." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "SSL sertifikası gerekli" + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"POP ve SSL üzerinden IMAP, geçerli ve imzalanmış bir X.509 sertifikası " +"gerektirir. Courier-pop-ssl yada courier-imap-ssl kurulumu sırasında eÄŸer " +"gerekliyse bir self-signed X.509 sertifikası üretilecektir." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Gerçek ortam kullanımı için X.509 sertifikası (e-posta istemcileri " +"tarafından kabul edilebilmesi için) tanınmış bir sertifika otoritesi " +"tarafından imzalanmış olmalıdır. Bu sertifika için öntanımlı dizin /etc/" +"courier/pop3d.pem ve /etc/courier/imapd.pem dizinleridir." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "CGI Uygulaması etkin kılınsın mı?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Courier-webadmin'in dışarıdan çalışabilmesi için /usr/lib/courier/courier/" +"webmail/webadmin CGI uygulamasının /usr/lib/cgi-bin/courierwebadmin dizinine " +"kurulması ve SUID bitinin etkinleÅŸtirilmesi gerekmektedir." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"Bu ciddi güvenlik problemleri yaratabilir, çünkü courierwebadmin root " +"kullanıcı hakları ile çalışır. Bundan baÅŸka, bu çözümün iÅŸe yarayacağı " +"garanti deÄŸildir, web sunucusu yazılımı ve yapılandırmasına göre farklı " +"durumlar söz konusu olabilir." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"EÄŸer bu seçeneÄŸi seçtiyseniz ve web sunucusu yapılandırması politika-uyumlu " +"ise, yönetim arayüzüne http://localhost/cgi-bin/courierwebadmin üzerinden " +"ulaÅŸabilirsiniz." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Courier yönetimi için parola:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Courier yönetimi web arayüzünü korumak için bir parola gerekiyor. Lütfen ÅŸu " +"an bir tane seçin." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "yerel" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "aÄŸ" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "etkisiz" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Takvim modu:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Lütfen takvimlendirmeyi etkinleÅŸtirmek için 'yerel kip' modu, grup kipi " +"(yada 'aÄŸ' modu) veya etkisiz seçeneklerinden birini seçin. Grup kipini " +"kullanmak için courier-pcp paketini kurmanız gerekir." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"Yerel kip takvimlendirmeye göre çok az iÅŸ gerektirir, fakat grup kipi biraz " +"daha fazla ek sunucu kaynağı gerektirir. EÄŸer grup kipini seçerseniz, ayrı " +"bir sunucu süreci çalıştırılacaktır." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"Daha fazla bilgi için, lütfen /usr/share/doc/sqwebmail/PCP.html'ye bakın." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Ispell sözlüğü:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail e-postalarınıza yazım denetimi yapmanızı saÄŸlar. Lütfen ispell " +"için uygun bir sözlük seçin." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "sembolik baÄŸla, kopyala, özel" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "HTML dokümanları ve resimler için kurulum metodu:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"/usr/share/sqwebmail içindeki HTML dokümanları ve resimler bir sembolik baÄŸ " +"ile /var/www/sqwebmail içinde de eriÅŸilebilir hale getirilebilir; yada " +"sadece bu dizine kopyalanabilir; herhangi birÅŸey yapılmadan da bırakılabilir." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"Güvenlik sebebi ile 'kopyala' (copy) seçeneÄŸi tavsiye edilir. Bunun yanında, " +"eÄŸer 'FollowSymLinks' yada 'SymLinksIfOwnerMatch' Apache yapılandırılmasında " +"halihazırda etkin kılınmış ise, ilk seçenek dikkate elınabilir. Son seçenek " +"web sunucusunun yapılandırılmasında elle yapılması gereken iÅŸler çıkarabilir." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Kurulumda 'özel'i seçmiÅŸ olmanız durumu hariç, bu paket kaldırılırken /var/" +"www/sqwebmail'in silineceÄŸini unutmayın." + +#~ msgid "Modified authentication infrastructure" +#~ msgstr "DeÄŸiÅŸtirilmiÅŸ doÄŸrulama altyapısı" + +#~ msgid "" +#~ "Beginning with Courier 0.48, the authentication modules that used to be " +#~ "part of Courier have been separated into a standalone library. All " +#~ "Courier applications are now using the same authentication " +#~ "infrastructure, the Courier authentication library. Packages for this " +#~ "library consists of a base package (courier-authlib) and one for each " +#~ "authentication method (courier-authlib-userdb, -mysql, -postgresql, -" +#~ "ldap, -pipe). Unfortunately it wasn't possible to setup the dependencies " +#~ "in order to allow a seamless upgrade. Please install the package for your " +#~ "authentication method manually." +#~ msgstr "" +#~ "Courier 0.48 ile beraber Courier'ın bir parçası olan doÄŸrulama modülleri " +#~ "bağımsız bir kütüphane ÅŸeklinde ayrılmıştır. Bütüb Courier uygulamaları " +#~ "artık aynı doÄŸrulama altyapısını yani Courier doÄŸrulama kütüphanesini " +#~ "kullanmaktadır. Bu kütüphanenin paketleri bir ana paket (courier-authlib) " +#~ "ve her doÄŸrulama metodu için (courier-authlib-userdb, -mysql, -" +#~ "postgresql, -ldap, -pipe) birer paket daha içerir. Maalesef " +#~ "bağımlılıkları kesintisiz bir güncellemeyi mümkün kılacak ÅŸekilde " +#~ "ayarlamak mümkün deÄŸildi. Lütfen kendi doÄŸrulama metodunuz için gereken " +#~ "paketi elle kurun." + +#~ msgid "To access the Courier administration a password is needed." +#~ msgstr "Courier yönetimine ulaÅŸmak için parola gereklidir." + +#~ msgid "local, net, disabled" +#~ msgstr "yerel, aÄŸ, etkisiz" + +#~ msgid "" +#~ "The choices are to create a symbolic link /var/www/sqwebmail, copy all " +#~ "files from /usr/share/sqwebmail to /var/www/sqwebmail or let /var/www " +#~ "alone. For security reasons the second option is recommended. However, if " +#~ "you have already enabled FollowSymLinks or SymLinksIfOwnerMatch in your " +#~ "Apache configuration, you may as well chose the first option. The custom " +#~ "option implies that you configure your web server manually." +#~ msgstr "" +#~ "Seçenekler ÅŸu ÅŸekildedir: /var/www/sqwebmail'a sembolik baÄŸ yarat, bütün " +#~ "dosyaları /usr/share/sqwebmail dizininden /var/www/sqwebmail dizinine " +#~ "kopyala veya /var/www'yi kendi başına bırak. Güvenlik gerekçeleriyle " +#~ "ikinci seçenek tavsiye edilir. Bununla beraber eÄŸer Apache " +#~ "yapılandırmanızda FollowSymLinks'i veya SymLinksIfOwnerMatch'i etkin " +#~ "kıldıysanız, ilk seçeneÄŸi de seçebilirsiniz. \"özel\" seçeneÄŸi web " +#~ "sunucunuzu elle yapılandıracağınız anlamına gelmektedir." + +#~ msgid "Move old configuration files to /etc/courier ?" +#~ msgstr "Eski yapılandırma dosyaları /etc/courier'a taşınsın mı?" + +#~ msgid "" +#~ "On your system are courier-imap configuration files within /etc. From now " +#~ "on all configuration files related to Courier are located within /etc/" +#~ "courier. If you like, we move the configuration files to the new " +#~ "location. However, we cannot guarantee that they will work as before. " +#~ "Please refer to the Courier documentation and tell the maintainer about " +#~ "your experiences with the conversion." +#~ msgstr "" +#~ "Sisteminizde courier-imap yapılandırma dosyaları /etc içinde. Åžu andan " +#~ "itibaren Courier ile ilgili tüm yapılandırma dosyaları /etc/courier " +#~ "dizininde bulunacak. EÄŸer isterseniz yapılandırma dosyalarını yeni yerine " +#~ "taşırız. Bununla beraber daha önceki gibi çalışacaklarını garanti " +#~ "edemeyiz. Lütfen Courier belgelerine baÅŸvurun ve paket geliÅŸtiricisini " +#~ "deÄŸiÅŸiklikle ilgili deneyimleriniz hakkında bilgilendirin." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "" +#~ "Sqwebmail için HTML belgeleri ve görüntülerinin nasıl kurulmasını " +#~ "istersiniz?" + +#~ msgid "Packaging of Courier has been completely revised" +#~ msgstr "Courier'in paketlenmesi tamamen gözden geçirilip düzeltildi." + +#~ msgid "" +#~ "Formerly the courier-imap package(s) are generated from the separately " +#~ "distributed Courier IMAP sources. This has changed, and now the entire " +#~ "Courier suite gets packaged for Debian. For this reason, the " +#~ "infrastructure has changed a lot; for example, all configuration files " +#~ "have been moved to /etc/courier." +#~ msgstr "" +#~ "Eskiden courier-imap paket(ler)i ayrı ayrı dağıtılan Courier IMAP " +#~ "kaynaklarından üretilirdi. Bu deÄŸiÅŸti ve artık bütün Courier suiti Debian " +#~ "için paketleniyor. Bu sebeple, altyapı sistemi çok deÄŸiÅŸti, örnek olarak " +#~ "bütün yapılandırma dosyaları /etc/courier dizinine taşındı." + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "" +#~ "Lütfen yeni altyapı sistemiyle ilgili deneyimlerinizi paket " +#~ "geliÅŸtiricisine bildirin." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "Yetkilendirme yöntemi \"authdaemon\" artık zorunlu" + +#~ msgid "" +#~ "In your configuration file ${conffile} AUTHMODULES is set to " +#~ "\"${authmodules}\". This will no longer work as authdaemon is the only " +#~ "available authentication method for Courier Debian packages version 0.35 " +#~ "and above." +#~ msgstr "" +#~ "Yapılandırma dosyanız ${conffile} içinde AUTHMODULES \"${authmodules}\" " +#~ "olarak ayarlanmış. Sürüm 0.35 ve üzeri Courier Debian paketleri için " +#~ "mevcut olan yetkilendirme yöntemi sadece authdaemon olduÄŸundan bu ayar " +#~ "artık çalışmayacak." + +#~ msgid "" +#~ "Please fix your configuration file, otherwise your setup will no longer " +#~ "work." +#~ msgstr "" +#~ "Lütfen yapılandırma dosyanızı düzeltin, yoksa yaptığınız ayar artık " +#~ "çalışmayacak." + +#~ msgid "Do you want the webmail password changer to be installed SUID root ?" +#~ msgstr "" +#~ "Webmail parola deÄŸiÅŸtiricisinin SUID root olarak kurulmasını ister " +#~ "misiniz?" + +#~ msgid "" +#~ "For changing passwords through the webmail interface to work, a program " +#~ "to change (system) passwords has to be installed with the SUID bit set. " +#~ "Because this program runs as root, this has serious security implications." +#~ msgstr "" +#~ "Webmail üzerinden parola deÄŸiÅŸtirme iÅŸleminin çalışabilmesi için sistem " +#~ "parolalarını deÄŸiÅŸtirmek için gereken uygulama SUID biti etkinleÅŸtirilmiÅŸ " +#~ "ÅŸekilde kurulmalıdır. Çünkü bu uygulama root olarak çalışır ve bu da " +#~ "ciddi anlamda güvenlik gerektirir." + +#~ msgid "" +#~ "(The webmail CGI program itself no longer has to be setuid root, since " +#~ "accesses to users' mail and configs are now mediated by a daemon started " +#~ "during system startup by /etc/init.d/sqwebmail.)" +#~ msgstr "" +#~ "(Webmail CGI uygulamasının kendisi artık root olarak çalışmak zorunda " +#~ "deÄŸildir. Çünkü kullanıcının e-posta ve yapılandırma dosyalarına " +#~ "eriÅŸimler artık sistem baÅŸlangıcında /etc/init.d/sqwebmail tarafından " +#~ "baÅŸlatılan bir sunucu tarafından yönetilmektedir." --- courier-0.68.2.orig/debian/po/vi.po +++ courier-0.68.2/debian/po/vi.po @@ -0,0 +1,402 @@ +# Vietnamese translation for courier. +# Copyright © 2008 Free Software Foundation, Inc. +# Clytie Siddall , 2005-2008. +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.59.0-1.1\n" +"Report-Msgid-Bugs-To: courier@packages.debian.org\n" +"POT-Creation-Date: 2012-06-27 21:33+0000\n" +"PO-Revision-Date: 2008-05-06 22:18+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.7b3\n" + +# msgid "Create directories for web-based administration ?" +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration?" +msgstr "Tạo thÆ° mục để quản lý dá»±a trên Mạng không?" + +# msgid "" +# Courier uses several configuration files which are located in /etc/ +# courier. Some configuration files can be replaced by a subdirectory where +# all files insides this directory are concatenated and considered to be a +# single, consolidated, configuration file. +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"Courier uses several configuration files in /etc/courier. Some of these " +"files can be replaced by a subdirectory whose contents are concatenated and " +"treated as a single, consolidated, configuration file." +msgstr "" +"Phần má»m Courier dùng vài tập tin cấu hình nằm trong thÆ° mục « /etc/courier " +"». Má»™t số tập tin cấu hình có thể được thay thế bằng má»™t thÆ° mục con có ná»™i " +"dung đã ghép nối thì được xá»­ lý là má»™t tập tin cấu hình Ä‘Æ¡n giản đã củng cố." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If you agree, " +"any directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"Khả năng quản lý dá»±a trên Mạng do gói « courier-webadmin » cung cấp nhá» thÆ° " +"mục cấu hình thay cho tập tin cấu hình. Bạn chấp nhận thì thÆ° mục nào cần " +"thiết cho công cụ quản trị dá»±a trên Mạng sẽ được tạo nếu chÆ°a có tập tin " +"chuẩn tại chá»—." + +# msgid "Path to user's Maildir directory" +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "Path to Maildir directory:" +msgstr "ÄÆ°á»ng dẫn đến thÆ° mục Maildir:" + +# msgid "" +# This is a relative path name from each user's home directory to the +# Maildir directory where the Courier servers store and access the user's +# email. Please refer to the maildir(5) manual page if you are unfamiliar +# with the mail storage format used by Courier. +#. Type: string +#. Description +#: ../courier-base.templates:3001 +msgid "" +"Please give the relative path name from each user's home directory to the " +"Maildir directory where the Courier servers store and access the user's " +"email. Please refer to the maildir.courier(5) manual page if you are " +"unfamiliar with the mail storage format used by Courier." +msgstr "" +"Hãy cung cấp tên Ä‘Æ°á»ng dẫn tÆ°Æ¡ng đối từ thÆ° mục chính của má»—i ngÆ°á»i dùng đến " +"thÆ° mục Maildir trong đó các trình phục vụ Courier cất giữ và truy cập thÆ° " +"tín của ngÆ°á»i dùng. Bạn chÆ°a quen vá»›i định dạng cất giữ thÆ° tín được Courier " +"dùng thì xem trang hÆ°á»›ng dẫn (man) « maildir.courier(5) »." + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "Obsolete setting of MAILDIR" +msgstr "Thiết lập MAILDIR quá cÅ©" + +#. Type: note +#. Description +#: ../courier-base.templates:4001 +msgid "" +"The name of the Maildir directory is now recognized through the variable " +"MAILDIRPATH in Courier configuration files. The MAILDIR setting in /etc/" +"default/courier is therefore obsolete and will be not recognized." +msgstr "" +"Tên của thÆ° mục Maildir giá» này được nhận ra qua biến MAILDIRPATH trong các " +"tập tin cấu hình Courier. Thiết lập MAILDIR trong tập tin cấu hình « /etc/" +"default/courier » thì quá thá»i nên không được nhận ra." + +# msgid "Default domain" +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "Default domain:" +msgstr "Miá»n mặc định:" + +# msgid "" +# Please specify a valid email domain. Most header rewriting functions will +# append this domain to all email addresses which do not specify a domain, +# e.g. emails from accounts on this machine. +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid email domain. Most header rewriting functions will " +"append this domain to all email addresses which do not specify a domain, " +"such as local accounts." +msgstr "" +"Hãy ghi rõ má»™t miá»n thÆ° Ä‘iện tá»­ hợp lệ. Phần lá»›n chức năng ghi lại dòng đầu " +"sẽ phụ thêm miá»n này vào má»—i địa chỉ thÆ° Ä‘iện tá»­ không ghi rõ miá»n, v.d. thÆ° " +"từ tài khoản cục bá»™." + +# msgid "\"From\" Header for Delivery Notifications" +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "\"From\" header for delivery notifications:" +msgstr "Dòng đầu « Từ » (From) cho thông báo phát:" + +# msgid "" +# Please specify a valid value for the \"From\" Header for mail delivery +# notifications. Otherwise these cannot be sent. +#. Type: string +#. Description +#: ../courier-mta.templates:3001 +msgid "" +"Please specify a valid value for the \"From\" header for mail delivery " +"notifications. These notifications cannot be sent without that setting." +msgstr "" +"Hãy ghi rõ má»™t giá trị hợp lệ cho dòng đầu « Từ » (From) cho thông báo phát " +"thÆ°. Không thì không thể gá»­i thông báo này." + +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "SSL certificate required" +msgstr "Cần thiết chứng nhận SSL" + +# msgid "" +# POP and IMAP over SSL requires a valid, signed, X.509 certificate. During +# the installation of courier-pop-ssl resp. courier-imap-ssl a self-signed +# X.509 certificate will be generated if necessary. For production use the +# X.509 certificate must be signed by a recognized certificate authority, +# in order for mail clients to accept the certificate. The default +# locations for this certificate is /etc/courier/pop3d.pem resp. /etc/ +# courier/imapd.pem. +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"POP and IMAP over SSL requires a valid, signed, X.509 certificate. During " +"the installation of courier-pop-ssl or courier-imap-ssl, a self-signed X.509 " +"certificate will be generated if necessary." +msgstr "" +"Giao thức POP và IMAP qua SSL thì cần thiết má»™t chứng nhận X.509 đã ký và " +"hợp lệ. Trong khi cài đặt gói « courier-pop-ssl » hay « courier-imap-ssl », " +"má»™t chứng nhận X.509 tá»± ký sẽ được tạo ra nếu cần thiết." + +# msgid "" +# POP and IMAP over SSL requires a valid, signed, X.509 certificate. During +# the installation of courier-pop-ssl resp. courier-imap-ssl a self-signed +# X.509 certificate will be generated if necessary. For production use the +# X.509 certificate must be signed by a recognized certificate authority, +# in order for mail clients to accept the certificate. The default +# locations for this certificate is /etc/courier/pop3d.pem resp. /etc/ +# courier/imapd.pem. +#. Type: note +#. Description +#: ../courier-ssl.templates:2001 +msgid "" +"For production use, the X.509 certificate must be signed by a recognized " +"certificate authority, in order for mail clients to accept the certificate. " +"The default location for this certificate is /etc/courier/pop3d.pem or /etc/" +"courier/imapd.pem." +msgstr "" +"Äể sá»­ dụng trong trÆ°á»ng hợp sản xuất, chứng nhận X.509 phải được ký bởi nhà " +"cầm quyá»n chứng nhận đã công nhận, để ứng dụng khách thÆ° chấp nhận chứng " +"nhận đó. Vị trí mặc định cho chứng nhận này là « /etc/courier/pop3d.pem » " +"hay « /etc/courier/imapd.pem »." + +# msgid "Activate CGI Program ?" +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Activate CGI program?" +msgstr "Kích hoạt chÆ°Æ¡ng trình CGI không?" + +# msgid "" +# To allow courier-webadmin to work out of the box, we need to copy the CGI +# program from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi- +# bin/courierwebadmin and set the SUID bit. +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program /usr/lib/" +"courier/courier/webmail/webadmin needs to be installed as /usr/lib/cgi-bin/" +"courierwebadmin with the SUID bit set." +msgstr "" +"Äể cho phép phần má»m « courier-webadmin » hoạt Ä‘á»™ng có sẵn, chÆ°Æ¡ng trình CGI " +"« usr/lib/courier/courier/webmail/webadmin » cần phải được cài đặt nhÆ° là « /" +"usr/lib/cgi-bin/courierwebadmin », cÅ©ng đặt bit SUID." + +# msgid "" +# There are two reasons why this is not done by default during the +# installation. First it has serious security implications, because +# courierwebadmin runs as root. Second it is not guaranteed to work +# depending on your web server software and its configuration. +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"This may have serious security implications, because courierwebadmin runs as " +"root. Moreover, that solution is not guaranteed to work, depending on the " +"web server software and its configuration." +msgstr "" +"TrÆ°á»ng hợp này có thể rủi ro bảo mật, vì courierwebadmin chạy vá»›i tÆ° cách " +"ngÆ°á»i chủ (root). HÆ¡n nữa, giải pháp đó không nhất thiết đúng, phụ thuá»™c vào " +"phần má»m phục vụ Web và cấu hình của nó." + +# msgid "" +# If you agree here and your web server setup is compliant with the Debian +# policy, you can access the administration frontend through http:// +# localhost/cgi-bin/courierwebadmin. +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:2001 +msgid "" +"If you choose this option and the web server setup is policy-compliant, you " +"can access the administration frontend through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Bật tùy chá»n này và thiết lập trình phục vụ Web tùy theo chính sách thì bạn " +"có quyá»n truy cập giao diện quản trị ở địa chỉ « http://localhost/cgi-bin/" +"courierwebadmin »." + +# msgid "Password for the Courier Administration" +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "Password for Courier administration:" +msgstr "Mật khẩu quản trị Courier:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:3001 +msgid "" +"A password is needed to protect access to the Courier administration web " +"interface. Please choose one now." +msgstr "" +"Cần thiết mật khẩu để bảo vệ khả năng truy cập giao diện Web quản trị " +"Courier. Hãy chá»n má»™t mật khẩu lập tức." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "local" +msgstr "cục bá»™" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "net" +msgstr "mạng" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:2001 +msgid "disabled" +msgstr "bị tắt" + +# msgid "Enable Calendaring ?" +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "Calendaring mode:" +msgstr "Chế Ä‘á»™ ghi lịch:" + +# msgid "" +# Please specify if you would like to enable calendaring in local mode +# (choose local), groupware mode (choose net) or not at all (choose +# disabled). To actually using the groupware mode, you need to install the +# courier-pcp package. +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Please specify if you would like to enable calendaring in 'local' mode, " +"enable groupware or 'net' mode or disable it. The courier-pcp package is " +"required to use the groupware mode." +msgstr "" +"Hãy ghi rõ nếu bạn muốn hiệu lá»±c khả năng ghi lịch ở chế Ä‘á»™ « cục bá»™ », hiệu " +"lá»±c phần nhóm (groupware) hay chế Ä‘á»™ « mạng », hoặc tắt khả năng này. Gói « " +"courier-pcp » cần thiết để sá»­ dụng chế Ä‘á»™ phần nhóm." + +# msgid "" +# Local mode requires very little overhead compared to not using +# calendaring at all, but groupware mode requires a substantial additional +# amount of server resources. If you select the groupware mode, a separate +# daemon process will be run. +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"Local mode adds very little overhead over a disabled calendaring mode. On " +"the other hand, groupware mode is less resources-friendly and requires a " +"separate daemon process to be run." +msgstr "" +"Chế Ä‘á»™ cục bá»™ cÅ©ng cần thiết ít tài nguyên hÆ¡n chế Ä‘á»™ ghi lịch bị tắt. Mặt " +"khác, chế Ä‘á»™ phần nhóm chiếm nhiá»u tài nguyên hÆ¡n và cần thiết má»™t tiến " +"trình ná»n riêng để chạy." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"Äể tìm thêm thông tin, xem tập tin « /usr/share/doc/sqwebmail/PCP.html »." + +# msgid "Ispell Dictionary" +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "Ispell dictionary:" +msgstr "Từ Ä‘iển Ispell:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3001 +msgid "" +"SqWebMail allows you to spellcheck your emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"Phần má»m SqWebMail cho phép kiểm tra chính tả trong thÆ°. Hãy chá»n má»™t từ " +"Ä‘iển thích hợp cho trình Ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:4001 +msgid "symlink, copy, custom" +msgstr "liên kết má»m, chép, riêng" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "Installation method for HTML documents and images:" +msgstr "PhÆ°Æ¡ng pháp cài đặt các tài liệu HTML và ảnh:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The HTML documents and images in /usr/share/sqwebmail can be made accessible " +"at /var/www/sqwebmail via a symbolic link; or by being copied directly into " +"a directory there; or not at all." +msgstr "" +"CÅ©ng có thể truy cập các tài liệu HTML và ảnh Ä‘á»u nằm trong thÆ° mục « /usr/" +"share/sqwebmail » ở « /var/www/sqwebmail »:\n" +" • thông qua má»™t liên kết tượng trÆ°ng\n" +" • bằng cách được sao chép trá»±c tiếp vào đó\n" +" • hay không." + +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"The 'copy' option is recommended for security reasons. However, if " +"'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in Apache " +"configuration, the first option can be considered. The last option needs " +"manual actions to configure the web server." +msgstr "" +"Tùy chá»n « chép » khuyến khích vì lý do bảo mật. Tuy nhiên, nếu mục « " +"FollowSymLinks » (theo các liên kết tượng trÆ°ng) hay « SymLinksIfOwnerMatch " +"» (các liên kết tượng trÆ°ng nếu ngÆ°á»i sở hữu có khá»›p) đã được hiệu lá»±c trong " +"cấu hình Apache, cÅ©ng có thể sá»­ dụng tùy chá»n thứ nhất. Tùy chá»n thứ ba cần " +"thiết bạn tá»± cấu hình trình phục vụ Web." + +# msgid "" +# Please note that /var/www/sqwebmail will be removed if this package is +# purged except you choose custom. +#. Type: select +#. Description +#: ../sqwebmail.templates:4002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless the 'custom' option is chosen." +msgstr "" +"Ghi chú : không bật tùy chá»n « riêng » thì « /var/www/sqwebmail » sẽ bị gỡ " +"bá» nếu gói này bị tẩy." --- courier-0.68.2.orig/debian/rules +++ courier-0.68.2/debian/rules @@ -0,0 +1,350 @@ +#!/usr/bin/make -f +# +# Copyright 2000-2012 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +BUILD=$(shell pwd)/debian/tmp +RELUP=$(shell dpkg-parsechangelog | perl -ne 'print $$1 if /^Version: (.*?)-(.*)$$/') + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +# Common configuration options +COMMON_CONFOPTS=--prefix=/usr --mandir=\$${prefix}/share/man \ + --with-piddir=/var/run/courier \ + --sysconfdir=/etc/courier \ + --libexecdir=\$${prefix}/lib/courier \ + --datadir=\$${prefix}/lib/courier \ + --localstatedir=/var/lib/courier \ + --sbindir=\$${exec_prefix}/sbin \ + --with-mailuser=daemon \ + --with-mailgroup=daemon \ + --without-socks \ + --enable-workarounds-for-imap-client-bugs \ + --with-authdaemonvar=/var/run/courier/authdaemon \ + --with-db=gdbm \ + --without-fcgi \ + --with-htmllibdir=/usr/share/sqwebmail \ + --with-ispell=/usr/bin/ispell \ + --enable-imageurl=/sqwebmail \ + --with-mailer="/usr/sbin/sendmail" \ + --enable-sendmail="/usr/sbin/sendmail" \ + --with-cachedir=/var/cache/sqwebmail \ + --with-calendardir=/var/run/courier/calendar \ + --with-webadmindir=/usr/share/courier/webadmin \ + --enable-userdb \ + --enable-syslog=1 \ + --enable-unicode \ + --disable-root-check + +check: + dh_testdir + +# check for openssl + if [ ! -x /usr/bin/openssl ]; then \ + echo "You need to install openssl first"; \ + exit 1; \ + fi + + chmod +x debian/fixlinks + chmod +x debian/courier_perms + chmod +x debian/correctpermissions.pl + +build-arch: build +build-indep: build + +build: check + dh_autotools-dev_updateconfig +# create a list of files that currently exists + chmod +x debian/srcmgr + if [ ! -f srcmgr.list ]; then debian/srcmgr > srcmgr.list; fi + if [ ! -f stamp-build ]; then \ + LINGUAS="de sv" ./configure $(shell dpkg-buildflags --export=configure) $(COMMON_CONFOPTS) \ + --with-postgresql-includes=/usr/include/postgresql \ + && $(MAKE) LIBTOOL=/usr/bin/libtool && touch stamp-build; \ + fi + +stamp-build: build + +clean: check + dh_testroot + dh_autotools-dev_restoreconfig + debconf-updatepo + rm -f stamp-build stamp-install + +# Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) LIBTOOL=/usr/bin/libtool clean + dh_clean + if [ -f srcmgr.list ]; then debian/srcmgr cleanse < srcmgr.list; rm srcmgr.list; fi +#can be removed later + rm -f debian/permissions + +install: check stamp-build + dh_testroot + dh_clean -k + dh_installdirs + +# Add here commands to install the package into debian/tmp. + (umask 0022; $(MAKE) LIBTOOL=/usr/bin/libtool DESTDIR=$(BUILD) install) + (umask 0022; $(MAKE) LIBTOOL=/usr/bin/libtool DESTDIR=$(BUILD) install-perms) + perl -i -pe 's%/usr/bin/sendmail%/usr/sbin/sendmail%; s%^/%$(BUILD)/% unless m%/debian/tmp/%' permissions.dat + /usr/bin/perl sysconftool `awk ' $$5 == "config" && $$1 ~ /\.dist$$/ { print $$1 }' debian/permissions +# Change absolute link made by make install to a relative one + debian/fixlinks $(BUILD)/usr/sbin + + (cd $(BUILD)/usr/bin && ln -fs ../lib/courier/courier/modules/esmtp/addcr ./addcr) + (cd $(BUILD)/usr/bin && ln -fs ../lib/courier/makedat ./makedat) + +# We use update-alternatives to manage these, because they're shared +# by other packages, notably qmail, maildrop, mutt, mush + for i in maildirmake deliverquota lockmail preline makedat; do \ + (cd $(BUILD)/usr/bin && mv $$i $$i.courier); done + cd $(BUILD)/usr/share/man/man5 && mv maildir.5 maildir.courier.5 + cd $(BUILD)/usr/share/man/man1 && mv maildirmake.1 maildirmake.courier.1 + cd $(BUILD)/usr/share/man/man7 && mv maildirquota.7 maildirquota.courier.7 + cd $(BUILD)/usr/share/man/man8 && mv deliverquota.8 deliverquota.courier.8 + cd $(BUILD)/usr/share/man/man1 && mv lockmail.1 lockmail.courier.1 + cd $(BUILD)/usr/share/man/man1 && mv preline.1 preline.courier.1 + cd $(BUILD)/usr/share/man/man1 && mv makedat.1 makedat.courier.1 + +# Move programs with too generic names + cd $(BUILD)/usr/sbin && mv showconfig courier-mtaconfig + +# Install "sendmail" into the right places + mv $(BUILD)/usr/bin/sendmail $(BUILD)/usr/sbin + (cd $(BUILD)/usr/lib && ln -fs ../sbin/sendmail .) + +# Install "newaliases" stuff + cp -p debian/newaliases $(BUILD)/usr/sbin + chmod +x $(BUILD)/usr/sbin/newaliases + +# Install "logcheck" stuff + install -d $(BUILD)/etc/logcheck/ignore.d.server + install -m 0644 debian/logcheck/courier-* $(BUILD)/etc/logcheck/ignore.d.server + install -d $(BUILD)/etc/logcheck/violations.ignore.d + install -m 0644 debian/logcheck/violations/courier-* $(BUILD)/etc/logcheck/violations.ignore.d + +# Empty file to avoid warnings + mkdir -p $(BUILD)/etc/courier/shared + touch $(BUILD)/etc/courier/shared/index + +# Additional manpages + pod2man --center='Debian GNU/Linux Documentation' --release='Debian GNU/Linux '`cat /etc/debian_version` --section=1 debian/addcr.pod > $(BUILD)/usr/share/man/man1/addcr.1 + pod2man --center='Debian GNU/Linux Documentation' --release='Debian GNU/Linux '`cat /etc/debian_version` --section=1 debian/courier-config.pod > $(BUILD)/usr/share/man/man1/courier-config.1 + pod2man --center='Debian GNU/Linux Documentation' --release='Debian GNU/Linux '`cat /etc/debian_version` --section=8 debian/newaliases.pod > $(BUILD)/usr/share/man/man8/newaliases.8 + pod2man --center='Debian GNU/Linux Documentation' --release='Debian GNU/Linux '`cat /etc/debian_version` --section=8 debian/sharedindexinstall.pod > $(BUILD)/usr/share/man/man8/sharedindexinstall.8 + pod2man --center='Debian GNU/Linux Documentation' --release='Debian GNU/Linux '`cat /etc/debian_version` --section=8 debian/sharedindexsplit.pod > $(BUILD)/usr/share/man/man8/sharedindexsplit.8 + pod2man --center='Debian GNU/Linux Documentation' --release='Debian GNU/Linux '`cat /etc/debian_version` --section=8 debian/webgpg.pod > $(BUILD)/usr/share/man/man8/webgpg.8 + pod2man --center='Debian GNU/Linux Documentation' --release='Debian GNU/Linux '`cat /etc/debian_version` --section=8 debian/webmaild.pod > $(BUILD)/usr/share/man/man8/webmaild.8 + +# Move sqwebmail images + mv $(BUILD)/usr/lib/courier/sqwebmail/images $(BUILD)/usr/share/sqwebmail + +# Ispell dictionary configuration will be produced by postinst + rm $(BUILD)/usr/lib/courier/sqwebmail/html/en-us/ISPELLDICT + (cd $(BUILD)/usr/lib/courier/sqwebmail/html/en-us && ln -s /etc/courier/ispelldict ISPELLDICT) + +# Remove examples + rm $(BUILD)/usr/lib/courier/perlfilter-example.pl + rm $(BUILD)/etc/courier/quotawarnmsg.example + +# Fix Perl paths in webadmin stuff + perl -i -pe 's%^#!\s?perl%#!/usr/bin/perl%' $(BUILD)/usr/share/courier/webadmin/*.pl + +# Fix ldapsearch path + perl -i -pe 's%/usr/local/%/usr/%' $(BUILD)/usr/lib/courier/sqwebmail/ldapsearch + +# Fix sendit.sh + perl -i -pe 's%sendmail%sendmail -oi -t%' $(BUILD)/usr/lib/courier/sqwebmail/sendit.sh + +# Remove showmodules so we get rid of the libmysqlclient dependency + rm $(BUILD)/usr/sbin/showmodules + +# Ensure that a valid symlink is used for some manpages + (cd $(BUILD)/usr/share/man/man8 && rm makeuucpneighbors.8 && ln -sf courieruucp.8.gz makeuucpneighbors.8.gz) + (cd $(BUILD)/usr/share/man/man8 && rm -f esmtpd-ssl.8 && ln -sf esmtpd.8.gz esmtpd-ssl.8.gz) + (cd $(BUILD)/usr/share/man/man8 && ln -sf imapd.8.gz imapd-ssl.8.gz) + + dh_installdocs +# Install documentation where dh_installdocs doesn't fit our needs + mkdir -p $(BUILD)/usr/share/doc/sqwebmail + cp -p debian/sqwebmail.html $(BUILD)/usr/share/doc/sqwebmail + cp -p gpglib/README.html $(BUILD)/usr/share/doc/sqwebmail/GPG.html + cp -p pcp/README.html $(BUILD)/usr/share/doc/sqwebmail/PCP.html + +# Delete docs so that they don't end in courier-base + rm -rf debian/tmp/usr/lib/courier/htmldoc + + +# Adapt configuration files to our needs +# - security: disable EXPN and VRFY + perl -i -pe 's/^BOFHNO(EXPN|VRFY)=0/BOFHNO$$1=1/' $(BUILD)/etc/courier/esmtpd +# - start daemon by default + perl -i -pe 's/^ESMTPDSTART=NO/ESMTPDSTART=YES/;' $(BUILD)/etc/courier/esmtpd +# - fix PID location + perl -i -pe 's%^PIDFILE=.*%PIDFILE=/var/run/courier/esmtpd.pid%' $(BUILD)/etc/courier/esmtpd + perl -i -pe 's%^PIDFILE=.*%PIDFILE=/var/run/courier/esmtpd-msa.pid%' $(BUILD)/etc/courier/esmtpd-msa + perl -i -pe 's%^PORT=.*%PORT=/var/run/courier/webmlmd%' $(BUILD)/etc/courier/webmlmrc +# - fix location for certificate + perl -i -pe 's%^TLS_CERTFILE=.*%TLS_CERTFILE=/etc/courier/esmtpd.pem%' $(BUILD)/etc/courier/esmtpd +# - start daemons by default + perl -i -pe 's/^POP3DSTART=NO/POP3DSTART=YES/' $(BUILD)/etc/courier/pop3d + perl -i -pe 's/^MAXPERIP=\d+/MAXPERIP=20/; s/^IMAPDSTART=NO/IMAPDSTART=YES/' $(BUILD)/etc/courier/imapd +# - change default LDAP server + perl -i -pe 's/^(LDAP_SERVER\s+)ldap.example.com/$$1localhost/' $(BUILD)/etc/courier/ldapaliasrc + perl -i -pe 's/^POP3DSSLSTART=NO/POP3DSSLSTART=YES/' $(BUILD)/etc/courier/pop3d-ssl + perl -i -pe 's%^TLS_CERTFILE=.*%TLS_CERTFILE=/etc/courier/pop3d.pem%' $(BUILD)/etc/courier/pop3d-ssl + perl -i -pe 's/^IMAPDSSLSTART=NO/IMAPDSSLSTART=YES/' $(BUILD)/etc/courier/imapd-ssl + perl -i -pe 's%^TLS_CERTFILE=.*%TLS_CERTFILE=/etc/courier/imapd.pem%' $(BUILD)/etc/courier/imapd-ssl + perl -i -pe 's%^SSLPIDFILE=.*%SSLPIDFILE=/var/run/courier/esmtpd-ssl.pid%' $(BUILD)/etc/courier/esmtpd-ssl + perl -i -pe 's/^ESMTPDSSLSTART=NO/ESMTPDSSLSTART=YES/' $(BUILD)/etc/courier/esmtpd-ssl + perl -i -pe 's%^TLS_CERTFILE=.*%TLS_CERTFILE=/etc/courier/esmtpd.pem%' $(BUILD)/etc/courier/esmtpd-ssl +# - ensure compatibility which common MUA's + perl -i -pe 's%^TLS_PROTOCOL=SSL3%TLS_PROTOCOL=SSL23%' $(BUILD)/etc/courier/*-ssl +# - adjust IMAP ulimit for 64bit systems + perl -i -pe 's%^IMAP_ULIMITD=65536%IMAP_ULIMITD=131072%' $(BUILD)/etc/courier/imapd + perl -i -pe 's%^ULIMIT=16384%ULIMIT=32768%' $(BUILD)/etc/courier/esmtpd + rm $(BUILD)/etc/courier/*.dist + +# Links for the certificates + cd $(BUILD)/usr/lib/courier && ln -s /etc/courier/pop3d.pem . + cd $(BUILD)/usr/lib/courier && ln -s /etc/courier/imapd.pem . + cd $(BUILD)/usr/lib/courier && ln -s /etc/courier/esmtpd.pem . + +# Replace scripts with symlinks to startup scripts + rm $(BUILD)/usr/sbin/imapd + cd $(BUILD)/usr/sbin && ln -s /etc/init.d/courier-imap imapd + + rm $(BUILD)/usr/lib/courier/pop3d-ssl + rm $(BUILD)/usr/sbin/pop3d-ssl + cd $(BUILD)/usr/sbin && ln -s /etc/init.d/courier-pop-ssl pop3d-ssl + + rm $(BUILD)/usr/lib/courier/imapd-ssl + rm $(BUILD)/usr/sbin/imapd-ssl + cd $(BUILD)/usr/sbin && ln -s /etc/init.d/courier-imap-ssl imapd-ssl + +# Replace PAM files with our versions + rm $(BUILD)/etc/courier/*.authpam + mkdir $(BUILD)/etc/pam.d + cp debian/courier-mta.pam $(BUILD)/etc/pam.d/esmtp + cp debian/courier-imap.pam $(BUILD)/etc/pam.d/imap + cp debian/courier-pop.pam $(BUILD)/etc/pam.d/pop3 + cp debian/sqwebmail.pam $(BUILD)/etc/pam.d/webmail + cp debian/sqwebmail.pam $(BUILD)/etc/pam.d/calendar + +# Lintian overrides + mkdir -p $(BUILD)/usr/share/lintian/overrides + cp debian/courier-faxmail.lintian $(BUILD)/usr/share/lintian/overrides/courier-faxmail + cp debian/courier-imap.lintian $(BUILD)/usr/share/lintian/overrides/courier-imap + cp debian/courier-imap-ssl.lintian $(BUILD)/usr/share/lintian/overrides/courier-imap-ssl + cp debian/courier-ldap.lintian $(BUILD)/usr/share/lintian/overrides/courier-ldap + cp debian/courier-maildrop.lintian $(BUILD)/usr/share/lintian/overrides/courier-maildrop + cp debian/courier-mta.lintian $(BUILD)/usr/share/lintian/overrides/courier-mta + cp debian/courier-pcp.lintian $(BUILD)/usr/share/lintian/overrides/courier-pcp + cp debian/courier-pop.lintian $(BUILD)/usr/share/lintian/overrides/courier-pop + cp debian/courier-pop-ssl.lintian $(BUILD)/usr/share/lintian/overrides/courier-pop-ssl + cp debian/courier-ssl.lintian $(BUILD)/usr/share/lintian/overrides/courier-ssl + cp debian/courier-webadmin.lintian $(BUILD)/usr/share/lintian/overrides/courier-webadmin + cp debian/sqwebmail.lintian $(BUILD)/usr/share/lintian/overrides/sqwebmail + +# Webmlm stuff + mkdir -p $(BUILD)/usr/lib/cgi-bin + cp $(BUILD)/usr/lib/courier/courier/webmail/webmlm $(BUILD)/usr/lib/cgi-bin + +# This seems to be necessary for building in fakeroot +# environment (otherwise dh_strip fails) +# set all binaries to 755, by checking if user has x-bit +# debian/courier_perms will set the right permissions + find $(BUILD) -perm -u+x -type f | xargs chmod u+rwx,go+rx + + dh_movefiles + +# Check if all files have moved out + if [ `find $(BUILD) -not -type d | wc -l` -ne 0 ]; then find $(BUILD) -not -type d; echo "File(s) found not belonging to any package, please contact maintainer"; exit 1; fi + + touch stamp-install + +stamp-install: install + +# Build architecture-independent files here. +binary-indep: stamp-build stamp-install + dh_testdir + dh_testroot + dh_installdebconf -i + dh_installexamples -i + dh_installmenu -i + dh_installinit -i + dh_installinfo -i + dh_installchangelogs -p courier-doc + dh_strip -i + dh_link -i + dh_compress -i + dh_fixperms -i + debian/courier_perms -i + dh_installdeb -i + dh_perl -i + dh_shlibdeps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent files here. +binary-arch: stamp-build stamp-install + dh_testdir + dh_testroot + dh_installdebconf -a + dh_installexamples -a + dh_installmenu -a + dh_installinit -a + dh_installcron -a + dh_installinfo -a + dh_installchangelogs -p courier-base ChangeLog + dh_installchangelogs -p courier-faxmail + dh_installchangelogs -p courier-imap imap/ChangeLog + dh_installchangelogs -p courier-imap-ssl + dh_installchangelogs -p courier-ldap + dh_installchangelogs -p courier-maildrop + dh_installchangelogs -p courier-mlm + dh_installchangelogs -p courier-mta + dh_installchangelogs -p courier-mta-ssl + dh_installchangelogs -p courier-pcp + dh_installchangelogs -p courier-pop + dh_installchangelogs -p courier-pop-ssl + dh_installchangelogs -p courier-ssl + dh_installchangelogs -p courier-webadmin + dh_installchangelogs -p sqwebmail webmail/ChangeLog + dh_strip -a + dh_link -a + dh_compress -a + dh_fixperms -a + debian/courier_perms -a + dh_installdeb -a + dh_perl -a + dh_shlibdeps -a + dh_gencontrol -a -Ncourier-imap -Ncourier-imap-ssl -- -VRELUP="$(RELUP)" + dh_gencontrol -pcourier-imap -- -VRELUP="$(RELUP)" -v4.10.0-20120615-$(shell dpkg-parsechangelog | perl -ne 'print $$2 if /^Version: (.*?)-(.*)$$/') + dh_gencontrol -pcourier-imap-ssl -- -VRELUP="$(RELUP)" -v4.10.0-20120615-$(shell dpkg-parsechangelog | perl -ne 'print $$2 if /^Version: (.*?)-(.*)$$/') + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch + +.PHONY: check build clean binary-indep binary-arch binary install --- courier-0.68.2.orig/debian/sharedindexinstall.pod +++ courier-0.68.2/debian/sharedindexinstall.pod @@ -0,0 +1,25 @@ +=head1 NAME + +sharedindexinstall - Installs the shared index files + +=head1 SYNOPSIS + +sharedindexinstall + +=head1 DESCRIPTION + +B installs the shared index files from +F to F. +The full documentation of shared folders with courier-imap +and sqwebmail is located at +F. + +=head1 SEE ALSO + +L(8), L(8) + +=head1 AUTHOR + +This manual page was written by Willi Mann +for the Debian GNU/Linux system. + --- courier-0.68.2.orig/debian/sharedindexsplit.pod +++ courier-0.68.2/debian/sharedindexsplit.pod @@ -0,0 +1,42 @@ +=head1 NAME + +sharedindexsplit - Splits a shared index file into multiple ones + +=head1 SYNOPSIS + +sharedindexsplit I [ I ] + +=head1 OPTIONS + +=over + +=item I + +The directory where the shared index files should be created. + +=item I + +The number of characters to consider when splitting the index file. + +=back + +=head1 DESCRIPTION + +B takes a list of accounts from standard input +and splits them into multiple shared index files based on the first +character of the username or, if the second argument is given, on +that number of characters. + +The full documentation of shared folders with courier-imap +and sqwebmail is located at +F. + +=head1 SEE ALSO + +L(8), L(8) + +=head1 AUTHOR + +This manual page was written by Willi Mann +for the Debian GNU/Linux system. + --- courier-0.68.2.orig/debian/sqwebmail.README.Debian +++ courier-0.68.2/debian/sqwebmail.README.Debian @@ -0,0 +1,55 @@ +Debian Packaging Issues +*********************** + +Please read /usr/share/doc/courier-base/README.Debian for more +information about the packaging of the Courier Mail Server suite. + +To use the groupware calendaring mode, you have to install +the courier-pcp package. + +The file containing the ispell dictionary used by SqWebMail +has been moved to /etc/courier/ispelldict. + +Version Number +************** + +The version number of the sqwebmail Debian package is derived from +the version number of the complete Courier Mail Server suite. +There is a separate SqWebMail source package available with a +much higher version number than the version number of the Courier +source package, so don't get confused. + +URL +*** + +On a Debian system with a standard webserver setup the URL for +SqWebMail is http://localhost/cgi-bin/sqwebmail. + +Runtime Configuration +********************* + +sqwebmail reads runtime configuration files from /etc/courier, +e.g. /etc/courier/logindomainlist. + +Some other settings can be changed by setting environment +variables via Apache, e.g. increasing the session timeout +from 20 to 60 minutes: + +SetEnv SQWEBMAIL_TIMEOUTSOFT 3600 + +Using a Different Set of Templates +********************************** + +You can make up your own template set from scratch or copy the +existing set within /usr/lib/courier/sqwebmail/html to, e.g. +/home/mywebmail. + +Then you need to advise your webserver to set the environment +variable SQWEBMAIL_TEMPLATEDIR to name of the directory +containing the templates. + +If you're using Apache, try this: + +SetEnv SQWEBMAIL_TEMPLATEDIR /home/mywebmail + + -- Stefan Hornburg (Racke) , Thu Aug 17 09:44:49 2006 --- courier-0.68.2.orig/debian/sqwebmail.config +++ courier-0.68.2/debian/sqwebmail.config @@ -0,0 +1,42 @@ +#! /bin/sh -e +# +# Copyright 2001,2002,2004 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +db_get sqwebmail/install-www +db_set sqwebmail/install-www-backup "$RET" + +db_input medium sqwebmail/install-www || [ $? -eq 30 ] +db_go + +db_input medium sqwebmail/calendarmode || [ $? -eq 30 ] +db_go + +# determine available dictionaries +DICTS=default +for file in /usr/lib/ispell/*.hash; do + DICT=`basename $file .hash` + if [ "$DICT" != "default" ]; then + DICTS="$DICTS, $DICT" + fi +done +db_subst sqwebmail/dictionary DICTS $DICTS +db_input low sqwebmail/dictionary || [ $? -eq 30 ] +db_go --- courier-0.68.2.orig/debian/sqwebmail.cron.d +++ courier-0.68.2/debian/sqwebmail.cron.d @@ -0,0 +1,4 @@ +# /etc/cron.d/sqwebmail: crontab fragment for sqwebmail + +# Remove stale cache records every hour +16 * * * * bin [ -x /usr/lib/courier/sqwebmail/cleancache.pl ] && /usr/lib/courier/sqwebmail/cleancache.pl --- courier-0.68.2.orig/debian/sqwebmail.dirs +++ courier-0.68.2/debian/sqwebmail.dirs @@ -0,0 +1,3 @@ +usr/lib/cgi-bin +var/cache/sqwebmail +var/lib/courier/calendar --- courier-0.68.2.orig/debian/sqwebmail.doc-base +++ courier-0.68.2/debian/sqwebmail.doc-base @@ -0,0 +1,9 @@ +Document: sqwebmail +Title: SqWebMail +Author: Sam Varshavchik +Abstract: SqWebMail Documentation +Section: Network/Communication + +Format: HTML +Files: /usr/share/doc/sqwebmail/sqwebmail.html +Index: /usr/share/doc/sqwebmail/sqwebmail.html --- courier-0.68.2.orig/debian/sqwebmail.docs +++ courier-0.68.2/debian/sqwebmail.docs @@ -0,0 +1,7 @@ +webmail/BUGS +webmail/BUGS.html +webmail/SECURITY +webmail/SECURITY.html +webmail/TODO +webmail/TODO.html + --- courier-0.68.2.orig/debian/sqwebmail.files +++ courier-0.68.2/debian/sqwebmail.files @@ -0,0 +1,23 @@ +etc/courier/sqwebmaild +etc/pam.d/webmail +usr/bin/mimegpg +usr/lib/courier/courier/sqwebmaild +usr/lib/courier/courier/sqwebpasswd +usr/lib/courier/courier/webmail +usr/lib/courier/sqwebmail/cleancache.pl +usr/lib/courier/sqwebmail/html +usr/lib/courier/sqwebmail/ldapsearch +usr/lib/courier/sqwebmail/sendit.sh +usr/lib/courier/sqwebmail/webgpg +usr/sbin/webmaild +usr/sbin/webgpg +usr/share/courier/webadmin/admin-47webmail.html +usr/share/courier/webadmin/admin-47webmail.pl +usr/share/doc/sqwebmail/GPG.html +usr/share/doc/sqwebmail/PCP.html +usr/share/doc/sqwebmail/sqwebmail.html +usr/share/lintian/overrides/sqwebmail +usr/share/man/man1/mimegpg.1 +usr/share/man/man8/webgpg.8 +usr/share/man/man8/webmaild.8 +usr/share/sqwebmail --- courier-0.68.2.orig/debian/sqwebmail.html +++ courier-0.68.2/debian/sqwebmail.html @@ -0,0 +1,20 @@ + + + + SqWebMail Documentation + + + + +

SqWebMail Documentation

+ + + + --- courier-0.68.2.orig/debian/sqwebmail.init +++ courier-0.68.2/debian/sqwebmail.init @@ -0,0 +1,78 @@ +#! /bin/sh -e +### BEGIN INIT INFO +# Short-Description: SqWebMail server +# Provides: sqwebmail +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO +# +# Copyright 2003,2004,2007,2008,2011,2012 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +PROGRAM=webmaild +DAEMON=/usr/sbin/$PROGRAM +NAME="SqWebMail daemon" +PIDFILE="/var/run/courier/sqwebmaild.pid" + +# load LSB functions +. /lib/lsb/init-functions + +# stop if the sqwebmail package has been removed +if ! [ -x $DAEMON ]; then + exit 0 +fi + +case "$1" in +start) + # Create calendar directory if necessary + if [ -f /etc/courier/calendarmode ]; then + NEEDCAL=`cat /etc/courier/calendarmode` + fi + if [ "$NEEDCAL" -a ! -d /var/run/courier/calendar ]; then + mkdir --mode=0775 /var/run/courier/calendar + mkdir --mode=0700 /var/run/courier/calendar/localcache + mkdir --mode=0750 /var/run/courier/calendar/private + mkdir /var/run/courier/calendar/public + chgrp -R daemon /var/run/courier/calendar + fi + # Start webmail daemon + log_daemon_msg "Starting $NAME" $PROGRAM + $DAEMON start + log_end_msg 0 + ;; +stop) + # Stop webmail daemon + log_daemon_msg "Stopping $NAME" $PROGRAM + $DAEMON stop + log_end_msg 0 + ;; +restart | force-reload) + $0 stop + $0 start + ;; +status) + status_of_proc -p $PIDFILE $PROGRAM "$NAME" && exit 0 || exit $? + ;; +*) + echo "Usage: $0 {start|stop|restart|force-reload}" >&2 + exit 2 + ;; +esac + +exit 0 \ No newline at end of file --- courier-0.68.2.orig/debian/sqwebmail.lintian +++ courier-0.68.2/debian/sqwebmail.lintian @@ -0,0 +1,6 @@ +sqwebmail: setgid-binary usr/lib/courier/courier/sqwebpasswd 2755 daemon/daemon +sqwebmail: non-standard-dir-perm var/cache/sqwebmail/ 0700 != 0755 +sqwebmail: missing-debconf-dependency +sqwebmail: package-contains-empty-directory usr/lib/cgi-bin/ +sqwebmail: binary-or-shlib-defines-rpath usr/lib/courier/courier/sqwebmaild /usr/lib/courier-authlib +sqwebmail: binary-or-shlib-defines-rpath usr/lib/courier/courier/sqwebpasswd /usr/lib/courier-authlib --- courier-0.68.2.orig/debian/sqwebmail.pam +++ courier-0.68.2/debian/sqwebmail.pam @@ -0,0 +1,7 @@ +# PAM configuration file for SqWebMail daemon + +@include common-auth +@include common-account +@include common-password + + --- courier-0.68.2.orig/debian/sqwebmail.postinst +++ courier-0.68.2/debian/sqwebmail.postinst @@ -0,0 +1,62 @@ +#! /bin/sh -e +# +# Copyright 2000,2001,2002,2003,2004 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +if [ "$1" = "configure" ]; then + + #Seems that this should be done at compile time? + cp -p /usr/lib/courier/courier/webmail/webmail /usr/lib/cgi-bin/sqwebmail + + db_get sqwebmail/install-www + if [ "$RET" = "symlink" ]; then + db_get sqwebmail/install-www-backup + if [ "$RET" = "copy" ]; then + rm -rf /var/www/sqwebmail + elif [ "$RET" = "symlink" ]; then + rm -f /var/www/sqwebmail + fi + ln -sf /usr/share/sqwebmail /var/www/sqwebmail + elif [ "$RET" = "copy" ]; then + if [ "$RET" = "copy" ]; then + rm -rf /var/www/sqwebmail + elif [ "$RET" = "symlink" ]; then + rm -f /var/www/sqwebmail + fi + mkdir -p /var/www/sqwebmail + cp -a /usr/share/sqwebmail/* /var/www/sqwebmail + fi + + # configure calendarmode + db_get sqwebmail/calendarmode + CALFILE=/etc/courier/calendarmode + if [ "$RET" = "local" ]; then + echo local > $CALFILE + elif [ "$RET" = "net" ]; then + echo net > $CALFILE + else + echo > $CALFILE + fi + # create ispelldict configuration + db_get sqwebmail/dictionary + echo -n "$RET" > /etc/courier/ispelldict +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/sqwebmail.postrm +++ courier-0.68.2/debian/sqwebmail.postrm @@ -0,0 +1,44 @@ +#! /bin/sh -e +# +# Copyright 2000,2001 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +# Source debconf library +. /usr/share/debconf/confmodule + +# Remove CGI script +rm -f /usr/lib/cgi-bin/sqwebmail + +if [ "$1" = "purge" ]; then + # remove cache with authentification info + rm -rf /var/cache/sqwebmail + + db_get sqwebmail/install-www || [ $? -eq 10 ] + if [ "$RET" = "symlink" ]; then + rm -f /var/www/sqwebmail + elif [ "$RET" = "copy" ]; then + rm -rf /var/www/sqwebmail + fi + + # remove calendar mode configuration file + rm -f /etc/courier/calendarmode + + # remove ispelldict configuration + rm -f /etc/courier/ispelldict +fi + +#DEBHELPER# --- courier-0.68.2.orig/debian/sqwebmail.templates +++ courier-0.68.2/debian/sqwebmail.templates @@ -0,0 +1,53 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: sqwebmail/calendarmode +Type: select +__Choices: local, net, disabled +Default: local +_Description: Calendaring mode: + Please specify if you would like to enable calendaring in 'local' mode, + enable groupware or 'net' mode or disable it. + The courier-pcp package is required to use the groupware mode. + . + Local mode adds very little overhead over a disabled calendaring + mode. On the other hand, groupware mode is less resources-friendly and + requires a separate daemon process to be run. + . + For more information, please refer to /usr/share/doc/sqwebmail/PCP.html. + +Template: sqwebmail/dictionary +Type: select +Choices: ${DICTS} +Default: default +_Description: Ispell dictionary: + SqWebMail allows you to spellcheck your emails. Please select an + appropriate dictionary for ispell. + +Template: sqwebmail/install-www +Type: select +_Choices: symlink, copy, custom +Default: symlink +_Description: Installation method for HTML documents and images: + The HTML documents and images in /usr/share/sqwebmail can be made + accessible at /var/www/sqwebmail via a symbolic link; or by being + copied directly into a directory there; or not at all. + . + The 'copy' option is recommended for security reasons. However, if + 'FollowSymLinks' or 'SymLinksIfOwnerMatch' are already enabled in + Apache configuration, the first option can be considered. The last + option needs manual actions to configure the web server. + . + Please note that /var/www/sqwebmail will be removed if this package is + purged unless the 'custom' option is chosen. + +Template: sqwebmail/install-www-backup +Type: string +Description: for internal use + --- courier-0.68.2.orig/debian/srcmgr +++ courier-0.68.2/debian/srcmgr @@ -0,0 +1,69 @@ +#! /usr/bin/perl +# +# Copyright 2003 by Stefan Hornburg (Racke) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA. + +use strict; +use warnings; + +use Cwd; +use File::Find; + +my (@files, @dirs, %fmap); +my $topdir = cwd(); +my $command = shift || ''; + +if ($command eq 'cleanse') { + # read list of files to be preserved from stdin + while (<>) { + chomp(); + $fmap{$_} = 1; + } + # call routine to remove files and symlinks, collects obsolete dirs too + find (\&cleanse_files, $topdir); + # the obsolete dirs are empty too, remove them + for (@dirs) { + next unless -d $_; + rmdir ($_) + || die "Couldn't remove directory $_: $!\n"; + } +} else { + # collect existing files and write them to stdou + find (\&collect_files, $topdir); + print join("\n", @files); +} + +sub collect_files { + return if -d $_ && $_ eq '.'; + my $f = substr($File::Find::name, length($topdir) + 1); + push (@files, $f); +} + +sub cleanse_files { + return if -d $_ && $_ eq '.'; + my $f = substr($File::Find::name, length($topdir) + 1); + unless (exists ($fmap{$f})) { + if (-f $_ || -l $_) { + unlink ($_) + || die "couldn't remove file $File::Find::name: $!\n"; + } + if (-d $_) { + push (@dirs, $f); + } + } +} + --- courier-0.68.2.orig/debian/watch +++ courier-0.68.2/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://sf.net/courier/courier-([\d]+\.[\d]+\.[\d]+).tar.bz2 --- courier-0.68.2.orig/debian/webgpg.pod +++ courier-0.68.2/debian/webgpg.pod @@ -0,0 +1,24 @@ +=head1 NAME + +webgpg - initializes maildir subdirectory gpg + +=head1 SYNOPSIS + +webgpg MAILDIR + +=head1 DESCRIPTION + +B creates a new subdirectory in the given MAILDIR and initializes +it. Once that subdirectory is created, encryption/decryption in SqWebMail will +become available for that account. + +B must be executed by the same UID and GID which owns the MAILDIR. + +=head1 SEE ALSO + +L(1), F + +=head1 AUTHOR + +This manual page was written by Stefan Hornburg (Racke) +for the Debian GNU/Linux system. --- courier-0.68.2.orig/debian/webmaild.pod +++ courier-0.68.2/debian/webmaild.pod @@ -0,0 +1,20 @@ +=head1 NAME + +webmaild - wrapper script for the sqwebmail daemon + +=head1 SYNOPSIS + +webmaild + +=head1 DESCRIPTION + +B is a wrapper script that starts the sqwebmail daemon. It +takes no options. + +The sqwebmail daemon is the backend server for the frontend located in +F. + +=head1 AUTHOR + +This manual page was written by Willi Mann +for the Debian GNU/Linux system. --- courier-0.68.2.orig/imap/imapscanclient.c +++ courier-0.68.2/imap/imapscanclient.c @@ -147,8 +147,11 @@ if (scaninfo->watcher == NULL && (scaninfo->watcher=maildirwatch_alloc(maildir)) == NULL) - imapscanfail("maildirwatch"); - + { + /* we don't report this problem any longer */ + /* imapscanfail("maildirwatch"); */ + } + if ((newname=maildir_lock(maildir, scaninfo->watcher, &tryAnyway)) == NULL) { --- courier-0.68.2.orig/maildir/Makefile.in +++ courier-0.68.2/maildir/Makefile.in @@ -359,7 +359,7 @@ maildirkw_DEPENDENCIES = libmaildir.la ../liblock/liblock.la \ ../numlib/libnumlib.la maildir.libdeps -maildirkw_LDFLAGS = -static +maildirkw_LDFLAGS = maildiracl = maildiracl.c maildiracl_LDADD = libmaildir.la ../liblock/liblock.la ../numlib/libnumlib.la \ `cat maildir.libdeps` --- courier-0.68.2.orig/maildrop/configure.in +++ courier-0.68.2/maildrop/configure.in @@ -108,13 +108,6 @@ AC_PATH_PROGS(COURIERAUTHCONFIG, courierauthconfig) -# When we're a part of the Courier build, we let Courier do the authlib stuff - -if test -d ${srcdir}/../courier -then - COURIERAUTHCONFIG="" -fi - AC_ARG_ENABLE(authlib, [], [ if test "$enableval" = "no" then --- courier-0.68.2.orig/maildrop/mailbot.c +++ courier-0.68.2/maildrop/mailbot.c @@ -404,7 +404,7 @@ if (argn >= argc) { - static char *sendmail_argv[]={"sendmail", "-f", ""}; + static char *sendmail_argv[]={"/usr/sbin/sendmail", "-f", ""}; argn=0; argc=3; --- courier-0.68.2.orig/maildrop/maildrop.C +++ courier-0.68.2/maildrop/maildrop.C @@ -80,7 +80,7 @@ { merr << argv[0] << ": " << p << "\n"; #if SYSLOG_LOGGING - syslog(LOG_INFO, p); + syslog(LOG_INFO, "%s", p); #endif cleanup(); return (EX_TEMPFAIL); @@ -90,7 +90,7 @@ { merr << argv[0] << ": " << p << "\n"; #if SYSLOG_LOGGING - syslog(LOG_INFO, p); + syslog(LOG_INFO, "%s", p); #endif cleanup(); return (EX_TEMPFAIL); --- courier-0.68.2.orig/pcp/po/LINGUAS +++ courier-0.68.2/pcp/po/LINGUAS @@ -0,0 +1 @@ +de sv --- courier-0.68.2.orig/pcp/po/de.po +++ courier-0.68.2/pcp/po/de.po @@ -0,0 +1,270 @@ +# Translation of courier to German +# Copyright (C) Chris Leick , 2008. +# This file is distributed under the same license as the courier package. +# Chris Leick , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.60.0-2_pcp\n" +"Report-Msgid-Bugs-To: http://www.courier-mta.org\n" +"POT-Creation-Date: 2007-07-01 15:36-0400\n" +"PO-Revision-Date: 2008-12-16 21:56+GMT\n" +"Last-Translator: Chris Leick \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: pcp.c:56 +msgid "today" +msgstr "heute" + +#: pcp.c:57 +msgid "tomorrow" +msgstr "morgen" + +#: pcp.c:64 +msgid "from" +msgstr "von" + +#: pcp.c:69 +msgid "to" +msgstr "bis" + +#: pcp.c:74 +msgid "event" +msgstr "Ereignis" + +#: pcp.c:79 +msgid "on" +msgstr "auf" + +#: pcp.c:185 +#, c-format +msgid "" +"LOGIN ERROR:\n" +"%s\n" +msgstr "" +"ANMELDEFEHLER:\n" +"%s\n" + +#: pcp.c:197 pcp.c:1419 +#, c-format +msgid "ERROR: Unable to obtain authentication token from the server.\n" +msgstr "FEHLER: Das Merkmal für die Echtheitsprüfung kann nicht vom Server " +"bezogen werden.\n" + +#: pcp.c:291 +#, c-format +msgid "" +"Conflict: %s\n" +" (%s)\n" +msgstr "" +"Konflikt: %s\n" +" (%s)\n" + +#: pcp.c:310 +msgid "with" +msgstr "mit" + +#: pcp.c:358 +msgid "until" +msgstr "bis" + +#: pcp.c:463 +#, c-format +msgid "Created event %s\n" +msgstr "Erzeugtes Ereignis %s\n" + +#: pcp.c:507 +#, c-format +msgid "" +"\n" +"Enter event information, terminate with EOF (usually CTRL-D)\n" +"\n" +msgstr "" +"\n" +"Geben Sie die Information über das Ereignis ein, beenden Sie mit EOF " +"(normalerweise CTRL-D)\n" +"\n" + +#: pcp.c:588 +msgid "all" +msgstr "alle" + +#: pcp.c:770 +msgid "CANCELLED: " +msgstr "ABGEBROCHEN: " + +#: pcp.c:772 +msgid "(event not yet commited)" +msgstr "(Ereignis bislang nicht bestätigt)" + +#: pcp.c:782 +#, c-format +msgid "%d events found.\n" +msgstr "%d Ereignisse gefunden.\n" + +#: pcp.c:1062 +#, c-format +msgid "Event: %s\n" +msgstr "Ereignis: %s\n" + +#: pcp.c:1086 +#, c-format +msgid " %s\n" +msgstr " %s\n" + +#: pcp.c:1091 +#, c-format +msgid " **** CANCELLED ****\n" +msgstr " **** ABGEBROCHEN ****\n" + +#: pcp.c:1093 +#, c-format +msgid " **** EVENT NOT YET COMMITED ****\n" +msgstr " **** EREIGNIS BISLANG NICHT BESTÄTIGT ****\n" + +#: pcp.c:1096 +#, c-format +msgid " Participant: %s\n" +msgstr " Teilnehmer: %s\n" + +#: pcp.c:1227 +#, c-format +msgid "Attachment: %s (%s)\n" +msgstr "Anhang: %s (%s)\n" + +#: pcp.c:1298 +#, c-format +msgid "" +" (%s charset follows)\n" +"\n" +msgstr "" +" (%s Zeichensatz folgt)\n" +"\n" + +#: pcp.c:1392 +#, c-format +msgid "Password: " +msgstr "Passwort: " + +#: pcp.c:1448 +#, c-format +msgid "" +"ERROR:\n" +"%s\n" +msgstr "" +"FEHLER:\n" +"%s\n" + +#: pcp.c:1469 pcp.c:1499 +#, c-format +msgid "ERROR: ACLs not supported.\n" +msgstr "FEHLER: ACLs nicht unterstützt.\n" + +#: pcp.c:1611 +#, c-format +msgid "" +"Usage: pcp [options] [command]\n" +"\n" +"Options:\n" +" -c - add/uncancel event that conflicts with an existing event\n" +" -s subject - specify event subject\n" +" -C charset - specify your local charset (default %s)\n" +" -m - standard input is already a MIME-formatted message\n" +" -e - list event ids\n" +"\n" +"Commands:\n" +" init\n" +" login USERID\n" +" logout\n" +" add from FROM to TO [ from FROM to TO...]\n" +" update ID from FROM to TO [ from FROM to TO...]\n" +" list [all] [from FROM] [to TO] [event ID]\n" +" cancel ID\n" +" uncancel ID\n" +" delete ID\n" +" connect [/pathname]\n" +" sconnect [/pathname]\n" +" setacl [MODIFY|CONFLICT|LIST|RETR|NONE]*\n" +" listacl\n" +msgstr "" +"Gebrauch: pcp [Optionen] [Befehle]\n" +"\n" +"Optionen:\n" +" -c - Ereignis, das einen Konflikt mit einem bestehenden\n" +" Ereignis hat, hinzufügen/weiterhin ausführen\n" +" -s Betreff - Betreff des Ereignisses angeben\n" +" -C Zeichensatz - lokalen Zeichensatz angeben (Standard %s)\n" +" -m - Standardeingabe ist bereits eine Nachricht im\n" +" MIME-Format\n" +" -e - Ereignis-IDs auflisten\n" +"\n" +"Befehle:\n" +" init\n" +" login USERID\n" +" logout\n" +" add from FROM to TO [ from FROM to TO...]\n" +" update ID from FROM to TO [ from FROM to TO...]\n" +" list [all] [from FROM] [to TO] [event ID]\n" +" cancel ID\n" +" uncancel ID\n" +" delete ID\n" +" connect [/Pfadname]\n" +" sconnect [/Pfadname]\n" +" setacl [MODIFY|CONFLICT|LIST|RETR|NONE]*\n" +" listacl\n" + +#: pcp.c:1712 +msgid "add" +msgstr "add" + +#: pcp.c:1713 +msgid "update" +msgstr "update" + +#: pcp.c:1715 +msgid "init" +msgstr "init" + +#: pcp.c:1721 +msgid "login" +msgstr "login" + +#: pcp.c:1730 +msgid "connect" +msgstr "connect" + +#: pcp.c:1748 +msgid "sconnect" +msgstr "sconnect" + +#: pcp.c:1767 +msgid "cancel" +msgstr "cancel" + +#: pcp.c:1776 +msgid "delete" +msgstr "delete" + +#: pcp.c:1785 +msgid "uncancel" +msgstr "uncancel" + +#: pcp.c:1827 +#, c-format +msgid "Error: -s is required\n" +msgstr "Fehler: -s ist erforderlich\n" + +#: pcp.c:1840 +msgid "list" +msgstr "list" + +#: pcp.c:1845 +msgid "setacl" +msgstr "setacl" + +#: pcp.c:1861 +msgid "listacl" +msgstr "listacl" --- courier-0.68.2.orig/pcp/po/sv.po +++ courier-0.68.2/pcp/po/sv.po @@ -0,0 +1,279 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Double Precision, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.47-11 pcp\n" +"Report-Msgid-Bugs-To: http://www.courier-mta.org\n" +"POT-Creation-Date: 2004-06-11 23:01-0400\n" +"PO-Revision-Date: 2005-11-10 01:27+0100\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: swe\n" +"X-Poedit-Country: swe\n" + +#: pcp.c:56 +msgid "today" +msgstr "idag" + +#: pcp.c:57 +msgid "tomorrow" +msgstr "imorgon" + +#: pcp.c:64 +msgid "from" +msgstr "från" + +#: pcp.c:69 +msgid "to" +msgstr "till" + +#: pcp.c:74 +msgid "event" +msgstr "händelse" + +#: pcp.c:79 +msgid "on" +msgstr "den" + +#: pcp.c:185 +#, c-format +msgid "" +"LOGIN ERROR:\n" +"%s\n" +msgstr "" +"INLOGGNINGSFEL:\n" +"%s\n" + +#: pcp.c:197 +#: pcp.c:1419 +#, c-format +msgid "ERROR: Unable to obtain authentication token from the server.\n" +msgstr "FEL: Kunde inte hämta autentiseringstoken från servern.\n" + +#: pcp.c:291 +#, c-format +msgid "" +"Conflict: %s\n" +" (%s)\n" +msgstr "" +"Konflikt: %s\n" +" (%s)\n" + +#: pcp.c:310 +msgid "with" +msgstr "med" + +#: pcp.c:358 +msgid "until" +msgstr "fram till" + +#: pcp.c:463 +#, c-format +msgid "Created event %s\n" +msgstr "Skapade händelse %s\n" + +#: pcp.c:507 +#, c-format +msgid "" +"\n" +"Enter event information, terminate with EOF (usually CTRL-D)\n" +"\n" +msgstr "" +"\n" +"Ange händelseinformation, avsluta med EOF (normalt sett CTRL-D)\n" +"\n" + +#: pcp.c:588 +msgid "all" +msgstr "alla" + +#: pcp.c:770 +msgid "CANCELLED: " +msgstr "AVBRUTEN: " + +#: pcp.c:772 +msgid "(event not yet commited)" +msgstr "(händelse ännu inte insänd)" + +#: pcp.c:782 +#, c-format +msgid "%d events found.\n" +msgstr "%d händelser funna.\n" + +#: pcp.c:1062 +#, c-format +msgid "Event: %s\n" +msgstr "Händelse: %s\n" + +#: pcp.c:1086 +#, c-format +msgid " %s\n" +msgstr " %s\n" + +#: pcp.c:1091 +#, c-format +msgid " **** CANCELLED ****\n" +msgstr " **** AVBRUTEN ****\n" + +#: pcp.c:1093 +#, c-format +msgid " **** EVENT NOT YET COMMITED ****\n" +msgstr " **** HÄNDELSEN ÄNNU INTE INSÄND ****\n" + +#: pcp.c:1096 +#, c-format +msgid " Participant: %s\n" +msgstr " Deltagare: %s\n" + +#: pcp.c:1227 +#, c-format +msgid "Attachment: %s (%s)\n" +msgstr "Bifogning: %s (%s)\n" + +#: pcp.c:1298 +#, c-format +msgid "" +" (%s charset follows)\n" +"\n" +msgstr "" +" (%s teckenuppsättning följer)\n" +"\n" + +#: pcp.c:1392 +#, c-format +msgid "Password: " +msgstr "Lösenord: " + +#: pcp.c:1448 +#, c-format +msgid "" +"ERROR:\n" +"%s\n" +msgstr "" +"FEL:\n" +"%s\n" + +#: pcp.c:1469 +#: pcp.c:1499 +#, c-format +msgid "ERROR: ACLs not supported.\n" +msgstr "FEL: ACL (Access Control Lists) stöds inte.\n" + +#: pcp.c:1611 +#, c-format +msgid "" +"Usage: pcp [options] [command]\n" +"\n" +"Options:\n" +" -c - add/uncancel event that conflicts with an existing event\n" +" -s subject - specify event subject\n" +" -C charset - specify your local charset (default " +msgstr "" +"Användning: pcp [flaggor] [kommando]\n" +"\n" +"Flaggor:\n" +" -c - lägg till/återuppta händelse som är i konflikt\n" +" med en existerande händelse\n" +" -s ämne - ange ämne för händelse\n" +" -C tecken - ange din lokala teckenuppsättning (förvald " + +#: pcp.c:1616 +#, c-format +msgid "" +")\n" +" -m - standard input is already a MIME-formatted message\n" +" -e - list event ids\n" +"\n" +"Commands:\n" +" init\n" +" login USERID\n" +" logout\n" +" add from FROM to TO [ from FROM to TO...]\n" +" update ID from FROM to TO [ from FROM to TO...]\n" +" list [all] [from FROM] [to TO] [event ID]\n" +" cancel ID\n" +" uncancel ID\n" +" delete ID\n" +" connect [/pathname]\n" +" sconnect [/pathname]\n" +" setacl [MODIFY|CONFLICT|LIST|RETR|NONE]*\n" +" listacl\n" +msgstr "" +")\n" +" -m - standard inmatning är redan ett MIME-formaterat meddelande\n" +" -e - lista händelsernas ID:n\n" +"\n" +"Kommandon:\n" +" init\n" +" login ANVÄNDARID\n" +" logout\n" +" add from FRÅN to TILL [ from FRÅN to TILL...]\n" +" update ID from FRÅN to TILL [ from FRÅN to TILL...]\n" +" list [all] [från FRÅN] [to TILL] [event ID]\n" +" cancel ID\n" +" uncancel ID\n" +" delete ID\n" +" connect [/sökväg]\n" +" sconnect [/sökväg]\n" +" setacl [MODIFY|CONFLICT|LIST|RETR|NONE]*\n" +" listacl\n" + +#: pcp.c:1712 +msgid "add" +msgstr "lägg till" + +#: pcp.c:1713 +msgid "update" +msgstr "uppdatera" + +#: pcp.c:1715 +msgid "init" +msgstr "init" + +#: pcp.c:1721 +msgid "login" +msgstr "logga in" + +#: pcp.c:1730 +msgid "connect" +msgstr "connect" + +#: pcp.c:1748 +msgid "sconnect" +msgstr "sconnect" + +#: pcp.c:1767 +msgid "cancel" +msgstr "avbryt" + +#: pcp.c:1776 +msgid "delete" +msgstr "ta bort" + +#: pcp.c:1785 +msgid "uncancel" +msgstr "återuppta" + +#: pcp.c:1827 +#, c-format +msgid "Error: -s is required\n" +msgstr "Fel: -s krävs\n" + +#: pcp.c:1840 +msgid "list" +msgstr "lista" + +#: pcp.c:1845 +msgid "setacl" +msgstr "setacl" + +#: pcp.c:1861 +msgid "listacl" +msgstr "listacl" + --- courier-0.68.2.orig/webmail/Makefile.am +++ courier-0.68.2/webmail/Makefile.am @@ -138,7 +138,7 @@ echo '#define LOGINDOMAINLIST "$(sysconfdir)/logindomainlist"' >>htmllibdir.h echo '#define MAXMSGSIZE @MAXMSGSIZE@' >>htmllibdir.h echo '#define IMGPATH "@imageurl@"' >>htmllibdir.h - echo '#define SOCKDIR "$(localstatedir)"' >>htmllibdir.h + echo '#define SOCKDIR "@piddir@"' >>htmllibdir.h echo '#define SHAREDINDEXFILE "$(sysconfdir)/shared/index"' >>htmllibdir.h echo '#define SQWEBPASSWD "$(pkglibexecdir)/sqwebpasswd"' >>htmllibdir.h if test -d $(srcdir)/../courier \ --- courier-0.68.2.orig/webmail/configure.in +++ courier-0.68.2/webmail/configure.in @@ -54,11 +54,14 @@ eval "bindir=$bindir" eval "localstatedir=$localstatedir" +AC_ARG_WITH(piddir, [ --with-piddir Directory where sqwebmail socket/pid files are located ], piddir="$withval", piddir="${locatestatedir}/tmp/") + htmldir="$datadir/sqwebmail/html" scriptdir="$datadir/sqwebmail" AC_SUBST(htmldir) AC_SUBST(scriptdir) +AC_SUBST(piddir) AC_ARG_WITH(mailer, [ --with-mailer=prog Your mail submission program], --- courier-0.68.2.orig/webmail/pcp.c +++ courier-0.68.2/webmail/pcp.c @@ -1518,7 +1518,7 @@ printf(" "); if (p->address && strcmp(p->address, "@")) { - printf(getarg("CONFLICTERR2")); + printf("%s", getarg("CONFLICTERR2")); print_safe(p->address); } else --- courier-0.68.2.orig/webmail/sqwebmail.c +++ courier-0.68.2/webmail/sqwebmail.c @@ -1097,7 +1097,7 @@ c=strchr(c, '.'); if (c) { - printf(sep); + printf("%s", sep); print_safe(c+1); } }