--- courier-0.53.3.orig/config.guess +++ courier-0.53.3/config.guess @@ -1,9 +1,9 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2003-06-17' +timestamp='2005-04-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -53,7 +53,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO @@ -136,13 +136,6 @@ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -## for Red Hat Linux -if test -f /etc/redhat-release ; then - VENDOR=redhat ; -else - VENDOR= ; -fi - # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in @@ -204,15 +197,21 @@ # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit 0 ;; + amd64:OpenBSD:*:*) + echo x86_64-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; amiga:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - arc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} + cats:OpenBSD:*:*) + echo arm-unknown-openbsd${UNAME_RELEASE} exit 0 ;; hp300:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; + luna88k:OpenBSD:*:*) + echo m88k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; mac68k:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; @@ -228,25 +227,33 @@ mvmeppc:OpenBSD:*:*) echo powerpc-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - pmax:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; sgi:OpenBSD:*:*) - echo mipseb-unknown-openbsd${UNAME_RELEASE} + echo mips64-unknown-openbsd${UNAME_RELEASE} exit 0 ;; sun3:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - wgrisc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; *:OpenBSD:*:*) echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} exit 0 ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit 0 ;; + macppc:MirBSD:*:*) + echo powerppc-unknown-mirbsd${UNAME_RELEASE} + exit 0 ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit 0 ;; alpha:OSF1:*:*) - if test $UNAME_RELEASE = "V4.0"; then + case $UNAME_RELEASE in + *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` - fi + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU @@ -284,14 +291,12 @@ "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac + # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit 0 ;; - Alpha*:OpenVMS:*:*) - echo alpha-hp-vms + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit 0 ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? @@ -314,6 +319,12 @@ *:OS/390:*:*) echo i370-ibm-openedition exit 0 ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit 0 ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; @@ -334,7 +345,7 @@ DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit 0 ;; - DRS?6000:UNIX_SV:4.2*:7*) + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7 && exit 0 ;; esac ;; @@ -406,6 +417,9 @@ *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit 0 ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit 0 ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit 0 ;; @@ -741,7 +755,7 @@ echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; *:UNICOS/mp:*:*) - echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` @@ -749,6 +763,11 @@ FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit 0 ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit 0 ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit 0 ;; @@ -758,19 +777,8 @@ *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit 0 ;; - *:FreeBSD:*:*|*:GNU/FreeBSD:*:*) - # Determine whether the default compiler uses glibc. - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - #if __GLIBC__ >= 2 - LIBC=gnu - #else - LIBC= - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} + *:FreeBSD:*:*) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit 0 ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin @@ -796,6 +804,9 @@ i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit 0 ;; + amd64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit 0 ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit 0 ;; @@ -803,8 +814,13 @@ echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; *:GNU:*:*) + # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit 0 ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit 0 ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit 0 ;; @@ -814,8 +830,17 @@ cris:Linux:*:*) echo cris-axis-linux-gnu exit 0 ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit 0 ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit 0 ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-${VENDOR:-unknown}-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -859,10 +884,10 @@ test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ;; ppc:Linux:*:*) - echo powerpc-${VENDOR:-unknown}-linux-gnu + echo powerpc-unknown-linux-gnu exit 0 ;; ppc64:Linux:*:*) - echo powerpc64-${VENDOR:-unknown}-linux-gnu + echo powerpc64-unknown-linux-gnu exit 0 ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -890,7 +915,7 @@ echo hppa64-unknown-linux-gnu exit 0 ;; s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-${VENDOR:-ibm}-linux-gnu + echo ${UNAME_MACHINE}-ibm-linux exit 0 ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -902,7 +927,7 @@ echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; x86_64:Linux:*:*) - echo x86_64-${VENDOR:-unknown}-linux-gnu + echo x86_64-unknown-linux-gnu exit 0 ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so @@ -952,9 +977,12 @@ LIBC=gnuaout #endif #endif + #ifdef __dietlibc__ + LIBC=dietlibc + #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` - test x"${LIBC}" != x && echo "${UNAME_MACHINE}-${VENDOR:-pc}-linux-${LIBC}" && exit 0 + test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0 ;; i*86:DYNIX/ptx:4*:*) @@ -982,6 +1010,9 @@ i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit 0 ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit 0 ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit 0 ;; @@ -1051,9 +1082,9 @@ M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit 0 ;; - M68*:*:R3V[567]*:*) + M68*:*:R3V[5678]*:*) test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; - 3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0) + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` @@ -1109,6 +1140,10 @@ # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit 0 ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit 0 ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos @@ -1151,9 +1186,10 @@ echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; *:Darwin:*:*) - case `uname -p` in + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in *86) UNAME_PROCESSOR=i686 ;; - powerpc) UNAME_PROCESSOR=powerpc ;; + unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit 0 ;; @@ -1168,7 +1204,10 @@ *:QNX:*:4*) echo i386-pc-qnx exit 0 ;; - NSR-[DGKLNPTVW]:NONSTOP_KERNEL:*:*) + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit 0 ;; + NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit 0 ;; *:NonStop-UX:*:*) @@ -1212,6 +1251,19 @@ SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit 0 ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms && exit 0 ;; + I*) echo ia64-dec-vms && exit 0 ;; + V*) echo vax-dec-vms && exit 0 ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 @@ -1371,7 +1423,9 @@ the operating system you are using. It is advised that you download the most up to date version of the config scripts from - ftp://ftp.gnu.org/pub/gnu/config/ + http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess +and + http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub If the version you run ($0) is already up to date, please send the following data and any information you think might be --- courier-0.53.3.orig/config.sub +++ courier-0.53.3/config.sub @@ -1,9 +1,9 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2003-06-18' +timestamp='2005-04-22' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -70,7 +70,7 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO @@ -118,7 +118,8 @@ # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | freebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ + kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -144,7 +145,7 @@ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis) + -apple | -axis | -knuth | -cray) os= basic_machine=$1 ;; @@ -228,14 +229,16 @@ | a29k \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ - | ip2k \ - | m32r | m68000 | m68k | m88k | mcore \ + | ip2k | iq2000 \ + | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -247,6 +250,7 @@ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ @@ -257,15 +261,15 @@ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | s390 | s390x \ | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ + | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b \ | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ - | x86 | xscale | xstormy16 | xtensa \ + | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; @@ -296,19 +300,19 @@ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* \ - | bs2000-* \ + | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ - | clipper-* | cydra-* \ + | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ - | ip2k-* \ - | m32r-* \ + | ip2k-* | iq2000-* \ + | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | mcore-* \ + | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ @@ -320,28 +324,30 @@ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ + | mmix-* \ | msp430-* \ - | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | s390-* | s390x-* \ | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ - | xtensa-* \ + | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa-* \ | ymp-* \ | z8k-*) ;; @@ -361,6 +367,9 @@ basic_machine=a29k-amd os=-udi ;; + abacus) + basic_machine=abacus-unknown + ;; adobe68k) basic_machine=m68010-adobe os=-scout @@ -378,6 +387,9 @@ amd64) basic_machine=x86_64-pc ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; amdahl) basic_machine=580-amdahl os=-sysv @@ -437,12 +449,27 @@ basic_machine=j90-cray os=-unicos ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16c) + basic_machine=cr16c-unknown + os=-elf + ;; crds | unos) basic_machine=m68k-crds ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; da30 | da30-*) basic_machine=m68k-da30 ;; @@ -465,6 +492,10 @@ basic_machine=m88k-motorola os=-sysv3 ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx @@ -643,10 +674,6 @@ mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; - mmix*) - basic_machine=mmix-knuth - os=-mmixware - ;; monitor) basic_machine=m68k-rom68k os=-coff @@ -727,10 +754,6 @@ np1) basic_machine=np1-gould ;; - nv1) - basic_machine=nv1-cray - os=-unicosmp - ;; nsr-tandem) basic_machine=nsr-tandem ;; @@ -742,6 +765,10 @@ basic_machine=or32-unknown os=-coff ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose @@ -833,6 +860,12 @@ rtpc | rtpc-*) basic_machine=romp-ibm ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; sa29200) basic_machine=a29k-amd os=-udi @@ -956,6 +989,10 @@ tower | tower-32) basic_machine=m68k-ncr ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; udi29k) basic_machine=a29k-amd os=-udi @@ -999,6 +1036,10 @@ basic_machine=hppa1.1-winbond os=-proelf ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; xps | xps100) basic_machine=xps100-honeywell ;; @@ -1029,6 +1070,9 @@ romp) basic_machine=romp-ibm ;; + mmix) + basic_machine=mmix-knuth + ;; rs6000) basic_machine=rs6000-ibm ;; @@ -1124,19 +1168,20 @@ | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ - | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix* | -nx6 | -nx7 | -sei*) + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1160,6 +1205,9 @@ -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; @@ -1172,6 +1220,9 @@ -opened*) os=-openedition ;; + -os400*) + os=-os400 + ;; -wince*) os=-wince ;; @@ -1193,6 +1244,9 @@ -atheos*) os=-atheos ;; + -syllable*) + os=-syllable + ;; -386bsd) os=-bsd ;; @@ -1215,6 +1269,9 @@ -sinix*) os=-sysv4 ;; + -tpf*) + os=-tpf + ;; -triton*) os=-sysv3 ;; @@ -1251,6 +1308,9 @@ -kaos*) os=-kaos ;; + -zvmoe) + os=-zvmoe + ;; -none) ;; *) @@ -1282,9 +1342,9 @@ arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff - ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 @@ -1331,6 +1391,9 @@ *-ibm) os=-aix ;; + *-knuth) + os=-mmixware + ;; *-wec) os=-proelf ;; @@ -1463,9 +1526,15 @@ -mvs* | -opened*) vendor=ibm ;; + -os400*) + vendor=ibm + ;; -ptx*) vendor=sequent ;; + -tpf*) + vendor=ibm + ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; --- courier-0.53.3.orig/rfc2045/reformime.1 +++ courier-0.53.3/rfc2045/reformime.1 @@ -266,7 +266,7 @@ .nf $ reformime -h '=?iso-8859-1?Q?H=F3la!?=' -H鏊a! +H\['o]la! .fi .TP \fB-o "\fItext\fB"\fR --- courier-0.53.3.orig/maildir/Makefile.in +++ courier-0.53.3/maildir/Makefile.in @@ -313,7 +313,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.53.3.orig/maildir/config.guess +++ courier-0.53.3/maildir/config.guess @@ -0,0 +1,1465 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + +timestamp='2005-04-22' + +# This file 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. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Per Bothner . +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# This script attempts to guess a canonical system name similar to +# config.sub. If it succeeds, it prints the system name on stdout, and +# exits with 0. Otherwise, it exits with 1. +# +# The plan is that this can be called by configure scripts if you +# don't specify an explicit build system type. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit 0 ;; + --version | -v ) + echo "$version" ; exit 0 ;; + --help | --h* | -h ) + echo "$usage"; exit 0 ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep __ELF__ >/dev/null + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit 0 ;; + amd64:OpenBSD:*:*) + echo x86_64-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + amiga:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + cats:OpenBSD:*:*) + echo arm-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + hp300:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + luna88k:OpenBSD:*:*) + echo m88k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mac68k:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + macppc:OpenBSD:*:*) + echo powerpc-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvme68k:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvme88k:OpenBSD:*:*) + echo m88k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvmeppc:OpenBSD:*:*) + echo powerpc-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + sgi:OpenBSD:*:*) + echo mips64-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + sun3:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + *:OpenBSD:*:*) + echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit 0 ;; + macppc:MirBSD:*:*) + echo powerppc-unknown-mirbsd${UNAME_RELEASE} + exit 0 ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit 0 ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit 0 ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit 0 ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit 0 ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit 0;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit 0 ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit 0 ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit 0 ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit 0 ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit 0 ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit 0;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit 0;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit 0 ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit 0 ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit 0 ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7 && exit 0 ;; + esac ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + i86pc:SunOS:5.*:*) + echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit 0 ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit 0 ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit 0 ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit 0 ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit 0 ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit 0 ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit 0 ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit 0 ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit 0 ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit 0 ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit 0 ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit 0 ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit 0 ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c \ + && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ + && exit 0 + echo mips-mips-riscos${UNAME_RELEASE} + exit 0 ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit 0 ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit 0 ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit 0 ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit 0 ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit 0 ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit 0 ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit 0 ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit 0 ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit 0 ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit 0 ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit 0 ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit 0 ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit 0 ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit 0 ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit 0 ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 + echo rs6000-ibm-aix3.2.5 + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit 0 ;; + *:AIX:*:[45]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit 0 ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit 0 ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit 0 ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit 0 ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit 0 ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit 0 ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit 0 ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit 0 ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + # avoid double evaluation of $set_cc_for_build + test -n "$CC_FOR_BUILD" || eval $set_cc_for_build + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit 0 ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit 0 ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 + echo unknown-hitachi-hiuxwe2 + exit 0 ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit 0 ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit 0 ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit 0 ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit 0 ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit 0 ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit 0 ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit 0 ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit 0 ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit 0 ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit 0 ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit 0 ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit 0 ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit 0 ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit 0 ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit 0 ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit 0 ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit 0 ;; + *:FreeBSD:*:*) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit 0 ;; + i*:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit 0 ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit 0 ;; + x86:Interix*:[34]*) + echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' + exit 0 ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit 0 ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit 0 ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit 0 ;; + amd64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit 0 ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit 0 ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit 0 ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit 0 ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit 0 ;; + arm*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit 0 ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit 0 ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit 0 ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + mips:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips + #undef mipsel + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mipsel + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 + ;; + mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips64 + #undef mips64el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mips64el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips64 + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 + ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit 0 ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit 0 ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit 0 ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; + esac + exit 0 ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit 0 ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit 0 ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + x86_64:Linux:*:*) + echo x86_64-unknown-linux-gnu + exit 0 ;; + i*86:Linux:*:*) + # The BFD linker knows what the default object file format is, so + # first see if it will tell us. cd to the root directory to prevent + # problems with other programs or directories called `ld' in the path. + # Set LC_ALL=C to ensure ld outputs messages in English. + ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ + | sed -ne '/supported targets:/!d + s/[ ][ ]*/ /g + s/.*supported targets: *// + s/ .*// + p'` + case "$ld_supported_targets" in + elf32-i386) + TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" + ;; + a.out-i386-linux) + echo "${UNAME_MACHINE}-pc-linux-gnuaout" + exit 0 ;; + coff-i386) + echo "${UNAME_MACHINE}-pc-linux-gnucoff" + exit 0 ;; + "") + # Either a pre-BFD a.out linker (linux-gnuoldld) or + # one that does not give us useful --help. + echo "${UNAME_MACHINE}-pc-linux-gnuoldld" + exit 0 ;; + esac + # Determine whether the default compiler is a.out or elf + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + #ifdef __ELF__ + # ifdef __GLIBC__ + # if __GLIBC__ >= 2 + LIBC=gnu + # else + LIBC=gnulibc1 + # endif + # else + LIBC=gnulibc1 + # endif + #else + #ifdef __INTEL_COMPILER + LIBC=gnu + #else + LIBC=gnuaout + #endif + #endif + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 + test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0 + ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit 0 ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit 0 ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit 0 ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit 0 ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit 0 ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit 0 ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit 0 ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit 0 ;; + i*86:*:5:[78]*) + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit 0 ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit 0 ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i386. + echo i386-pc-msdosdjgpp + exit 0 ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit 0 ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit 0 ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit 0 ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit 0 ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit 0 ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit 0 ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && echo i486-ncr-sysv4.3${OS_REL} && exit 0 + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && echo i486-ncr-sysv4 && exit 0 ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit 0 ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit 0 ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit 0 ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit 0 ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit 0 ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit 0 ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit 0 ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit 0 ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit 0 ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit 0 ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit 0 ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit 0 ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit 0 ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit 0 ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit 0 ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit 0 ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit 0 ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit 0 ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit 0 ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit 0 ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit 0 ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + *86) UNAME_PROCESSOR=i686 ;; + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit 0 ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit 0 ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit 0 ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit 0 ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit 0 ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit 0 ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit 0 ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit 0 ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit 0 ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit 0 ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit 0 ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit 0 ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit 0 ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit 0 ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit 0 ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit 0 ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms && exit 0 ;; + I*) echo ia64-dec-vms && exit 0 ;; + V*) echo vax-dec-vms && exit 0 ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit 0 ;; +esac + +#echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0 + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit 0 ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit 0 ;; + c34*) + echo c34-convex-bsd + exit 0 ;; + c38*) + echo c38-convex-bsd + exit 0 ;; + c4*) + echo c4-convex-bsd + exit 0 ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: --- courier-0.53.3.orig/maildir/config.sub +++ courier-0.53.3/maildir/config.sub @@ -0,0 +1,1569 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + +timestamp='2005-04-22' + +# This file is (in principle) common to ALL GNU software. +# The presence of a machine in this file suggests that SOME GNU software +# can handle that machine. It does not imply ALL GNU software can. +# +# This file 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. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit 0 ;; + --version | -v ) + echo "$version" ; exit 0 ;; + --help | --h* | -h ) + echo "$usage"; exit 0 ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit 0;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ + kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray) + os= + basic_machine=$1 + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64vr | mips64vrel \ + | mips64orion | mips64orionel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | msp430 \ + | ns16k | ns32k \ + | openrisc | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | pyramid \ + | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b \ + | strongarm \ + | tahoe | thumb | tic4x | tic80 | tron \ + | v850 | v850e \ + | we32k \ + | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ + | z8k) + basic_machine=$basic_machine-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | msp430-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | pyramid-* \ + | romp-* | rs6000-* \ + | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tron-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa-* \ + | ymp-* \ + | z8k-*) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16c) + basic_machine=cr16c-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; +# I'm not sure what "Sysv32" means. Should this be sysv3.2? + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + or32 | or32-*) + basic_machine=or32-unknown + os=-coff + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc) basic_machine=powerpc-unknown + ;; + ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tic54x | c54x*) + basic_machine=tic54x-unknown + os=-coff + ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + # This also exists in the configure program, but was not the + # default. + # os=-sunos4 + ;; + m68*-cisco) + os=-aout + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: --- courier-0.53.3.orig/imap/imapscanclient.c +++ courier-0.53.3/imap/imapscanclient.c @@ -137,8 +137,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.53.3.orig/maildrop/configure.in +++ courier-0.53.3/maildrop/configure.in @@ -107,13 +107,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.53.3.orig/maildrop/mailbot.c +++ courier-0.53.3/maildrop/mailbot.c @@ -360,7 +360,7 @@ if (argn >= argc) { - static char *sendmail_argv[]={"sendmail", "-f", ""}; + static char *sendmail_argv[]={"/usr/sbin/sendmail", "-f", ""}; argn=0; argc=3; --- courier-0.53.3.orig/webmail/configure.in +++ courier-0.53.3/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.53.3.orig/webmail/Makefile.am +++ courier-0.53.3/webmail/Makefile.am @@ -129,7 +129,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.53.3.orig/courier/Makefile.in +++ courier-0.53.3/courier/Makefile.in @@ -1709,7 +1709,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.53.3.orig/courier/config.guess +++ courier-0.53.3/courier/config.guess @@ -1,9 +1,9 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2003-06-17' +timestamp='2005-04-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -53,7 +53,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO @@ -136,13 +136,6 @@ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -## for Red Hat Linux -if test -f /etc/redhat-release ; then - VENDOR=redhat ; -else - VENDOR= ; -fi - # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in @@ -204,15 +197,21 @@ # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit 0 ;; + amd64:OpenBSD:*:*) + echo x86_64-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; amiga:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - arc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} + cats:OpenBSD:*:*) + echo arm-unknown-openbsd${UNAME_RELEASE} exit 0 ;; hp300:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; + luna88k:OpenBSD:*:*) + echo m88k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; mac68k:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; @@ -228,25 +227,33 @@ mvmeppc:OpenBSD:*:*) echo powerpc-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - pmax:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; sgi:OpenBSD:*:*) - echo mipseb-unknown-openbsd${UNAME_RELEASE} + echo mips64-unknown-openbsd${UNAME_RELEASE} exit 0 ;; sun3:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - wgrisc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; *:OpenBSD:*:*) echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} exit 0 ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit 0 ;; + macppc:MirBSD:*:*) + echo powerppc-unknown-mirbsd${UNAME_RELEASE} + exit 0 ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit 0 ;; alpha:OSF1:*:*) - if test $UNAME_RELEASE = "V4.0"; then + case $UNAME_RELEASE in + *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` - fi + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU @@ -284,14 +291,12 @@ "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac + # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit 0 ;; - Alpha*:OpenVMS:*:*) - echo alpha-hp-vms + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit 0 ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? @@ -314,6 +319,12 @@ *:OS/390:*:*) echo i370-ibm-openedition exit 0 ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit 0 ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; @@ -334,7 +345,7 @@ DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit 0 ;; - DRS?6000:UNIX_SV:4.2*:7*) + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7 && exit 0 ;; esac ;; @@ -406,6 +417,9 @@ *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit 0 ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit 0 ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit 0 ;; @@ -741,7 +755,7 @@ echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; *:UNICOS/mp:*:*) - echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` @@ -749,6 +763,11 @@ FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit 0 ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit 0 ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit 0 ;; @@ -758,19 +777,8 @@ *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit 0 ;; - *:FreeBSD:*:*|*:GNU/FreeBSD:*:*) - # Determine whether the default compiler uses glibc. - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - #if __GLIBC__ >= 2 - LIBC=gnu - #else - LIBC= - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} + *:FreeBSD:*:*) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit 0 ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin @@ -796,6 +804,9 @@ i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit 0 ;; + amd64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit 0 ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit 0 ;; @@ -803,8 +814,13 @@ echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; *:GNU:*:*) + # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit 0 ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit 0 ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit 0 ;; @@ -814,8 +830,17 @@ cris:Linux:*:*) echo cris-axis-linux-gnu exit 0 ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit 0 ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit 0 ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-${VENDOR:-unknown}-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -859,10 +884,10 @@ test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ;; ppc:Linux:*:*) - echo powerpc-${VENDOR:-unknown}-linux-gnu + echo powerpc-unknown-linux-gnu exit 0 ;; ppc64:Linux:*:*) - echo powerpc64-${VENDOR:-unknown}-linux-gnu + echo powerpc64-unknown-linux-gnu exit 0 ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -890,7 +915,7 @@ echo hppa64-unknown-linux-gnu exit 0 ;; s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-${VENDOR:-ibm}-linux-gnu + echo ${UNAME_MACHINE}-ibm-linux exit 0 ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -902,7 +927,7 @@ echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; x86_64:Linux:*:*) - echo x86_64-${VENDOR:-unknown}-linux-gnu + echo x86_64-unknown-linux-gnu exit 0 ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so @@ -952,9 +977,12 @@ LIBC=gnuaout #endif #endif + #ifdef __dietlibc__ + LIBC=dietlibc + #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` - test x"${LIBC}" != x && echo "${UNAME_MACHINE}-${VENDOR:-pc}-linux-${LIBC}" && exit 0 + test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0 ;; i*86:DYNIX/ptx:4*:*) @@ -982,6 +1010,9 @@ i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit 0 ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit 0 ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit 0 ;; @@ -1051,9 +1082,9 @@ M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit 0 ;; - M68*:*:R3V[567]*:*) + M68*:*:R3V[5678]*:*) test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; - 3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0) + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` @@ -1109,6 +1140,10 @@ # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit 0 ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit 0 ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos @@ -1151,9 +1186,10 @@ echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; *:Darwin:*:*) - case `uname -p` in + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in *86) UNAME_PROCESSOR=i686 ;; - powerpc) UNAME_PROCESSOR=powerpc ;; + unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit 0 ;; @@ -1168,7 +1204,10 @@ *:QNX:*:4*) echo i386-pc-qnx exit 0 ;; - NSR-[DGKLNPTVW]:NONSTOP_KERNEL:*:*) + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit 0 ;; + NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit 0 ;; *:NonStop-UX:*:*) @@ -1212,6 +1251,19 @@ SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit 0 ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms && exit 0 ;; + I*) echo ia64-dec-vms && exit 0 ;; + V*) echo vax-dec-vms && exit 0 ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 @@ -1371,7 +1423,9 @@ the operating system you are using. It is advised that you download the most up to date version of the config scripts from - ftp://ftp.gnu.org/pub/gnu/config/ + http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess +and + http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub If the version you run ($0) is already up to date, please send the following data and any information you think might be --- courier-0.53.3.orig/courier/config.sub +++ courier-0.53.3/courier/config.sub @@ -1,9 +1,9 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2003-06-18' +timestamp='2005-04-22' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -70,7 +70,7 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO @@ -118,7 +118,8 @@ # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | freebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ + kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -144,7 +145,7 @@ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis) + -apple | -axis | -knuth | -cray) os= basic_machine=$1 ;; @@ -228,14 +229,16 @@ | a29k \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ - | ip2k \ - | m32r | m68000 | m68k | m88k | mcore \ + | ip2k | iq2000 \ + | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -247,6 +250,7 @@ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ @@ -257,15 +261,15 @@ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | s390 | s390x \ | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ + | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b \ | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ - | x86 | xscale | xstormy16 | xtensa \ + | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; @@ -296,19 +300,19 @@ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* \ - | bs2000-* \ + | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ - | clipper-* | cydra-* \ + | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ - | ip2k-* \ - | m32r-* \ + | ip2k-* | iq2000-* \ + | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | mcore-* \ + | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ @@ -320,28 +324,30 @@ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ + | mmix-* \ | msp430-* \ - | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | s390-* | s390x-* \ | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ - | xtensa-* \ + | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa-* \ | ymp-* \ | z8k-*) ;; @@ -361,6 +367,9 @@ basic_machine=a29k-amd os=-udi ;; + abacus) + basic_machine=abacus-unknown + ;; adobe68k) basic_machine=m68010-adobe os=-scout @@ -378,6 +387,9 @@ amd64) basic_machine=x86_64-pc ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; amdahl) basic_machine=580-amdahl os=-sysv @@ -437,12 +449,27 @@ basic_machine=j90-cray os=-unicos ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16c) + basic_machine=cr16c-unknown + os=-elf + ;; crds | unos) basic_machine=m68k-crds ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; da30 | da30-*) basic_machine=m68k-da30 ;; @@ -465,6 +492,10 @@ basic_machine=m88k-motorola os=-sysv3 ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx @@ -643,10 +674,6 @@ mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; - mmix*) - basic_machine=mmix-knuth - os=-mmixware - ;; monitor) basic_machine=m68k-rom68k os=-coff @@ -727,10 +754,6 @@ np1) basic_machine=np1-gould ;; - nv1) - basic_machine=nv1-cray - os=-unicosmp - ;; nsr-tandem) basic_machine=nsr-tandem ;; @@ -742,6 +765,10 @@ basic_machine=or32-unknown os=-coff ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose @@ -833,6 +860,12 @@ rtpc | rtpc-*) basic_machine=romp-ibm ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; sa29200) basic_machine=a29k-amd os=-udi @@ -956,6 +989,10 @@ tower | tower-32) basic_machine=m68k-ncr ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; udi29k) basic_machine=a29k-amd os=-udi @@ -999,6 +1036,10 @@ basic_machine=hppa1.1-winbond os=-proelf ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; xps | xps100) basic_machine=xps100-honeywell ;; @@ -1029,6 +1070,9 @@ romp) basic_machine=romp-ibm ;; + mmix) + basic_machine=mmix-knuth + ;; rs6000) basic_machine=rs6000-ibm ;; @@ -1124,19 +1168,20 @@ | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ - | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix* | -nx6 | -nx7 | -sei*) + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1160,6 +1205,9 @@ -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; @@ -1172,6 +1220,9 @@ -opened*) os=-openedition ;; + -os400*) + os=-os400 + ;; -wince*) os=-wince ;; @@ -1193,6 +1244,9 @@ -atheos*) os=-atheos ;; + -syllable*) + os=-syllable + ;; -386bsd) os=-bsd ;; @@ -1215,6 +1269,9 @@ -sinix*) os=-sysv4 ;; + -tpf*) + os=-tpf + ;; -triton*) os=-sysv3 ;; @@ -1251,6 +1308,9 @@ -kaos*) os=-kaos ;; + -zvmoe) + os=-zvmoe + ;; -none) ;; *) @@ -1282,9 +1342,9 @@ arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff - ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 @@ -1331,6 +1391,9 @@ *-ibm) os=-aix ;; + *-knuth) + os=-mmixware + ;; *-wec) os=-proelf ;; @@ -1463,9 +1526,15 @@ -mvs* | -opened*) vendor=ibm ;; + -os400*) + vendor=ibm + ;; -ptx*) vendor=sequent ;; + -tpf*) + vendor=ibm + ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; --- courier-0.53.3.orig/courier/ldapaliasdrc.h +++ courier-0.53.3/courier/ldapaliasdrc.h @@ -21,9 +21,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.53.3.orig/courier/cmlm.h +++ courier-0.53.3/courier/cmlm.h @@ -51,8 +51,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.53.3.orig/courier/doc/Makefile.in +++ courier-0.53.3/courier/doc/Makefile.in @@ -237,7 +237,8 @@ esmtpd.8 makeacceptmailfor.8 makehosteddomains.8\ mkesmtpdcert.8 mkimapdcert.8 mkpop3dcert.8 \ makealiases.8 makepercentrelay.8 makesmtpaccess.8 \ - pop3d.8 submit.8 imapd.8 + pop3d.8 submit.8 imapd.8 \ + courier-mtaconfig.8 courieresmtpd.8 BUILT_SOURCES = \ aliaslookup.html aliaslookup.8 \ @@ -1123,6 +1124,12 @@ preline.1: preline.1.in CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status +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.53.3.orig/courier/doc/esmtpd.8.in +++ courier-0.53.3/courier/doc/esmtpd.8.in @@ -9,7 +9,7 @@ .TH "ESMTPD" "8" "16 September 2005" "Double Precision, Inc." "" .SH NAME -esmtpd \- Courier mail server ESMTP daemon +esmtpd, esmtpd-ssl, esmtpd-msa \- Courier mail server ESMTP daemon .SH SYNOPSIS \fBesmtpd\fR \fBstart\fR @@ -21,6 +21,15 @@ \fBesmtpd\fR \fBrestart\fR +\fBesmtpd-ssl\fR \fBstart\fR + + +\fBesmtpd-ssl\fR \fBstop\fR + + +\fBesmtpd-ssl\fR \fBrestart\fR + + \fBesmtpd-msa\fR \fBstart\fR @@ -42,6 +51,10 @@ \fBcouriertcpd\fR daemon, shutting down the ESMTP service. .PP +The command "\fBesmtpd-ssl start\fR" starts the server on the +ESMTP-over-SSL port, port 465. +"\fBesmtpd-ssl stop\fR" stops it. +.PP The command "\fBesmtpd-msa start\fR" starts the server on the message submission port, port 587. "\fBesmtpd-msa stop\fR" stops it. @@ -58,6 +71,9 @@ \fI@sysconfdir@/smtpaccess.dat\fR access file, so you don't have to do it manually, yourself. Similarly, +\fBmakesmtpaccess-ssl\fR(8) +automatically runs \fBesmtpd-ssl restart\fR +and \fBmakesmtpaccess-msa\fR(8) automatically runs \fBesmtpd-msa restart\fR .SH "FILES" @@ -66,6 +82,17 @@ This configuration file initializes various settings for \fBcourieresmtpd\fR\&. .TP +\fB\fI@sysconfdir@/esmtpd-ssl\fB\fR +This configuration file +initializes the settings for \fBcourieresmtpd\fR when invoked by +\fBesmtpd-ssl\fR. Note that this file is used to override the +settings \fI@sysconfdir@/esmtpd\fR. +The command "\fBesmtpd-ssl +start\fR" first reads \fI@sysconfdir@/esmtpd\fR, then +afterwards \fI@sysconfdir@/esmtpd-ssl\fR. Any settings in +\fIesmtpd-ssl\fR override the corresponding settings in +\fIesmtpd\fR +.TP \fB\fI@sysconfdir@/esmtpd-msa\fB\fR This configuration file initializes the settings for \fBcourieresmtpd\fR when invoked by --- courier-0.53.3.orig/courier/doc/courier-mtaconfig.8.in +++ courier-0.53.3/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.53.3.orig/courier/doc/courieresmtpd.8.in +++ courier-0.53.3/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.53.3.orig/courier/module.esmtp/Makefile.in +++ courier-0.53.3/courier/module.esmtp/Makefile.in @@ -69,7 +69,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 + makepercentrelay mkesmtpdcert esmtpd.cnf LTLIBRARIES = $(noinst_LTLIBRARIES) librewrite_la_LIBADD = am_librewrite_la_OBJECTS = esmtp.lo --- courier-0.53.3.orig/courier/module.fax/new_fax.in +++ courier-0.53.3/courier/module.fax/new_fax.in @@ -8,6 +8,7 @@ prefix="@prefix@" exec_prefix="@exec_prefix@" bindir="@bindir@" +sbindir="@sbindir@" sysconfdir="@sysconfdir@" . $sysconfdir/faxnotifyrc @@ -109,7 +110,7 @@ echo "--courierfax--" } -makemessage "$@" | $bindir/sendmail -f "$MAILFROM" "$RCPTTO" +makemessage "$@" | $sbindir/sendmail -f "$MAILFROM" "$RCPTTO" if test $? = 0 then --- courier-0.53.3.orig/courier/module.local/preline.c +++ courier-0.53.3/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.53.3.orig/debian/courier-mta.init +++ courier-0.53.3/debian/courier-mta.init @@ -0,0 +1,130 @@ +#! /bin/sh -e +### BEGIN INIT INFO +# Provides: courier-mta mail-transport-agent +# Required-Start: $local_fs $remote_fs $syslog $named $network $time +# Required-Stop: $local_fs $remote_fs $syslog $named $network +# Should-Start: +# Should-Stop: +# 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 +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 / + + 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 + ;; +reload | 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.53.3.orig/debian/CREDITS.debian +++ courier-0.53.3/debian/CREDITS.debian @@ -0,0 +1,277 @@ +Dennis Sch霵 (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 Yage () 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 Yage +- 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.53.3.orig/debian/NEWS +++ courier-0.53.3/debian/NEWS @@ -0,0 +1,23 @@ +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.53.3.orig/debian/courier-mta.pam +++ courier-0.53.3/debian/courier-mta.pam @@ -0,0 +1,5 @@ +#%PAM-1.0 + +@include common-auth +@include common-account +@include common-session --- courier-0.53.3.orig/debian/README.debian +++ courier-0.53.3/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.53.3.orig/debian/courier-mta.postinst +++ courier-0.53.3/debian/courier-mta.postinst @@ -0,0 +1,67 @@ +#! /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. + +USER=daemon +GROUP=daemon + +# Source debconf library +. /usr/share/debconf/confmodule + +if [ "$1" = "configure" ]; then + # 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 -e "localhost\n$RET" > /etc/courier/locals + fi + + # generate configuration directories if necessary + db_get courier-base/webadmin-configmode + if [ "$RET" = true ]; then + for dir in aliasdir 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 -e "$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 + /usr/sbin/makesmtpaccess +fi + +#DEBHELPER# --- courier-0.53.3.orig/debian/addcr.pod +++ courier-0.53.3/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.53.3.orig/debian/courier-mta.postrm +++ courier-0.53.3/debian/courier-mta.postrm @@ -0,0 +1,37 @@ +#! /bin/sh -e +# +# Copyright 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. + +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.53.3.orig/debian/changelog +++ courier-0.53.3/debian/changelog @@ -0,0 +1,1413 @@ +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髒yski 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-12) unstable; urgency=low + + * restoring call to pam_acct_mgmt (Closes: #211920, thanks to Patrick + Cheong Shu Yang for the report and David + H嚙範eman for the patch) + + -- Stefan Hornburg (Racke) Thu, 27 Oct 2005 23:35:25 +0200 + +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嚙範eman 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.53.3.orig/debian/control +++ courier-0.53.3/debian/control @@ -0,0 +1,187 @@ +Source: courier +Section: mail +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Stefan Hornburg (Racke) +Build-Depends: libmysqlclient15-dev, libpam0g-dev, libgdbm-dev | libgdbmg1-dev, libperl-dev, zlib1g-dev, libpcre3-dev, debhelper (>= 5.0.37), mime-support, libldap-dev, procps, libsasl2-dev | libsasl-dev, expect, groff-base, gs | gs-aladdin, mgetty-fax, netpbm, libgamin-dev, libssl-dev, openssl (>= 0.9.6), libpq-dev, automake1.8, libtool, courier-authlib-dev, po-debconf +Build-Conflicts: automake1.4 +Standards-Version: 3.7.2 + +Package: courier-base +Architecture: any +Depends: ${shlibs:Depends}, ${perl:Depends}, debconf (>= 0.5.00) | debconf-2.0, courier-authlib, courier-authlib-userdb, courier-authdaemon +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 Debian courier packages + like some configuration files, helper programs and the Courier TCP server + daemon. + +Package: courier-maildrop +Architecture: any +Depends: ${shlibs:Depends}, courier-base (>= ${RELUP}), postfix | mail-transport-agent +Suggests: courier-doc +Replaces: maildrop +Conflicts: maildrop +Description: Courier Mail Server - Mail delivery agent + maildrop is a replacement for your local mail delivery agent. + maildrop reads a mail message from standard input, then delivers the + message to your mailbox. maildrop knows how to deliver mail to + mbox-style mailboxes and maildirs. + . + maildrop will optionally read instructions from a file, which + describes how to filter incoming mail. Instructions can be provided having + mail delivered to alternate mailboxes, or forwarded somewhere else. maildrop + uses a structured filtering language. + . + The installation of this package is recommended only for using it in + conjunction with the sqwebmail package. + Please use the standalone maildrop package otherwise. + +Package: courier-mlm +Architecture: any +Depends: courier-base (>= ${RELUP}), courier-maildrop (>= ${RELUP}) +Suggests: courier-doc +Description: Courier Mail Server - Mailing list manager + The couriermlm command sets up, maintains, and runs a mailing list. + couriermlm automatically handles subscribe and unsubscribe requests, + and removes undeliverable addresses from the subscription rolls. + Mailing lists managed by couriermlm require zero human administrative + oversight. couriermlm supports digests, write-only posting aliases, + and moderated mailing lists. + +Package: courier-mta +Architecture: any +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 +Priority: extra +Description: Courier Mail Server - ESMTP daemon + This ESMTP daemon uses an efficient maildir format as its 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: courier-mta (>= ${RELUP}), groff, gs | gs-aladdin, mgetty-fax +Suggests: courier-doc +Conflicts: courier-mta (<= 0.42.2-6) +Recommends: netpbm +Description: Courier Mail Server - Faxmail gateway + 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: courier-base (>= ${RELUP}), apache | httpd, debconf +Suggests: courier-doc +Description: Courier Mail Server - Web-based administration frontend + 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: ${shlibs:Depends}, postfix | mail-transport-agent, courier-base (>= ${RELUP}), ispell, iamerican | ispell-dictionary, apache | httpd, cron, expect, courier-maildrop (>= ${RELUP}), lsb-base (>= 1.3-9ubuntu3), debconf +Suggests: courier-doc, gnupg, courier-pcp +Description: Courier Mail Server - Webmail server + This package contains the SqWebMail webmail server, which + provides access to local mailboxes in Maildir format. + +Package: courier-pcp +Architecture: any +Depends: ${shlibs:Depends}, sqwebmail, lsb-base (>= 1.3-9ubuntu3) +Suggests: courier-doc +Description: Courier Mail Server - PCP server + This package contains the PCP (Personal Calendaring Protocol) server + needed for the groupware calendaring mode of SqWebMail. + +Package: courier-pop +Architecture: any +Depends: ${shlibs:Depends}, postfix | 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 POP3 daemon from the Courier Mail Server supports only email + stored in the maildir format. + +Package: courier-imap +Architecture: any +Depends: ${shlibs:Depends}, postfix | mail-transport-agent, courier-base (>= ${RELUP}), lsb-base (>= 1.3-9ubuntu3), 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 IMAP server provides access to email stored in Maildirs. + This server has an extremely small footprint, provides shared and + virtual shared folders. + +Package: courier-ldap +Architecture: any +Depends: ${shlibs:Depends}, courier-base (>= ${RELUP}), courier-authlib-ldap, lsb-base (>= 1.3-9ubuntu3) +Suggests: courier-doc +Replaces: courier-imap-authldap +Conflicts: courier-imap-authldap +Description: Courier Mail Server - LDAP support + This package contains support for LDAP authentication and + LDAP-based mail aliasing. + +Package: courier-doc +Section: doc +Architecture: all +Description: Courier Mail Server - Additional documentation + This package contains additional documentation for the Courier + Mail Server. + +Package: courier-ssl +Architecture: any +Depends: ${shlibs:Depends}, courier-base (>= ${RELUP}), openssl, debconf +Description: Courier Mail Server - SSL/TLS Support + The Courier Mail Server employs the SSL/TLS wrapper application + couriertls instead of equipping the different applications with + SSL/TLS support. Additionally, this package contains a default set + of trusted X.509 root CA certs. + +Package: courier-mta-ssl +Architecture: any +Depends: courier-mta, courier-ssl (>= ${RELUP}), lsb-base (>= 1.3-9ubuntu3) +Suggests: courier-doc +Priority: extra +Description: Courier Mail Server - ESMTP over SSL + 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: courier-pop, courier-ssl (>= ${RELUP}), lsb-base (>= 1.3-9ubuntu3), openssl +Suggests: courier-doc +Description: Courier Mail Server - POP3 over SSL + 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: courier-imap (>= 1.3.7-3), courier-ssl (>= ${RELUP}), openssl, lsb-base (>= 1.3-9ubuntu3) +Suggests: courier-doc, imap-client +Priority: extra +Description: Courier Mail Server - IMAP over SSL + 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.53.3.orig/debian/courier-mta.prerm +++ courier-0.53.3/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.53.3.orig/debian/copyright +++ courier-0.53.3/debian/copyright @@ -0,0 +1,25 @@ +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: + +This software is released under the GPL, version 2. +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 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.53.3.orig/debian/courier-mta.templates +++ courier-0.53.3/debian/courier-mta.templates @@ -0,0 +1,12 @@ +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, + e.g. emails from accounts on this machine. + +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. Otherwise these cannot be sent. --- courier-0.53.3.orig/debian/correctpermissions.pl +++ courier-0.53.3/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.53.3.orig/debian/courier-pcp.conffiles +++ courier-0.53.3/debian/courier-pcp.conffiles @@ -0,0 +1,2 @@ +/etc/init.d/courier-pcp +/etc/pam.d/calendar --- courier-0.53.3.orig/debian/courier-authmysql.postrm +++ courier-0.53.3/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.53.3.orig/debian/courier-pcp.dirs +++ courier-0.53.3/debian/courier-pcp.dirs @@ -0,0 +1,4 @@ +var/run/courier/calendar +var/run/courier/calendar/public +var/run/courier/calendar/private +var/run/courier/calendar/localcache --- courier-0.53.3.orig/debian/courier-pcp.files +++ courier-0.53.3/debian/courier-pcp.files @@ -0,0 +1,6 @@ +etc/pam.d/calendar +usr/lib/courier/courier/pcpd +var/run/courier/calendar +var/run/courier/calendar/public +var/run/courier/calendar/private +var/run/courier/calendar/localcache --- courier-0.53.3.orig/debian/courier-base.config +++ courier-0.53.3/debian/courier-base.config @@ -0,0 +1,44 @@ +#! /bin/sh -e +# +# Copyright 2001,2002,2004,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. + +# 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 + db_set courier-base/maildir $MAILDIR + db_fset courier-base/maildir seen true + fi +fi + +# Authentication library message +if [ "$2" ] && dpkg --compare-versions "$2" lt 0.48; then + db_input high courier-base/authlib-initial || [ $? -eq 30 ] + db_go +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 + +db_input low courier-base/maildir || [ $? -eq 30 ] +db_go --- courier-0.53.3.orig/debian/courier-pcp.init +++ courier-0.53.3/debian/courier-pcp.init @@ -0,0 +1,48 @@ +#! /bin/sh -e +# +# Copyright 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. + +# Former versions of this init script were used to start +# and stop the PCP daemon. This is now handled by the +# SqWebMail daemon automatically. + +### BEGIN INIT INFO +# Provides: courier-pcp +# Required-Start: $local_fs $remote_fs $syslog $named $network $time +# Required-Stop: $local_fs $remote_fs $syslog $named $network +# Should-Start: +# Should-Stop: +# Default-Start: +# Default-Stop: +# Short-Description: courier-pcp +# Description: courier-pcp Personal Calendaring Protocol server +### END INIT INFO +case "$1" in +start) + ;; +stop) + ;; +restart | reload | force-reload) + $0 stop + $0 start + ;; +*) + echo "Usage: $0 {start|stop|restart|reload|force-reload}" >&2 + exit 1 + ;; +esac --- courier-0.53.3.orig/debian/courier-base.dirs +++ courier-0.53.3/debian/courier-base.dirs @@ -0,0 +1,2 @@ +/var/lib/courier + --- courier-0.53.3.orig/debian/courier-pcp.postrm +++ courier-0.53.3/debian/courier-pcp.postrm @@ -0,0 +1,28 @@ +#! /bin/sh -e +# +# Copyright 2002 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" = "purge" ]; then + # remove other calendar stuff too + rm -rf /var/run/courier/calendar/localcache +fi + +#DEBHELPER# --- courier-0.53.3.orig/debian/courier-base.docs +++ courier-0.53.3/debian/courier-base.docs @@ -0,0 +1,4 @@ +debian/CREDITS.debian +maildir/README.maildirquota.txt +maildir/README.sharedfolders.txt + --- courier-0.53.3.orig/debian/courier-pop-ssl.files +++ courier-0.53.3/debian/courier-pop-ssl.files @@ -0,0 +1,11 @@ +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/man/man8/mkpop3dcert.8 +usr/share/man/man8/pop3d-ssl.8.gz + --- courier-0.53.3.orig/debian/courier-base.examples +++ courier-0.53.3/debian/courier-base.examples @@ -0,0 +1 @@ +courier/quotawarnmsg.example --- courier-0.53.3.orig/debian/courier-pop-ssl.init +++ courier-0.53.3/debian/courier-pop-ssl.init @@ -0,0 +1,117 @@ +#! /bin/sh -e +### BEGIN INIT INFO +# Provides: courier-pop-ssl +# Required-Start: $local_fs $remote_fs $syslog $named $network $time +# Required-Stop: $local_fs $remote_fs $syslog $named $network +# Should-Start: +# Should-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: courier-pop-ssl +# 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 +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 + +if [ "$START" = "no" ]; then + exit 0 +fi + +case "$1" in +start) + 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 ; \ + `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 + ;; +stop) + log_begin_msg "Stopping $PROGRAM..." + /usr/sbin/courierlogger -pid=$SSLPIDFILE -stop || log_end_msg 1 + log_end_msg 0 + ;; +restart | reload | force-reload) + $0 stop + $0 start + ;; +*) + log_success_msg "Usage: $0 {start|stop|restart|reload|force-reload}" + exit 1 + ;; +esac +exit 0 --- courier-0.53.3.orig/debian/courier-base.files +++ courier-0.53.3/debian/courier-base.files @@ -0,0 +1,24 @@ +/usr/bin/courier-config +/usr/bin/deliverquota.courier +/usr/bin/maildiracl +/usr/bin/maildirkw +/usr/bin/maildirmake.courier +/usr/bin/makedat +/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.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.53.3.orig/debian/courier-pop.conffiles +++ courier-0.53.3/debian/courier-pop.conffiles @@ -0,0 +1,5 @@ +/etc/courier/pop3d +/etc/init.d/courier-pop +/etc/logcheck/ignore.d.server/courier-pop +/etc/logcheck/violations.ignore.d/courier-pop +/etc/pam.d/pop3 --- courier-0.53.3.orig/debian/courier-base.postinst +++ courier-0.53.3/debian/courier-base.postinst @@ -0,0 +1,46 @@ +#! /bin/sh -e +# +# Copyright 2000,2001,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 + # 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 /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 /usr/share/man/man7/maildirquota.courier.7.gz 5 +fi + +db_get courier-base/maildir +MAILDIR="$RET" + +cat >/etc/default/courier < +# +# 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 + +CONFFILE=/etc/courier/pop3d --- courier-0.53.3.orig/debian/courier-base.postrm +++ courier-0.53.3/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.53.3.orig/debian/courier-pop.files +++ courier-0.53.3/debian/courier-pop.files @@ -0,0 +1,13 @@ +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/man/man8/courierpop3login.8 +usr/share/man/man8/pop3d.8 +usr/share/man/man8/courierpop3d.8 --- courier-0.53.3.orig/debian/courier-base.preinst +++ courier-0.53.3/debian/courier-base.preinst @@ -0,0 +1,27 @@ +#! /bin/sh -e +# +# Copyright 2002 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. + +# We need this file +if [ -d /etc/courier ]; then + if [ ! -f /etc/courier/authmodulelist ]; then + echo authdaemon > /etc/courier/authmodulelist + fi +fi + +#DEBHELPER# --- courier-0.53.3.orig/debian/courier-pop.init +++ courier-0.53.3/debian/courier-pop.init @@ -0,0 +1,105 @@ +#! /bin/sh -e +### BEGIN INIT INFO +# Provides: courier-pop +# Required-Start: $local_fs $remote_fs $syslog $named $network $time +# Required-Stop: $local_fs $remote_fs $syslog $named $network +# Should-Start: +# Should-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: courier-pop +# 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 +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; \ + $TCPD -pid=$PIDFILE -stderrlogger=${sbindir}/courierlogger \ + -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 | reload | force-reload) + $0 stop + $0 start + ;; +*) + log_success_msg "Usage: $0 {start|stop|restart|reload|force-reload}" >&2 + exit 1 + ;; +esac + +exit 0 --- courier-0.53.3.orig/debian/courier-base.prerm +++ courier-0.53.3/debian/courier-base.prerm @@ -0,0 +1,28 @@ +#!/bin/sh -e +# +# Copyright 2000,2001,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. + +if [ "$1" = "upgrade" -o "$1" = "remove" ]; then + for binary in maildirmake deliverquota; do + update-alternatives --remove $binary /usr/bin/$binary.courier + done + update-alternatives --remove maildir.5 /usr/share/man/man5/maildir.courier.5.gz + update-alternatives --remove maildirquota.7 /usr/share/man/man7/maildirquota.courier.7.gz +fi + +#DEBHELPER# --- courier-0.53.3.orig/debian/courier-pop.pam +++ courier-0.53.3/debian/courier-pop.pam @@ -0,0 +1,5 @@ +#%PAM-1.0 + +@include common-auth +@include common-account +@include common-session --- courier-0.53.3.orig/debian/courier-base.templates +++ courier-0.53.3/debian/courier-base.templates @@ -0,0 +1,35 @@ +Template: courier-base/authlib-initial +Type: note +_Description: Modified Authentication Infrastructure + 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 authentication method manually. + +Template: courier-base/webadmin-configmode +Type: boolean +Default: false +_Description: Create directories for 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. + . + The web-based administration provided by the courier-webadmin package + relies on configuration directories instead of configuration files. + If agreed, 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 user's Maildir directory: + 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 for those + unfamiliar with the mail storage format used by Courier. --- courier-0.53.3.orig/debian/courier-ssl.config +++ courier-0.53.3/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.53.3.orig/debian/courier-config.pod +++ courier-0.53.3/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.53.3.orig/debian/courier-ssl.docs +++ courier-0.53.3/debian/courier-ssl.docs @@ -0,0 +1 @@ +debian/CREDITS.debian --- courier-0.53.3.orig/debian/courier-doc.docs +++ courier-0.53.3/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.53.3.orig/debian/courier-ssl.files +++ courier-0.53.3/debian/courier-ssl.files @@ -0,0 +1,3 @@ +/usr/bin/couriertls +/usr/lib/courier/rootcerts +/usr/share/man/man1/couriertls.1 --- courier-0.53.3.orig/debian/courier-faxmail.conffiles +++ courier-0.53.3/debian/courier-faxmail.conffiles @@ -0,0 +1,3 @@ +/etc/courier/faxcoverpage.tr +/etc/courier/faxnotifyrc +/etc/courier/faxrc --- courier-0.53.3.orig/debian/courier-ssl.postinst +++ courier-0.53.3/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.53.3.orig/debian/courier-faxmail.dirs +++ courier-0.53.3/debian/courier-faxmail.dirs @@ -0,0 +1,2 @@ +/usr/lib/courier/faxmail/ +/var/lib/courier/faxtmp/ \ No newline at end of file --- courier-0.53.3.orig/debian/courier-ssl.templates +++ courier-0.53.3/debian/courier-ssl.templates @@ -0,0 +1,10 @@ +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 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. --- courier-0.53.3.orig/debian/courier-faxmail.files +++ courier-0.53.3/debian/courier-faxmail.files @@ -0,0 +1,18 @@ +/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/man/man8/courierfax.8 + --- courier-0.53.3.orig/debian/courier-webadmin.dirs +++ courier-0.53.3/debian/courier-webadmin.dirs @@ -0,0 +1,3 @@ +etc/courier/webadmin +etc/courier/webadmin/added +etc/courier/webadmin/removed --- courier-0.53.3.orig/debian/courier-imap-ssl.conffiles +++ courier-0.53.3/debian/courier-imap-ssl.conffiles @@ -0,0 +1,5 @@ +/etc/courier/imapd.cnf +/etc/courier/imapd-ssl +/etc/init.d/courier-imap-ssl +/etc/logcheck/ignore.d.server/courier-imap-ssl +/etc/logcheck/violations.ignore.d/courier-imap-ssl --- courier-0.53.3.orig/debian/courier_perms +++ courier-0.53.3/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.53.3.orig/debian/courier-imap-ssl.files +++ courier-0.53.3/debian/courier-imap-ssl.files @@ -0,0 +1,10 @@ +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/man/man8/imapd-ssl.8.gz +usr/share/man/man8/mkimapdcert.8 --- courier-0.53.3.orig/debian/fixlinks +++ courier-0.53.3/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.53.3.orig/debian/courier-imap-ssl.init +++ courier-0.53.3/debian/courier-imap-ssl.init @@ -0,0 +1,118 @@ +#! /bin/bash -e +### BEGIN INIT INFO +# Provides: courier-imap-ssl +# Required-Start: $local_fs $remote_fs $syslog $named $network $time +# Required-Stop: $local_fs $remote_fs $syslog $named $network +# Should-Start: +# Should-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: courier-imap -ssl +# 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 + +. /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}/imapd ]; then + log_failure_msg "ERR: config file missing" + exit 1 +fi +if ! [ -f ${sysconfdir}/imapd-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 +if [ -z "$MAILDIRPATH" ]; then + MAILDIRPATH=Maildir +fi + +. ${sysconfdir}/imapd +. ${sysconfdir}/imapd-ssl + +if ! [ -x $COURIERTLS ]; then + log_failure_msg "ERR: $COURIERTLS missing" + exit 1 +fi + +START=no +case "$IMAPDSSLSTART" in + [yY]*)START=yes;; +esac + +case "$1" in +start) + if [ "$START" = "yes" ]; then + log_begin_msg "Starting $PROGRAM..." + + 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_begin_msg "Stopping $PROGRAM..." + /usr/sbin/courierlogger -pid=$SSLPIDFILE -stop || log_end_msg 1 + log_end_msg 0 + ;; +restart | reload | force-reload) + $0 stop + $0 start + ;; +*) + log_success_msg "Usage: $0 {start|stop|restart|reload|force-reload}" + exit 1 + ;; +esac +exit 0 --- courier-0.53.3.orig/debian/newaliases +++ courier-0.53.3/debian/newaliases @@ -0,0 +1,21 @@ +#! /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. + +/usr/sbin/makealiases -src=/etc/aliases + --- courier-0.53.3.orig/debian/courier-imap-ssl.postinst +++ courier-0.53.3/debian/courier-imap-ssl.postinst @@ -0,0 +1,29 @@ +#! /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 + +if [ "$1" = "configure" ]; then + if [ ! -f /etc/courier/imapd.pem ]; then + /usr/sbin/mkimapdcert + fi +fi + +#DEBHELPER# --- courier-0.53.3.orig/debian/newaliases.pod +++ courier-0.53.3/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.53.3.orig/debian/courier-imap-ssl.postrm +++ courier-0.53.3/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.53.3.orig/debian/rules +++ courier-0.53.3/debian/rules @@ -0,0 +1,332 @@ +#!/usr/bin/make -f +# +# Copyright 2000,2001,2002,2003,2004,2005,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. + +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 is the debhelper compatability version to use. +export DH_COMPAT=2 + +# 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 + +# check umask + if [ `umask` != "0022" ]; then echo "You need to set umask to 022 in order to compile/build courier"; exit 1; fi + chmod +x debian/fixlinks + chmod +x debian/courier_perms + chmod +x debian/correctpermissions.pl + +build: check +# 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 \ + if [ -d /usr/include/postgresql/8.0/libpq_fe.h ]; then \ + LDFLAGS=-lcrypt ./configure $(COMMON_CONFOPTS) \ + --with-postgresql-includes=/usr/include/postgresql/8.0 \ + && $(MAKE) && touch stamp-build; \ + else \ + LDFLAGS=-lcrypt ./configure $(COMMON_CONFOPTS) \ + --with-postgresql-includes=/usr/include/postgresql \ + && $(MAKE) && touch stamp-build; \ + fi \ + fi + +stamp-build: build + +clean: check + dh_testroot + debconf-updatepo + rm -f stamp-build stamp-install + +# Add here commands to clean up after the build process. + -$(MAKE) 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. + $(MAKE) DESTDIR=$(BUILD) install + $(MAKE) 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; 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 + +# 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 +# Additional manpages + pod2man --center='Debian GNU/Linux Documentation' --release='Debian GNU/Linux '`cat /etc/debian_version` --section=8 debian/addcr.pod > $(BUILD)/usr/share/man/man8/addcr.8 + 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 pop3d.8.gz pop3d-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 +# - 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 authentification default settings + perl -i -pe 's/^authmodulelist=".*?"/authmodulelist="authpam"/' $(BUILD)/etc/courier/authdaemonrc +# - change default LDAP server + perl -i -pe 's/^(LDAP_SERVER\s+)ldap.example.com/$$1localhost/' $(BUILD)/etc/courier/authldaprc $(BUILD)/etc/courier/ldapaliasrc +# - change default MySQL server + perl -i -pe 's/^(MYSQL_SERVER\s+)mysql.example.com/$$1localhost/;s%^(#?\s*MYSQL_SOCKET\s+)/.*%$$1/var/run/mysqld/mysqld.sock%' $(BUILD)/etc/courier/authmysqlrc + 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 + 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 + +# 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-authmysql + dh_installchangelogs -p courier-authpostgresql + 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.1.1.20060828-$(shell dpkg-parsechangelog | perl -ne 'print $$2 if /^Version: (.*?)-(.*)$$/') + dh_gencontrol -pcourier-imap-ssl -- -VRELUP="$(RELUP)" -v4.1.1.20060828-$(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.53.3.orig/debian/courier-imap.README.Debian +++ courier-0.53.3/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.53.3.orig/debian/sharedindexsplit.pod +++ courier-0.53.3/debian/sharedindexsplit.pod @@ -0,0 +1,38 @@ +=head1 NAME + +sharedindexsplit - Splits a shared index file into multiple ones + +=head1 SYNOPSIS + +sharedindexsplit I [ I ] + +=head1 OPTIONS + +=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. + +=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.53.3.orig/debian/courier-imap.conffiles +++ courier-0.53.3/debian/courier-imap.conffiles @@ -0,0 +1,5 @@ +/etc/courier/imapd +/etc/init.d/courier-imap +/etc/logcheck/ignore.d.server/courier-imap +/etc/logcheck/violations.ignore.d/courier-imap +/etc/pam.d/imap --- courier-0.53.3.orig/debian/sqwebmail.conffiles +++ courier-0.53.3/debian/sqwebmail.conffiles @@ -0,0 +1,4 @@ +/etc/courier/sqwebmaild +/etc/cron.d/sqwebmail +/etc/init.d/sqwebmail +/etc/pam.d/webmail --- courier-0.53.3.orig/debian/courier-imap.config +++ courier-0.53.3/debian/courier-imap.config @@ -0,0 +1,32 @@ +#! /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 + +CONFFILE=/etc/courier/imapd +if [ -f /etc/courier-imap.config ]; then + db_input high courier-imap/moveconfig || [ $? -eq 30 ] + db_go + db_get courier-imap/moveconfig + if [ "$RET" = true ]; then + CONFFILE=/etc/courier-imap.config + fi +fi + --- courier-0.53.3.orig/debian/srcmgr +++ courier-0.53.3/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.53.3.orig/debian/sqwebmail.config +++ courier-0.53.3/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.53.3.orig/debian/courier-imap.docs +++ courier-0.53.3/debian/courier-imap.docs @@ -0,0 +1,4 @@ +maildir/README.imapkeywords.html + + + --- courier-0.53.3.orig/debian/sqwebmail.cron.d +++ courier-0.53.3/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.53.3.orig/debian/courier-imap.files +++ courier-0.53.3/debian/courier-imap.files @@ -0,0 +1,11 @@ +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/man/man8/imapd.8 --- courier-0.53.3.orig/debian/sqwebmail.dirs +++ courier-0.53.3/debian/sqwebmail.dirs @@ -0,0 +1,2 @@ +var/cache/sqwebmail +var/lib/courier/calendar --- courier-0.53.3.orig/debian/courier-imap.init +++ courier-0.53.3/debian/courier-imap.init @@ -0,0 +1,110 @@ +#! /bin/bash -e +### BEGIN INIT INFO +# Provides: courier-imap +# Required-Start: $local_fs $remote_fs $syslog $named $network $time +# Required-Stop: $local_fs $remote_fs $syslog $named $network +# Should-Start: +# Should-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: courier-imap +# 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 + +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}/$DAEMON ]; then + log_failure_msg "ERR: config file missing" + exit 1 +fi + +# read/set defaults +if [ -f /etc/default/courier ]; then + . /etc/default/courier +fi +if [ -z "$MAILDIRPATH" ]; then + MAILDIRPATH=Maildir +fi + +if [ -f "${sysconfdir}/imapd-ssl" ]; then + . "${sysconfdir}/imapd-ssl" + SSLCONFIG=1 +fi +. ${sysconfdir}/$DAEMON + +START=no +case "$IMAPDSTART" in + [yY]*)START=yes;; +esac + +case "$1" in +start) + if [ "$START" = "yes" ]; then + log_begin_msg "Starting $PROGRAM..." + + 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_begin_msg "Stopping $PROGRAM..." + /usr/sbin/courierlogger -pid=$PIDFILE -stop || log_end_msg 1 + log_end_msg 0 + ;; +restart | reload | force-reload) + $0 stop + $0 start + ;; +*) + log_success_msg "Usage: $0 {start|stop|restart|reload|force-reload}" + exit 1 + ;; +esac +exit 0 --- courier-0.53.3.orig/debian/sqwebmail.doc-base +++ courier-0.53.3/debian/sqwebmail.doc-base @@ -0,0 +1,9 @@ +Document: sqwebmail +Title: SqWebMail +Author: Sam Varshavchik +Abstract: SqWebMail Documentation +Section: Apps/Mail + +Format: HTML +Files: /usr/share/doc/sqwebmail/sqwebmail.html +Index: /usr/share/doc/sqwebmail/sqwebmail.html --- courier-0.53.3.orig/debian/courier-imap.pam +++ courier-0.53.3/debian/courier-imap.pam @@ -0,0 +1,5 @@ +#%PAM-1.0 + +@include common-auth +@include common-account +@include common-session --- courier-0.53.3.orig/debian/sqwebmail.docs +++ courier-0.53.3/debian/sqwebmail.docs @@ -0,0 +1,7 @@ +webmail/BUGS +webmail/BUGS.html +webmail/SECURITY +webmail/SECURITY.html +webmail/TODO +webmail/TODO.html + --- courier-0.53.3.orig/debian/courier-imap.postinst +++ courier-0.53.3/debian/courier-imap.postinst @@ -0,0 +1,48 @@ +#! /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 + +# Check if we have to move configuration files +db_get courier-imap/moveconfig +if [ "$RET" = true ]; then + if [ -f /etc/courier-imap.config ]; then + echo "Moving /etc/courier-imap.config to /etc/courier/imapd ..." + mv /etc/courier-imap.config /etc/courier/imapd + if grep '^TCPDOPTS=.*-forcebind' /etc/courier/imapd > /dev/null; then + echo "Removing obsolete couriertcpd option -forcebind ..." + perl -i -pe 's/^(TCPDOPTS=.*?)-forcebind/$1/' /etc/courier/imapd + fi + fi + if [ -f /etc/courier-imap-ssl.config ]; then + echo "Moving /etc/courier-imap-ssl.config to /etc/courier/imapd-ssl ..." + mv /etc/courier-imap-ssl.config /etc/courier/imapd-ssl + fi + if [ -f /etc/courier-imap.authmysqlrc ]; then + echo "Moving /etc/courier-imap.authmysqlrc to /etc/courier/authmysqlrc .." + mv /etc/courier-imap.authmysqlrc /etc/courier/authmysqlrc + fi + if [ -f /etc/courier-imap.authldaprc ]; then + echo "Moving /etc/courier-imap.authldaprc to /etc/courier/authldaprc .." + mv /etc/courier-imap.authldaprc /etc/courier/authldaprc + fi +fi + +#DEBHELPER# --- courier-0.53.3.orig/debian/sqwebmail.files +++ courier-0.53.3/debian/sqwebmail.files @@ -0,0 +1,22 @@ +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/man/man1/mimegpg.1 +usr/share/man/man8/webgpg.8 +usr/share/man/man8/webmaild.8 +usr/share/sqwebmail --- courier-0.53.3.orig/debian/courier-imap.templates +++ courier-0.53.3/debian/courier-imap.templates @@ -0,0 +1,10 @@ +Template: courier-imap/moveconfig +Type: boolean +Default: true +_Description: Move old configuration files to /etc/courier ? + The current system has courier-imap configuration files within /etc. + From now on all configuration files related to Courier are located within + /etc/courier. If preferred, move the configuration files to the new + location. However, no guarantee can be made that they will work as before. + Please refer to the Courier documentation and tell the maintainer about + experiences with the conversion. --- courier-0.53.3.orig/debian/sqwebmail.html +++ courier-0.53.3/debian/sqwebmail.html @@ -0,0 +1,20 @@ + + + + SqWebMail Documentation + + + + +

SqWebMail Documentation

+ + + + --- courier-0.53.3.orig/debian/courier-ldap.README.debian +++ courier-0.53.3/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.53.3.orig/debian/sqwebmail.init +++ courier-0.53.3/debian/sqwebmail.init @@ -0,0 +1,75 @@ +#! /bin/sh -e +# +# Copyright 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. + +### BEGIN INIT INFO +# Provides: sqwebmail +# Required-Start: $local_fs $remote_fs $syslog $named $network $time +# Required-Stop: $local_fs $remote_fs $syslog $named $network +# Should-Start: +# Should-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: sqwebmail +# Description: sqwebmail is the Courier webmail/calendaring server. +### END INIT INFO + +DAEMON=/usr/sbin/webmaild + +run_dir="/var/run/courier" +calendar_dir="/var/run/courier/calendar" + +# stop if the sqwebmail package has been removed +if ! [ -x $DAEMON ]; then + exit 0 +fi + +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 + +. /lib/lsb/init-functions + +case "$1" in +start) + # Start webmail daemon + log_begin_msg "Starting Courier webmail daemon..." + $DAEMON start || log_end_msg 1 + log_end_msg 0 + ;; +stop) + # Stop webmail daemon + log_begin_msg "Stopping Courier webmail daemon..." + $DAEMON stop || log_end_msg 1 + log_end_msg 0 + ;; +restart | reload | force-reload) + $0 stop + $0 start + ;; +*) + log_success_msg "Usage: $0 {start|stop|restart|reload|force-reload}" + exit 1 + ;; +esac --- courier-0.53.3.orig/debian/courier-ldap.conffiles +++ courier-0.53.3/debian/courier-ldap.conffiles @@ -0,0 +1,3 @@ +/etc/courier/ldapaliasrc +/etc/courier/ldapaddressbook +/etc/init.d/courier-ldap --- courier-0.53.3.orig/debian/sqwebmail.pam +++ courier-0.53.3/debian/sqwebmail.pam @@ -0,0 +1,5 @@ +#%PAM-1.0 + +@include common-auth +@include common-account +@include common-session --- courier-0.53.3.orig/debian/courier-ldap.files +++ courier-0.53.3/debian/courier-ldap.files @@ -0,0 +1,8 @@ +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/man/man8/courierldapaliasd.8 --- courier-0.53.3.orig/debian/sqwebmail.postinst +++ courier-0.53.3/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.53.3.orig/debian/courier-ldap.init +++ courier-0.53.3/debian/courier-ldap.init @@ -0,0 +1,68 @@ +#! /bin/sh -e +# +# Copyright 2002,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. + +### BEGIN INIT INFO +# Provides: courier-ldap +# Required-Start: $local_fs $remote_fs $syslog $named $network $time +# Required-Stop: $local_fs $remote_fs $syslog $named $network +# Should-Start: +# Should-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: courier-ldap +# Description: courier-ldap is the Courier LDAP alias daemon. +### END INIT INFO +CONFFILE=/etc/courier/ldapaliasrc +DAEMON=/usr/sbin/courierldapaliasd + +# 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..." + $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.53.3.orig/debian/sqwebmail.postrm +++ courier-0.53.3/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.53.3.orig/debian/courier-ldap.postinst +++ courier-0.53.3/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.53.3.orig/debian/sqwebmail.templates +++ courier-0.53.3/debian/sqwebmail.templates @@ -0,0 +1,44 @@ +Template: sqwebmail/calendarmode +Type: select +_Choices: local, net, disabled +Default: local +_Description: Enable Calendaring: + Please specify if calendaring should be enabled in: local mode + (choose local), groupware mode (choose net) or not at all (choose + disabled). To actually use the groupware mode, install the + courier-pcp package. + . + 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 groupware mode is selected, a separate daemon + process will 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 spellchecking of emails. Please select an + appropriate dictionary for ispell. + +Template: sqwebmail/install-www +Type: select +_Choices: symlink, copy, custom +Default: symlink +_Description: How do you want to install the HTML documents and images for sqwebmail: + 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. + . + Please note that /var/www/sqwebmail will be removed if this package is + purged unless you choose custom. + +Template: sqwebmail/install-www-backup +Type: string +Description: Record the value of install-www before configuration + This is just a dummy. You do not need to translate it. --- courier-0.53.3.orig/debian/courier-maildrop.README.Debian +++ courier-0.53.3/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.53.3.orig/debian/courier-maildrop.conffiles +++ courier-0.53.3/debian/courier-maildrop.conffiles @@ -0,0 +1 @@ +/etc/courier/maildrop --- courier-0.53.3.orig/debian/webgpg.pod +++ courier-0.53.3/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.53.3.orig/debian/courier-maildrop.files +++ courier-0.53.3/debian/courier-maildrop.files @@ -0,0 +1,14 @@ +/etc/courier/maildrop +/usr/bin/mailbot +/usr/bin/maildrop +/usr/bin/makemime +/usr/bin/reformail +/usr/bin/reformime +/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.53.3.orig/debian/webmaild.pod +++ courier-0.53.3/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.53.3.orig/debian/courier-maildrop.postinst +++ courier-0.53.3/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.53.3.orig/debian/courier-maildrop.postrm +++ courier-0.53.3/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.53.3.orig/debian/courier-mlm.files +++ courier-0.53.3/debian/courier-mlm.files @@ -0,0 +1,3 @@ +/usr/bin/couriermlm +/usr/lib/courier/couriermlm +/usr/share/man/man1/couriermlm.1 --- courier-0.53.3.orig/debian/courier-mta-ssl.conffiles +++ courier-0.53.3/debian/courier-mta-ssl.conffiles @@ -0,0 +1,2 @@ +/etc/courier/esmtpd-ssl +/etc/init.d/courier-mta-ssl --- courier-0.53.3.orig/debian/courier-mta-ssl.files +++ courier-0.53.3/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.53.3.orig/debian/courier-mta-ssl.init +++ courier-0.53.3/debian/courier-mta-ssl.init @@ -0,0 +1,65 @@ +#! /bin/sh -e +### BEGIN INIT INFO +# Provides: courier-mta mail-transport-agent +# Required-Start: $local_fs $remote_fs $syslog $named $network $time +# Required-Stop: $local_fs $remote_fs $syslog $named $network +# Should-Start: +# Should-Stop: +# 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" +TCPD=${sbindir}/couriertcpd +DAEMONPROG=${sbindir}/esmtpd-ssl + +test -f $DAEMONPROG || exit 0 + +# 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 | reload | force-reload) + $0 stop + $0 start + ;; +*) + log_success_msg "Usage: $0 {start|stop|restart|reload|force-reload}" + exit 1 + ;; +esac +exit 0 --- courier-0.53.3.orig/debian/courier-mta-ssl.postinst +++ courier-0.53.3/debian/courier-mta-ssl.postinst @@ -0,0 +1,30 @@ +#! /bin/sh -e +# +# Copyright 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 + if [ ! -f /etc/courier/esmtpd.pem ]; then + /usr/sbin/mkesmtpdcert + chown daemon /etc/courier/esmtpd.pem + fi +fi + +#DEBHELPER# --- courier-0.53.3.orig/debian/courier-mta.README.Debian +++ courier-0.53.3/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.53.3.orig/debian/courier-mta.conffiles +++ courier-0.53.3/debian/courier-mta.conffiles @@ -0,0 +1,27 @@ +/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/rfcerr2045.txt +/etc/courier/rfcerr2046.txt +/etc/courier/rfcerr2047.txt +/etc/courier/rfcerrheader.txt +/etc/courier/smtpaccess/default +/etc/init.d/courier-mta +/etc/pam.d/esmtp --- courier-0.53.3.orig/debian/courier-mta.config +++ courier-0.53.3/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.53.3.orig/debian/courier-mta.dirs +++ courier-0.53.3/debian/courier-mta.dirs @@ -0,0 +1,9 @@ +/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.53.3.orig/debian/courier-mta.examples +++ courier-0.53.3/debian/courier-mta.examples @@ -0,0 +1,2 @@ +courier/filters/perlfilter/perlfilter-example.pl + --- courier-0.53.3.orig/debian/courier-mta.files +++ courier-0.53.3/debian/courier-mta.files @@ -0,0 +1,120 @@ +/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/rfcerr2045.txt +/etc/courier/rfcerr2046.txt +/etc/courier/rfcerr2047.txt +/etc/courier/rfcerrheader.txt +/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/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/addcr.8 +/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.53.3.orig/debian/courier-pcp.README.Debian +++ courier-0.53.3/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.53.3.orig/debian/courier-pop-ssl.conffiles +++ courier-0.53.3/debian/courier-pop-ssl.conffiles @@ -0,0 +1,5 @@ +/etc/logcheck/ignore.d.server/courier-pop-ssl +/etc/logcheck/violations.ignore.d/courier-pop-ssl +/etc/courier/pop3d-ssl +/etc/courier/pop3d.cnf +/etc/init.d/courier-pop-ssl --- courier-0.53.3.orig/debian/po/POTFILES.in +++ courier-0.53.3/debian/po/POTFILES.in @@ -0,0 +1,6 @@ +[type: gettext/rfc822deb] courier-base.templates +[type: gettext/rfc822deb] courier-imap.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.53.3.orig/debian/po/cs.po +++ courier-0.53.3/debian/po/cs.po @@ -0,0 +1,559 @@ +# Czech translation of courier templates +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.53.2-3\n" +"Report-Msgid-Bugs-To: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: 2006-10-06 21:01+0200\n" +"Last-Translator: Martin Sin \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "Upraven獺 autentikan穩 infrastruktura" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +#, fuzzy +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 authentication method manually." +msgstr "" +"Po穩naje Courier 0.48, byly oddleny pou鱉穩van矇 autentikan穩 moduly do " +"samostatn矇 knihovny. V禳echny aplikace Courier nyn穩 pou鱉穩vaj穩 stejnou " +"autentikan穩 infrastrukturu, autentikan穩 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 autentikan穩 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 " +"autentikan穩 metodu run." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration ?" +msgstr "Vytvoit adres獺e pro webovou administraci?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +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." +msgstr "" +"Courier pou鱉穩v獺 r轡zn矇 konfiguran穩 soubory, kter矇 jsou ulo鱉eny v /etc/" +"courier. Nkter矇 konfiguran穩 soubory mohou b羸t nahrazeny podadres獺i, v " +"nich鱉 jsou v禳echny soubory sloueny dle poteby do jednoho spolen矇ho " +"konfiguran穩ho souboru." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If agreed, any " +"directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"Webov矇 administran穩 rozhran穩 v bal穩ku courier-webadmin pou鱉穩v獺 m穩sto " +"konfiguran穩ch soubor轡 adres獺e. Jestli鱉e budete souhlasit, pak budou " +"vytvoeny v禳echny adres獺e potebn矇 pro webov羸 administran穩 n獺stroj, leda鱉e " +"by tam ji鱉 byly textov矇 soubory." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +#, fuzzy +msgid "Path to user's Maildir directory:" +msgstr "Cesta do u鱉ivatelsk矇ho adres獺e Maildir" + +#. 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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" +"Tohle je 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穩stupuje " +"u鱉ivatelsk矇 emaily. Pros穩m, prohl矇dnte si manu獺lovou str獺nku maildir(5), " +"jestli鱉e v獺m nen穩 dobe zn獺m羸 form獺t ulo鱉en穩 pou鱉穩van羸 Courierem." + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "Pesunout star矇 konfiguran穩 soubory do /etc/courier?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" +"Na Va禳em syst矇mu jsou konfiguran穩 soubory courier-imap v /etc. Od te budou " +"v禳echny konfiguran穩 soubory souvisej穩c穩 s Courierem ulo鱉eny v /etc/courier. " +"Pokud chcete, pesunu konfiguran穩 soubory do nov矇ho um穩stn穩. Ale nemohu " +"garantovat, 鱉e budou pracovat stejn jako pedt穩m. Pros穩m pette si " +"dokumentaci Courier a sdlte spr獺vci o nov羸ch poznatc穩ch t羸kaj穩c穩ch se " +"pevodu." + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +#, fuzzy +msgid "Default domain:" +msgstr "Implicitn穩 dom矇na" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +msgstr "" +"Urete pros穩m platn羸 n獺zev emailov矇 dom矇ny. Vt禳ina funkc穩 pepisuj穩c穩ch " +"hlaviky bude pid獺vat tuto dom矇nu ke v禳em emailov羸m adres獺m, kter矇 j穩 " +"nebudou m穩t specifikov獺nu (nap. emaily z 繳t轡 na tomto po穩tai)." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "\"From\" Header for Delivery Notifications:" +msgstr "Hlavika \"From\" pro ozn獺men穩 o doruen穩" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" +"Pros穩m urete platnou hodnotu pro hlaviku \"From\" nutnou pro ozn獺men穩 o " +"doruen穩. Jinak ho nelze poslat." + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "Je vy鱉adov獺n SSL certifik獺t" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" +"POP a IMAP pes SSL vy鱉aduje platn羸, podepsan羸 certifik獺t X.509. Bhem " +"instalace courier-pop-ssl resp. courier-imap-ssl bude podle poteby vytvoen " +"certifik獺t X.509. 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 " +"pij穩mat. Implicitn穩 nastaven穩 pro tento certifik獺t je /etc/courier/pop3d." +"pem resp. /etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "Activate CGI Program ?" +msgstr "Aktivovat CGI verzi programu?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" +"Pro pr獺ci courier-webadmin nad r獺mec mo鱉nost穩, potebujete 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:1001 +#, 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 the web server software and its configuration." +msgstr "" +"Toto se nedje pi v羸choz穩 instalaci ze dvou hlavn穩ch d轡vod轡. Prvn穩 jsou " +"v獺鱉n矇 bezpenostn穩 d轡vody, proto鱉e courierwebadmin b鱉穩 pod u鱉ivatelem root. " +"Druh羸 spo穩v獺 v tom, 鱉e nen穩 zaruena z獺vislost na webov矇m serveru a jeho " +"konfiguraci." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Jestli鱉e budete souhlasit a va禳e nastaven穩 serveru je shodn矇 s bezpenostn穩 " +"politikou Debianu, pak m轡鱉ete pistoupit k administr獺torsk矇mu rozhran穩 pes " +"http://localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +msgid "Password for the Courier Administration:" +msgstr "Heslo pro administraci Courier" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "Pro p穩stup k administraci Courier je vy鱉adov獺no heslo." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "m穩stn穩, net, vypnuto" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "Enable Calendaring:" +msgstr "Povolit kalend獺?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" +"Urete pros穩m, zda chcete povolit kalend獺 v m穩stn穩m m籀du (zvolte m穩stn穩), " +"skupinov矇m m籀du (zvolte net) nebo nepovolit (zvolte vypnuto). Pro pou鱉穩v獺n穩 " +"skupinov矇ho m籀du potebujete nainstalovat bal穩ek courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, 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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" +"M穩stn穩 m籀d vy鱉aduje o trochu v穩ce syst矇mov羸ch prostedk轡 ne鱉 vypnut穩 " +"kalend獺e. Skupinov羸 m籀d vy鱉aduje tchto prostedk轡 podstatn v穩ce. Jestli鱉e " +"si vyberete skupinov羸 m籀d, pak bude spu禳tn samostatn羸 d矇mon." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "Pro v穩ce informac穩 si pette /usr/share/doc/sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "Slovn穩k Ispell" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of 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:3001 +msgid "symlink, copy, custom" +msgstr "symbolick羸 odkaz, kop穩rovat, u鱉ivatelsk獺" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do you want to install the HTML documents and images for sqwebmail:" +msgstr "Jak chcete nainstalovat dokumenty HTML a obr獺zky pro sqwebmail?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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: vytvoit symbolick羸 odkaz /var/www/sqwebmail, zkop穩rovat " +"v禳echny soubory z /usr/share/sqwebmail do /var/www/sqwebmail nebo zvolit " +"samotn羸 /var/www. Z bezpenostn穩ch d轡vod轡 je doporuena druh獺 volba. " +"Samozejm, 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 run." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"Uvdomte si pros穩m, 鱉e adres獺 /var/www/sqwebmail bude smaz獺n pi odstrann穩 " +"bal穩ku (krom volby u鱉ivatelsk獺)." + +#~ 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 oddleny pou鱉穩van矇 autentikan穩 moduly do " +#~ "samostatn矇 knihovny. V禳echny aplikace Courier nyn穩 pou鱉穩vaj穩 stejnou " +#~ "autentikan穩 infrastrukturu, autentikan穩 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 autentikan穩 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 autentikan穩 metodu run." + +#~ 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矇 administran穩 rozhran穩 v bal穩ku courier-webadmin pou鱉穩v獺 m穩sto " +#~ "konfiguran穩ch soubor轡 adres獺e. Jestli鱉e budete souhlasit, pak budou " +#~ "vytvoeny v禳echny adres獺e potebn矇 pro webov羸 administran穩 n獺stroj, " +#~ "leda鱉e by tam ji鱉 byly textov矇 soubory." + +#~ msgid "Path to user's Maildir directory" +#~ msgstr "Cesta do u鱉ivatelsk矇ho adres獺e 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." +#~ msgstr "" +#~ "Tohle je 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穩stupuje " +#~ "u鱉ivatelsk矇 emaily. Pros穩m, prohl矇dnte si manu獺lovou str獺nku maildir(5), " +#~ "jestli鱉e v獺m nen穩 dobe zn獺m羸 form獺t ulo鱉en穩 pou鱉穩van羸 Courierem." + +#~ 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 konfiguran穩 soubory courier-imap v /etc. Od te " +#~ "budou v禳echny konfiguran穩 soubory souvisej穩c穩 s Courierem ulo鱉eny v /etc/" +#~ "courier. Pokud chcete, pesunu konfiguran穩 soubory do nov矇ho um穩stn穩. " +#~ "Ale nemohu garantovat, 鱉e budou pracovat stejn jako pedt穩m. Pros穩m " +#~ "pette si dokumentaci Courier a sdlte spr獺vci o nov羸ch poznatc穩ch " +#~ "t羸kaj穩c穩ch se pevodu." + +#~ msgid "Default domain" +#~ msgstr "Implicitn穩 dom矇na" + +#~ msgid "\"From\" Header for Delivery Notifications" +#~ msgstr "Hlavika \"From\" pro ozn獺men穩 o doruen穩" + +#~ 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." +#~ msgstr "" +#~ "Pro pr獺ci courier-webadmin nad r獺mec mo鱉nost穩, potebujete zkop穩rovat CGI " +#~ "program z /usr/lib/courier/courier/webmail/webadmin do /usr/lib/cgi-bin/" +#~ "courierwebadmin a nastavit SUID bit." + +#~ 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." +#~ msgstr "" +#~ "Toto se nedje pi v羸choz穩 instalaci ze dvou hlavn穩ch d轡vod轡. Prvn穩 jsou " +#~ "v獺鱉n矇 bezpenostn穩 d轡vody, proto鱉e courierwebadmin b鱉穩 pod u鱉ivatelem " +#~ "root. Druh羸 spo穩v獺 v tom, 鱉e nen穩 zaruena z獺vislost na webov矇m serveru " +#~ "a jeho konfiguraci." + +#~ 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." +#~ msgstr "" +#~ "Jestli鱉e budete souhlasit a va禳e nastaven穩 serveru je shodn矇 s " +#~ "bezpenostn穩 politikou Debianu, pak m轡鱉ete pistoupit k " +#~ "administr獺torsk矇mu rozhran穩 pes http://localhost/cgi-bin/courierwebadmin." + +#~ msgid "Password for the Courier Administration" +#~ msgstr "Heslo pro administraci Courier" + +#~ msgid "Enable Calendaring ?" +#~ msgstr "Povolit kalend獺?" + +#~ 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." +#~ msgstr "" +#~ "Urete pros穩m, zda chcete povolit kalend獺 v m穩stn穩m m籀du (zvolte " +#~ "m穩stn穩), skupinov矇m m籀du (zvolte net) nebo nepovolit (zvolte vypnuto). " +#~ "Pro pou鱉穩v獺n穩 skupinov矇ho m籀du potebujete nainstalovat bal穩ek courier-" +#~ "pcp." + +#~ 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." +#~ msgstr "" +#~ "M穩stn穩 m籀d vy鱉aduje o trochu v穩ce syst矇mov羸ch prostedk轡 ne鱉 vypnut穩 " +#~ "kalend獺e. Skupinov羸 m籀d vy鱉aduje tchto prostedk轡 podstatn v穩ce. " +#~ "Jestli鱉e si vyberete skupinov羸 m籀d, pak bude spu禳tn samostatn羸 d矇mon." + +#~ msgid "Ispell Dictionary" +#~ msgstr "Slovn穩k Ispell" + +#~ 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." + +#~ 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 "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "Uvdomte si pros穩m, 鱉e adres獺 /var/www/sqwebmail bude smaz獺n pi " +#~ "odstrann穩 bal穩ku (krom volby u鱉ivatelsk獺)." + +#~ 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 rozdlen羸ch zdroj轡 " +#~ "Courier IMAP. Toto se zmnilo, a nyn穩 je cel獺 sestava Courier zabalena " +#~ "pro Debian. Z tohoto d轡vodu, se velmi zmnila infrastruktura; nap穩klad, " +#~ "ve禳ker矇 konfiguran穩 soubry se pesunuly do /etc/courier." + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "" +#~ "Pros穩m zdlte spr獺vci informace o Va禳ich zku禳enostech s novou " +#~ "infrastrukturou." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "Autentifikan穩 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 konfiguran穩m souboru ${conffile} je AUTHMODULES nastaveno na " +#~ "\"${authmodules}\". Tohle nebude d矇le fungovat, proto鱉e authdaemon je " +#~ "jedin獺 mo鱉n獺 autentifikan穩 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獺禳 konfiguran穩 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 zmnu 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 zmnu hesel pe rozhran穩 webmail je teba nainstalovat program pro " +#~ "zmnu (syst矇mov羸ch) hesel s SUID bitem. Proto鱉e tento program b鱉穩 jako " +#~ "root, toto m獺 v獺鱉n矇 bezpenostn穩 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 nepotebuje nastavit SUID root, pokud je " +#~ "p穩stup k mail轡m u鱉ivatele a konfigurac穩m zprostedkov獺n pes d矇mona " +#~ "spu禳tn矇ho bhem startu syst矇mu pomoc穩 /etc/init.d/sqwebmail.)" --- courier-0.53.3.orig/debian/po/de.po +++ courier-0.53.3/debian/po/de.po @@ -0,0 +1,607 @@ +# +# 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. +# +msgid "" +msgstr "" +"Project-Id-Version: Courier 0.53.3-2\n" +"Report-Msgid-Bugs-To: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: 2007-01-10 17:12+0100\n" +"Last-Translator: Holger Wansing \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "Ver瓣nderte Infrastruktur zur Authentifizierung" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +#, fuzzy +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 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." + +#. 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 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." +msgstr "" +"Courier benutzt verschiedene Konfigurationsdateien in /etc/courier. Einige " +"davon k繹nnen durch ein Unterverzeichnis ersetzt werden, dann werden alle " +"Dateien in diesem Unterverzeichnis aneinandergeh瓣ngt und als einzelne, " +"vereinigte Konfigurationsdatei betrachtet." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If agreed, 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, auer es existiert " +"bereits eine gleichnamige Konfigurationsdatei." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +#, fuzzy +msgid "Path to user's Maildir directory:" +msgstr "Pfad zum Maildir-Verzeichnis des Benutzers:" + +#. 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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" +"Dies ist ein relativer Pfadname zum Maildir-Verzeichnis des jeweiligen " +"Benutzers, in dem die Courier-Server die E-Mail des Benutzers speichern und " +"lesen. Bitte lesen Sie die maildir(5)-Handbuchseite (Manpage), wenn Sie mit " +"Courier's Format zum Speichern von E-Mails nicht vertraut sind." + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "Alte Konfigurationsdateien nach /etc/courier verschieben?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" +"Konfigurationsdateien f羹r courier-imap wurden im Verzeichnis /etc gefunden. " +"Ab jetzt werden alle Konfigurationsdateien, die mit Courier im Zusammenhang " +"stehen, unter /etc/courier aufbewahrt. Wenn Sie es w羹nschen, werden die " +"alten Konfigurationsdateien in das neue Verzeichnis verschoben. Es kann " +"jedoch nicht garantiert werden, dass sie wie vorher funktionieren. Bitte " +"informieren Sie sich in der Courier-Dokumentation und teilen dem Maintainer " +"dieses Paketes ihre Erfahrungen mit der Umstellung mit." + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +#, fuzzy +msgid "Default domain:" +msgstr "Standard-Domain:" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +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. Dies k繹nnte z.B. bei E-Mails von Benutzern dieses " +"Rechners der Fall sein." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "\"From\" Header for Delivery Notifications:" +msgstr "罈From竄-Header f羹r Zustellungsbenachrichtigungen:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +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:1001 +msgid "SSL certificate required" +msgstr "SSL-Zertifikat erforderlich" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" +"F羹r POP und IMAP mittels 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. 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:1001 +msgid "Activate CGI Program ?" +msgstr "Wollen Sie das CGI-Programm aktivieren?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" +"Damit courier-webadmin ohne weitere Eingriffe funktioniert, ist es " +"erforderlich, das CGI-Programm von /usr/lib/courier/courier/webmail/webadmin " +"nach /usr/lib/cgi-bin/courierwebadmin zu kopieren und das SUID-Bit zu setzen." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, 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 the web server software and its configuration." +msgstr "" +"Aus zwei Gr羹nden wird dies nicht automatisch gemacht. Erstens kann das " +"ernsthafte Auswirkungen auf die Sicherheit des Systems haben, da " +"courierwebadmin als root ausgef羹hrt wird. Auerdem kann in Abh瓣ngigkeit von " +"der verwendeten Webserversoftware und deren Konfiguration die Funktion nicht " +"garantiert werden." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Wenn Sie hier zustimmen und Ihre Webserver-Konfiguration der Debian-Policy " +"entspricht, k繹nnen Sie auf das Administrations-Frontend mit der URL http://" +"localhost/cgi-bin/courierwebadmin zugreifen." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +msgid "Password for the Courier Administration:" +msgstr "Passwort f羹r die Courier-Administration:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "" +"F羹r den Zugriff auf die Courier-Administration wird ein Passwort ben繹tigt." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "Lokal, Netzwerkweit, Deaktiviert" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "Enable Calendaring:" +msgstr "Kalendarfunktionen aktivieren?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" +"Bitte w瓣hlen Sie, ob Sie die Kalenderfunktion im Lokal-Modus (w瓣hlen Sie " +"罈Lokal竄), im Groupware-Modus (w瓣hlen Sie 罈Netzwerkweit竄) oder 羹berhaupt " +"nicht aktivieren m繹chten (w瓣hlen Sie 罈Deaktiviert竄). Um den Groupware-Modus " +"letztendlich verwenden zu k繹nnen, m羹ssen Sie noch das Paket courier-pcp " +"installieren." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, 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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" +"Der Lokal-Modus erfordert sehr wenig Overhead verglichen damit, die " +"Kalenderfunktion 羹berhaupt nicht zu verwenden, aber der Groupware-Modus " +"ben繹tigt zwingend zus瓣tzliche Ressourcen auf dem Server. Wenn Sie den " +"Groupware-Modus w瓣hlen, wird ein zus瓣tzlicher Daemon-Prozess gestartet." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +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:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "Ispell-W繹rterbuch:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of 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:3001 +msgid "symlink, copy, custom" +msgstr "Symbolischer Link, Kopie, Benutzerdefiniert" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do you want to install the HTML documents and images for sqwebmail:" +msgstr "" +"Wie sollen die HTML-Dokumente und Bilder f羹r sqwebmail installiert werden?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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 "" +"Zur Auswahl stehen das Anlegen eines symbolischen Links /var/www/sqwebmail, " +"das Kopieren aller Dateien von /usr/share/sqwebmail nach /var/www/sqwebmail " +"oder /var/www unver瓣ndert zu lassen. Aus Sicherheitsgr羹nden ist die zweite " +"M繹glichkeit zu bevorzugen. Wenn jedoch bereits FollowSymLinks oder " +"SymLinksIfOwnerMatch in der Apache-Konfiguration aktiviert ist, kann auch " +"die erste Option gew瓣hlt werden. Bei Auswahl von 罈Benutzerdefiniert竄 ist " +"manuell f羹r die korrekte Konfiguration des Webservers zu sorgen." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"Bitte beachten Sie, dass /var/www/sqwebmail gel繹scht wird, wenn dieses Paket " +"komplett entfernt wird (auer wenn Sie 罈Benutzerdefiniert竄 w瓣hlen)." + +#~ 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." + +#~ 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, auer es existiert " +#~ "bereits eine gleichnamige Konfigurationsdatei." + +#~ msgid "Path to user's Maildir directory" +#~ msgstr "Pfad zum Maildir-Verzeichnis des Benutzers:" + +#~ 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." +#~ msgstr "" +#~ "Dies ist ein relativer Pfadname zum Maildir-Verzeichnis des jeweiligen " +#~ "Benutzers, in dem die Courier-Server die E-Mail des Benutzers speichern " +#~ "und lesen. Bitte lesen Sie die maildir(5)-Handbuchseite (Manpage), wenn " +#~ "Sie mit Courier's Format zum Speichern von E-Mails nicht vertraut sind." + +#~ 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 "" +#~ "Konfigurationsdateien f羹r courier-imap wurden im Verzeichnis /etc " +#~ "gefunden. Ab jetzt werden alle Konfigurationsdateien, die mit Courier im " +#~ "Zusammenhang stehen, unter /etc/courier aufbewahrt. Wenn Sie es w羹nschen, " +#~ "werden die alten Konfigurationsdateien in das neue Verzeichnis " +#~ "verschoben. Es kann jedoch nicht garantiert werden, dass sie wie vorher " +#~ "funktionieren. Bitte informieren Sie sich in der Courier-Dokumentation " +#~ "und teilen dem Maintainer dieses Paketes ihre Erfahrungen mit der " +#~ "Umstellung mit." + +#~ msgid "Default domain" +#~ msgstr "Standard-Domain:" + +#~ msgid "\"From\" Header for Delivery Notifications" +#~ msgstr "罈From竄-Header f羹r Zustellungsbenachrichtigungen:" + +#~ 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." +#~ msgstr "" +#~ "Damit courier-webadmin ohne weitere Eingriffe funktioniert, ist es " +#~ "erforderlich, das CGI-Programm von /usr/lib/courier/courier/webmail/" +#~ "webadmin nach /usr/lib/cgi-bin/courierwebadmin zu kopieren und das SUID-" +#~ "Bit zu setzen." + +#~ 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." +#~ msgstr "" +#~ "Aus zwei Gr羹nden wird dies nicht automatisch gemacht. Erstens kann das " +#~ "ernsthafte Auswirkungen auf die Sicherheit des Systems haben, da " +#~ "courierwebadmin als root ausgef羹hrt wird. Auerdem kann in Abh瓣ngigkeit " +#~ "von der verwendeten Webserversoftware und deren Konfiguration die " +#~ "Funktion nicht garantiert werden." + +#~ 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." +#~ msgstr "" +#~ "Wenn Sie hier zustimmen und Ihre Webserver-Konfiguration der Debian-" +#~ "Policy entspricht, k繹nnen Sie auf das Administrations-Frontend mit der " +#~ "URL http://localhost/cgi-bin/courierwebadmin zugreifen." + +#~ msgid "Password for the Courier Administration" +#~ msgstr "Passwort f羹r die Courier-Administration:" + +#~ msgid "Enable Calendaring ?" +#~ msgstr "Kalendarfunktionen aktivieren?" + +#~ 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." +#~ msgstr "" +#~ "Bitte w瓣hlen Sie, ob Sie die Kalenderfunktion im Lokal-Modus (w瓣hlen Sie " +#~ "罈Lokal竄), im Groupware-Modus (w瓣hlen Sie 罈Netzwerkweit竄) oder 羹berhaupt " +#~ "nicht aktivieren m繹chten (w瓣hlen Sie 罈Deaktiviert竄). Um den Groupware-" +#~ "Modus letztendlich verwenden zu k繹nnen, m羹ssen Sie noch das Paket courier-" +#~ "pcp installieren." + +#~ 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." +#~ msgstr "" +#~ "Der Lokal-Modus erfordert sehr wenig Overhead verglichen damit, die " +#~ "Kalenderfunktion 羹berhaupt nicht zu verwenden, aber der Groupware-Modus " +#~ "ben繹tigt zwingend zus瓣tzliche Ressourcen auf dem Server. Wenn Sie den " +#~ "Groupware-Modus w瓣hlen, wird ein zus瓣tzlicher Daemon-Prozess gestartet." + +#~ msgid "Ispell Dictionary" +#~ msgstr "Ispell-W繹rterbuch:" + +#~ 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." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "" +#~ "Wie sollen die HTML-Dokumente und Bilder f羹r sqwebmail installiert werden?" + +#~ msgid "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "Bitte beachten Sie, dass /var/www/sqwebmail gel繹scht wird, wenn dieses " +#~ "Paket komplett entfernt wird (auer wenn Sie 罈Benutzerdefiniert竄 w瓣hlen)." + +#~ msgid "Packaging of Courier has been completely revised" +#~ msgstr "Paketstruktur von Courier wurde komplett 羹berarbeitet" + +#~ 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 "" +#~ "Fr羹her wurden die Courier-IMAP-Pakete aus den separat erh瓣ltlichen " +#~ "Courier-IMAP-Quellen erstellt. Nun ist die gesamte Courier-Software als " +#~ "Debianpakete erh瓣ltlich. Deshalb hat sich der Aufbau der Pakete " +#~ "wesentlich ge瓣ndert, z.B. wurden alle Konfigurationsdateien nach /etc/" +#~ "courier verlagert." + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "" +#~ "Bitte teilen Sie Ihre Erfahrungen mit der Umstellung dem Maintainer mit." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "" +#~ "Authentifizierungsmethode \"authdaemon\" ist jetzt zwingend notwendig" + +#~ 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 "" +#~ "In Ihrer Konfigurationsdatei ${conffile} haben Sie AUTHMODULES den Wert " +#~ "\"${authmodules}\" zugewiesen. Diese Einstellung wird nicht mehr " +#~ "funktionieren, da authdaemon die einzig verf羹gbare " +#~ "Authentifizierungmethode f羹r Courier-Debianpakete Version 0.35 und h繹her " +#~ "ist." + +#~ msgid "" +#~ "Please fix your configuration file, otherwise your setup will no longer " +#~ "work." +#~ msgstr "" +#~ "Bitte passen Sie Ihre Konfigurationsdatei an oder Ihr Courier-Server ist " +#~ "nicht l瓣nger einsatzf瓣hig." + +#~ msgid "Do you want the webmail password changer to be installed SUID root ?" +#~ msgstr "" +#~ "Wollen Sie das Webmailprogramm zum ndern von Passw繹rtern SUID root " +#~ "installieren ?" + +#~ 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 "" +#~ "Um Passw繹rter durch die Webmail-Schnittstelle 瓣ndern zu k繹nnen, mu ein " +#~ "Programm zum ndern der Passw繹rter mit gesetzten SUID bit installiert " +#~ "werden. Da dieses Programm als root ausgef羹hrt wird, kann dies ernstafte " +#~ "Auswirkungen auf die Sicherheit des Systems haben." + +#~ 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 "" +#~ "(Das Webmail-CGI-Programm braucht nicht l瓣nger das Setuid-Bit f羹r root " +#~ "gesetzt zu haben, da alle Zugriffe auf die Email von Benutzern und die " +#~ "Konfiguration durch einen D瓣mon erfolgen. Dieser D瓣mon wird beim " +#~ "Systemstart durch /etc/init.d/sqwebmail gestartet.)" + +#~ msgid "symlink" +#~ msgstr "symbolischer Link" --- courier-0.53.3.orig/debian/po/es.po +++ courier-0.53.3/debian/po/es.po @@ -0,0 +1,425 @@ +# +# 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. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Carlos Valdivia Yage \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +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 authentication method manually." +msgstr "" + +#. 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 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." +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 agreed, 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 user's Maildir directory:" +msgstr "" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "燐over los ficheros de configuraci鏮 antiguos a /etc/courier?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" +"Se han detectado ficheros de configuraci鏮 de courier-imap en /etc. De ahora " +"en adelante todos los ficheros de configuraci鏮 relacionados con Courier se " +"encuentran en /etc/courier. Si quiere, puedo moverlos autom嫢icamente a su " +"nueva ubicaci鏮. Sin embargo, no hay garant燰 de que funcionen como antes. " +"Por favor, lea la documentaci鏮 de Courier y h墔ale saber al mantenedor sus " +"experiencias con la conversi鏮 de estos ficheros." + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +msgid "Default domain:" +msgstr "" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +msgstr "" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "\"From\" Header for Delivery Notifications:" +msgstr "" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "Se necesita un certificado SSL" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" +"Para utilizar POP e IMAP sobre SSL necesitan un certificado X.509 v嫮ido y " +"firmado. Si es necesario, durante la instalaci鏮 de courier-pop-ssl y " +"courier-imap-ssl respectivamente se generar un certicado X.509. Para usarlo " +"en producci鏮 el certificado debe ser firmado por una autoridad " +"certificadora reconocida, de forma que los clientes de correo lo acepten. " +"Las ubicaciones predeterminadas para este certificado son /etc/courier/pop3d." +"pem y /etc/courier/imapd.pem respectivamente." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "Activate CGI Program ?" +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +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 the web server software and its configuration." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Password for the Courier Administration:" +msgstr "" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +msgid "Enable Calendaring:" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "Diccionario ispell" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail le permite repasar la ortograf燰 de sus correos electr鏮icos. Por " +"favor, elija el diccionario que quiera usar con ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:3001 +msgid "symlink, copy, custom" +msgstr "enlace simb鏊ico, copia, personalizar" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do you want to install the HTML documents and images for sqwebmail:" +msgstr "澧鏔o desea instalar los archivos HTML e im墔enes de sqwebmail?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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鏊ico /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鏮. Sin embargo si ya tiene activadas las " +"opciones FollowSymLinks o SymLinksIfOwnerMatch en su configuraci鏮 de Apache " +"puede elegir la primera opci鏮. La opci鏮 de personalizar puede serle de " +"ayuda si desea configurar su servidor web manualmente." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"Si purga este paquete se borrar /var/www/sqwebmail, a menos que haya " +"elegido la opci鏮 de personalizar." + +#, 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鏮 de courier-imap en /etc. De " +#~ "ahora en adelante todos los ficheros de configuraci鏮 relacionados con " +#~ "Courier se encuentran en /etc/courier. Si quiere, puedo moverlos " +#~ "autom嫢icamente a su nueva ubicaci鏮. Sin embargo, no hay garant燰 de que " +#~ "funcionen como antes. Por favor, lea la documentaci鏮 de Courier y h墔ale " +#~ "saber al mantenedor sus experiencias con la conversi鏮 de estos ficheros." + +#~ msgid "Ispell Dictionary" +#~ msgstr "Diccionario ispell" + +#~ msgid "" +#~ "SqWebMail allows you to spellcheck your emails. Please select an " +#~ "appropriate dictionary for ispell." +#~ msgstr "" +#~ "SqWebMail le permite repasar la ortograf燰 de sus correos electr鏮icos. " +#~ "Por favor, elija el diccionario que quiera usar con ispell." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "澧鏔o desea instalar los archivos HTML e im墔enes de sqwebmail?" + +#~ msgid "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "Si purga este paquete se borrar /var/www/sqwebmail, a menos que haya " +#~ "elegido la opci鏮 de personalizar." + +#~ 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鏮 se " +#~ "han movido a /etc/courier." + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "" +#~ "H墔ale saber al mantenedor sus experiencias con esta nueva " +#~ "infraestructura." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "冠uthdaemon es ahora el m彋odo de autentificaci鏮 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鏮 ${conffile}, donde " +#~ "AUTHMODULES est definido como \"${authmodules}\". Esto ya no funciona, " +#~ "ya que 冠uthdaemon es el nico m彋odo de autentificaci鏮 disponible en " +#~ "los paquetes Debian de Courier a partir de la versi鏮 0.35." + +#~ msgid "" +#~ "Please fix your configuration file, otherwise your setup will no longer " +#~ "work." +#~ msgstr "" +#~ "Por favor, modifique su configuraci鏮 o el programa no funcionar " +#~ "correctamente." + +#, fuzzy +#~ msgid "Do you want the webmail password changer to be installed SUID root ?" +#~ msgstr "熹uiere 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鏮 con permisos de root). Puesto que webmail " +#~ "funcionar como root, esto tiene importantes implicaciones de seguridad." + +#~ msgid "Which is the directory name of the user's maildir ?" +#~ msgstr "澧u嫮 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嫕 encontrar el directorio de correo." + +#~ msgid "default" +#~ msgstr "por defecto" + +#~ msgid "symlink" +#~ msgstr "enlace simb鏊ico" --- courier-0.53.3.orig/debian/po/fr.po +++ courier-0.53.3/debian/po/fr.po @@ -0,0 +1,523 @@ +# translation of fr.po to French +# +# +# +# +# Christian Perrier , 2006. +msgid "" +msgstr "" +"Project-Id-Version: fr\n" +"Report-Msgid-Bugs-To: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: 2006-10-19 09:30+0200\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "Modification de l'infrastructure d'authentification" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +#, fuzzy +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 authentication method manually." +msgstr "" +" partir de Courier 0.48, les modules d'authentification int嶲r廥 dans " +"Courier ont 彋 d廧lac廥 dans une biblioth鋂ue autonome. Toutes les " +"applications de Courier utilisent la m瘱e infrastructure " +"d'authentification: la biblioth鋂ue d'authentification de Courier. Cette " +"biblioth鋂ue est r廧artie sur plusieurs paquets: un paquet de base " +"(courier-authlib) et un par m彋hode d'authentification (courier-" +"authlib-userdb, -mysql, postgresql, -ldap, -pipe). Il n'a " +"malheureusement pas 彋 possible d'彋ablir les d廧endances n嶰essaires pour " +"une mise jour transparente. Vous devrez donc installer vous-m瘱e le paquet " +"correspondant la m彋hode d'authentification que vous utilisez." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration ?" +msgstr "Faut-il cr嶪r les r廧ertoires n嶰essaires l'administration web?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +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." +msgstr "" +"Courier utilise de nombreux fichiers de configuration plac廥 dans /etc/" +"courier. Certains de ces fichiers peuvent 皻re remplac廥 par un sous-" +"r廧ertoire contenant des fichiers qui seront concat幯廥 et seront consid廨廥 " +"ensemble comme un seul fichier de configuration." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If agreed, 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廧ertoires. Si " +"vous le souhaitez, tous les r廧ertoires n嶰essaires pour cet outil seront " +"cr澭s, sauf si un fichier est d嶴 pr廥ent." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +#, fuzzy +msgid "Path to user's Maildir directory:" +msgstr "Chemin des r廧ertoires de courriel (Maildir) des utilisateurs:" + +#. 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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" +"Ce chemin est relatif au r廧ertoire personnel des utilisateurs. Il " +"correspond au r廧ertoire Maildir o les serveurs Courier enregistrent " +"les courriels des utilisateurs. Veuillez consulter la page de manuel de " +"maildir(5) si vous n'avez pas l'habitude du format de stockage des courriels " +"qu'utilise Courier." + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "" +"Faut-il d廧lacer les anciens fichiers de configuration vers /etc/courier?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" +"Des fichiers de configuration de courier-imap existent sous /etc. D廥ormais, " +"tous les fichiers de configuration de Courier sont plac廥 dans /etc/courier. " +"Si vous le souhaitez, ces fichiers peuvent 皻re d廧lac廥 pour vous. " +"Cependant, rien ne garantit qu'ils fonctionneront comme avant. Veuillez " +"consulter la documentation de Courier et expliquer au responsable du paquet " +"ce que vous pensez de la conversion." + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +#, fuzzy +msgid "Default domain:" +msgstr "Domaine par d嶨aut:" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +msgstr "" +"Veuillez indiquer un domaine de courriel valide. La plupart des fonctions de " +"r澭criture d'en-t皻es ajouteront ce domaine toutes les adresses " +"幨ectroniques dans lesquelles aucun domaine n'est indiqu. Les comptes " +"locaux de cette machine en sont un exemple." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "\"From\" Header for Delivery Notifications:" +msgstr "En-t皻e d'origine (From) pour les notifications d'envoi:" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" +"Veuillez indiquez une adresse valide pour l'en-t皻e origine (From) " +"des notifications d'envoi de courriel (mail delivery notifications) " +"sinon celles-ci ne pourront pas 皻re envoy嶪s." + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "Certificat SSL requis" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" +"L'utilisation des protocoles POP et IMAP avec SSL n嶰essite de poss嶮er 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幯廨 si " +"n嶰essaire. Sur un site de production, le certificat X.509 doit 皻re sign " +"par une autorit de certification reconnue afin que les clients de courriel " +"acceptent le certificat. Les emplacements par d嶨aut de ces certificats sont " +"respectivement /etc/courier/pop3d.pem et /etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "Activate CGI Program ?" +msgstr "Faut-il activer le programme CGI?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" +"Pour que courier-webadmin fonctionne sans modifications, il faut 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:1001 +#, 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 the web server software and its configuration." +msgstr "" +"Cette t歊he n'est pas r嶧lis嶪 par d嶨aut pour deux raisons:\n" +" - ce choix a des implications s廨ieuses sur la s嶰urit car\n" +" courierwebadmin s'ex嶰ute avec les droits du superutilisateur;\n" +" - rien ne garantit que cela fonctionne car tout d廧end du\n" +" type de serveur web et de sa configuration." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Si vous acceptez et si la configuration de votre serveur web est conforme " +"la charte Debian, vous pourrez acc嶮er l'interface d'administration " +"l'adresse http://localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +msgid "Password for the Courier Administration:" +msgstr "Mot de passe pour l'administration de Courier:" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "Un mot de passe est n嶰essaire pour pouvoir administrer Courier." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "local, r廥eau, d廥activ" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "Enable Calendaring:" +msgstr "Faut-il activer la gestion de calendrier (Calendaring)?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" +"Veuillez indiquer si vous souhaitez activer la gestion de calendrier en mode " +"local, en mode travail de groupe (choisissez alors r廥eau) ou la " +"d廥activer. Pour pouvoir utiliser le mode travail de groupe, vous devez " +"installer le paquet courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, 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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" +"Le mode local est relativement peu coteux en ressources par rapport au " +"fonctionnement sans gestion de calendrier. Par contre, le mode travail de " +"groupe utilise nettement plus les ressources du serveur. Si vous choisissez " +"le mode travail de groupe, un d幦on sera lanc s廧ar幦ent." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +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:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "Dictionnaire pour ispell:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail permet la v廨ification orthographique des courriels. Veuillez " +"choisir le dictionnaire qu'utilisera ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:3001 +msgid "symlink, copy, custom" +msgstr "lien symbolique, copie, aucune" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do you want to install the HTML documents and images for sqwebmail:" +msgstr "" +"M彋hode d'installation des documents HTML et des images pour sqwebmail:" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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 "" +"Vous pouvez:\n" +" - cr嶪r un lien symbolique /var/www/sqwebmail;\n" +" - copier tous les fichiers de /usr/share/sqwebmail vers\n" +" /var/www/sqwebmail;\n" +" - ne rien faire de particulier et laisser /var/www intact.\n" +"Pour des raisons de s嶰urit, la deuxi鋗e option est recommand嶪. Cependant, " +"si vous avez d嶴 activ FollowSymlinks ou SymLinksOwnerMatch dans " +"la configuration de votre serveur Apache, vous pouvez 嶲alement choisir la " +"premi鋨e option. Si vous choisissez la derni鋨e option, vous devrez " +"configurer votre serveur web vous-m瘱e." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"Veuillez noter que /var/www/sqwebmail sera supprim si le paquet est purg, " +"sauf si l'option aucune est choisie." + +#~ 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 "" +#~ " partir de Courier 0.48, les modules d'authentification int嶲r廥 dans " +#~ "Courier ont 彋 d廧lac廥 dans une biblioth鋂ue autonome. Toutes les " +#~ "applications de Courier utilisent la m瘱e infrastructure " +#~ "d'authentification: la biblioth鋂ue d'authentification de Courier. Cette " +#~ "biblioth鋂ue est r廧artie sur plusieurs paquets: un paquet de base " +#~ "(courier-authlib) et un par m彋hode d'authentification (courier-" +#~ "authlib-userdb, -mysql, postgresql, -ldap, -pipe). Il " +#~ "n'a malheureusement pas 彋 possible d'彋ablir les d廧endances " +#~ "n嶰essaires pour une mise jour transparente. Vous devrez donc installer " +#~ "vous-m瘱e le paquet correspondant la m彋hode d'authentification que " +#~ "vous utilisez." + +#~ 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廧ertoires. Si " +#~ "vous le souhaitez, tous les r廧ertoires n嶰essaires pour cet outil seront " +#~ "cr澭s, sauf si un fichier est d嶴 pr廥ent." + +#~ msgid "Path to user's Maildir directory" +#~ msgstr "Chemin des r廧ertoires de courriel (Maildir) des utilisateurs:" + +#~ 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." +#~ msgstr "" +#~ "Ce chemin est relatif au r廧ertoire personnel des utilisateurs. Il " +#~ "correspond au r廧ertoire Maildir o les serveurs Courier enregistrent " +#~ "les courriels des utilisateurs. Veuillez consulter la page de manuel de " +#~ "maildir(5) si vous n'avez pas l'habitude du format de stockage des " +#~ "courriels qu'utilise 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 "" +#~ "Des fichiers de configuration de courier-imap existent sous /etc. " +#~ "D廥ormais, tous les fichiers de configuration de Courier sont plac廥 " +#~ "dans /etc/courier. Si vous le souhaitez, ces fichiers peuvent 皻re " +#~ "d廧lac廥 pour vous. Cependant, rien ne garantit qu'ils fonctionneront " +#~ "comme avant. Veuillez consulter la documentation de Courier et expliquer " +#~ "au responsable du paquet ce que vous pensez de la conversion." + +#~ msgid "Default domain" +#~ msgstr "Domaine par d嶨aut:" + +#~ msgid "\"From\" Header for Delivery Notifications" +#~ msgstr "En-t皻e d'origine (From) pour les notifications d'envoi:" + +#~ 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." +#~ msgstr "" +#~ "Pour que courier-webadmin fonctionne sans modifications, il faut copier " +#~ "le programme CGI de /usr/lib/courier/courier/webmail/webadmin vers /usr/" +#~ "lib/cgi-bin/courierwebadmin et activer le 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." +#~ msgstr "" +#~ "Cette t歊he n'est pas r嶧lis嶪 par d嶨aut pour deux raisons:\n" +#~ " - ce choix a des implications s廨ieuses sur la s嶰urit car\n" +#~ " courierwebadmin s'ex嶰ute avec les droits du superutilisateur;\n" +#~ " - rien ne garantit que cela fonctionne car tout d廧end du\n" +#~ " type de serveur web et de sa configuration." + +#~ 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." +#~ msgstr "" +#~ "Si vous acceptez et si la configuration de votre serveur web est conforme " +#~ " la charte Debian, vous pourrez acc嶮er l'interface d'administration " +#~ "l'adresse http://localhost/cgi-bin/courierwebadmin." + +#~ msgid "Password for the Courier Administration" +#~ msgstr "Mot de passe pour l'administration de Courier:" + +#~ msgid "Enable Calendaring ?" +#~ msgstr "Faut-il activer la gestion de calendrier (Calendaring)?" + +#~ 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." +#~ msgstr "" +#~ "Veuillez indiquer si vous souhaitez activer la gestion de calendrier en " +#~ "mode local, en mode travail de groupe (choisissez alors r廥eau) ou la " +#~ "d廥activer. Pour pouvoir utiliser le mode travail de groupe, vous devez " +#~ "installer le paquet courier-pcp." + +#~ 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." +#~ msgstr "" +#~ "Le mode local est relativement peu coteux en ressources par rapport au " +#~ "fonctionnement sans gestion de calendrier. Par contre, le mode travail de " +#~ "groupe utilise nettement plus les ressources du serveur. Si vous " +#~ "choisissez le mode travail de groupe, un d幦on sera lanc s廧ar幦ent." + +#~ msgid "Ispell Dictionary" +#~ msgstr "Dictionnaire pour ispell:" + +#~ msgid "" +#~ "SqWebMail allows you to spellcheck your emails. Please select an " +#~ "appropriate dictionary for ispell." +#~ msgstr "" +#~ "SqWebMail permet la v廨ification orthographique des courriels. Veuillez " +#~ "choisir le dictionnaire qu'utilisera ispell." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "" +#~ "M彋hode d'installation des documents HTML et des images pour sqwebmail:" + +#~ msgid "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "Veuillez noter que /var/www/sqwebmail sera supprim si le paquet est " +#~ "purg, sauf si l'option aucune est choisie." --- courier-0.53.3.orig/debian/po/gl.po +++ courier-0.53.3/debian/po/gl.po @@ -0,0 +1,504 @@ +# Galician translation of courier's debconf templates +# This file is distributed under the same license as the courier package. +# Jacobo Tarrio , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: courier\n" +"Report-Msgid-Bugs-To: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: 2007-01-23 17:25+0100\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "Modificouse a infraestructura de autenticaci籀n" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +#, fuzzy +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 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." + +#. 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 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." +msgstr "" +"Courier emprega varios ficheiros de configuraci籀n situados en /etc/courier. " +"P籀dese substitu穩r varios ficheiros de configuraci籀n por un subdirectorio no " +"que t籀dolos ficheiros que haxa dentro se concatenan e se tratan coma se " +"foran un s籀 ficheiro de configuraci籀n consolidado." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If agreed, 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 +#, fuzzy +msgid "Path to user's Maildir directory:" +msgstr "Ruta ao directorio Maildir do usuario" + +#. 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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" +"Unha 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(5) se non est獺 familiarizado co " +"formato de armacenamento de correo que emprega Courier." + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "聶Trasladar os ficheiros de configuraci籀n antigos a /etc/courier?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" +"No seu sistema hai ficheiros de configuraci籀n de courier-imap en /etc. A " +"partires de agora, t籀dolos ficheiros de configuraci籀n relacionados con " +"Courier han estar en /etc/courier. Se o desexa, p籀dense trasladar os " +"ficheiros de configuraci籀n 獺 nova ubicaci籀n. Nembargantes, non se pode " +"garantir que vaian funcionar coma antes. Consulte a documentaci籀n de Courier " +"e comun穩quelle ao mantedor as s繳as experiencias coa conversi籀n." + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +#, fuzzy +msgid "Default domain:" +msgstr "Dominio por defecto" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +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; p.ex., emails procedentes de contas desta m獺quina." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "\"From\" Header for Delivery Notifications:" +msgstr "Cabeceira \"From\" para as notificaci籀ns de entrega" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" +"Indique un valor v獺lido para a cabeceira \"From\" das notificaci籀ns de " +"entrega de correo. Se non se indica un, non se ha poder enviar ningunha." + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "Prec穩sase dun certificado SSL" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +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. 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. As " +"ubicaci籀ns por defecto para o certificado son /etc/courier/pop3d.pem e /etc/" +"courier/imapd.pem para o pop-ssl e imap-ssl, respectivamente." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "Activate CGI Program ?" +msgstr "聶Activar o programa CGI?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" +"Para permitir que courier-webadmin funcione trala instalaci籀n, hai que " +"copiar o programa CGI de /usr/lib/courier/courier/webmail/webadmin a /usr/" +"lib/cgi-bin/courierwebadmin e establecer o bit SUID." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, 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 the web server software and its configuration." +msgstr "" +"Hai dous motivos polos que isto non se fai por defecto durante a " +"instalaci籀n. Primeiro, hai importantes implicaci籀ns de seguridade, xa que " +"courierwebadmin ha funcionar coma administrador. Segundo, non se pode " +"garantir que funcione, xa que depende do software servidor web e da s繳a " +"configuraci籀n." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Se acepta e o seu servidor web est獺 configurado de acordo coa normativa de " +"Debian, ha poder acceder 獺 interface de administraci籀n a trav矇s de http://" +"localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +msgid "Password for the Courier Administration:" +msgstr "Contrasinal para a administraci籀n de Courier" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "Prec穩sase dun contrasinal para acceder 獺 administraci籀n de Courier." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "local, rede, desactivar" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "Enable Calendaring:" +msgstr "聶Activar as axendas?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" +"Indique se quere activar as axendas en modo local (escolla \"local\"), en " +"modo groupware (escolla \"rede\") ou non as quere activar (escolla " +"\"desactivar\"). Para empregar o modo groupware ha ter que instalar o " +"paquete courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, 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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" +"O modo local ten moi pouco impacto respecto de non usar as axendas, pero o " +"modo groupware precisa de moitos recursos do servidor. Se escolle o modo " +"groupware hase executar un servizo adicional." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +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:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "Diccionario de ispell" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of 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:3001 +msgid "symlink, copy, custom" +msgstr "ligar, copiar, personalizado" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do you want to install the HTML documents and images for sqwebmail:" +msgstr "聶Como quere instalar os documentos HTML e imaxes de sqwebmail?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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 opci籀ns son crear unha ligaz籀n simb籀lica /var/www/sqwebmail, copiar " +"t籀dolos ficheiros de /usr/share/sqwebmail a /var/www/sqwebmail ou non tocar /" +"var/www. Por motivos de seguridade recom矇ndase a segunda opci籀n. " +"Nembargantes, se xa ten activados FollowSymLinks ou SymLinksIfOwnerMatch na " +"configuraci籀n de Apache pode escoller a primeira opci籀n. A opci籀n " +"\"personalizado\" indica que ha configurar o servidor web 獺 man." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"Te簽a en conta que se ha eliminar /var/www/sqwebmail se purga o paquete a " +"menos que escolla \"personalizado\"." + +#~ 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." + +#~ 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." + +#~ msgid "Path to user's Maildir directory" +#~ msgstr "Ruta ao directorio Maildir do usuario" + +#~ 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." +#~ msgstr "" +#~ "Unha 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(5) se non est獺 " +#~ "familiarizado co formato de armacenamento de correo que emprega 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 "" +#~ "No seu sistema hai ficheiros de configuraci籀n de courier-imap en /etc. A " +#~ "partires de agora, t籀dolos ficheiros de configuraci籀n relacionados con " +#~ "Courier han estar en /etc/courier. Se o desexa, p籀dense trasladar os " +#~ "ficheiros de configuraci籀n 獺 nova ubicaci籀n. Nembargantes, non se pode " +#~ "garantir que vaian funcionar coma antes. Consulte a documentaci籀n de " +#~ "Courier e comun穩quelle ao mantedor as s繳as experiencias coa conversi籀n." + +#~ msgid "Default domain" +#~ msgstr "Dominio por defecto" + +#~ msgid "\"From\" Header for Delivery Notifications" +#~ msgstr "Cabeceira \"From\" para as notificaci籀ns de entrega" + +#~ 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." +#~ msgstr "" +#~ "Para permitir que courier-webadmin funcione trala instalaci籀n, hai que " +#~ "copiar o programa CGI de /usr/lib/courier/courier/webmail/webadmin a /usr/" +#~ "lib/cgi-bin/courierwebadmin e establecer o 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." +#~ msgstr "" +#~ "Hai dous motivos polos que isto non se fai por defecto durante a " +#~ "instalaci籀n. Primeiro, hai importantes implicaci籀ns de seguridade, xa que " +#~ "courierwebadmin ha funcionar coma administrador. Segundo, non se pode " +#~ "garantir que funcione, xa que depende do software servidor web e da s繳a " +#~ "configuraci籀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." +#~ msgstr "" +#~ "Se acepta e o seu servidor web est獺 configurado de acordo coa normativa " +#~ "de Debian, ha poder acceder 獺 interface de administraci籀n a trav矇s de " +#~ "http://localhost/cgi-bin/courierwebadmin." + +#~ msgid "Password for the Courier Administration" +#~ msgstr "Contrasinal para a administraci籀n de Courier" + +#~ msgid "Enable Calendaring ?" +#~ msgstr "聶Activar as axendas?" + +#~ 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." +#~ msgstr "" +#~ "Indique se quere activar as axendas en modo local (escolla \"local\"), en " +#~ "modo groupware (escolla \"rede\") ou non as quere activar (escolla " +#~ "\"desactivar\"). Para empregar o modo groupware ha ter que instalar o " +#~ "paquete courier-pcp." + +#~ 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." +#~ msgstr "" +#~ "O modo local ten moi pouco impacto respecto de non usar as axendas, pero " +#~ "o modo groupware precisa de moitos recursos do servidor. Se escolle o " +#~ "modo groupware hase executar un servizo adicional." + +#~ msgid "Ispell Dictionary" +#~ msgstr "Diccionario de ispell" + +#~ 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." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "聶Como quere instalar os documentos HTML e imaxes de sqwebmail?" + +#~ msgid "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "Te簽a en conta que se ha eliminar /var/www/sqwebmail se purga o paquete a " +#~ "menos que escolla \"personalizado\"." --- courier-0.53.3.orig/debian/po/ja.po +++ courier-0.53.3/debian/po/ja.po @@ -0,0 +1,568 @@ +# +# 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.44.2-3\n" +"Report-Msgid-Bugs-To: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: 2006-10-08 02:05+0900\n" +"Last-Translator: Hideki Yamane (Debian-JP) \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "隤閮潭瑽桀" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +#, fuzzy +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 authentication method manually." +msgstr "" +"Courier 0.48 Courier 桐具具虫蝙艾隤閮潦U詻乓潦怒祉" +"扎押芥怒芥整Courier U芥晞潦瑯扼喋臬具艾銝株閮潭瑽 Courier " +"authentication library 拍具整柴押扎押芥胯晞潦豢具艾" +"潦嫘晞潦 (courier-authlib) 典隤閮潭寞 (courier-authlib-userdb, -" +"mysql, -postgresql, -ldap, -pipe) 柴詻抒踹血拍具整" +"畾敹萸芥瑯潦研嫘芥U啜研潦柴思摮V閮剖扼" +"芥艾胯整隤閮潭寞柴晞潦詻批乓艾" + +#. 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 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." +msgstr "" +"Courier /etc/courier 怒銴啜株身摰∼扎怒雿輻具整撟整扎株身摰" +"∼扎怒胯柴研胯芸桀具艾柴∼扎怒蝜虫扎桃絞閮" +"摰∼扎怒怨芥萸研胯芥恍蝵柴芥整" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If agreed, 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 +#, fuzzy +msgid "Path to user's Maildir directory:" +msgstr "艾潦嗚 Maildir 研胯芥詻柴" + +#. 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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" +"臬艾潦嗚柴潦研胯芥 Courier 萸潦艾潦嗚柴∼潦怒靽摮" +"U胯颯嫘 Maildir 研胯芥詻桃詨紋孵扼Courier 怒血拍具" +"∼潦思摮敶W怒扎艾整閰喋芥具游 maildir(5) 乓U" +"潦詻扼艾" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "颯株身摰∼扎怒 /etc/courier 怎宏整?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" +"瑯嫘銝 courier-imap 株身摰∼扎怒 /etc 怒整 Courier " +"恍a具艾株身摰∼扎怒 /etc/courier 恍蝵柴怒芥整" +"啗身摰∼扎怒啜雿蝵柴怎宏整隞亙瑽怠雿柴臭閮潦" +"整Courier 柴准乓∼喋扼艾∼喋怒桀氬格喋艾" +"" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +#, fuzzy +msgid "Default domain:" +msgstr "押怒∼扎喳" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +msgstr "" +"甇∼潦怒∼扎喳摰艾畾押柴詻璈賬胯∼扎" +"摰艾芥具艾柴∼潦怒U研嫘怒柴∼扎喳隞整靘" +"啜柴瑯喋柴U怒艾喋柴∼潦怒怠紋艾芥押怒芥整" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "\"From\" Header for Delivery Notifications:" +msgstr "Delivery Notification 怠拍具 \"From\"" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" +"Mail Delivery Notification 桅 \"From\" 思蝙具嫘芸扎摰" +"摰銵芥游 Delivery Notification 舫芥芥整" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "SSL 閮潭詻敹閬扼" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" +"POP/IMAP over SSL 怒舀嫘芥蝵脣 X.509 閮潭詻敹閬具芥整" +" courier-pop-ssl/courier-imap-ssl 柴扎喋嫘潦怒桅敹閬扼啗芸楛蝵脣 " +"X.509 閮潭詻整摰扼桐蝙具恍艾胯∼潦怒胯押扎U喋閮潭" +"詻箝 X.509 閮潭詻怠紋西芾釆撅怒蝵脣敹閬扼株釆" +"詻格皞桀湔 /etc/courier/pop3d.pem /etc/courier/imapd.pem " +"" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "Activate CGI Program ?" +msgstr "CGI 准啜押嫘怒整?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" +"courier-webadmin 急芥西胯怒怒胯/usr/lib/courier/" +"courier/webmail/webadmin /usr/lib/cgi-bin/courierwebadmin CGI 准" +"押喋潦 SUID 颯敹閬整" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, 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 the web server software and its configuration." +msgstr "" +"扎喋嫘潦思葉怒桐璆准銵艾芥柴怒臭扎桃晞整整" +"憪 courierwebadmin root 具血雿柴扼颯准乓芥銝格函芾憡" +"具甈∼ web 萸潦賬具株身摰思摮柴批雿靽閮潦芥" +"具扼" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"批 web 萸潦株身摰 Debian 芥瑯 恍拙艾游http://" +"localhost/cgi-bin/courierwebadmin 蝞∠具柴准喋具喋詻U胯颯嫘扼" +"" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +msgid "Password for the Courier Administration:" +msgstr "Courier 蝞∠具嫘胯潦" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "Courier 桃恣駁U怒U胯颯嫘怒胯嫘胯潦敹閬扼" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "准潦怒, 胯潦, ∪嫘怒" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "Enable Calendaring:" +msgstr "怒研喋潭賬嫘怒整?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" +"准潦怒怒U潦 (准潦怒怒)啜怒潦艾扼UU潦 (胯潦胯)詻" +"扼怒研喋潭賬嫘怒具雿踴芥(∪嫘怒) 瘙箝艾" +"摰怒啜怒潦艾扼UU潦雿踴怒胯courier-pcp 晞潦詻扎喋嫘" +"怒敹閬整" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, 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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" +"准潦怒怒U潦扼胯怒研喋潭賬雿踴芥柴冽頛血撠柴芥潦潦" +"芥整啜怒潦艾扼UU潦扼舐詨憭折柴萸潦鞈皞餈賢批閬具芥" +"啜怒潦艾扼UU潦豢游胯潦U喋准颯嫘U血雿" +"艾" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +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:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "ispell 颲" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail 扼胯∼潦怒柴嫘怒扼胯扼整ispell 具桅拙芾詻詻" +"" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:3001 +msgid "symlink, copy, custom" +msgstr "瑯喋芥胯芥喋, 喋潦, 怒嫘踴" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do you want to install the HTML documents and images for sqwebmail:" +msgstr "" +"押柴怒 sqwebmail 具 HTML 准乓∼喋函餃扎喋嫘潦怒整?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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 "" +"豢U具艾胯/var/www/sqwebmail 詻柴瑯喋芥胯芥喋胯雿/usr/share/" +"sqwebmail /var/www/sqwebmail 詨具艾∼扎怒喋潦/var/www " +"整整怒艾扼颯准乓芥芰晞臭芰柴格寞扼怒芥" +"扼 Apache 株身摰 FollowSymLinks SymLinksIfOwnerMatch " +"嫘怒艾啜格寞詻嗚柴胯整怒嫘踴詻" +" web 萸潦扯身摰具怒芥整" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"怒嫘踴詻啜芥具晞潦詻摰具怠 (purge) 艾 /var/www/" +"sqwebmail 臬扎芥芥柴急釣艾" + +#~ 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 桐具具虫蝙艾隤閮潦U詻乓潦怒祉" +#~ "押扎押芥怒芥整Courier U芥晞潦瑯扼喋臬具艾銝株閮潭瑽 " +#~ "Courier authentication library 拍具整柴押扎押芥胯晞潦" +#~ "瑽具艾潦嫘晞潦 (courier-authlib) 典隤閮潭寞 (courier-" +#~ "authlib-userdb, -mysql, -postgresql, -ldap, -pipe) 柴詻抒" +#~ "血拍具整畾敹萸芥瑯潦研嫘芥U啜研潦柴思摮" +#~ "靽閮剖扼怒芥艾胯整隤閮潭寞柴晞潦詻批乓艾" +#~ "" + +#~ 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 潦嫘桃恣潦怒怠閬芥研胯芥雿整" + +#~ msgid "Path to user's Maildir directory" +#~ msgstr "艾潦嗚 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." +#~ msgstr "" +#~ "臬艾潦嗚柴潦研胯芥 Courier 萸潦艾潦嗚柴∼潦怒靽" +#~ "摮颯U胯颯嫘 Maildir 研胯芥詻桃詨紋孵扼Courier 怒" +#~ "拍具∼潦思摮敶W怒扎艾整閰喋芥具游 maildir(5) " +#~ "乓U怒潦詻扼艾" + +#~ 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 "" +#~ "瑯嫘銝 courier-imap 株身摰∼扎怒 /etc 怒整 " +#~ "Courier 恍a具艾株身摰∼扎怒 /etc/courier 恍蝵柴怒芥" +#~ "整啗身摰∼扎怒啜雿蝵柴怎宏整隞亙瑽怠雿" +#~ "柴臭閮潦扼整Courier 柴准乓∼喋扼艾∼喋怒桀氬" +#~ "喋艾" + +#~ msgid "Default domain" +#~ msgstr "押怒∼扎喳" + +#~ msgid "\"From\" Header for Delivery Notifications" +#~ msgstr "Delivery Notification 怠拍具 \"From\"" + +#~ 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." +#~ msgstr "" +#~ "courier-webadmin 急芥西胯怒怒胯/usr/lib/courier/" +#~ "courier/webmail/webadmin /usr/lib/cgi-bin/courierwebadmin CGI " +#~ "啜押喋潦 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." +#~ msgstr "" +#~ "扎喋嫘潦思葉怒桐璆准銵艾芥柴怒臭扎桃晞整" +#~ "憪 courierwebadmin root 具血雿柴扼颯准乓芥銝格函" +#~ "芾憡具甈∼ web 萸潦賬具株身摰思摮柴批雿靽閮" +#~ "芥具扼" + +#~ 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." +#~ msgstr "" +#~ "批 web 萸潦株身摰 Debian 芥瑯 恍拙艾游" +#~ "http://localhost/cgi-bin/courierwebadmin 蝞∠具柴准喋具喋詻U" +#~ "颯嫘扼整" + +#~ msgid "Password for the Courier Administration" +#~ msgstr "Courier 蝞∠具嫘胯潦" + +#~ msgid "Enable Calendaring ?" +#~ msgstr "怒研喋潭賬嫘怒整?" + +#~ 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." +#~ msgstr "" +#~ "准潦怒怒U潦 (准潦怒怒)啜怒潦艾扼UU潦 (胯潦胯)" +#~ "扼怒研喋潭賬嫘怒具雿踴芥(∪嫘怒) 瘙箝" +#~ "摰怒啜怒潦艾扼UU潦雿踴怒胯courier-pcp 晞潦詻" +#~ "喋嫘潦怒敹閬整" + +#~ 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." +#~ msgstr "" +#~ "准潦怒怒U潦扼胯怒研喋潭賬雿踴芥柴冽頛血撠柴芥潦潦" +#~ "怒芥整啜怒潦艾扼UU潦扼舐詨憭折柴萸潦鞈皞餈賢批閬具" +#~ "整啜怒潦艾扼UU潦豢游胯潦U喋准颯嫘U血" +#~ "雿艾" + +#~ msgid "Ispell Dictionary" +#~ msgstr "ispell 颲" + +#~ msgid "" +#~ "SqWebMail allows you to spellcheck your emails. Please select an " +#~ "appropriate dictionary for ispell." +#~ msgstr "" +#~ "SqWebMail 扼胯∼潦怒柴嫘怒扼胯扼整ispell 具桅拙芾詻" +#~ "扼" + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "" +#~ "押柴怒 sqwebmail 具 HTML 准乓∼喋函餃扎喋嫘潦怒整" +#~ "?" + +#~ msgid "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "怒嫘踴詻啜芥具晞潦詻摰具怠 (purge) 艾 /var/" +#~ "www/sqwebmail 臬扎芥芥柴急釣艾" + +#~ msgid "Packaging of Courier has been completely revised" +#~ msgstr "Courier 柴晞潦豢寞摰具怠氬整" + +#~ 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 "" +#~ "隞亙courier-imap 柴晞潦詻臬脯阡撣艾 Courier IMAP " +#~ "賬潦嫘喋潦艾整憭氬courier 嫘扎潦具" +#~ "整具 Debian 具怒晞潦詻喋啜整柴芰晞怒瑽憭" +#~ "撟怠氬艾整靘啣具艾株身摰∼扎怒 /etc/courier 怎宏艾" +#~ "整" + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "∼喋急啜瑽怒扎艾格喋艾" + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "隤閮潭孵 \"authdaemon\" 撘瑕嗚具怒芥整" + +#~ 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 "" +#~ "閮剖∼扎 ${conffile} 銝准扼 AUTHMODULES \"${authmodules}\" 怨身摰" +#~ "艾整Courier Debian 晞潦詻扼胯潦詻扼 0.35 隞乩扼株身摰" +#~ "胯胯雿authdaemon 柴踴隤閮潭孵具血拍典航賬扼" + +#~ msgid "" +#~ "Please fix your configuration file, otherwise your setup will no longer " +#~ "work." +#~ msgstr "閮剖∼扎怒靽格迤芥雿芥芥整" + +#~ msgid "Do you want the webmail password changer to be installed SUID root ?" +#~ msgstr "web ∼潦怒柴嫘胯潦憭湔賬准啜押 root SUID 整?" + +#~ 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 "" +#~ "web ∼潦怒柴扎喋踴潦扼扎嫘嫘胯潦桀氬銵怒胯准啜押 " +#~ "(瑯嫘) 嫘胯潦憭氬扼怒 SUID 颯" +#~ "艾扎喋嫘潦怒芥啜整柴准啜押 root 具血雿" +#~ "柴扼颯准乓芥銝格函芾憡具芥整" + +#~ 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 "" +#~ "(艾潦嗚柴∼潦怒刻身摰詻柴U胯颯嫘胯瑯嫘韏瑕 /etc/init.d/sqwebmail " +#~ "潦U喋韏瑕具怒西圾瘙箝怒芥柴扼web ∼潦怒 " +#~ "CGI 准啜押芯胯胯 root setuid 敹閬整)" --- courier-0.53.3.orig/debian/po/nl.po +++ courier-0.53.3/debian/po/nl.po @@ -0,0 +1,586 @@ +# +# 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: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: 2006-05-18 15:20+0100\n" +"Last-Translator: Tim Dijkstra \n" +"Language-Team: Debian l10n Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "Gewijzigde infrastructuur voor autenticatie" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +#, fuzzy +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 authentication method manually." +msgstr "" +"Vanaf Courier 0.48 zijn de autenticatiemodules, die deel uitmaakten van " +"Courier, afgescheiden in een afzonderlijke bibliotheek. Alle Courier-" +"applicaties maken nu gebruik van dezelfde infrastructuur voor autenticatie, " +"de Courier autenticatiebibliotheek. De pakketten voor deze bibliotheek " +"bestaan uit het basispakket (courier-authlib) en 矇矇n pakket per " +"autenticatiemethode (courier-authlib-userdb, -mysql, -postgresql, -ldap, -" +"pipe). Om een probleemloze opwaardering mogelijk te maken was het jammer " +"genoeg niet mogelijk de afhankelijkheden in te stellen. U dient daarom het " +"pakket voor uw autenticatiemethode handmatig te installeren." + +#. 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 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." +msgstr "" +"Courier gebruikt verschillende configuratiebestanden die zich in /etc/" +"courier bevinden. Sommige configuratiebestanden kunnen worden vervangen door " +"een submap. De bestanden in zo'n map worden achterelkaar geplakt en " +"beschouwd als 矇矇n groot configuratiebestand." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If agreed, 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 +#, fuzzy +msgid "Path to user's Maildir directory:" +msgstr "Pad naar de Maildir-map van de gebruiker" + +#. 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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" +"Dit is het relatief pad naar de 'Maildir'-map (dit is de map waarin de " +"Courier-server de e-mail van de gebruiker opslaat), gezien vanuit de " +"thuismap van een gebruiker. Zie de maildir(5) man-pagina als u niet bekend " +"bent met het e-mail opslagformaat dat gebruikt wordt door Courier." + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "Oude configuratiebestanden naar /etc/courier verplaatsen?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" +"Op uw systeem bevinden zich configuratiebestanden in /etc. Vanaf nu behoren " +"alle configuratiebestanden gerelateerd aan Courier zich in /etc/courier te " +"bevinden. Als u dat wilt, worden uw configuratiebestanden verplaatst naar de " +"nieuwe locatie. We kunnen echter niet garanderen dat ze zullen werken als " +"tevoren. Lees alstublieft de Courier-documentatie en vertel de Debian-" +"ontwikkelaar over uw bevindingen met betrekking tot de omzetting." + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +#, fuzzy +msgid "Default domain:" +msgstr "Standaarddomein" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +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, bijvoorbeeld e-mails van accounts op deze " +"machine." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "\"From\" Header for Delivery Notifications:" +msgstr "\"Van\"-koptekst voor bezorgingsmededelingen" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" +"U dient een geldige waarde voor de \"Van\"-koptekst voor " +"bezorgingsmededelingen; anders kunnen ze niet verstuurd worden." + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "Een SSL-certificaat is vereist" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" +"Voor POP en IMAP over SSL is er een geldig, getekend X.509-certificaat " +"nodig. Tijdens de installatie van courier-pop-ssl respectievelijk courier-" +"imap-ssl zal, als dat nodig is, een zelf-getekend X.509 certificaat " +"aangemaakt worden. Voor zakelijk gebruik dient het X.509-certificaat " +"getekend te worden door een erkende certificaatautoriteit, wil het " +"geaccepteerd worden door e-mailprogramma's. De standaard locatie voor dit " +"certificaat is /etc/courier/pop3d.pem respectievelijk /etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "Activate CGI Program ?" +msgstr "CGI-programma activeren?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" +"Om het mogelijk te maken dat courier-webadmin direct na installatie werkt, " +"moeten we het CGI-programma van /usr/lib/courier/courier/webmail/webadmin " +"naar /usr/lib/cgi-bin/courierwebadmin kopi禱ren en het SUID-bit aanzetten." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, 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 the web server software and its configuration." +msgstr "" +"Er zijn twee redenen waarom dit niet standaard tijdens de installatie gedaan " +"wordt. Ten eerste heeft het belangrijke beveiligingsimplicaties, omdat " +"courierwebadmin draait als root. Ten tweede is er geen garantie dat het " +"werkt met uw webserver-software en -configuratie." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Als u toestemt en uw webserver voldoet aan het Debian-beleid, kunt toegang " +"krijgen tot het beheer via http://localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +msgid "Password for the Courier Administration:" +msgstr "Wachtwoord voor het Courier-beheer" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "Om toegang te krijgen tot het Courier-beheer is een wachtwoord nodig." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "lokaal, netwerk, uitgeschakeld" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "Enable Calendaring:" +msgstr "De kalenderfunctie aanzetten?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" +"Geef aan of u de kalenderfunctie op lokale wijze (kies lokaal), groupware " +"wijze (kies netwerk) of helemaal niet (kies uitgeschakeld) wilt gebruiken. " +"Om de kalenderfunctie daadwerkelijk op groupware wijze te gebruiken, dient u " +"het courier-pcp pakket te installeren." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, 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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" +"De kalenderfunctie gebruiken op lokale wijze heeft maar heel weinig extra " +"nodig bovenop wat nodig is als u hem niet zou gebruiken; de groupware-wijze " +"daarentegen, behoeft een behoorlijke hoeveelheid extra server-middelen." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +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:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "Ispell-woordenboek" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"Het is mogelijk om met SqWebMail uw e-mails te controleren op spelfouten. " +"Selecteer een geschikt woordenboek voor ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:3001 +msgid "symlink, copy, custom" +msgstr "symbolische koppeling, kopie, aangepast" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do you want to install the HTML documents and images for sqwebmail:" +msgstr "Hoe wilt u de HTML documenten en plaatjes voor sqwebmail installeren?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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 "" +"U kunt kiezen tussen het maken van een symbolische koppeling naar /var/www/" +"sqwebmail, het kopi禱ren van alle bestanden van /usr/share/sqwebmail naar /" +"var/www/sqwebmail en het volledig met rust laten van /var/www. Om " +"beveiligingsredenen wordt de tweede optie aangeraden. Echter, als u de " +"opties FollowSymLinks of SymLinksIfOwnerMatch in uw Apache-configuratie al " +"aan heeft staan, kunt u de eerste optie kiezen. De 'aangepast' optie houd in " +"dat u uw webserver handmatig moet instellen." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"Merk op dat, behalve als u 'aangepast' heeft gekozen, /var/www/sqwebmail zal " +"worden verwijderd op het moment dat dit pakket wordt gewist (purged)." + +#~ 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 "" +#~ "Vanaf Courier 0.48 zijn de autenticatiemodules, die deel uitmaakten van " +#~ "Courier, afgescheiden in een afzonderlijke bibliotheek. Alle Courier-" +#~ "applicaties maken nu gebruik van dezelfde infrastructuur voor " +#~ "autenticatie, de Courier autenticatiebibliotheek. De pakketten voor deze " +#~ "bibliotheek bestaan uit het basispakket (courier-authlib) en 矇矇n pakket " +#~ "per autenticatiemethode (courier-authlib-userdb, -mysql, -postgresql, -" +#~ "ldap, -pipe). Om een probleemloze opwaardering mogelijk te maken was het " +#~ "jammer genoeg niet mogelijk de afhankelijkheden in te stellen. U dient " +#~ "daarom het pakket voor uw autenticatiemethode handmatig te installeren." + +#~ 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." + +#~ msgid "Path to user's Maildir directory" +#~ msgstr "Pad naar de Maildir-map van de gebruiker" + +#~ 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." +#~ msgstr "" +#~ "Dit is het relatief pad naar de 'Maildir'-map (dit is de map waarin de " +#~ "Courier-server de e-mail van de gebruiker opslaat), gezien vanuit de " +#~ "thuismap van een gebruiker. Zie de maildir(5) man-pagina als u niet " +#~ "bekend bent met het e-mail opslagformaat dat gebruikt wordt door 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 "" +#~ "Op uw systeem bevinden zich configuratiebestanden in /etc. Vanaf nu " +#~ "behoren alle configuratiebestanden gerelateerd aan Courier zich in /etc/" +#~ "courier te bevinden. Als u dat wilt, worden uw configuratiebestanden " +#~ "verplaatst naar de nieuwe locatie. We kunnen echter niet garanderen dat " +#~ "ze zullen werken als tevoren. Lees alstublieft de Courier-documentatie en " +#~ "vertel de Debian-ontwikkelaar over uw bevindingen met betrekking tot de " +#~ "omzetting." + +#~ msgid "Default domain" +#~ msgstr "Standaarddomein" + +#~ msgid "\"From\" Header for Delivery Notifications" +#~ msgstr "\"Van\"-koptekst voor bezorgingsmededelingen" + +#~ 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." +#~ msgstr "" +#~ "Om het mogelijk te maken dat courier-webadmin direct na installatie " +#~ "werkt, moeten we het CGI-programma van /usr/lib/courier/courier/webmail/" +#~ "webadmin naar /usr/lib/cgi-bin/courierwebadmin kopi禱ren en het SUID-bit " +#~ "aanzetten." + +#~ 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." +#~ msgstr "" +#~ "Er zijn twee redenen waarom dit niet standaard tijdens de installatie " +#~ "gedaan wordt. Ten eerste heeft het belangrijke beveiligingsimplicaties, " +#~ "omdat courierwebadmin draait als root. Ten tweede is er geen garantie dat " +#~ "het werkt met uw webserver-software en -configuratie." + +#~ 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." +#~ msgstr "" +#~ "Als u toestemt en uw webserver voldoet aan het Debian-beleid, kunt " +#~ "toegang krijgen tot het beheer via http://localhost/cgi-bin/" +#~ "courierwebadmin." + +#~ msgid "Password for the Courier Administration" +#~ msgstr "Wachtwoord voor het Courier-beheer" + +#~ msgid "Enable Calendaring ?" +#~ msgstr "De kalenderfunctie aanzetten?" + +#~ 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." +#~ msgstr "" +#~ "Geef aan of u de kalenderfunctie op lokale wijze (kies lokaal), groupware " +#~ "wijze (kies netwerk) of helemaal niet (kies uitgeschakeld) wilt " +#~ "gebruiken. Om de kalenderfunctie daadwerkelijk op groupware wijze te " +#~ "gebruiken, dient u het courier-pcp pakket te installeren." + +#~ 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." +#~ msgstr "" +#~ "De kalenderfunctie gebruiken op lokale wijze heeft maar heel weinig extra " +#~ "nodig bovenop wat nodig is als u hem niet zou gebruiken; de groupware-" +#~ "wijze daarentegen, behoeft een behoorlijke hoeveelheid extra server-" +#~ "middelen." + +#~ msgid "Ispell Dictionary" +#~ msgstr "Ispell-woordenboek" + +#~ 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. " +#~ "Selecteer een geschikt woordenboek voor ispell." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "" +#~ "Hoe wilt u de HTML documenten en plaatjes voor sqwebmail installeren?" + +#~ msgid "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "Merk op dat, behalve als u 'aangepast' heeft gekozen, /var/www/sqwebmail " +#~ "zal worden verwijderd op het moment dat dit pakket wordt gewist (purged)." + +#~ msgid "Packaging of Courier has been completely revised" +#~ msgstr "" +#~ "De manier van Debian-pakketten maken voor Courier is volledig veranderd" + +#~ 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 "" +#~ "Voorheen werden de courier-imap pakketten gemaakt van de broncode voor " +#~ "Courier-IMAP die afzonderlijk wordt verspreid. Dit is veranderd, vanaf nu " +#~ "worden er Debian-pakketten gemaakt voor de hele Courier-suite. De " +#~ "infrastructuur is daarom sterk veranderd; zo zijn bijvoorbeeld alle " +#~ "configuratiebestanden verplaatst naar /etc/courier." + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "" +#~ "Vertel de Debian-ontwikkelaar alstublieft over uw ervaringen met de " +#~ "nieuwe infrastructuur." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "Aanmeldingsmethode \"authdaemon\" is nu verplicht." + +#~ 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 "" +#~ "In uw configuratiebestand ${conffile} heeft AUTHMODULES de waarde " +#~ "\"${authmodules}\". Dit zal niet meer werken omdat authdaemon de enige " +#~ "beschikbare aanmeldmethode is voor Courier Debian-pakketten van versie " +#~ "0.35 en hoger." + +#~ msgid "" +#~ "Please fix your configuration file, otherwise your setup will no longer " +#~ "work." +#~ msgstr "" +#~ "U dient uw configuratiebestand aan te passen, anders zal uw configuratie " +#~ "niet meer werken." + +#~ msgid "Do you want the webmail password changer to be installed SUID root ?" +#~ msgstr "" +#~ "Wilt u dat het programma voor het veranderen van wachtwoorden via webmail " +#~ "ge簿nstalleerd wordt met het SUID-bit aan?" + +#~ 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 "" +#~ "Om het veranderen van wachtwoorden via de webmail-interface mogelijk te " +#~ "maken moet het programma voor het veranderen van (systeem-)wachtwoorden " +#~ "ge簿nstalleerd worden met het SUID-bit aangezet. Omdat deze programma's " +#~ "uitgevoerd worden als root, heeft dit belangrijke beveiligingsimplicaties." + +#~ 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 "" +#~ "(Het webmail CGI-programma hoeft niet langer setuid root te zijn, omdat " +#~ "de toegang tot de e-mail en configuratie van de gebruikers nu wordt " +#~ "bemiddeld door een demon die tijdens opstarten van het systeem door /etc/" +#~ "init.d/sqwebmail word gestart.)" --- courier-0.53.3.orig/debian/po/pt.po +++ courier-0.53.3/debian/po/pt.po @@ -0,0 +1,566 @@ +# Portuguese translation of phpMyAdmin's debconf messages. +# 2005, Miguel Figueiredo +# 30-10-2005 - Miguel Figueiredo - initial translation +# Miguel Figueiredo , 2007 +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.53.3-3\n" +"Report-Msgid-Bugs-To: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: 2007-02-02 21:52+0000\n" +"Last-Translator: Miguel Figueiredo \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "Infra-estructura de Autentica癟瓊o Modificada" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +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 authentication method manually." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration ?" +msgstr "Criar direct籀rios para uma administra癟瓊o via web?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +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." +msgstr "" +"O courier usa v獺rios ficheiros de configura癟瓊o que est瓊o em /etc/courier. " +"Alguns ficheiros de configura癟瓊o podem ser substitu穩dos por um subdirect籀rio " +"onde todos os ficheiros dentro desse direct籀rio est瓊o concatenados e s瓊o " +"considerados como um 繳nico ficheiro de configura癟瓊o." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If agreed, 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 disponibizada pelo pacote courier-webmin baseia-se " +"em direct籀rios de configura癟瓊o em vez de ficheiros de configura癟瓊o. Se " +"concordar, quaisquer direct籀rios necess獺rios para a ferramenta de " +"administra癟瓊o via web ser獺 criada a menos que j獺 exista no local um ficheiro " +"simples." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +#, fuzzy +msgid "Path to user's Maildir directory:" +msgstr "Caminho para o direct籀rio Maildir do utilizador" + +#. 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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" +"Isto 矇 um nome de caminho relativo a partir de cada direct籀rio da home do " +"utilizador para o direct籀rio Maildir onde os servidores Courier guardam e " +"acedem ao email do utilizador. Por favor veja a p獺gina do manual maildir(5) " +"se n瓊o est獺 familiarizado com o formato de armazenamento de mail utilizado " +"pelo Courier." + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "Mover os antigos ficheiros de configura癟瓊o para /etc/courier ?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" +"No seu sistema existem ficheiros de configura癟瓊o de courier-imap dentro de /" +"etc. A partir de agora todos os ficheiros de configura癟瓊o relacionados com o " +"Courier est瓊o localizados dentro de /etc/courier. Se quiser, n籀s movemos os " +"ficheiros de configura癟瓊o para o novo local. No entanto, n瓊o podemos " +"garantir que eles funcionem como antes. Por favor veja a documenta癟瓊o do " +"Courier e diga ao maintainer acerca das suas experi礙ncias com a convers瓊o." + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +#, fuzzy +msgid "Default domain:" +msgstr "Dom穩nio por omiss瓊o" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +msgstr "" +"Por favor especifique um dom穩nio de email v獺lido. A maioria das fun癟繭es de " +"re-escrita dos cabe癟alhos ir獺 juntar este dom穩nio a todos os endere癟os de " +"email que n瓊o especifiquem um dom穩nio, e.g. emails de contas desta m獺quina." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "\"From\" Header for Delivery Notifications:" +msgstr "Cabe癟alho \"From\" para Notifica癟繭es de Entrega" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" +"Por favor especifique um valor v獺lido para o cabe癟alho \"From\" para " +"notifica癟繭es de entrega de mail. Caso contr獺rio estas n瓊o podem ser enviadas." + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "necess獺rio certificado SSL" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" +"POP e IMAP sobre SSL necessitam de um certificado X.509 v獺lido e assinado. " +"Durante a instala癟瓊o de courier-pop-ssl e de courier-imap-ssl, se necess獺rio " +"ser獺 gerado um certificado X.509. Para a produ癟瓊o o uso do certificado X.509 " +"tem de ser assinado por uma autoridade em certificados reconhecida, de modo " +"a que os clientes de mail aceitem este certificado. Os locais por omiss瓊o " +"para este certificado s瓊o /etc/courier/pop3d.pem e /etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "Activate CGI Program ?" +msgstr "Activar o programa CGI ?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" +"Para permitir que o courier-webadmin funcione \"chave-na-m瓊o\", 矇 necess獺rio " +"copiar-mos o programa CGI de /usr/lib/courier/courier/webmail/webadmin para /" +"usr/lib/cgi-bin/courierwebadmin e definir o bit SUID." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, 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 the web server software and its configuration." +msgstr "" +"Existem duas raz繭es pelas quais isto n瓊o 矇 feito por omiss瓊o durante a " +"instala癟瓊o. Em primeiro lugar tem s矇rias implica癟繭es na seguran癟a, porque o " +"courierwebadmin corre como root. Em segundo n瓊o 矇 garantido que funcione " +"dependendo do seu software servidor web e da sua configura癟瓊o." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Se concorda neste ponto e a configura癟瓊o do seu servidor web est獺 de acordo " +"com as pol穩ticas Debian, pode aceder ao frontend de administra癟瓊o atrav矇s de " +"http://localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +msgid "Password for the Courier Administration:" +msgstr "Password para a Administra癟瓊o do Courier" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "Para aceder administra癟瓊o do Courier 矇 necess獺ria uma password." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "local, net, desligado" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "Enable Calendaring:" +msgstr "Ligar Calend獺rio ?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" +"Por favor se quiser ligar o calend獺rio em modo local (escolha local), modo " +"groupware (escolha net) ou se n瓊o quiser (escolha desligado). Para utilizar " +"mesmo o modo groupware, necessita instalar o pacote courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, 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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" +"O m籀dulo local necessita de poucos recursos adicionais comparado com n瓊o " +"usar calend獺rio, mas o modo groupware necessita de uma quantidade " +"substancial de recursos do servidor. Se escolher o modo groupware, ir獺 " +"correr um processo daemon em separado." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"Para mais informa癟繭es, por favor veja /usr/share/doc/sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "Dicion獺rio Ispell" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of 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:3001 +msgid "symlink, copy, custom" +msgstr "symlink, copiar, personalizado" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do you want to install the HTML documents and images for sqwebmail:" +msgstr "Como deseja instalar os documentos HTML e imagens para o sqwebmail ?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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 escolhas s瓊o para criar um link simb籀lico /var/www/sqwebmail, copiar " +"todos os ficheiros de /usr/share/sqwebmail para /var/www/sqwebmail ou " +"deixar /var/www como est獺. Por raz繭es de seguran癟a 矇 recomendada a segunda " +"op癟瓊o. No entanto, se j獺 activou na sua configura癟瓊o do Apache os par璽metros " +"FollowSymLinks ou SymLinksIfOwnerMatch, voc礙 tamb矇m pode escolher a primeira " +"op癟瓊o. A op癟瓊o personalizada implica que voc礙 configure o seu servidor web " +"manualmente." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"Por favor note que /var/www/sqebmail ser獺 removido se este pacote for " +"purgado excepto se escolher personalizado." + +#~ 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 numa biblioteca individual. Todas as " +#~ "aplica癟繭es do Courier est瓊o agora a utilizar a mesma infra-estructura 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 sem problemas. Por favor instale " +#~ "manualmente o pacote para o seu m矇todo de autentica癟瓊o." + +#~ 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 disponibizada pelo pacote courier-webmin baseia-" +#~ "se em direct籀rios de configura癟瓊o em vez de ficheiros de configura癟瓊o. " +#~ "Se concordar, quaisquer direct籀rios necess獺rios para a ferramenta de " +#~ "administra癟瓊o via web ser獺 criada a menos que j獺 exista no local um " +#~ "ficheiro simples." + +#~ msgid "Path to user's Maildir directory" +#~ msgstr "Caminho para o direct籀rio Maildir do utilizador" + +#~ 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." +#~ msgstr "" +#~ "Isto 矇 um nome de caminho relativo a partir de cada direct籀rio da home do " +#~ "utilizador para o direct籀rio Maildir onde os servidores Courier guardam e " +#~ "acedem ao email do utilizador. Por favor veja a p獺gina do manual maildir" +#~ "(5) se n瓊o est獺 familiarizado com o formato de armazenamento de mail " +#~ "utilizado pelo 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 "" +#~ "No seu sistema existem ficheiros de configura癟瓊o de courier-imap dentro " +#~ "de /etc. A partir de agora todos os ficheiros de configura癟瓊o " +#~ "relacionados com o Courier est瓊o localizados dentro de /etc/courier. Se " +#~ "quiser, n籀s movemos os ficheiros de configura癟瓊o para o novo local. No " +#~ "entanto, n瓊o podemos garantir que eles funcionem como antes. Por favor " +#~ "veja a documenta癟瓊o do Courier e diga ao maintainer acerca das suas " +#~ "experi礙ncias com a convers瓊o." + +#~ msgid "Default domain" +#~ msgstr "Dom穩nio por omiss瓊o" + +#~ msgid "\"From\" Header for Delivery Notifications" +#~ msgstr "Cabe癟alho \"From\" para Notifica癟繭es de Entrega" + +#~ 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." +#~ msgstr "" +#~ "Para permitir que o courier-webadmin funcione \"chave-na-m瓊o\", 矇 " +#~ "necess獺rio copiar-mos o programa CGI de /usr/lib/courier/courier/webmail/" +#~ "webadmin para /usr/lib/cgi-bin/courierwebadmin e definir o 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." +#~ msgstr "" +#~ "Existem duas raz繭es pelas quais isto n瓊o 矇 feito por omiss瓊o durante a " +#~ "instala癟瓊o. Em primeiro lugar tem s矇rias implica癟繭es na seguran癟a, porque " +#~ "o courierwebadmin corre como root. Em segundo n瓊o 矇 garantido que " +#~ "funcione dependendo do seu software servidor web e da sua configura癟瓊o." + +#~ 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." +#~ msgstr "" +#~ "Se concorda neste ponto e a configura癟瓊o do seu servidor web est獺 de " +#~ "acordo com as pol穩ticas Debian, pode aceder ao frontend de administra癟瓊o " +#~ "atrav矇s de http://localhost/cgi-bin/courierwebadmin." + +#~ msgid "Password for the Courier Administration" +#~ msgstr "Password para a Administra癟瓊o do Courier" + +#~ msgid "Enable Calendaring ?" +#~ msgstr "Ligar Calend獺rio ?" + +#~ 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." +#~ msgstr "" +#~ "Por favor se quiser ligar o calend獺rio em modo local (escolha local), " +#~ "modo groupware (escolha net) ou se n瓊o quiser (escolha desligado). Para " +#~ "utilizar mesmo o modo groupware, necessita instalar o pacote courier-pcp." + +#~ 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." +#~ msgstr "" +#~ "O m籀dulo local necessita de poucos recursos adicionais comparado com n瓊o " +#~ "usar calend獺rio, mas o modo groupware necessita de uma quantidade " +#~ "substancial de recursos do servidor. Se escolher o modo groupware, ir獺 " +#~ "correr um processo daemon em separado." + +#~ msgid "Ispell Dictionary" +#~ msgstr "Dicion獺rio Ispell" + +#~ 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." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "" +#~ "Como deseja instalar os documentos HTML e imagens para o sqwebmail ?" + +#~ msgid "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "Por favor note que /var/www/sqebmail ser獺 removido se este pacote for " +#~ "purgado excepto se escolher personalizado." + +#~ msgid "Packaging of Courier has been completely revised" +#~ msgstr "O empacotamento de Courier foi completamente revisto" + +#~ 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 "" +#~ "O(s) antigo(s) pacote(s) courier-imap s瓊o gerados a partir de fontes " +#~ "separadas e distribu穩das do Courier IMAP. Isto foi alterado, e agora o " +#~ "conjunto inteiro de Courier 矇 empacotado para Debian. Por esta raz瓊o, a " +#~ "infraestructura mudou muito; por exemplo, todos os ficheiros de " +#~ "configura癟瓊o foram movidos para /etc/courier." + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "" +#~ "Por favor informe o maintainer acerca das suas experi礙ncias com a nova " +#~ "infraestructura." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "O 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 "" +#~ "No seu ficheiro de configura癟瓊o ${conffile} AUTHMODULES 矇 definido como " +#~ "\"${authmodules}\". Isto j獺 n瓊o funciona, pelo facto do authdaemon ser o " +#~ "繳nico m矇todo de autentica癟瓊o dispon穩vel para os pacotes Debian de Courier " +#~ "vers瓊o 0.35 e superiores." + +#~ msgid "" +#~ "Please fix your configuration file, otherwise your setup will no longer " +#~ "work." +#~ msgstr "" +#~ "Por favor corrija o seu ficheiro de configura癟瓊o, caso contr獺rio a sua " +#~ "configura癟瓊o deixar獺 de funcionar." + +#~ msgid "Do you want the webmail password changer to be installed SUID root ?" +#~ msgstr "" +#~ "Quer que o modificador de password do webmail seja instalado com 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 a mudan癟a de passwords funcionar atrav矇s do interface webmail, tem " +#~ "de ser instalado um programa que altere as passwords (sistema) com o bit " +#~ "SUID definido. Como este programa corre como root, tem 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 pr籀prio programa CGI de webmail j獺 n瓊o tem de ter setuid root, j獺 que " +#~ "aceder ao mail e configura癟繭es dos utilizadores 矇 agora mediado por um " +#~ "daemon iniciado durante o arranque do sistema por /etc/init.d/sqwebmail.)" --- courier-0.53.3.orig/debian/po/pt_BR.po +++ courier-0.53.3/debian/po/pt_BR.po @@ -0,0 +1,577 @@ +# +# 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\n" +"Report-Msgid-Bugs-To: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: 2004-08-06 22:02-0300\n" +"Last-Translator: Andr Lu疄 Lopes \n" +"Language-Team: Debian-BR Project \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +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 authentication method manually." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration ?" +msgstr "Criar diret鏎ios para a administra誽o baseada na Web ?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +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." +msgstr "" +"O Courier utiliza diversos arquivos de configura誽o localizados em /etc/" +"courier. Alguns arquivos de configura誽o podem ser substitu獮os por um " +"subdiret鏎io onde todos os arquivos existentes ser緌 concatenados e " +"considerados como um nico arquivo de configura誽o consolidado." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If agreed, 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鏎ios de configura誽o ao inv廥 de em arquivos de " +"configura誽o. Caso voc concorde, todos os diret鏎ios necess嫫ios para a " +"ferramenta de administra誽o baseada na Web ser緌 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:" +msgstr "Caminho para o diret鏎io Maildir do usu嫫io" + +#. 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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" +"Indique um nome de caminho relativo a partir de cada diret鏎io pessoal de " +"usu嫫io para o diret鏎io Maildir onde os servidores Courier armazenam e " +"acessam as mensagens dos usu嫫ios. Por favor, consulte a p墔ina de manual " +"maildir(5) caso voc n緌 esteja familiarizado com o formato de armazenamento " +"de mensagens usado pelo Courier." + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "Mover seus arquivos de configura誽o para /etc/courier ?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" +"Existem arquivos de configura誽o do courier-imap sob o diret鏎io /etc em seu " +"sistema. A partir de agora, todos os arquivos de configura誽o relacionados " +"ao Courier estar緌 localizados sob o diret鏎io /etc/courier. Caso deseje, os " +"arquivos de configura誽o podem ser movidos para o novo local. Por幦, n緌 " +"garantido que tais arquivos ir緌 funcionar como anteriormente. Por favor, " +"consulte a documenta誽o do Courier e informe o mantenedor do Courier sobre " +"suas experi瘽cias com a convers緌." + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +#, fuzzy +msgid "Default domain:" +msgstr "Dom璯io padr緌" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +msgstr "" +"Por favor especifique um dom璯io de e-mail v嫮ido. A maioria das fun踥es de " +"reescrita de cabe蓷lhos incluir緌 este dom璯io em todos os endere蔞s de e-" +"mail os quais n緌 especificarem um dom璯io, por exemplo, e-mails de contas " +"nesta m嫭uina." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "\"From\" Header for Delivery Notifications:" +msgstr "Cabe蓷lho \"From\" para Notifica踥es de Entrega" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" +"Por favor especifique um valor v嫮ido para o cabe蓷lho \"From\" para " +"notifica踥es de entrega de mensagens. De outra forma as notifica踥es n緌 " +"poder緌 ser enviadas." + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "Certificado SSL requerido" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" +"POP e IMAP sob SSL requerem um certificado X.509 v嫮ido 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嫫io. 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緌 para este certificado s緌 /etc/courier/pop3d.pem e /etc/" +"courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "Activate CGI Program ?" +msgstr "Ativar Programa CGI ?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" +"Para permitir que o courier-webadmin funcione sem maiores configura踥es " +"adicionais, necess嫫io 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:1001 +#, 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 the web server software and its configuration." +msgstr "" +"Isto n緌 feito por padr緌 durante a instala誽o por duas raz髊s. A primeira " +" que isso possui implica踥es de seguran蓷, devido ao courierwebadmin ser " +"executado como root. A segunda que poss癉el que isso n緌 funcione " +"dependendo de seu software de servidor Web e de sua configura誽o." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Caso voc concorde e a configura誽o de seu servidor Web seja compat癉el com " +"as pol癃icas Debian, voc poder acessar o frontend de administra誽o atrav廥 " +"do endere蔞 http://localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +msgid "Password for the Courier Administration:" +msgstr "Senha para a Administra誽o Courier" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "Para acessar a administra誽o Courier, uma senha necess嫫ia." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "local, rede, desabilitado" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "Enable Calendaring:" +msgstr "Habilitar Calendaring ?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" +"Por favor, especifique se voc gostaria de habilitar calendaring em modo " +"local (escolha local), modo groupware (escolha rede) ou n緌 deseja habilitar " +"esse recurso (escolha desabilitado). Para realmente usar o modo groupware, " +"voc precisar instalar o pacote courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, 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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" +"O modo local implica em pouco overhead (carga) comparado a n緌 usar o " +"recurso de calendaring, ao contr嫫io 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:1002 +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:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "Dicion嫫io Ispell" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"O SqWebMail lhe permite fazer a checagem ortogr塻ica de suas mensagens. Por " +"favor, selecione um dicion嫫io apripriado para o ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:3001 +msgid "symlink, copy, custom" +msgstr "liga誽o simb鏊ica, c鏕ia, personalizada" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do 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 ?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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緌 criar uma liga誽o simb鏊ica /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髊s de seguran蓷, a segunda op誽o recomendada. " +"Por幦, caso voc j possua as diretivas FollowSymLinks ou " +"SymLinksIfOwnerMatch habilitadas em sua configura誽o do Apache, voc pode " +"tamb幦 escolher a primeira op誽o. A op誽o personalizada implica em voc " +"configurar seu servidor Web manualmente." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"Por favor note que /var/www/sqwebmail ser removido caso o pacote seja " +"expurgado (removido completamente), a menos que voc selecione a op誽o " +"personalizada." + +#~ 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鏎ios de configura誽o ao inv廥 de em arquivos de " +#~ "configura誽o. Caso voc concorde, todos os diret鏎ios necess嫫ios para a " +#~ "ferramenta de administra誽o baseada na Web ser緌 criados a menos que um " +#~ "arquivo puro j exista no local." + +#~ msgid "Path to user's Maildir directory" +#~ msgstr "Caminho para o diret鏎io Maildir do usu嫫io" + +#~ 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." +#~ msgstr "" +#~ "Indique um nome de caminho relativo a partir de cada diret鏎io pessoal de " +#~ "usu嫫io para o diret鏎io Maildir onde os servidores Courier armazenam e " +#~ "acessam as mensagens dos usu嫫ios. Por favor, consulte a p墔ina de manual " +#~ "maildir(5) caso voc n緌 esteja familiarizado com o formato de " +#~ "armazenamento de mensagens usado pelo 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鏎io /etc em " +#~ "seu sistema. A partir de agora, todos os arquivos de configura誽o " +#~ "relacionados ao Courier estar緌 localizados sob o diret鏎io /etc/courier. " +#~ "Caso deseje, os arquivos de configura誽o podem ser movidos para o novo " +#~ "local. Por幦, n緌 garantido que tais arquivos ir緌 funcionar como " +#~ "anteriormente. Por favor, consulte a documenta誽o do Courier e informe o " +#~ "mantenedor do Courier sobre suas experi瘽cias com a convers緌." + +#~ msgid "Default domain" +#~ msgstr "Dom璯io padr緌" + +#~ msgid "\"From\" Header for Delivery Notifications" +#~ msgstr "Cabe蓷lho \"From\" para Notifica踥es de Entrega" + +#~ 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." +#~ msgstr "" +#~ "Para permitir que o courier-webadmin funcione sem maiores configura踥es " +#~ "adicionais, necess嫫io copiar o programa /usr/lib/courier/webmail/" +#~ "webadmin para /usr/lib/cgi-bin/courierwebadmin e ligar o 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." +#~ msgstr "" +#~ "Isto n緌 feito por padr緌 durante a instala誽o por duas raz髊s. A " +#~ "primeira que isso possui implica踥es de seguran蓷, devido ao " +#~ "courierwebadmin ser executado como root. A segunda que poss癉el que " +#~ "isso n緌 funcione dependendo de seu software de servidor Web e de sua " +#~ "configura誽o." + +#~ 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." +#~ msgstr "" +#~ "Caso voc concorde e a configura誽o de seu servidor Web seja compat癉el " +#~ "com as pol癃icas Debian, voc poder acessar o frontend de administra誽o " +#~ "atrav廥 do endere蔞 http://localhost/cgi-bin/courierwebadmin." + +#~ msgid "Password for the Courier Administration" +#~ msgstr "Senha para a Administra誽o Courier" + +#~ msgid "Enable Calendaring ?" +#~ msgstr "Habilitar Calendaring ?" + +#~ 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." +#~ msgstr "" +#~ "Por favor, especifique se voc gostaria de habilitar calendaring em modo " +#~ "local (escolha local), modo groupware (escolha rede) ou n緌 deseja " +#~ "habilitar esse recurso (escolha desabilitado). Para realmente usar o modo " +#~ "groupware, voc precisar instalar o pacote courier-pcp." + +#~ 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." +#~ msgstr "" +#~ "O modo local implica em pouco overhead (carga) comparado a n緌 usar o " +#~ "recurso de calendaring, ao contr嫫io 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." + +#~ msgid "Ispell Dictionary" +#~ msgstr "Dicion嫫io Ispell" + +#~ msgid "" +#~ "SqWebMail allows you to spellcheck your emails. Please select an " +#~ "appropriate dictionary for ispell." +#~ msgstr "" +#~ "O SqWebMail lhe permite fazer a checagem ortogr塻ica de suas mensagens. " +#~ "Por favor, selecione um dicion嫫io apripriado para o ispell." + +#~ 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 "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "Por favor note que /var/www/sqwebmail ser removido caso o pacote seja " +#~ "expurgado (removido completamente), a menos que voc selecione a op誽o " +#~ "personalizada." + +#~ 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獮os separadamente. Isso mudou e, a partir de " +#~ "agora, a su癃e 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瘽cias com a nova " +#~ "infraestrutura." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "M彋odo de autentica誽o \"authdaemon\" agora mandat鏎io" + +#~ 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緌 funcionar mais devido ao authdaemon " +#~ "ser o nico m彋odo de autentica誽o dispon癉el para os pacotes Debian do " +#~ "Courier na vers緌 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緌 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廥 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廨ias implica踥es de seguran蓷." + +#~ 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緌 precisa mais ser instalado SETUID root, uma " +#~ "vez que os acessos 跴 mensagens e as configura踥es dos usu嫫ios s緌 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鏎io do maildir do usu嫫io ?" + +#~ 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鏎io localizado sob o " +#~ "diret鏎io pessoal do usu嫫io onde os servidores Courier POP e IMAP " +#~ "localizam o maildir do usu嫫io." --- courier-0.53.3.orig/debian/po/ru.po +++ courier-0.53.3/debian/po/ru.po @@ -0,0 +1,546 @@ +# translation of courier_0.47-4_ru.po to Russian +# translation of courier_0.42.2-9.po to russian +# +# 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. +# Yuriy Talakan' , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: courier_0.47-4_ru\n" +"Report-Msgid-Bugs-To: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: 2005-06-05 09:45+1000\n" +"Last-Translator: Yuriy Talakan' \n" +"Language-Team: Russian \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" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +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 authentication method manually." +msgstr "" + +#. 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 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." +msgstr "" +"Courier 邽郈郋郅郱迮 郇迮郕郋郅郕郋 訄邿郅郋赲 郇訄郋迮郕, 郕郋郋迮 訄郈郋郅郋迠迮郇 赲 /etc/" +"courier. 迮郕郋郋迮 訄邿郅 郇訄郋迮郕 邾郋迠郇郋 郱訄邾迮郇邽 郈郋迡迡邽迮郕郋邽迮邿, 赲迮 訄邿郅 赲 " +"郕郋郋郋邿 郋訇迮迡邽郇 邽 訄邾訄邽赲訄 郕訄郕 郋迡邽郇 迮郅邿 訄邿郅 郇訄郋邿郕邽." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If agreed, any " +"directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"web-訄迡邾邽郇邽邽郋赲訄郇邽迮, 郈迮迡郋訄赲郅迮郇郇郋迮 郈訄郕迮郋邾 courier-webadmin, 郱訄赲邽邽 郋 " +"迡邽迮郕郋邽邿 郇訄郋邿郕邽, 訄 郇迮 郋 訄邿郅郋赲 郇訄郋邿郕邽. 郅邽 赲 郋迣郅訄邽迮, 邽 訄邾 " +"迮 郇迮 郇訄郋迮郇郋迣郋 訄邿郅訄, 郋 赲迮 迡邽迮郕郋邽邽, 郇迮郋訇郋迡邽邾迮 迡郅 邽郅邽 web-" +"訄迡邾邽郇邽邽郋赲訄郇邽, 訇迡 郋郱迡訄郇." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +#, fuzzy +msgid "Path to user's Maildir directory:" +msgstr " 郕 郈郋郅郱郋赲訄迮郅郕郋邿 迡邽迮郕郋邽邽 Maildir" + +#. 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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" +"衪郋 郋郇郋邽迮郅郇邿 郈 郋 迡郋邾訄郇迮邿 迡邽迮郕郋邽邽 郕訄迠迡郋迣郋 郈郋郅郱郋赲訄迮郅 郕 " +"迡邽迮郕郋邽邽 Maildir, 赲 郕郋郋郋邿 迮赲迮 Courier 訄郇 郈郋 郈郋郅郱郋赲訄迮郅. " +"郅邽 赲 郇迮 郱郇訄郕郋邾 郋邾訄郋邾 訄郇迮郇邽 郈郋, 郕郋郋邿 邽郈郋郅郱迮 Courier, 郋 " +"郋訇訄邽迮 郕 訄郇邽迮 郕郋赲郋迡赲訄 maildir(5)." + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "迮迮邾迮邽 訄迮 訄邿郅 郇訄郋迮郕 赲 /etc/courier?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" +"訄 赲訄迮邿 邽迮邾迮 赲 /etc 迮 訄邿郅 郇訄郋迮郕 courier-imap. 苠迮郈迮 赲迮 訄邿郅 " +"郇訄郋迮郕 Courier 訄郱邾迮訄 赲 /etc/courier. 郅邽 赲 郋邽迮, 邾 郈迮迮邾迮邽邾 " +"訄邿郅 郇訄郋迮郕 赲 郇郋赲郋迮 邾迮郋. 迡郇訄郕郋, 邾 郇迮 迣訄訄郇邽迮邾, 郋 赲 訇迡迮 " +"訄訇郋訄, 郕訄郕 訄郇迮. 訇訄邽迮 郕 迡郋郕邾迮郇訄邽邽 郈郋 Courier 邽 郈郋郋訇訄邿迮 " +"郋郈郋赲郋迠迡訄邽邾 郈訄郕迮訄 郋 赲訄迮邾 郋郈迮 郈郋 郈迮郋訇訄郱郋赲訄郇邽 訄邿郅郋赲 郇訄郋迮郕." + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +#, fuzzy +msgid "Default domain:" +msgstr "郋邾迮郇 郈郋 邾郋郅訄郇邽" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +msgstr "" +"郋迠訄郅邿訄, 郕訄迠邽迮 郈訄赲邽郅郇邿 郈郋郋赲邿 迡郋邾迮郇. 郋郅邽郇赲郋 郇郕邽邿 " +"郈迮迮郱訄郈邽邽 郱訄迣郋郅郋赲郕郋赲 訇迡 迡郋訇訄赲郅 郋 迡郋邾迮郇 郕郋 赲迮邾 訄迡迮訄邾 郅迮郕郋郇郇郋邿 " +"郈郋, 赲 郕郋郋 迡郋邾迮郇 郇迮 郕訄郱訄郇, 郇訄郈邽邾迮, 郕 郈郋迮, 郋郈訄赲郅迮邾郋邿 迮郇 " +"郱訄郈邽迮邿 郇訄 郋邿 邾訄邽郇迮." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "\"From\" Header for Delivery Notifications:" +msgstr "訄迣郋郅郋赲郋郕 \"From\" 迡郅 赲迮迡郋邾郅迮郇邽邿 郋 迡郋訄赲郕迮" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" +"苺郕訄迠邽迮 郈訄赲邽郅郇郋迮 郱郇訄迮郇邽迮 郱訄迣郋郅郋赲郕訄 \"From\" 迡郅 赲迮迡郋邾郅迮郇邽邿 郋 迡郋訄赲郕迮 " +"郈郋. 郈郋邽赲郇郋邾 郅訄迮 郋郇邽 郇迮 訇迡 郋郈訄赲郅." + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "苠迮訇迮 迮邽邽郕訄 SSL" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" +"POP 邽 IMAP 郈郋赲迮 SSL 迮訇 赲訄郅邽迡郇邿 邽 郈郋迡郈邽訄郇郇邿 迮邽邽郕訄 X.509. 郋 " +"赲迮邾 訄郇郋赲郕邽 courier-pop-ssl 邽 courier-imap-ssl 郈邽 郇迮郋訇郋迡邽邾郋邽 訇迡迮 " +"迣迮郇迮邽郋赲訄郇 迮邽邽郕訄 X.509. 迡郇訄郕郋, 郋訇 郈郋郋赲迮 郕郅邽迮郇 郈邽郇郅邽 " +"迮邽邽郕訄, 郋郇 迡郋郅迠迮郇 訇 郈郋迡郈邽訄郇 邽郱赲迮郇邾 郱郅郋邾 訄赲郋邽郱訄邽邽. 郋 " +"邾郋郅訄郇邽 迮邽邽郕訄 訄郱邾迮訄 赲 /etc/courier/pop3d.pem 邽郅邽 /etc/courier/" +"imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "Activate CGI Program ?" +msgstr "郕邽赲邽郋赲訄 CGI-迮郇訄邽邽?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" +"郅 郈訄赲邽郅郇郋邿 訄訇郋 courier-webadmin 郇迠郇郋 郕郋郈邽郋赲訄 迮迣郋 邽郱 郕訄訄郅郋迣訄 /" +"usr/lib/courier/courier/webmail/webadmin 赲 郕訄訄郅郋迣 /usr/lib/cgi-bin " +"訄郇郋赲郅迮郇郇邾 訇邽郋邾 SUID." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, 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 the web server software and its configuration." +msgstr "" +" 迡赲迮 郈邽邽郇, 郈郋 郕郋郋邾 郋 郇迮 迡迮郅訄迮 赲郋 赲迮邾 訄郇郋赲郕邽. -郈迮赲, " +"郋 迮迮郱郇訄 迣郋郱訄 訇迮郱郋郈訄郇郋邽, 郈郋郕郋郅郕 courierwebadmin 訄訇郋訄迮 郋 " +"root. 郋-赲郋, 訄訇郋郋郈郋郋訇郇郋 郇迮 迣訄訄郇邽迮, 郈郋郕郋郅郕 郱訄赲邽邽 郋 " +"郈郋迣訄邾邾 web-迮赲迮訄 邽 迮迣郋 郇訄郋邿郕邽." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"郅邽 赲 迮邿訄 郋迣郅訄邽迮 邽 郇訄郋邿郕訄 赲訄迮迣郋 web-迮赲迮訄 郋赲邾迮邽邾訄 " +"郈郋郅邽邽郕郋邿 Debian, 郋 赲 邾郋迠迮迮 郈郋郅邽 迡郋郈 郕 邽郇迮迮邿 訄迡邾邽郇邽訄郋訄 " +"迮迮郱 http://localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +msgid "Password for the Courier Administration:" +msgstr "訄郋郅 迡郅 訄迡邾邽郇邽訄郋訄 Courier" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "郅 訄迡邾邽郇邽邽郋赲訄郇邽 Courier 郇迠郇郋 郱訄迡訄 郈訄郋郅 訄迡邾邽郇邽訄郋訄." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "郅郋郕訄郅郇邿, 迮迮赲郋邿, 郱訄郈迮迮郇" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "Enable Calendaring:" +msgstr "訄郱迮邽 郕訄郅迮郇迡訄?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" +"苺郕訄迠邽迮, 郋邽迮 郅邽 郱訄郈郕訄 郕訄郅迮郇迡訄 赲 郅郋郕訄郅郇郋邾 迮迠邽邾迮 (郕訄迠邽迮 " +"郅郋郕訄郅郇邿), 迣郈郈郋赲郋邾 迮迠邽邾迮 (郕訄迠邽迮 迮迮赲郋邿) 邽郅邽 郇迮 迡郅 赲迮 (郕訄迠邽迮 " +"郱訄郈迮迮郇). 虴郋訇 赲郋郈郋郅郱郋赲訄 迣郈郈郋赲邾 迮迠邽邾郋邾, 郇迠郇郋 訄郇郋赲邽 郈訄郕迮 " +"courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, 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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" +"郋郕訄郅郇邿 迮迠邽邾 郈郋 訄赲郇迮郇邽 迮迠邽邾郋邾 郇迮 迡郅 赲迮 郋郱迡訄迮 郇迮邾郇郋迣郋 訇郋郅 " +"郇訄迣郱郕, 郇郋 迣郈郈郋赲郋邿 迮迠邽邾 郈郋迮訇郅迮 迮赲迮郇郇郋 訇郋郅迮 迮郋赲. 郅邽 赲 " +"赲訇訄郅邽 迣郈郈郋赲郋邿 迮迠邽邾, 郋 訇迡迮 郱訄郈迮郇 郋迡迮郅郇邿 郈郋迮 迡迮邾郋郇訄." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +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:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "苤郅郋赲訄 Ispell " + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail 郈郋郱赲郋郅迮 郈郋赲迮 郋郋迣訄邽 赲 赲訄邽 郈邽邾訄. 訇迮邽迮 " +"郋郋赲迮赲邽邿 郅郋赲訄 迡郅 ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:3001 +msgid "symlink, copy, custom" +msgstr "邽邾郅邽郇郕, 郕郋郈邽郋赲訄, 郈郋 赲郋迮邾" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do you want to install the HTML documents and images for sqwebmail:" +msgstr "訄郕 訄郇郋赲邽 迡郋郕邾迮郇 HTML 邽 郕訄邽郇郕邽 迡郅 sqwebmail ?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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-迮赲迮 赲郇." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"訇訄邽迮 赲郇邽邾訄郇邽迮, 郋 郕訄訄郅郋迣 /var/www/sqwebmail 訇迡迮 迡訄郅迮郇, 迮郅邽 郋 " +"郈訄郕迮 郇邽郋迠訄迮, 郱訄 邽郕郅迮郇邽迮邾 赲訄邽 邽郱邾迮郇迮郇邽邿." + +#~ 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 "" +#~ "web-訄迡邾邽郇邽邽郋赲訄郇邽迮, 郈迮迡郋訄赲郅迮郇郇郋迮 郈訄郕迮郋邾 courier-webadmin, 郱訄赲邽邽 " +#~ "郋 迡邽迮郕郋邽邿 郇訄郋邿郕邽, 訄 郇迮 郋 訄邿郅郋赲 郇訄郋邿郕邽. 郅邽 赲 郋迣郅訄邽迮, " +#~ "邽 訄邾 迮 郇迮 郇訄郋迮郇郋迣郋 訄邿郅訄, 郋 赲迮 迡邽迮郕郋邽邽, 郇迮郋訇郋迡邽邾迮 迡郅 " +#~ "邽郅邽 web-訄迡邾邽郇邽邽郋赲訄郇邽, 訇迡 郋郱迡訄郇." + +#~ msgid "Path to user's Maildir directory" +#~ msgstr " 郕 郈郋郅郱郋赲訄迮郅郕郋邿 迡邽迮郕郋邽邽 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." +#~ msgstr "" +#~ "衪郋 郋郇郋邽迮郅郇邿 郈 郋 迡郋邾訄郇迮邿 迡邽迮郕郋邽邽 郕訄迠迡郋迣郋 郈郋郅郱郋赲訄迮郅 郕 " +#~ "迡邽迮郕郋邽邽 Maildir, 赲 郕郋郋郋邿 迮赲迮 Courier 訄郇 郈郋 郈郋郅郱郋赲訄迮郅. " +#~ "郅邽 赲 郇迮 郱郇訄郕郋邾 郋邾訄郋邾 訄郇迮郇邽 郈郋, 郕郋郋邿 邽郈郋郅郱迮 Courier, " +#~ "郋 郋訇訄邽迮 郕 訄郇邽迮 郕郋赲郋迡赲訄 maildir(5)." + +#~ 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 "Default domain" +#~ msgstr "郋邾迮郇 郈郋 邾郋郅訄郇邽" + +#~ msgid "\"From\" Header for Delivery Notifications" +#~ msgstr "訄迣郋郅郋赲郋郕 \"From\" 迡郅 赲迮迡郋邾郅迮郇邽邿 郋 迡郋訄赲郕迮" + +#~ 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." +#~ msgstr "" +#~ "郅 郈訄赲邽郅郇郋邿 訄訇郋 courier-webadmin 郇迠郇郋 郕郋郈邽郋赲訄 迮迣郋 邽郱 郕訄訄郅郋迣訄 /" +#~ "usr/lib/courier/courier/webmail/webadmin 赲 郕訄訄郅郋迣 /usr/lib/cgi-bin " +#~ "訄郇郋赲郅迮郇郇邾 訇邽郋邾 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." +#~ msgstr "" +#~ " 迡赲迮 郈邽邽郇, 郈郋 郕郋郋邾 郋 郇迮 迡迮郅訄迮 赲郋 赲迮邾 訄郇郋赲郕邽. -" +#~ "郈迮赲, 郋 迮迮郱郇訄 迣郋郱訄 訇迮郱郋郈訄郇郋邽, 郈郋郕郋郅郕 courierwebadmin " +#~ "訄訇郋訄迮 郋 root. 郋-赲郋, 訄訇郋郋郈郋郋訇郇郋 郇迮 迣訄訄郇邽迮, " +#~ "郈郋郕郋郅郕 郱訄赲邽邽 郋 郈郋迣訄邾邾 web-迮赲迮訄 邽 迮迣郋 郇訄郋邿郕邽." + +#~ 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." +#~ msgstr "" +#~ "郅邽 赲 迮邿訄 郋迣郅訄邽迮 邽 郇訄郋邿郕訄 赲訄迮迣郋 web-迮赲迮訄 郋赲邾迮邽邾訄 " +#~ "郈郋郅邽邽郕郋邿 Debian, 郋 赲 邾郋迠迮迮 郈郋郅邽 迡郋郈 郕 邽郇迮迮邿 " +#~ "訄迡邾邽郇邽訄郋訄 迮迮郱 http://localhost/cgi-bin/courierwebadmin." + +#~ msgid "Password for the Courier Administration" +#~ msgstr "訄郋郅 迡郅 訄迡邾邽郇邽訄郋訄 Courier" + +#~ msgid "Enable Calendaring ?" +#~ msgstr "訄郱迮邽 郕訄郅迮郇迡訄?" + +#~ 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." +#~ msgstr "" +#~ "苺郕訄迠邽迮, 郋邽迮 郅邽 郱訄郈郕訄 郕訄郅迮郇迡訄 赲 郅郋郕訄郅郇郋邾 迮迠邽邾迮 (郕訄迠邽迮 " +#~ "郅郋郕訄郅郇邿), 迣郈郈郋赲郋邾 迮迠邽邾迮 (郕訄迠邽迮 迮迮赲郋邿) 邽郅邽 郇迮 迡郅 赲迮 (郕訄迠邽迮 " +#~ "郱訄郈迮迮郇). 虴郋訇 赲郋郈郋郅郱郋赲訄 迣郈郈郋赲邾 迮迠邽邾郋邾, 郇迠郇郋 訄郇郋赲邽 " +#~ "郈訄郕迮 courier-pcp." + +#~ 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." +#~ msgstr "" +#~ "郋郕訄郅郇邿 迮迠邽邾 郈郋 訄赲郇迮郇邽 迮迠邽邾郋邾 郇迮 迡郅 赲迮 郋郱迡訄迮 郇迮邾郇郋迣郋 " +#~ "訇郋郅 郇訄迣郱郕, 郇郋 迣郈郈郋赲郋邿 迮迠邽邾 郈郋迮訇郅迮 迮赲迮郇郇郋 訇郋郅迮 " +#~ "迮郋赲. 郅邽 赲 赲訇訄郅邽 迣郈郈郋赲郋邿 迮迠邽邾, 郋 訇迡迮 郱訄郈迮郇 郋迡迮郅郇邿 " +#~ "郈郋迮 迡迮邾郋郇訄." + +#~ msgid "Ispell Dictionary" +#~ msgstr "苤郅郋赲訄 Ispell " + +#~ msgid "" +#~ "SqWebMail allows you to spellcheck your emails. Please select an " +#~ "appropriate dictionary for ispell." +#~ msgstr "" +#~ "SqWebMail 郈郋郱赲郋郅迮 郈郋赲迮 郋郋迣訄邽 赲 赲訄邽 郈邽邾訄. 訇迮邽迮 " +#~ "郋郋赲迮赲邽邿 郅郋赲訄 迡郅 ispell." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "訄郕 訄郇郋赲邽 迡郋郕邾迮郇 HTML 邽 郕訄邽郇郕邽 迡郅 sqwebmail ?" + +#~ msgid "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "訇訄邽迮 赲郇邽邾訄郇邽迮, 郋 郕訄訄郅郋迣 /var/www/sqwebmail 訇迡迮 迡訄郅迮郇, 迮郅邽 郋 " +#~ "郈訄郕迮 郇邽郋迠訄迮, 郱訄 邽郕郅迮郇邽迮邾 赲訄邽 邽郱邾迮郇迮郇邽邿." + +#~ msgid "Packaging of Courier has been completely revised" +#~ msgstr "郋迡迣郋郋赲郕訄 郈訄郕迮郋赲 Courier 訇郅訄 郈郋郅郇郋 郈迮迮邾郋迮郇訄" + +#~ 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 "" +#~ " 郇訄訄郅迮 郈訄郕迮() courier-imap 迣迮郇迮邽郋赲訄郅邽 邽郱 訄郈郋訄郇迮邾郋迣郋 " +#~ "郋迡迮郅郇郋 邽郋迡郇郋迣郋 迮郕訄 Courier IMAP. 苤迮邿訄 Courier 赲郕郅迮郇 赲 Debian " +#~ "迮郅邽郕郋邾. 赲郱邽 邽邾 赲 邽郇訄郕迮 郈郋邽郱郋郅郋 邾郇郋迠迮赲郋 邽郱邾迮郇迮郇邽邿; " +#~ "郇訄郈邽邾迮, 赲迮 訄邿郅 郇訄郋迮郕 訇郅邽 郈迮迮邾迮迮郇 赲 /etc/courier." + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "" +#~ "郋迠訄郅邿訄, 郈郋迡迮郅邽迮 赲迮迡邽邾 郈訄郕迮訄 赲訄邽邾 邾郇迮郇邽迮邾 郋 郇郋赲郋邿 " +#~ "邽郇訄郕迮." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "迮郋迡 訄迮郇邽邽郕訄邽邽 \"authdaemon\" 迮邿訄 郋訇郱訄迮郅迮郇" + +#~ 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 "" +#~ " 赲訄迮邾 訄邿郅迮 郇訄郋迮郕 ${conffile} 郱郇訄迮郇邽迮 AUTHMODULES 訄郇郋赲郅迮郇郋 赲 " +#~ "\"${authmodules}\". 衪郋 訇郋郅迮 郇迮 訄訇郋訄迮, 訄郕 郕訄郕 迡郅 Debian-郈訄郕迮郋赲 " +#~ "Courier 赲迮邽邽 0.35 邽 赲迮 迡郋郈迮郇 郋郅郕郋 邾迮郋迡 訄迮郇邽邽郕訄邽邽 " +#~ "authdaemon." + +#~ msgid "" +#~ "Please fix your configuration file, otherwise your setup will no longer " +#~ "work." +#~ msgstr "" +#~ "郋郈訄赲迮 訄邿郅 郇訄郋迮郕, 邽郇訄迮 赲訄邽 訄郇郋赲郕邽 訇郋郅迮 郇迮 訇迡 訄訇郋訄." + +#~ msgid "Do you want the webmail password changer to be installed SUID root ?" +#~ msgstr "" +#~ "苭郋邽迮, 郋訇 郈郋迣訄邾邾訄 邾迮郇 郈訄郋郅 郇訄 web-郈郋 訇郅訄 訄郇郋赲郅迮郇訄 郕訄郕 " +#~ "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 "" +#~ "郅 郋迣郋, 郋訇 訄訇郋訄郅郋 邽郱邾迮郇迮郇邽迮 郈訄郋郅迮邿 迮迮郱 邽郇迮迮邿 web-郈郋, " +#~ "郈郋迣訄邾邾訄 邽郱邾迮郇迮郇邽 (邽迮邾郇) 郈訄郋郅迮邿 迡郋郅迠郇訄 訇 訄郇郋赲郅迮郇訄 訇邽郋邾 " +#~ "SUID. 郋郕郋郅郕 郈郋迣訄邾邾訄 赲郈郋郅郇迮 郋 root, 郋 迮迮郱郇訄 迣郋郱訄 " +#~ "訇迮郱郋郈訄郇郋邽." + +#~ 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 "" +#~ "(苤訄邾訄 CGI-郈郋迣訄邾邾訄 web-郈郋 訇郋郅迮 郇迮 迡郋郅迠郇訄 訇 setuid root, " +#~ "郈郋郕郋郅郕 郈郋迮迡郇邽郕郋邾 迡郅 迡郋郈訄 郕 郈郋迮 郈郋郅郱郋赲訄迮郅迮邿 邽 郇訄郋邿郕訄邾 " +#~ "赲郈訄迮 迡迮邾郋郇, 郱訄郈郕訄迮邾邿 郈邽 訄迮 邽迮邾 邽郱 /etc/init.d/sqwebmail.)" --- courier-0.53.3.orig/debian/po/sv.po +++ courier-0.53.3/debian/po/sv.po @@ -0,0 +1,547 @@ +# 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. +# , fuzzy +# +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.47-9\n" +"Report-Msgid-Bugs-To: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: 2005-10-12 11:37+0200\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" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +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 authentication method manually." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration ?" +msgstr "Skapa mappar f顤 webbaserad administration?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +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." +msgstr "" +"Courier anv鄚der flera konfigurationsfiler som finns i /etc/courier. Vissa " +"konfigurationsfiler kan bli utbytta av en undermapp d酺 alla filerna i den " +"mappen 酺 ihoplagda till en enda konfigurationsfil." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If agreed, any " +"directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"Den webbaserade administrationen som ges av paketet courier-webadmin " +"anv鄚der konfigurationsmapparna ist鄟let f顤 konfigurationsfiler. Om du " +"godk鄚ner kommer de mappar som beh饘s f顤 det webbaserade " +"administrationsverktyget att skapas om det inte redan finns en fil p samma " +"plats." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +#, fuzzy +msgid "Path to user's Maildir directory:" +msgstr "S闥v輍 till anv鄚darnas Maildir-mapp" + +#. 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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" +"Detta 酺 ett relativt namn p s闥v輍en fr幩 varje anv鄚dares hem-mapp till " +"den Maildir-mapp d酺 Courier-servrar lagrar och f緳 tillg幩g till " +"anv鄚daren's e-post. Referera till maildir(5) manualsidan om du 酺 os鄢er " +"med formatet f顤 e-postlagring som anv鄚ds av Courier." + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "Flytta gamla konfigurationsfiler till /etc/courier ?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" +"P ditt system 酺 courier-imap konfigurationsfilerna i /etc. Fr幩 och med nu " +"s 酺 alla konfigurationsfiler relaterade till Courier i /etc/courier. Om du " +"vill kan vi flytta konfiguratoinsfilerna till den nya platsen. Men vi kan " +"inte garantera att de kommer att fungera som f顤rut. Referera till Courier-" +"dokumentationen och f顤klara f顤 paketansvarige om dina upplevelser med " +"denna konvertering." + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +#, fuzzy +msgid "Default domain:" +msgstr "Standarddom鄚" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +msgstr "" +"Specificera en giltig e-postdom鄚. De flesta omskrivningsfunktioner f顤 e-" +"posthuvuden kommer att l輍ga till denna dom鄚 till alla e-postaddresser som " +"inte har en dom鄚 specificerad, till exempel e-post fr幩 konton p denna " +"maskin." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "\"From\" Header for Delivery Notifications:" +msgstr "\"From\"-huvud f顤 leveransbesked" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" +"Specificera ett giltigt v酺de f顤 \"From\"-huvudet f顤 e-postleveransbesked. " +"Annars kan dessa inte skickas." + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "SSL-certfikat kr銥s" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" +"POP och IMAP 饘er SSL kr銥er ett giltigt, signerat X.509-certfikat. Under " +"installationen av courier-pop-ssl respektive courier-imap-ssl kommer ett " +"sj鄟vsignerat X.509-certifikat att genereras om det beh饘s. F顤 anv鄚dning i " +"produktionsmilj b顤 X.509-certifikatet signeras av en k鄚d " +"certifikatutst鄟lare, f顤 att e-postklienter ska acceptera certifikatet. " +"Standardplatsen f顤 detta certifikat 酺 /etc/courier/pop3d.pem respektive /" +"etc/courier/imapd.pem." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "Activate CGI Program ?" +msgstr "Aktivera CGI-programmet ?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" +"F顤 att till廞a courier-webadmin att fungera direkt m廛te vi kopiera CGI-" +"programmet fr幩 /usr/lib/courier/courier/webmail/webadmin till /usr/lib/cgi-" +"bin/courierwebadmin och s酹ta SUID-biten." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, 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 the web server software and its configuration." +msgstr "" +"Det finns tv sk鄟 varf顤 detta inte 酺 gjort som standard under " +"installationen. F顤st kan det inneb酺a allvariga s鄢erhetsproblem eftersom " +"courierwebadmin k顤 som root. F顤 det andra 酺 det inte garanterat att " +"fungera beroende p din webserverprogramvara och dess konfiguration." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Om du godk鄚ner h酺 och dina webserverinst鄟lningar f闤jer Debian's policy " +"kan du f tillg幩g till administrationsgr鄚ssnittet genom att g till http://" +"localhost/cgi-bin/courierwebadmin." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +msgid "Password for the Courier Administration:" +msgstr "L飉enord f顤 administration av Courier" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "" +"F顤 att f tillg幩g till administrationen av Courier beh饘s ett l飉enord." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "lokalt, n酹verk, avst鄚gd" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "Enable Calendaring:" +msgstr "Aktivera kalender?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" +"Specificera om du vill aktivera kalendern i lokalt l輍e (v鄟j lokalt), " +"groupwarel輍et (v鄟j n酹verk) eller inte alls (v鄟j avst鄚gd). F顤 att " +"faktiskt anv鄚da groupwarel輍et beh饘er du installera paketet courier-pcp." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, 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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" +"Lokalt l輍e kr銥er v鄟digt lite overhead j鄝f顤t med att inte anv鄚da " +"kalendern alls, men groupwarel輍et kr銥er en hel del serverresurser. Om du " +"v鄟jer groupwarel輍et kommer en separat daemonprocess att k顤as." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "F顤 mer information, se /usr/share/doc/sqwebmail/PCP.html." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "Ispell uppslagsverk" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail l廞er dig kontrollera stavningen i dina e-postmeddelanden. V鄟j " +"ett l鄝pligt uppslagsverk f顤 ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:3001 +msgid "symlink, copy, custom" +msgstr "syml鄚k, kopia, egendefinierad" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do you want to install the HTML documents and images for sqwebmail:" +msgstr "Hur vill du installera HTML-dokumenten och bilderna f顤 sqwebmail ?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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 "" +"Valen 酺 att skapa en symbolisk l鄚k /var/www/sqwebmail, kopiera alla " +"filerna fr幩 /usr/share/sqwebmail till /var/www/sqwebmail eller l廞a /var/" +"www vara. Av s鄢erhetssk鄟 酺 det andra valet rekommenderat. Men om du redan " +"har aktiverat FollowSymLinks eller SymLinksIfOwnerMatch i din Apache-" +"konfiguration kan du ocks v鄟ja det f顤sta valet. Det egendefinierade valet " +"betyder att du f緳 konfigurera din webserver manuellt." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"Notera att /var/www/sqwebmail kommer att tas bort om detta paket rensas om " +"du inte v鄟jer egendefinierat." + +#~ 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 administrationen som ges av paketet courier-webadmin " +#~ "anv鄚der konfigurationsmapparna ist鄟let f顤 konfigurationsfiler. Om du " +#~ "godk鄚ner kommer de mappar som beh饘s f顤 det webbaserade " +#~ "administrationsverktyget att skapas om det inte redan finns en fil p " +#~ "samma plats." + +#~ msgid "Path to user's Maildir directory" +#~ msgstr "S闥v輍 till anv鄚darnas Maildir-mapp" + +#~ 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." +#~ msgstr "" +#~ "Detta 酺 ett relativt namn p s闥v輍en fr幩 varje anv鄚dares hem-mapp " +#~ "till den Maildir-mapp d酺 Courier-servrar lagrar och f緳 tillg幩g till " +#~ "anv鄚daren's e-post. Referera till maildir(5) manualsidan om du 酺 os鄢er " +#~ "med formatet f顤 e-postlagring som anv鄚ds av 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 "" +#~ "P ditt system 酺 courier-imap konfigurationsfilerna i /etc. Fr幩 och med " +#~ "nu s 酺 alla konfigurationsfiler relaterade till Courier i /etc/courier. " +#~ "Om du vill kan vi flytta konfiguratoinsfilerna till den nya platsen. Men " +#~ "vi kan inte garantera att de kommer att fungera som f顤rut. Referera till " +#~ "Courier-dokumentationen och f顤klara f顤 paketansvarige om dina " +#~ "upplevelser med denna konvertering." + +#~ msgid "Default domain" +#~ msgstr "Standarddom鄚" + +#~ msgid "\"From\" Header for Delivery Notifications" +#~ msgstr "\"From\"-huvud f顤 leveransbesked" + +#~ 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." +#~ msgstr "" +#~ "F顤 att till廞a courier-webadmin att fungera direkt m廛te vi kopiera CGI-" +#~ "programmet fr幩 /usr/lib/courier/courier/webmail/webadmin till /usr/lib/" +#~ "cgi-bin/courierwebadmin och s酹ta SUID-biten." + +#~ 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." +#~ msgstr "" +#~ "Det finns tv sk鄟 varf顤 detta inte 酺 gjort som standard under " +#~ "installationen. F顤st kan det inneb酺a allvariga s鄢erhetsproblem " +#~ "eftersom courierwebadmin k顤 som root. F顤 det andra 酺 det inte " +#~ "garanterat att fungera beroende p din webserverprogramvara och dess " +#~ "konfiguration." + +#~ 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." +#~ msgstr "" +#~ "Om du godk鄚ner h酺 och dina webserverinst鄟lningar f闤jer Debian's " +#~ "policy kan du f tillg幩g till administrationsgr鄚ssnittet genom att g " +#~ "till http://localhost/cgi-bin/courierwebadmin." + +#~ msgid "Password for the Courier Administration" +#~ msgstr "L飉enord f顤 administration av Courier" + +#~ msgid "Enable Calendaring ?" +#~ msgstr "Aktivera kalender?" + +#~ 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." +#~ msgstr "" +#~ "Specificera om du vill aktivera kalendern i lokalt l輍e (v鄟j lokalt), " +#~ "groupwarel輍et (v鄟j n酹verk) eller inte alls (v鄟j avst鄚gd). F顤 att " +#~ "faktiskt anv鄚da groupwarel輍et beh饘er du installera paketet courier-pcp." + +#~ 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." +#~ msgstr "" +#~ "Lokalt l輍e kr銥er v鄟digt lite overhead j鄝f顤t med att inte anv鄚da " +#~ "kalendern alls, men groupwarel輍et kr銥er en hel del serverresurser. Om " +#~ "du v鄟jer groupwarel輍et kommer en separat daemonprocess att k顤as." + +#~ msgid "Ispell Dictionary" +#~ msgstr "Ispell uppslagsverk" + +#~ msgid "" +#~ "SqWebMail allows you to spellcheck your emails. Please select an " +#~ "appropriate dictionary for ispell." +#~ msgstr "" +#~ "SqWebMail l廞er dig kontrollera stavningen i dina e-postmeddelanden. V鄟j " +#~ "ett l鄝pligt uppslagsverk f顤 ispell." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "Hur vill du installera HTML-dokumenten och bilderna f顤 sqwebmail ?" + +#~ msgid "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "Notera att /var/www/sqwebmail kommer att tas bort om detta paket rensas " +#~ "om du inte v鄟jer egendefinierat." + +#~ msgid "Packaging of Courier has been completely revised" +#~ msgstr "Paketeringen av Courier har omarbetats totalt" + +#~ 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 "" +#~ "Tidigare genererades paketen courier-imap fr幩 de separat distribuerade " +#~ "k鄟lkoden f顤 Courier IMAP. Detta har 鄚drats och nu 酺 hela Courier-" +#~ "sviten paketerad f顤 Debian. Av denna anledning har infrastrukturen " +#~ "鄚drats en hel del, till exempel har alla konfigurationsfiler flyttats " +#~ "till /etc/courier." + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "" +#~ "Ber酹ta g酺na f顤 paketansvarig om dina erfarenheter med den nya " +#~ "infrastrukturen." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "Autentiseringsmetoden \"authdaemon\" 酺 numera obligatorisk" + +#~ 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 "" +#~ "I din konfigurationsfil ${conffile} 酺 AUTHMODULES satt till " +#~ "\"${authmodules}\". Detta kommer inte l鄚gre att fungera eftersom " +#~ "authdaemon 酺 den enda tillg鄚gliga autentiseringsmetoden f顤 Courier " +#~ "Debianpaket version 0.35 och upp廞." + +#~ msgid "" +#~ "Please fix your configuration file, otherwise your setup will no longer " +#~ "work." +#~ msgstr "" +#~ "V鄚ligen fixa dina konfigurationsfil annars kommer inst鄟lningarna inte " +#~ "l鄚gre fungera." + +#~ msgid "Do you want the webmail password changer to be installed SUID root ?" +#~ msgstr "" +#~ "Vill du att l飉enords鄚draren f顤 webmail ska installeras 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 "" +#~ "F顤 att 鄚dring av l飉enord genom webmailgr鄚ssnittet ska fungera m廛te " +#~ "programmet som 鄚drar (system)l飉enord att installeras med SUID-biten " +#~ "satt. F顤 att detta program k顤 som root kan det ha allvarlig inverkan p " +#~ "s鄢erheten." + +#~ 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-programmet beh饘er sj鄟v inte l鄚gre vara satt setuid root " +#~ "eftersom tillg幩g till anv鄚darnas e-post och konfiguration nu g顤s av en " +#~ "daemon som startas under systemet uppstart av /etc/init.d/sqwebmail.)" --- courier-0.53.3.orig/debian/po/templates.pot +++ courier-0.53.3/debian/po/templates.pot @@ -0,0 +1,274 @@ +# 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: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +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 authentication method manually." +msgstr "" + +#. 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 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." +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 agreed, 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 user's Maildir directory:" +msgstr "" + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +msgid "Default domain:" +msgstr "" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +msgstr "" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "\"From\" Header for Delivery Notifications:" +msgstr "" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "Activate CGI Program ?" +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +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 the web server software and its configuration." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "Password for the Courier Administration:" +msgstr "" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +msgid "Enable Calendaring:" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +msgid "Ispell Dictionary:" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +msgid "" +"SqWebMail allows spellchecking of emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" + +#. Type: select +#. Choices +#: ../sqwebmail.templates:3001 +msgid "symlink, copy, custom" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +msgid "How do you want to install the HTML documents and images for sqwebmail:" +msgstr "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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 "" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" --- courier-0.53.3.orig/debian/po/tr.po +++ courier-0.53.3/debian/po/tr.po @@ -0,0 +1,543 @@ +# 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: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: 2004-06-01 09:42+0300\n" +"Last-Translator: Mehmet T羹rker \n" +"Language-Team: Turkish \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: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +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 authentication method manually." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration ?" +msgstr "Web-tabanl覺 y繹netim i癟in dizinler yarat覺ls覺n m覺?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +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." +msgstr "" +"Courier, /etc/courier i癟inde bulunan birden fazla yap覺land覺rma dosyas覺 " +"kullan覺r. Baz覺 yap覺land覺rma dosyalar覺 b羹t羹nletirilmi tek bir yap覺land覺rma " +"dosyas覺na sahip bulunan tek bir alt dizin ile deitirilebilir." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If agreed, 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 salanan web-tabanl覺 y繹netim sistemi, " +"yap覺land覺rma dosyalar覺 yerine yap覺land覺rma dizinleri kullan覺r. Eer 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 +#, fuzzy +msgid "Path to user's Maildir directory:" +msgstr "Kullan覺c覺n覺n Maildir dizinini tan覺mlayan dosya yolu (path)" + +#. 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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" +"Bu, Courier sunucular覺n覺n, kullan覺c覺n覺n e-postas覺na ulaaca覺 ve saklayaca覺 " +"Maildir dizinine her kullan覺c覺n覺n ev dizininden ula覺lan g繹receli dosya " +"yoludur. Eer Courier'覺n kulland覺覺 posta saklama d羹zenine al覺覺k deilseniz " +"l羹tfen maildir(5) k覺lavuz sayfas覺na bavurun." + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "Eski yap覺land覺rma dosyalar覺 /etc/courier'a ta覺ns覺n m覺?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about 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. Eer 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 bavurun ve paket gelitiricisini deiiklikle " +"ilgili deneyimleriniz hakk覺nda bilgilendirin." + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +#, fuzzy +msgid "Default domain:" +msgstr "ntan覺ml覺 etki alan覺" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +msgstr "" +"L羹tfen ge癟erli bir e-posta etki alan覺 belirtin. Etki alan覺 belirtilmemi " +"b羹t羹n e-posta adresleri (繹r. bu makinedeki hesaplar) bu etki alan覺 ile " +"kullan覺lacakt覺r." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "\"From\" Header for Delivery Notifications:" +msgstr "Teslimat uyar覺lar覺 i癟in \"Kimden\" Bal覺覺" + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" +"L羹tfen teslimat uyar覺lar覺 i癟in ge癟erli bir \"Kimden\" Bal覺覺 belirtin. " +"Yoksa bunlar g繹nderilemez." + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "SSL sertifikas覺 gerekli" + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" +"POP ve SSL 羹zerinden IMAP, ge癟erli ve imzalanm覺 bir X.509 sertifikas覺 " +"gerektirir. Courier-pop-ssl kurulumu s覺ras覺nda eer gerekliyse bir self-" +"signed X.509 sertifikas覺 羹retilecektir. 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:1001 +msgid "Activate CGI Program ?" +msgstr "CGI Uygulamas覺 etkin k覺l覺ns覺n m覺 ?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" +"Courier-webadmin'in d覺ar覺dan 癟al覺abilmesi i癟in CGI uygulamas覺n覺n /usr/lib/" +"courier/webmail/webadmin dizininden /usr/lib/cgi-bin/courierwebadmin " +"dizinine ta覺nmas覺 ve SUID bitinin etkinletirilmesi gerekmektedir." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, 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 the web server software and its configuration." +msgstr "" +"Bunun 繹ntan覺ml覺 olarak kurulum s覺ras覺nda ger癟ekletirilmemesinin iki nedeni " +"var. Birincisi, bu g羹venlik a癟覺s覺ndan ciddi sonu癟lar dourur; 癟羹nk羹 " +"courierwebadmin root olarak 癟al覺t覺r覺l覺r. 襤kincisi ise kulland覺覺n覺z web " +"sunucusu ve bunun yap覺land覺rmas覺na bal覺 olarak 癟al覺mas覺 garanti deildir." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"Eer bu yap覺land覺rma se癟eneini onaylam覺 ve web sunucunuz Debian ilkelerine " +"uygun ekilde yap覺land覺r覺lm覺 durumdaysa, y繹netim 繹ny羹z羹ne http://localhost/" +"cgi-bin/courierwebadmin 羹zerinden ulaabilirsiniz." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +msgid "Password for the Courier Administration:" +msgstr "Courier Y繹netimi i癟in parola" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "Courier y繹netimine ulamak i癟in parola gereklidir." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "yerel, a, etkisiz" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "Enable Calendaring:" +msgstr "Takvim etkin k覺l覺ns覺n m覺?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" +"L羹tfen takvimlendirmeyi etkinletirmek istediiniz kipi se癟in: yerel kip " +"(yerel se癟enei), grup kipi (a se癟enei), ya da hi癟biri (etkisiz se癟enei). " +"Grup kipini kullanmak i癟in courier-pcp paketini kurman覺z gerekir." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, 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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" +"Yerel kip takvimlendirmeye g繹re 癟ok az i gerektirir, fakat grup kipi 繹nemli " +"繹l癟羹de ek sunucu kayna覺 gerektirir. Eer grup kipini se癟erseniz, ayr覺 bir " +"sunucu s羹reci 癟al覺t覺r覺lacakt覺r." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +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:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "Ispell S繹zl羹羹" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"SqWebMail e-postalar覺n覺za yaz覺m denetimi yapman覺z覺 salar. L羹tfen ispell " +"i癟in uygun bir s繹zl羹k se癟in." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:3001 +msgid "symlink, copy, custom" +msgstr "sembolik bala, kopyala, 繹zel" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do 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?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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 eer Apache yap覺land覺rman覺zda " +"FollowSymLinks'i veya SymLinksIfOwnerMatch'i etkin k覺ld覺ysan覺z, ilk se癟enei " +"de se癟ebilirsiniz. \"繹zel\" se癟enei web sunucunuzu elle yap覺land覺raca覺n覺z " +"anlam覺na gelmektedir." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"Kurulumda \"繹zel\"i se癟mi olman覺z durumu hari癟, bu paket kald覺r覺l覺rken /var/" +"www/sqwebmail'in silineceini unutmay覺n." + +#~ 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 salanan web-tabanl覺 y繹netim sistemi, " +#~ "yap覺land覺rma dosyalar覺 yerine yap覺land覺rma dizinleri kullan覺r. Eer bunu " +#~ "onaylarsan覺z, web-tabanl覺 y繹netim arac覺 i癟in gerekli olan dizinler " +#~ "(halihaz覺rda bunlar覺n yerinde bir dosya yok ise) yarat覺lacak." + +#~ msgid "Path to user's Maildir directory" +#~ msgstr "Kullan覺c覺n覺n Maildir dizinini tan覺mlayan dosya yolu (path)" + +#~ 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." +#~ msgstr "" +#~ "Bu, Courier sunucular覺n覺n, kullan覺c覺n覺n e-postas覺na ulaaca覺 ve " +#~ "saklayaca覺 Maildir dizinine her kullan覺c覺n覺n ev dizininden ula覺lan " +#~ "g繹receli dosya yoludur. Eer Courier'覺n kulland覺覺 posta saklama d羹zenine " +#~ "al覺覺k deilseniz l羹tfen maildir(5) k覺lavuz sayfas覺na bavurun." + +#~ 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. Eer 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 bavurun ve paket gelitiricisini " +#~ "deiiklikle ilgili deneyimleriniz hakk覺nda bilgilendirin." + +#~ msgid "Default domain" +#~ msgstr "ntan覺ml覺 etki alan覺" + +#~ msgid "\"From\" Header for Delivery Notifications" +#~ msgstr "Teslimat uyar覺lar覺 i癟in \"Kimden\" Bal覺覺" + +#~ 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." +#~ msgstr "" +#~ "Courier-webadmin'in d覺ar覺dan 癟al覺abilmesi i癟in CGI uygulamas覺n覺n /usr/" +#~ "lib/courier/webmail/webadmin dizininden /usr/lib/cgi-bin/courierwebadmin " +#~ "dizinine ta覺nmas覺 ve SUID bitinin etkinletirilmesi gerekmektedir." + +#~ 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." +#~ msgstr "" +#~ "Bunun 繹ntan覺ml覺 olarak kurulum s覺ras覺nda ger癟ekletirilmemesinin iki " +#~ "nedeni var. Birincisi, bu g羹venlik a癟覺s覺ndan ciddi sonu癟lar dourur; " +#~ "癟羹nk羹 courierwebadmin root olarak 癟al覺t覺r覺l覺r. 襤kincisi ise " +#~ "kulland覺覺n覺z web sunucusu ve bunun yap覺land覺rmas覺na bal覺 olarak " +#~ "癟al覺mas覺 garanti deildir." + +#~ 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." +#~ msgstr "" +#~ "Eer bu yap覺land覺rma se癟eneini onaylam覺 ve web sunucunuz Debian " +#~ "ilkelerine uygun ekilde yap覺land覺r覺lm覺 durumdaysa, y繹netim 繹ny羹z羹ne " +#~ "http://localhost/cgi-bin/courierwebadmin 羹zerinden ulaabilirsiniz." + +#~ msgid "Password for the Courier Administration" +#~ msgstr "Courier Y繹netimi i癟in parola" + +#~ msgid "Enable Calendaring ?" +#~ msgstr "Takvim etkin k覺l覺ns覺n m覺?" + +#~ 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." +#~ msgstr "" +#~ "L羹tfen takvimlendirmeyi etkinletirmek istediiniz kipi se癟in: yerel kip " +#~ "(yerel se癟enei), grup kipi (a se癟enei), ya da hi癟biri (etkisiz " +#~ "se癟enei). Grup kipini kullanmak i癟in courier-pcp paketini kurman覺z " +#~ "gerekir." + +#~ 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." +#~ msgstr "" +#~ "Yerel kip takvimlendirmeye g繹re 癟ok az i gerektirir, fakat grup kipi " +#~ "繹nemli 繹l癟羹de ek sunucu kayna覺 gerektirir. Eer grup kipini se癟erseniz, " +#~ "ayr覺 bir sunucu s羹reci 癟al覺t覺r覺lacakt覺r." + +#~ msgid "Ispell Dictionary" +#~ msgstr "Ispell S繹zl羹羹" + +#~ 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覺 salar. L羹tfen ispell " +#~ "i癟in uygun bir s繹zl羹k se癟in." + +#~ 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 "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "Kurulumda \"繹zel\"i se癟mi olman覺z durumu hari癟, bu paket kald覺r覺l覺rken /" +#~ "var/www/sqwebmail'in silineceini unutmay覺n." + +#~ 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 deiti ve art覺k b羹t羹n Courier suiti Debian " +#~ "i癟in paketleniyor. Bu sebeple, altyap覺 sistemi 癟ok deiti, 繹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 " +#~ "gelitiricisine 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 olduundan 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 deitiricisinin 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 deitirme ileminin 癟al覺abilmesi i癟in sistem " +#~ "parolalar覺n覺 deitirmek i癟in gereken uygulama SUID biti etkinletirilmi " +#~ "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 " +#~ "deildir. 羹nk羹 kullan覺c覺n覺n e-posta ve yap覺land覺rma dosyalar覺na " +#~ "eriimler art覺k sistem balang覺c覺nda /etc/init.d/sqwebmail taraf覺ndan " +#~ "balat覺lan bir sunucu taraf覺ndan y繹netilmektedir." --- courier-0.53.3.orig/debian/po/vi.po +++ courier-0.53.3/debian/po/vi.po @@ -0,0 +1,545 @@ +# Vietnamese translation for courier. +# Copyright 穢 2005 Free Software Foundation, Inc. +# Clytie Siddall , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: courier 0.47-4\n" +"Report-Msgid-Bugs-To: racke@linuxia.de\n" +"POT-Creation-Date: 2007-02-22 10:38-0500\n" +"PO-Revision-Date: 2005-06-13 20:04+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \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: note +#. Description +#: ../courier-base.templates:1001 +msgid "Modified Authentication Infrastructure" +msgstr "" + +#. Type: note +#. Description +#: ../courier-base.templates:1001 +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 authentication method manually." +msgstr "" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +msgid "Create directories for web-based administration ?" +msgstr "T廕︽ thが m廙卉 cho c獺ch qu廕τ l羸 廙帶 vo M廕》g kh繫ng?" + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +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." +msgstr "" +"Tr穫nh courier d羅ng vi t廕計 tin c廕只 h穫nh m 廙 trong 竄/etc/courier罈. C籀 th廙 " +"thay th廕 m廙t s廙 t廕計 tin c廕只 h穫nh b廕彫g m廙t thが m廙卉 con, m m廙i t廕計 tin c籀 " +"trong thが m廙卉 ny が廙θ n廙i chu廙i th穫 が廙θ x廙 l羸 l m廙t t廕計 tin c廕只 h穫nh 瓊 " +"h廙φ nh廕另 ri礙ng l廕." + +#. Type: boolean +#. Description +#: ../courier-base.templates:2001 +#, fuzzy +msgid "" +"The web-based administration provided by the courier-webadmin package relies " +"on configuration directories instead of configuration files. If agreed, any " +"directories needed for the web-based administration tool will be created " +"unless there is already a plain file in place." +msgstr "" +"C獺ch qu廕τ l羸 廙帶 vo M廕》g do g籀i tin 竄courier-webadmin罈 cung c廕叼, nh廙 thが " +"m廙卉 c廕只 h穫nh thay vo t廕計 tin c廕只 h穫nh. N廕簑 b廕》 ch廕叼 nh廕要 t羅y ch廙n ny, " +"tr穫nh ny s廕 t廕︽ thが m廙卉 no c廕吵 thi廕篙 cho c繫ng c廙 qu廕τ l羸 廙帶 vo M廕》g, tr廙 " +"c籀 m廙t t廕計 tin chu廕姊 t廕【 籀 r廙i." + +#. Type: string +#. Description +#: ../courier-base.templates:3001 +#, fuzzy +msgid "Path to user's Maildir directory:" +msgstr "が廙ng d廕南 thが m廙卉 Maildir c廙吧 ngが廙i d羅ng." + +#. 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 for those unfamiliar with the " +"mail storage format used by Courier." +msgstr "" +"Gi獺 tr廙 ny l m廙t t礙n が廙ng d廕南 tがヾng 廙i t廙 thが m廙卉 ch穩nh c廙吧 m廙i ngが廙i " +"d羅ng, 廕積 thが m廙卉 Maildir m nh廙疸g tr穫nh ph廙卉 v廙 Courier c廕另 gi廙 v truy c廕計 " +"thが i廙n t廙 c廙吧 ngが廙i d羅ng 廕句. H瓊y tham chi廕簑 廕積 trang hが廙ng d廕南 (man) " +"竄maildir(5)罈 n廕簑 b廕》 kh繫ng quen 廙nh d廕》g c廕另 gi廙 thが do Courier d羅ng." + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +msgid "Move old configuration files to /etc/courier ?" +msgstr "Di chuy廙n c獺c t廕計 tin c廕只 h穫nh c觼 vo 竄/etc/courier罈 kh繫ng?" + +#. Type: boolean +#. Description +#: ../courier-imap.templates:1001 +#, fuzzy +msgid "" +"The current system has courier-imap configuration files within /etc. From " +"now on all configuration files related to Courier are located within /etc/" +"courier. If preferred, move the configuration files to the new location. " +"However, no guarantee can be made that they will work as before. Please " +"refer to the Courier documentation and tell the maintainer about experiences " +"with the conversion." +msgstr "" +"Trong h廙 th廙ng b廕》 c籀 m廙t s廙 t廕計 tin c廕只 h穫nh courier-imap 廙 trong 竄/etc罈. " +"T廙 l繳c ny, c獺c t廕計 tin c廕只 h穫nh li礙n quan 廕積 Courier c籀 trong 竄/etc/" +"courier罈. N廕簑 b廕》 ch廙n, tr穫nh ny c籀 th廙 di chuy廙n c獺c t廕計 tin c廕只 h穫nh vo " +"廙a i廙m m廙i. Tuy nhi礙n, kh繫ng th廙 廕σ b廕υ m廙i t廕計 tin 廕句 s廕 ti廕穆 t廙卉 ho廕﹀ " +"廙ng nhが trが廙c. H瓊y tham chi廕簑 廕積 ti li廙u Courier, v cho ngが廙i b廕υ qu廕τ " +"bi廕篙 kinh nghi廙m b廕》 v廙i c獺ch chuy廙n 廙i ny." + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +#, fuzzy +msgid "Default domain:" +msgstr "Mi廙n m廕搾 廙nh" + +#. Type: string +#. Description +#: ../courier-mta.templates:1001 +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." +msgstr "" +"H瓊y ghi r繭 m廙t mi廙n thが i廙n t廙 h廙φ l廙. Ph廕吵 l廙n ch廙妾 nng vi廕篙 l廕【 d簷ng 廕吟 " +"s廕 ph廙 th礙m mi廙n ny vo c瓊c 廙a ch廙 thが kh繫ng ghi r繭 mi廙n, v.d. thが t廙 ti " +"kho廕τ tr礙n m獺y ny." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "\"From\" Header for Delivery Notifications:" +msgstr "D簷ng 廕吟 竄T廙威 (From) cho th繫ng b獺o 瓊 nh廕要." + +#. Type: string +#. Description +#: ../courier-mta.templates:2001 +#, fuzzy +msgid "" +"Please specify a valid value for the \"From\" Header for mail delivery " +"notifications. Otherwise these cannot be sent." +msgstr "" +"H瓊y ghi r繭 m廙t gi獺 tr廙 h廙φ l廙 cho d簷ng 廕吟 竄T廙威 (From) cho th繫ng b獺o thが " +"が廙θ nh廕要. N廕簑 b廕》 kh繫ng nh廕計 gi獺 tr廙 ny, s廕 kh繫ng th廙 g廙虹 th繫ng b獺o 廕句. " + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +msgid "SSL certificate required" +msgstr "C廕吵 thi廕篙 ch廙姊g nh廕要 SSL." + +#. Type: note +#. Description +#: ../courier-ssl.templates:1001 +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." +msgstr "" +"Giao th廙妾 POP v IMAP qua SSL c廕吵 thi廕篙 m廙t ch廙姊g nh廕要 X.509 が廙θ k羸 v h廙φ " +"l廙. Trong khi ci 廕暗 竄courier-pop-ssl罈 v/hay 竄courier-imap-ssl罈, s廕 t廕︽ ra " +"m廙t ch廙姊g nh廕要 X.509 t廙 k羸 n廕簑 c廕吵 thi廕篙. Tuy nhi礙n, tr穫nh kh獺ch thが s廕 ch廙 " +"ch廕叼 nh廕要 m廙t ch廙姊g nh廕要 X.509 do m廙t nh c廕吮 quy廙n ch廙姊g nh廕要 k羸. 廙nh v廙 " +"m廕搾 廙nh cho ch廙姊g nh廕要 ny l 竄/etc/courier/pop3d.pem罈 v/hay 竄/etc/courier/" +"imapd.pem罈." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +msgid "Activate CGI Program ?" +msgstr "B廕》 c籀 mu廙n ho廕﹀ h籀a m廙t chがヾng tr穫nh CGI kh繫ng?" + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"To allow courier-webadmin to work out of the box, the CGI program must be " +"copied from /usr/lib/courier/courier/webmail/webadmin to /usr/lib/cgi-bin/" +"courierwebadmin and set the SUID bit." +msgstr "" +"廙 cho ph矇p tr穫nh courier-webadmin ho廕﹀ 廙ng c籀 s廕登, tr穫nh ny c廕吵 ph廕ξ sao " +"ch矇p chがヾng tr穫nh CGI t廙 竄/usr/lib/courier/courier/webmail/webadmin罈 vo 竄/" +"usr/lib/cgi-bin/courierwebadmin罈, v l廕計 bit SUID." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, 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 the web server software and its configuration." +msgstr "" +"Kh繫ng lm nhが th廕 theo m廕搾 廙nh trong khi ci 廕暗 v穫 hai l羸 do. Ch廕『 tr穫nh " +"courierwebadmin v廙i tが c獺ch ngが廙i ch廙 (root) c籀 th廙 r廙告 ro b廕υ m廕負. C觼ng " +"kh繫ng b廕υ 廕σ n籀 ho廕﹀ 廙ng, ph廙 thu廙c vo ph廕吵 m廙m tr穫nh ph廙卉 v廙 M廕》g v c廕只 " +"h穫nh n籀." + +#. Type: boolean +#. Description +#: ../courier-webadmin.templates:1001 +#, fuzzy +msgid "" +"If agreed and the web server setup is compliant with the Debian policy, " +"administration frontend can be accessed through http://localhost/cgi-bin/" +"courierwebadmin." +msgstr "" +"N廕簑 b廕》 ch廕叼 nh廕要 t羅y ch廙n ny, v thi廕篙 l廕計 tr穫nh ph廙卉 v廙 M廕》g c廙吧 b廕》 tu璽n " +"theo ch穩nh s獺ch Debian, th穫 b廕》 c籀 th廙 truy c廕計 ti廙n ti礙u qu廕τ l羸 t廕【 廙a " +"ch廙 竄http://localhost/cgi-bin/courierwebadmin罈." + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +#, fuzzy +msgid "Password for the Courier Administration:" +msgstr "M廕負 kh廕季 qu廕τ tr廙 Courier" + +#. Type: password +#. Description +#: ../courier-webadmin.templates:2001 +msgid "To access the Courier administration a password is needed." +msgstr "廙 truy c廕計 giao di廙n qu廕τ l羸 Courier, c廕吵 m廙t m廕負 kh廕季." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:1001 +msgid "local, net, disabled" +msgstr "廙a phがヾng, m廕》g, b廙 t廕眩" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "Enable Calendaring:" +msgstr "Hi廙u l廙帷 kh廕 nng ghi l廙ch kh繫ng?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, fuzzy +msgid "" +"Please specify if calendaring should be enabled in: local mode (choose " +"local), groupware mode (choose net) or not at all (choose disabled). To " +"actually use the groupware mode, install the courier-pcp package." +msgstr "" +"H瓊y ghi r繭 n廕簑 b廕》 mu廙n hi廙u l廙帷 kh廕 nng ghi l廙ch trong ch廕 廙 廙a phがヾng, " +"ch廕 廙 ph廕吵 nh籀m (m廕》g) hay kh繫ng mu廙n (b廙 t廕眩). Th廕負 s廙 廙 s廙 d廙叩g ch廕 廙 " +"ph廕吵 nh籀m, b廕》 c廕吵 ph廕ξ ci 廕暗 g籀i tin 竄courier-pcp罈." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +#, 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 groupware mode is selected, a separate daemon process " +"will be run." +msgstr "" +"Ch廕 廙 廙a phがヾng c廕吵 thi廕篙 r廕另 穩t ti廙m nng so s獺nh v廙i kh繫ng s廙 d廙叩g kh廕 " +"nng ghi l廙ch, nhがng m ch廕 廙 ph廕吵 nh籀m c廕吵 thi廕篙 hヾi nhi廙u ti廙m nng m獺y " +"ph廙卉 v廙 th礙m. N廕簑 b廕》 ch廙n ch廕 廙 ph廕吵 nh籀m, s廕 ch廕『 m廙t ti廕積 tr穫nh n廙n " +"ri礙ng." + +#. Type: select +#. Description +#: ../sqwebmail.templates:1002 +msgid "" +"For more information, please refer to /usr/share/doc/sqwebmail/PCP.html." +msgstr "" +"廙 t穫m th繫ng tin th礙m, h瓊y tham chi廕簑 廕積 t廕計 tin 竄/usr/share/doc/sqwebmail/" +"PCP.html罈." + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "Ispell Dictionary:" +msgstr "T廙 i廙n Ispell" + +#. Type: select +#. Description +#: ../sqwebmail.templates:2001 +#, fuzzy +msgid "" +"SqWebMail allows spellchecking of emails. Please select an appropriate " +"dictionary for ispell." +msgstr "" +"Tr穫nh SqWebMail cho ph矇p b廕》 ki廙m tra ch穩nh t廕 trong thが. H瓊y ch廙n m廙t t廙 " +"i廙n th穩ch h廙φ cho tr穫nh Ispell." + +#. Type: select +#. Choices +#: ../sqwebmail.templates:3001 +msgid "symlink, copy, custom" +msgstr "li礙n k廕篙 tが廙τg trがng, sao ch矇p, t廙 ch廙n" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "How do you want to install the HTML documents and images for sqwebmail:" +msgstr "" +"B廕》 c籀 mu廙n ci 廕暗 c獺c ti li廙u HTML v c獺c 廕τh cho tr穫nh sqwebmail nhが th廕 " +"no?" + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +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 "" +"C籀 th廙 t廕︽ m廙t li礙n k廕篙 tが廙τg trung 竄/var/www/sqwebmail罈, c籀 th廙 sao ch矇p " +"c獺c t廕計 tin t廙 竄/usr/share/sqwebmail罈 vo 竄/var/www/sqwebmail罈, ho廕搾 c籀 th廙 " +"b廙 qua 竄/var/www罈. V穫 l羸 do b廕υ m廕負, khuy礙n t羅y ch廙n th廙 hai. Tuy nhi礙n, n廕簑 " +"b廕》 瓊 hi廙u l廙帷 竄FollowSymLinks罈 (theo li礙n k廕篙 tが廙τg trがng) hay " +"竄SymLinksIfOwnerMatch罈 (li礙n k廕篙 n廕簑 ngが廙i s廙 h廙真 kh廙p) trong c廕只 h穫nh " +"Apache, th穫 b廕》 c籀 th廙 ch廙n t羅y ch廙n th廙 nh廕另. N廕簑 ch廙n 竄t廙 ch廙n罈, b廕》 s廕 t廙 " +"c廕只 h穫nh tr穫nh ph廙卉 v廙 M廕》g." + +#. Type: select +#. Description +#: ../sqwebmail.templates:3002 +#, fuzzy +msgid "" +"Please note that /var/www/sqwebmail will be removed if this package is " +"purged unless you choose custom." +msgstr "" +"H瓊y ghi ch繳 r廕彫g 竄/var/www/sqwebmail罈 s廕 b廙 lo廕【 b廙 khi t廕宜 g籀i tin ny, tr廙 " +"n廕簑 b廕》 瓊 ch廙n 竄t廙 ch廙n罈." + +#~ 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 "" +#~ "C獺ch qu廕τ l羸 廙帶 vo M廕》g do g籀i tin 竄courier-webadmin罈 cung c廕叼, nh廙 thが " +#~ "m廙卉 c廕只 h穫nh thay vo t廕計 tin c廕只 h穫nh. N廕簑 b廕》 ch廕叼 nh廕要 t羅y ch廙n ny, " +#~ "tr穫nh ny s廕 t廕︽ thが m廙卉 no c廕吵 thi廕篙 cho c繫ng c廙 qu廕τ l羸 廙帶 vo M廕》g, " +#~ "tr廙 c籀 m廙t t廕計 tin chu廕姊 t廕【 籀 r廙i." + +#~ msgid "Path to user's Maildir directory" +#~ msgstr "が廙ng d廕南 thが m廙卉 Maildir c廙吧 ngが廙i d羅ng." + +#~ 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." +#~ msgstr "" +#~ "Gi獺 tr廙 ny l m廙t t礙n が廙ng d廕南 tがヾng 廙i t廙 thが m廙卉 ch穩nh c廙吧 m廙i ngが廙i " +#~ "d羅ng, 廕積 thが m廙卉 Maildir m nh廙疸g tr穫nh ph廙卉 v廙 Courier c廕另 gi廙 v truy " +#~ "c廕計 thが i廙n t廙 c廙吧 ngが廙i d羅ng 廕句. H瓊y tham chi廕簑 廕積 trang hが廙ng d廕南 " +#~ "(man) 竄maildir(5)罈 n廕簑 b廕》 kh繫ng quen 廙nh d廕》g c廕另 gi廙 thが do Courier " +#~ "d羅ng." + +#~ 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 "" +#~ "Trong h廙 th廙ng b廕》 c籀 m廙t s廙 t廕計 tin c廕只 h穫nh courier-imap 廙 trong 竄/" +#~ "etc罈. T廙 l繳c ny, c獺c t廕計 tin c廕只 h穫nh li礙n quan 廕積 Courier c籀 trong 竄/" +#~ "etc/courier罈. N廕簑 b廕》 ch廙n, tr穫nh ny c籀 th廙 di chuy廙n c獺c t廕計 tin c廕只 " +#~ "h穫nh vo 廙a i廙m m廙i. Tuy nhi礙n, kh繫ng th廙 廕σ b廕υ m廙i t廕計 tin 廕句 s廕 " +#~ "ti廕穆 t廙卉 ho廕﹀ 廙ng nhが trが廙c. H瓊y tham chi廕簑 廕積 ti li廙u Courier, v cho " +#~ "ngが廙i b廕υ qu廕τ bi廕篙 kinh nghi廙m b廕》 v廙i c獺ch chuy廙n 廙i ny." + +#~ msgid "Default domain" +#~ msgstr "Mi廙n m廕搾 廙nh" + +#~ msgid "\"From\" Header for Delivery Notifications" +#~ msgstr "D簷ng 廕吟 竄T廙威 (From) cho th繫ng b獺o 瓊 nh廕要." + +#~ 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." +#~ msgstr "" +#~ "廙 cho ph矇p tr穫nh courier-webadmin ho廕﹀ 廙ng c籀 s廕登, tr穫nh ny c廕吵 ph廕ξ " +#~ "sao ch矇p chがヾng tr穫nh CGI t廙 竄/usr/lib/courier/courier/webmail/webadmin罈 " +#~ "vo 竄/usr/lib/cgi-bin/courierwebadmin罈, v l廕計 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." +#~ msgstr "" +#~ "Kh繫ng lm nhが th廕 theo m廕搾 廙nh trong khi ci 廕暗 v穫 hai l羸 do. Ch廕『 " +#~ "tr穫nh courierwebadmin v廙i tが c獺ch ngが廙i ch廙 (root) c籀 th廙 r廙告 ro b廕υ m廕負. " +#~ "C觼ng kh繫ng b廕υ 廕σ n籀 ho廕﹀ 廙ng, ph廙 thu廙c vo ph廕吵 m廙m tr穫nh ph廙卉 v廙 " +#~ "M廕》g v c廕只 h穫nh 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." +#~ msgstr "" +#~ "N廕簑 b廕》 ch廕叼 nh廕要 t羅y ch廙n ny, v thi廕篙 l廕計 tr穫nh ph廙卉 v廙 M廕》g c廙吧 b廕》 " +#~ "tu璽n theo ch穩nh s獺ch Debian, th穫 b廕》 c籀 th廙 truy c廕計 ti廙n ti礙u qu廕τ l羸 " +#~ "t廕【 廙a ch廙 竄http://localhost/cgi-bin/courierwebadmin罈." + +#~ msgid "Password for the Courier Administration" +#~ msgstr "M廕負 kh廕季 qu廕τ tr廙 Courier" + +#~ msgid "Enable Calendaring ?" +#~ msgstr "Hi廙u l廙帷 kh廕 nng ghi l廙ch kh繫ng?" + +#~ 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." +#~ msgstr "" +#~ "H瓊y ghi r繭 n廕簑 b廕》 mu廙n hi廙u l廙帷 kh廕 nng ghi l廙ch trong ch廕 廙 廙a " +#~ "phがヾng, ch廕 廙 ph廕吵 nh籀m (m廕》g) hay kh繫ng mu廙n (b廙 t廕眩). Th廕負 s廙 廙 s廙 " +#~ "d廙叩g ch廕 廙 ph廕吵 nh籀m, b廕》 c廕吵 ph廕ξ ci 廕暗 g籀i tin 竄courier-pcp罈." + +#~ 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." +#~ msgstr "" +#~ "Ch廕 廙 廙a phがヾng c廕吵 thi廕篙 r廕另 穩t ti廙m nng so s獺nh v廙i kh繫ng s廙 d廙叩g " +#~ "kh廕 nng ghi l廙ch, nhがng m ch廕 廙 ph廕吵 nh籀m c廕吵 thi廕篙 hヾi nhi廙u ti廙m " +#~ "nng m獺y ph廙卉 v廙 th礙m. N廕簑 b廕》 ch廙n ch廕 廙 ph廕吵 nh籀m, s廕 ch廕『 m廙t ti廕積 " +#~ "tr穫nh n廙n ri礙ng." + +#~ msgid "Ispell Dictionary" +#~ msgstr "T廙 i廙n Ispell" + +#~ msgid "" +#~ "SqWebMail allows you to spellcheck your emails. Please select an " +#~ "appropriate dictionary for ispell." +#~ msgstr "" +#~ "Tr穫nh SqWebMail cho ph矇p b廕》 ki廙m tra ch穩nh t廕 trong thが. H瓊y ch廙n m廙t t廙 " +#~ "i廙n th穩ch h廙φ cho tr穫nh Ispell." + +#~ msgid "" +#~ "How to you want to install the HTML documents and images for sqwebmail ?" +#~ msgstr "" +#~ "B廕》 c籀 mu廙n ci 廕暗 c獺c ti li廙u HTML v c獺c 廕τh cho tr穫nh sqwebmail nhが " +#~ "th廕 no?" + +#~ msgid "" +#~ "Please note that /var/www/sqwebmail will be removed if this package is " +#~ "purged except you choose custom." +#~ msgstr "" +#~ "H瓊y ghi ch繳 r廕彫g 竄/var/www/sqwebmail罈 s廕 b廙 lo廕【 b廙 khi t廕宜 g籀i tin ny, " +#~ "tr廙 n廕簑 b廕》 瓊 ch廙n 竄t廙 ch廙n罈." + +#~ msgid "Packaging of Courier has been completely revised" +#~ msgstr "C獺ch 籀ng g籀i Courier 瓊 が廙θ s廙苔 l廕【 hon thnh." + +#~ 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 "" +#~ "Trが廙c ny, g籀i tin 竄courier-imap罈 が廙θ t廕︽ ra t廙 nh廙疸g ngu廙n IMAP Courier " +#~ "が廙θ ph獺t hnh m廙t c獺ch ri礙ng. L繳c ny, ton b廙 tr穫nh Courier が廙θ 籀ng " +#~ "g籀i cho s廙 ph獺t hnh Debian. V穫 l羸 do ny, ha怗 t璽ng cヾ sヾ 瓊 thay 廙i " +#~ "nhi廙u; l廕句 th穩 d廙, c獺c t廕計 tin c廕只 h穫nh 瓊 が廙θ di chuy廙n vo 竄/etc/" +#~ "courier罈 r廙i." + +#~ msgid "" +#~ "Please tell the maintainer about your experiences with the new " +#~ "infrastructure." +#~ msgstr "" +#~ "Vui l簷ng g廙虹 cho ngが廙i b廕υ qu廕τ g籀i ny, m廙t thが di廙n t廕 kinh nghi廙m c廙吧 " +#~ "b廕》 v廙i ha怗 t璽ng cヾ sヾ m廙i ny." + +#~ msgid "Authentification method \"authdaemon\" is mandatory now" +#~ msgstr "L繳c b璽y gi廙, ph廕ξ s廙 d廙叩g phがヾng ph獺p x獺c th廙帷 竄authdaemon罈." + +#~ 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 "" +#~ "Trong t廕計 tin c廕只 h穫nh b廕》 竄${conffile}罈, 瓊 l廕計 竄AUTHMODULES罈 thnh " +#~ "竄${authmodules}罈 r廙i. Thi廕篙 l廕計 廕句 s廕 kh繫ng c簷n ho廕﹀ 廙ng l廕【, v穫 " +#~ "竄authdaemon罈 l廕 phがヾng ph獺p x獺c th廙帷 duy nh廕另 cho g籀i tin Courier Debian " +#~ "phi礙n b廕τ 0.35 v sau." + +#~ msgid "" +#~ "Please fix your configuration file, otherwise your setup will no longer " +#~ "work." +#~ msgstr "" +#~ "H瓊y s廙苔 t廕計 tin c廕只 h穫nh b廕》: n廕簑 kh繫ng th穫 thi廕篙 l廕計 b廕》 s廕 kh繫ng c簷n " +#~ "ho廕﹀ 廙ng l廕【." + +#~ msgid "Do you want the webmail password changer to be installed SUID root ?" +#~ msgstr "" +#~ "B廕》 c籀 mu廙n ci 廕暗 b廙 thay 廙i m廕負 kh廕季 thが M廕》g v廙i tが c獺ch SUID root " +#~ "kh繫ng?" + +#~ 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 "" +#~ "廙 thay 廙i m廕負 kh廕季 th繫ng qua giao di廙n thが M廕》g, c廕吵 ph廕ξ ci 廕暗 m廙t " +#~ "chがヾng tr穫nh thay 廙i m廕負 kh廕季 h廙 th廙ng, c觼ng l廕計 bit SUID. V穫 tr穫nh ny " +#~ "ch廕『 v廙i tが c獺ch ngが廙i ch廙, c籀 th廙 r廙告 ro b廕υ m廕負." + +#~ 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 "" +#~ "Chがヾng tr穫nh CGI thが M廕》g ri礙ng kh繫ng c簷n c廕吵 l setuid root l廕【, v穫 l繳c " +#~ "kh廙i 廙ng m獺y, 竄/etc/init.d/sqwebmail罈 kh廙i ch廕『 m廙t tr穫nh n廙n 廙 i廙u " +#~ "khi廙n c獺ch truy c廕計 thが v c廕只 h穫nh c廙吧 ngが廙i d羅ng." --- courier-0.53.3.orig/debian/courier-pop-ssl.postinst +++ courier-0.53.3/debian/courier-pop-ssl.postinst @@ -0,0 +1,29 @@ +#! /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 + +if [ "$1" = "configure" ]; then + if [ ! -f /etc/courier/pop3d.pem ]; then + /usr/sbin/mkpop3dcert + fi +fi + +#DEBHELPER# --- courier-0.53.3.orig/debian/courier-pop-ssl.postrm +++ courier-0.53.3/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.53.3.orig/debian/courier-webadmin.README.Debian +++ courier-0.53.3/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.53.3.orig/debian/courier-webadmin.config +++ courier-0.53.3/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.53.3.orig/debian/courier-webadmin.files +++ courier-0.53.3/debian/courier-webadmin.files @@ -0,0 +1,22 @@ +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 --- courier-0.53.3.orig/debian/courier-webadmin.postinst +++ courier-0.53.3/debian/courier-webadmin.postinst @@ -0,0 +1,44 @@ +#! /bin/sh -e +# +# Copyright 2001,2005 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.53.3.orig/debian/courier-webadmin.postrm +++ courier-0.53.3/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.53.3.orig/debian/courier-webadmin.templates +++ courier-0.53.3/debian/courier-webadmin.templates @@ -0,0 +1,21 @@ +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 + must be copied from /usr/lib/courier/courier/webmail/webadmin to + /usr/lib/cgi-bin/courierwebadmin and set the SUID bit. + . + 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 the web server software and its configuration. + . + If agreed and the web server setup is compliant with + the Debian policy, administration frontend can be accessed + through http://localhost/cgi-bin/courierwebadmin. + +Template: courier-webadmin/password +Type: password +_Description: Password for the Courier Administration: + To access the Courier administration a password is needed. --- courier-0.53.3.orig/debian/sharedindexinstall.pod +++ courier-0.53.3/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.53.3.orig/debian/sqwebmail.README.Debian +++ courier-0.53.3/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.53.3.orig/debian/logcheck/README +++ courier-0.53.3/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.53.3.orig/debian/logcheck/courier-imap +++ courier-0.53.3/debian/logcheck/courier-imap @@ -0,0 +1,3 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd: Connection, ip=\[[.:[:alnum:]]+\]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd: LOGIN, user=[-_.@[:alnum:]]+, ip=\[[.:[:alnum:]]+\], 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.53.3.orig/debian/logcheck/courier-imap-ssl +++ courier-0.53.3/debian/logcheck/courier-imap-ssl @@ -0,0 +1,5 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd-ssl: Connection, ip=\[[.:[:alnum:]]+\]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd-ssl: LOGIN, user=[-_.@[:alnum:]]+, ip=\[[.:[:alnum:]]+\], 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.53.3.orig/debian/logcheck/courier-pop +++ courier-0.53.3/debian/logcheck/courier-pop @@ -0,0 +1,3 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ courierpop3login: Connection, ip=\[[.:[:alnum:]]+\]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ courierpop3login: LOGIN, user=[-_.@[:alnum:]]+, ip=\[[.:[:alnum:]]+\]$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ courierpop3login: (LOGOUT|TIMEOUT|DISCONNECTED), user=[-_.@[:alnum:]]+, ip=\[[.:[:alnum:]]+\], top=[0-9]+, retr=[0-9]+, rcvd=[0-9]+, sent=[0-9]+, time=[0-9]+(, stls=1)?$ --- courier-0.53.3.orig/debian/logcheck/courier-pop-ssl +++ courier-0.53.3/debian/logcheck/courier-pop-ssl @@ -0,0 +1,5 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pop3d-ssl: Connection, 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:]]+\], 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.53.3.orig/debian/logcheck/violations/courier-imap +++ courier-0.53.3/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.53.3.orig/debian/logcheck/violations/courier-imap-ssl +++ courier-0.53.3/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.53.3.orig/debian/logcheck/violations/courier-pop +++ courier-0.53.3/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.53.3.orig/debian/logcheck/violations/courier-pop-ssl +++ courier-0.53.3/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