debian/0000775000000000000000000000000012220533060007161 5ustar debian/postinst0000664000000000000000000000245512220520453010777 0ustar #!/bin/sh # post-installation script for popa3d set -e umask 022 # Source the debconf library. . /usr/share/debconf/confmodule update_defaults() { db_get popa3d/standalone if [ "$RET" = "true" ]; then RUN_STANDALONE="yes" # Remove service from /etc/inetd.conf update-inetd --pattern "popa3d" --remove pop3 else RUN_STANDALONE="no" pidof popa3d && /etc/init.d/popa3d stop # Add service to /etc/inetd.conf update-inetd --group MAIL --add 'pop3\t\tstream\ttcp\tnowait\troot\t/usr/sbin/tcpd\t/usr/sbin/popa3d' fi if [ -e /etc/default/popa3d ]; then sed -e "s/^RUN_STANDALONE=.*/RUN_STANDALONE=$RUN_STANDALONE/g" $TMPFILE && mv -f $TMPFILE /etc/default/popa3d else cat > /etc/default/popa3d < /dev/null 2>&1 || addgroup --system popa3d getent passwd popa3d > /dev/null 2>&1 || adduser --system --home /var/lib/popa3d --ingroup popa3d popa3d # /var/lib/popa3d should be created by package chown root:root /var/lib/popa3d chmod 755 /var/lib/popa3d update_defaults #DEBHELPER# db_stop debian/config0000664000000000000000000000067212220520453010360 0ustar #!/bin/sh -e # source debconf library. . /usr/share/debconf/confmodule if [ -e /etc/default/popa3d ]; then . /etc/default/popa3d case $RUN_STANDALONE in yes|1|true) db_set popa3d/standalone true;; *) db_set popa3d/standalone false;; esac fi # Should we start popa3d in standalone mode? db_input medium popa3d/standalone || true db_go debian/dirs0000664000000000000000000000003012220520453010040 0ustar usr/sbin var/lib/popa3d debian/init.d0000664000000000000000000000246712220522301010276 0ustar #! /bin/sh ### BEGIN INIT INFO # Provides: popa3d # Required-Start: $remote_fs $network # Required-Stop: $remote_fs $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start the popa3d server. ### END INIT INFO test -f /usr/sbin/popa3d || exit 0 DAEMON=/usr/sbin/popa3d NAME=popa3d DEFAULT=/etc/default/popa3d ARGS="-D" PIDFILE=/var/run/popa3d.pid #. /etc/default/popa3d . /lib/lsb/init-functions # Check for default file, if it is not there or it says no start # then bomb out if [ -e /etc/default/popa3d ]; then . /etc/default/popa3d case $RUN_STANDALONE in yes|1|true) ;; *) exit 0 ;; esac fi case "$1" in start|force-reload) echo -n "Starting pop daemon: " start-stop-daemon --start --name popa3d --exec $DAEMON -- $ARGS echo `pidof popa3d` > $PIDFILE echo ${NAME}. ;; stop) echo -n "Stopping pop daemon: " start-stop-daemon --stop --name popa3d --pidfile $PIDFILE echo ${NAME}. ;; reload|restart) echo -n "Stopping pop daemon: " start-stop-daemon --stop --name popa3d --pidfile $PIDFILE echo ${NAME}. echo -n "Starting pop daemon: " start-stop-daemon --start --name popa3d --exec $DAEMON -- $ARGS echo ${NAME}. ;; *) echo "Usage: /etc/init.d/popa3d {start|stop|restart|force-reload}" exit 1 esac exit 0 debian/prerm0000664000000000000000000000013412220520453010231 0ustar #!/bin/sh # pre-removal script for popa3d set -e #DEBHELPER# update-inetd --disable pop3 debian/templates0000664000000000000000000000062112220520453011103 0ustar Template: popa3d/standalone Type: boolean Default: true _Description: Run popa3d in standalone mode? In standalone mode, popa3d will become a daemon, accepting connections on the pop3 port (110/tcp) and forking child processes to handle them. This has lower overhead than starting popa3d from an inetd equivalent and is thus useful on busy servers to reduce load. See popa3d(8) for more details. debian/pam0000664000000000000000000000011512220520453007660 0ustar # PAM configuration for popa3d @include common-auth @include common-account debian/po/0000775000000000000000000000000012220520453007601 5ustar debian/po/pl.po0000664000000000000000000000351712220520453010562 0ustar # # 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: \n" "POT-Creation-Date: 2005-07-05 11:46+0200\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=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:4 msgid "Run popa3d in standalone mode?" msgstr "Czy uruchomi popa3d w trybie samodzielnym (nie z inetd)?" #. Type: boolean #. Description #: ../templates:4 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" "W trybie samodzielnym popa3d staje si demonem (nasuchuje na porcie usugi " "pop3 (110/tcp) a nastpnie w razie potrzeby rozwidla procesy by obsuy " "poczenia). Powoduje to zazwyczaj mniejszy koszt obsuenia poczenia w " "porwnaniu z kadorazowym startowaniem popa3d z rwnowanika inetd. Metoda " "ta jest zalecana przy silnie obcionych serwerach. Przeczytaj stron popa3d" "(8) podrcznika aby otrzyma wicej informacji na ten temat." debian/po/da.po0000664000000000000000000000265312220520453010533 0ustar # Danish translation popa3d. # Copyright (C) 2010 popa3d & Joe Hansen. # This file is distributed under the same license as the popa3d package. # Joe Hansen (joedalton2@yahoo.dk), 2010. # msgid "" msgstr "" "Project-Id-Version: popa3d\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-01-06 10:31+0100\n" "PO-Revision-Date: 2010-08-04 17:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Run popa3d in standalone mode?" msgstr "Kør popa3d i tilstanden uafhængig?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" "I tilstanden uafhængig, vil popa3d blive en dæmon, der accepterer forbindelser " "på pop3-porten (110/tcp) og forgrener underprocesser for at håndtere dem. " "Dette har lavere overhead end ved at starte popa3d fra en inetd-ækvivalent og " "er derfor brugbar på travle servere for at reducere belastningen. Se popa3d(8) " "for yderligere detaljer." debian/po/fr.po0000664000000000000000000000337712220520453010562 0ustar # # 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: popa3d 0.6.3-3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-07-05 11:46+0200\n" "PO-Revision-Date: 2003-06-19 07:07+0100\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" #. Type: boolean #. Description #: ../templates:4 msgid "Run popa3d in standalone mode?" msgstr "Utiliser popa3d en mode autonome?" #. Type: boolean #. Description #: ../templates:4 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" "En mode autonome, popa3d fonctionne en tant que dmon. Il accepte les " "connexions sur le port pop3 (110/tcp) et dmarre des processus fils pour les " "grer. Le besoin en ressources est plus faible que lorsqu'il est lanc via " "inetd ou un logiciel quivalent, ce qui permet de rduire l'impact sur un " "serveur charg. Voir popa3d(8) pour plus d'informations." debian/po/templates.pot0000664000000000000000000000251712220520453012330 0ustar # # 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: \n" "POT-Creation-Date: 2005-07-05 11:46+0200\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: boolean #. Description #: ../templates:4 msgid "Run popa3d in standalone mode?" msgstr "" #. Type: boolean #. Description #: ../templates:4 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" debian/po/ja.po0000664000000000000000000000334012220520453010533 0ustar # # 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: \n" "POT-Creation-Date: 2005-07-05 11:46+0200\n" "PO-Revision-Date: 2003-11-20 13:02+0900\n" "Last-Translator: Hideki Yamane \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=EUC-JP\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:4 msgid "Run popa3d in standalone mode?" msgstr "ɥ popa3d ¹Ԥޤ?" #. Type: boolean #. Description #: ../templates:4 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" "ɥǤϡ popa3d ϥǡȤư pop3 Υݡ (110/" "tcp) ³դ塢갷˻ҥץեޤ" " popa3d inetd ʤɤ鵯ưΤ٤㤤СإåɤǤꡢ" "륵ФǤ٤򸺾ΤͭѤǤܺ٤ popa3d(8) 򻲾ȤƤ" "" debian/po/pt_BR.po0000664000000000000000000000354012220520453011151 0ustar # # 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: popa3d_0.6.2-1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-07-05 11:46+0200\n" "PO-Revision-Date: 2003-04-06 13:25-0300\n" "Last-Translator: Andr Lus 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: boolean #. Description #: ../templates:4 msgid "Run popa3d in standalone mode?" msgstr "Executar popa3d em modo standalone ?" #. Type: boolean #. Description #: ../templates:4 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" "Em modo standalone o popa3d ir se tornar um daemon, aceitando conexes na " "porta pop3 (110/tcp) e faz fork de processos filhos para gerenciar as " "conexes. Esse mtodo consome menos recursos do que o mtodo de iniciar o " "popa3d a partir de um equivalente do inetd e portanto o mtodo mais til " "em servidores que recebem muitas requisies, reduzindo a carga do mesmo. " "Consulte a pgina de manual do popa3d(8) para maiores detalhes." debian/po/ru.po0000664000000000000000000000323212220520453010567 0ustar # # 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: \n" "POT-Creation-Date: 2005-07-05 11:46+0200\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=KOI8-R\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:4 msgid "Run popa3d in standalone mode?" msgstr " popa3d ?" #. Type: boolean #. Description #: ../templates:4 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" " popa3d , " " pop3 (110/tcp) . " " , popa3d inetd, " ". . popa3d(8)." debian/po/cs.po0000664000000000000000000000320412220520453010545 0ustar # # 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: popa3d\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-07-05 11:46+0200\n" "PO-Revision-Date: 2005-02-04 11:46+0100\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:4 msgid "Run popa3d in standalone mode?" msgstr "Spustit popa3d v samostatnm reimu?" #. Type: boolean #. Description #: ../templates:4 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" "V samostatnm reimu se z popa3d stane daemon, kter pijm spojen na pop3 " "portu (110/tcp) a obsluhuje je svmi potomky. Samostatn reim m ni " "reii ne spoutn popa3d z inetd a tud je uiten na velmi zatench " "serverech. Vce viz popa3d(8)." debian/po/vi.po0000664000000000000000000000320212220520453010554 0ustar # Vietnamese translation for popa3d. # Copyright © 2005 Free Software Foundation, Inc. # Clytie Siddall , 2005. # msgid "" msgstr "" "Project-Id-Version: popa3d 1.0-1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-07-05 11:46+0200\n" "PO-Revision-Date: 2005-07-05 18:13+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" "X-Generator: LocFactoryEditor 1.2.2\n" #. Type: boolean #. Description #: ../templates:4 msgid "Run popa3d in standalone mode?" msgstr "Chạy trình popa3d trong chế độ độc lập không?" #. Type: boolean #. Description #: ../templates:4 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" "Trong chế độ độc lập, trình popa3d sẽ trở thành một trình nền (dæmon), chấp " "nhận sự kết nối trên cổng pop3 (110/tcp) và tạo tiến trình con để quản lý " "chúng. Tùy chọn này dùng ít tiềm năng hệ thống hơn việc khởi chạy popa3d từ " "một trình tương đương inetd; vì vậy nó có ích trên máy phục vụ rất bận, để " "giảm trọng tải. Hãy xem trang hướng dẫn (man) «popa3d(8)» để đọc chi tiết." debian/po/sv.po0000664000000000000000000000317012220520453010572 0ustar # 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: popa3d 1.0-5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-07-05 11:46+0200\n" "PO-Revision-Date: 2005-10-05 05:28+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" #. Type: boolean #. Description #: ../templates:4 msgid "Run popa3d in standalone mode?" msgstr "Kra popa3d i fristende lge?" #. Type: boolean #. Description #: ../templates:4 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" "I fristende lge krs popa3d som en daemon och accepterar inkommande " "anslutningar p POP3-porten (110/tcp) och delar upp sig i barnprocesser fr att " "hantera detta. Det har en lgt resursutnyttjade och r anvndbart fr " "belastade servrar fr att reducera lasten. Se popa3d(8) fr flera detaljer." debian/po/POTFILES.in0000664000000000000000000000004412220520453011354 0ustar [type: gettext/rfc822deb] templates debian/po/de.po0000664000000000000000000000330012220520453010525 0ustar # # 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: \n" "POT-Creation-Date: 2005-07-05 11:46+0200\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=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:4 msgid "Run popa3d in standalone mode?" msgstr "popa3d als Daemon starten?" #. Type: boolean #. Description #: ../templates:4 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" "Wenn popa3d als Daemon gestartet wird, dann wird er Verbindungen auf Port " "110/tcp annehmen und die Verbindungen an Child-Prozesse weitergeben. Diese " "Startart verursacht weniger Belastung fr den Rechner und ist daher fr " "Rechner mit hoher Belastung empfohlen. In der popa3d(8)-Manpage stehen " "weitere Details zu diesem Thema." debian/po/it.po0000664000000000000000000000277612220520453010571 0ustar # Italian (it) translation of debconf templates for popa3d # Copyright (C) 2008 Software in the Public Interest # This file is distributed under the same license as the popa3d package. # Luca Monducci , 2008. # msgid "" msgstr "" "Project-Id-Version: popa3d 1.0.2-4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-10-04 04:32+0200\n" "PO-Revision-Date: 2008-11-15 20:32+0100\n" "Last-Translator: Luca Monducci \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Run popa3d in standalone mode?" msgstr "Eseguire popa3d in modalità standalone?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" "In modalità standalone, popa3d diventa un demone che accetta connessioni " "sulla porta pop3 (110/tcp) e che effettua il fork in processi figli per " "gestirle. Questo comporta un sovraccarico minore rispetto a quando popa3d " "viene attivato da inetd o equivalenti e quindi è utile sui server molto " "occupati per ridurre il carico. Consultare popa3d(8) per maggiori dettagli." debian/po/nl.po0000664000000000000000000000327412220520453010560 0ustar # # 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: popa3d\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-07-05 11:46+0200\n" "PO-Revision-Date: 2003-08-12 17:09+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:4 msgid "Run popa3d in standalone mode?" msgstr "Wilt u popa3d in losstaande modus draaien?" #. Type: boolean #. Description #: ../templates:4 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" "In losstaande modus is popa3d een daemon die verbindingen aanvaart op de " "pop3 poort (110/tcp) en voor elke verbinding afhandelt in een kindprocessen. " "Dit produceert minderoverlast dan het opstarten van popa3d vanuit inetd, en " "verlaagt dus de belasting op de server. Zie popa3d(8) voor meer details." debian/po/es.po0000664000000000000000000000450012220520453010547 0ustar # popa3d po-debconf translation to Spanish # Copyright (C) 2010 Software in the Public Interest # This file is distributed under the same license as the popa3d package. # # Changes: # - Initial translation # Camaleón , 2010 # # - Updates # # # Traductores, si no conocen el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas y normas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # msgid "" msgstr "" "Project-Id-Version: popa3d 1.0.2-6\n" "Report-Msgid-Bugs-To: Krzysztof Krzyżaniak (eloy) \n" "POT-Creation-Date: 2010-01-06 10:31+0100\n" "PO-Revision-Date: 2010-05-18 18:33+0100\n" "Last-Translator: Camaleón \n" "Language-Team: Debian Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Spanish\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Run popa3d in standalone mode?" msgstr "¿Desea que pop3d se ejecute de forma independiente?" #. Type: boolean #. Description #: ../templates:1001 msgid "In standalone mode, popa3d will become a daemon, accepting connections on the pop3 port (110/tcp) and forking child processes to handle them. This has lower overhead than starting popa3d from an inetd equivalent and is thus useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "Si se ejecuta de forma independiente, popa3d se iniciará como demonio, aceptará conexiones en el puerto pop3 (110/tcp) y creará procesos hijo para poder gestionarlas. Con este sistema se obtiene una menor sobrecarga que iniciando popa3d desde el inetd equivalente y por lo tanto puede resultar útil en servidores con mayor actividad para reducir la carga de trabajo. Consulte popa3d(8) para obtener más información." debian/po/pt.po0000664000000000000000000000275712220520453010577 0ustar # translation of popa3d debconf to Portuguese # Copyright (C) 2007 Américo Monteiro # This file is distributed under the same license as the popa3d package. # # Américo Monteiro , 2007. msgid "" msgstr "" "Project-Id-Version: popa3d 1.0.2-3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-01-13 20:07+0100\n" "PO-Revision-Date: 2007-08-02 01:46+0100\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Run popa3d in standalone mode?" msgstr "Correr o popa3d em modo 'standalone'?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "In standalone mode, popa3d will become a daemon, accepting connections on " "the pop3 port (110/tcp) and forking child processes to handle them. This has " "lower overhead than starting popa3d from an inetd equivalent and is thus " "useful on busy servers to reduce load. See popa3d(8) for more details." msgstr "" "Em modo 'standalone', o popa3d irá tornar-se num processo independente " "(daemon), aceitando ligações no porto pop3 (110/tcp) e sustendo processos " "filhos para as controlar. Isto tem uma sobrecarga menor do que arrancar o " "popa3d de um equivalente inetd e mais útil em servidores muito ocupados " "para reduzir a carga. Veja popa3d(8) para mais detalhes." debian/docs0000664000000000000000000000002712220520453010035 0ustar VIRTUAL DESIGN CONTACT debian/copyright0000664000000000000000000000251412220520453011120 0ustar Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 Upstream-Maintainer: Solar Designer Upstream-Source: http://www.openwall.com/popa3d/ Upstream-Name: popa3d Files: * Copyright: © 2001-2006 by Solar Designer License: other Files: debian/* Copyright: © 2001-2009, Krzysztof Krzyżaniak (eloy) License: GPL-1+ License: GPL-1+ 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 1, or (at your option) any later version. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' License: other You're allowed to do whatever you like with this software (including re-distribution in source and/or binary form, with or without modification), provided that credit is given where it is due and any modified versions are marked as such. There's absolutely no warranty. Note that you don't have to re-distribute this software under these same relaxed terms. In particular, you're free to place modified versions under (L)GPL, thus disallowing further re-distribution in binary-only form. debian/watch0000664000000000000000000000010112220520453010204 0ustar version=3 http://www.openwall.com/popa3d/popa3d-([\d\.]+).tar.gz debian/README.Debian0000664000000000000000000000142012220520453011221 0ustar Debian README for popa3d package. There are limits in popa3d (see params.h) that are intended to prevent DoS attack from stopping the entire service: /* * Introduce some sane limits on the mailbox size in order to prevent * a single huge mailbox from stopping the entire POP service. */ #define MAX_MAILBOX_MESSAGES 200000 #define MAX_MAILBOX_OPEN_BYTES 200000000 #define MAX_MAILBOX_WORK_BYTES 250000000 So when you have in you log information similar to this: Dec 10 15:29:01 fargo popa3d[16852]: connect from xxx.xxx.xxx.xxx Dec 10 15:29:01 fargo popa3d[16852]: Authentication passed for eloy Dec 10 15:29:01 fargo popa3d[16852]: Failed or refused to load /var/mail/eloy .. you have to increase these limits. Krzysztof Krzyzaniak, 17 Dec 2002 debian/changelog0000664000000000000000000003202012220530453011033 0ustar popa3d (1.0.2-8) unstable; urgency=low * use new tiny debhelper rules file * debian/compat: upgrade to 9 * debian/control: bump dependency for debhelper to 9 * Bump Standards-Version to 3.9.4 (no changes) * Remove article from short description * Add init-functions to init.d script * debian/rules: use /usr/share/dpkg/buildflags.mk * Switch to dpkg-source 3.0 (quilt) format -- Krzysztof Krzyżaniak (eloy) Wed, 25 Sep 2013 11:07:29 +0200 popa3d (1.0.2-7) unstable; urgency=low * Update debian/control to Standards-Version: 3.9.1 * Added Homepage header to debian/control (closes: #593788) * Added translation of templates for Spanish (closes: #583776) and Danish (closes: #591690) * Added additional LSB headers to init.d script -- Krzysztof Krzyżaniak (eloy) Thu, 09 Sep 2010 17:38:59 +0200 popa3d (1.0.2-6) unstable; urgency=low * Change networking to $network in init.d script (closes: #563788) * Update debian/control to Standards-Version: 3.8.3 -- Krzysztof Krzyżaniak (eloy) Tue, 05 Jan 2010 12:20:51 +0100 popa3d (1.0.2-5) unstable; urgency=low * Italian translation of templates file was added (closes: #505811) Thanks to Luca Monducci * debian/control: Standards-Version updated to 3.8.1 (no changes), debhelper dependency updated to >= 7 * Updated debian/copyright file * Fix lintian warnings -- Krzysztof Krzyżaniak (eloy) Thu, 12 Mar 2009 11:06:22 +0100 popa3d (1.0.2-4) unstable; urgency=low * debian/rules: avoid automatic stripping of binary (closes: #437781) * Portuguese translation of templates file was added (closes: #435732) Thanks go to Traduz - Portuguese Translation Team -- Krzysztof Krzyzaniak (eloy) Wed, 03 Oct 2007 10:36:47 +0200 popa3d (1.0.2-3) unstable; urgency=low * Patch from Andreas Henriksson applied. Thank You! + remove build-dep on netbase, change pre-dep on netbase to update-inetd + Safeguard commands in postrm to not fail in case they are not available (Closes: #398564) + Remove /etc/default/popa3d in postrm purge. -- Krzysztof Krzyzaniak (eloy) Tue, 21 Nov 2006 22:08:11 +0100 popa3d (1.0.2-2) unstable; urgency=low * debian/control: + netbase added to dependencies (closes: #398564) * debian/init.d: + added lsb-section -- Krzysztof Krzyzaniak (eloy) Tue, 14 Nov 2006 13:01:57 +0100 popa3d (1.0.2-1) unstable; urgency=low * New upstream release * debian/control: - Standards-Version: increased to 3.7.2 without additional changes - Build-Depends: debhelper updated to (>= 5.0.0) * debian/rules: - DH_COMPAT set to 5 -- Krzysztof Krzyzaniak (eloy) Wed, 31 May 2006 16:04:34 +0200 popa3d (1.0.1-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Sat, 11 Mar 2006 18:18:39 +0100 popa3d (1.0-8) unstable; urgency=low * debian/po/vi_VN.po renamed to debian/po/vi.po -- Krzysztof Krzyzaniak (eloy) Mon, 30 Jan 2006 17:06:23 +0100 popa3d (1.0-7) unstable; urgency=low * debian/rules: DH_COMPAT changed to 4 * debian/watch: added -- Krzysztof Krzyzaniak (eloy) Tue, 13 Dec 2005 11:40:10 +0100 popa3d (1.0-6) unstable; urgency=low * Swedish translation of templates file was added (closes: #331578) Thanks go to Daniel Nylander -- Krzysztof Krzyzaniak (eloy) Wed, 12 Oct 2005 14:44:29 +0200 popa3d (1.0-5) unstable; urgency=low * debian/init.d - pid file is created during start (closes: #325303) - used some parts of patch from Matt Collier -- Krzysztof Krzyzaniak (eloy) Tue, 30 Aug 2005 15:59:02 +0200 popa3d (1.0-4) unstable; urgency=low * debian/control - Added debconf-2.0 as alternative to Pre-Depends -- Krzysztof Krzyzaniak (eloy) Wed, 3 Aug 2005 09:34:41 +0200 popa3d (1.0-3) unstable; urgency=low * Dropped dependency from experimental libc6 -- Krzysztof Krzyzaniak (eloy) Tue, 5 Jul 2005 23:19:51 +0200 popa3d (1.0-2) unstable; urgency=low * Vietnamese translation of templates file was added (closes: #316971) Thanks go to Clytie Siddall * debian/control - updated Standards-Version to 3.6.2 -- Krzysztof Krzyzaniak (eloy) Tue, 5 Jul 2005 11:48:07 +0200 popa3d (1.0-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Mon, 30 May 2005 10:36:42 +0200 popa3d (0.6.4.1-3) unstable; urgency=low * Czech translation of templates file was added (#293602). Thanks goes to Miroslav Kure -- Krzysztof Krzyzaniak (eloy) Mon, 7 Feb 2005 11:51:24 +0100 popa3d (0.6.4.1-2) unstable; urgency=low * debian/pam - unified system-wide settings provided (patch from Sean Finney ) (closes: #265992) -- Krzysztof Krzyzaniak (eloy) Thu, 19 Aug 2004 10:55:18 +0200 popa3d (0.6.4.1-1) unstable; urgency=low * New upstream release * debian/control - now recommends exim4 instead of exim (closes: #255357) -- Krzysztof Krzyzaniak (eloy) Thu, 29 Jul 2004 17:19:01 +0200 popa3d (0.6.4-4) unstable; urgency=low * debian/postinst - fixed bug with TMPFILE -- Krzysztof Krzyzaniak (eloy) Fri, 14 May 2004 10:29:34 +0200 popa3d (0.6.4-3) unstable; urgency=low * debian/control - Predepends from netbase (closes: #223477). Thanks goes to Christoph Lehnberger * debian/postinst - removed tricks with TMPFILE, changed to getent * debian/control - exim added (as alternative) to Recommends -- Krzysztof Krzyzaniak (eloy) Fri, 14 May 2004 10:14:09 +0200 popa3d (0.6.4-2) unstable; urgency=low * debian/init.d - section reload|restart added * debian/changelog - converted to utf8 -- Krzysztof Krzyzaniak (eloy) Fri, 6 Feb 2004 15:38:53 +0100 popa3d (0.6.4-1) unstable; urgency=low * New upstream release * debian/control - Standards-Version updated to version 3.6.1.0 * Japanese translation of templates file was added (closes: #224167). Thanks goes to Hideki Yamane -- Krzysztof Krzyzaniak (eloy) Wed, 17 Dec 2003 10:30:14 +0100 popa3d (0.6.3-3) unstable; urgency=low * Dutch translation of templates file was added (closes: #205165). Thanks goes to Bart Cornelis . * debian/control - Standards-Version updated to version 3.6.0.0 -- Krzysztof Krzyzaniak (eloy) Wed, 20 Aug 2003 11:30:19 +0200 popa3d (0.6.3-2) unstable; urgency=low * French translation of templates file was added (closes: #198580) -- Krzysztof Krzyzaniak (eloy) Tue, 24 Jun 2003 09:58:18 +0200 popa3d (0.6.3-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Thu, 19 Jun 2003 00:41:03 +0200 popa3d (0.6.2-2) unstable; urgency=low * debian/control - Standards-Version updated to 3.5.9.0 * templates rewrite for using po-debconf (thanks Andre Luis Lopes ) for patch (closes: #187869) and Brazilian Portuguese (pt_BR) debconf template translation added as well -- Krzysztof Krzyzaniak (eloy) Mon, 7 Apr 2003 10:06:54 +0200 popa3d (0.6.2-1) unstable; urgency=low * New upstream release * changelog file removed since Solar Designer provides CHANGES file -- Krzysztof Krzyzaniak (eloy) Mon, 10 Mar 2003 15:27:56 +0100 popa3d (0.6.1-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Thu, 6 Mar 2003 14:03:16 +0100 popa3d (0.5.9-2) unstable; urgency=low * README.Debian file added to avoid problems with huge mailboxes (closes: #172561) * Depends of debconf with version greater than 1.2.9 (to avoid lintian's init-script-suggests-versioned-depends warning) * Link to /usr/share/common-licences in copyright -- Krzysztof Krzyzaniak (eloy) Tue, 17 Dec 2002 12:25:07 +0100 popa3d (0.5.9-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Tue, 24 Sep 2002 09:48:17 +0200 popa3d (0.5.1-6) unstable; urgency=low * Build against libpam0g_0.72, (closes: #161841) * Really close bug no 150796 (closes: #150796) -- Krzysztof Krzyzaniak (eloy) Mon, 23 Sep 2002 13:01:46 +0200 popa3d (0.5.1-5) unstable; urgency=low * "." added to /etc/init.d/popa3d (debian policy) (closes: #160362) * (close: 150796) bug fixed in package uploaded to security.debian.org and popa3d_0.5.1-3). -- Krzysztof Krzyzaniak (eloy) Tue, 10 Sep 2002 17:16:39 +0200 popa3d (0.5.1-4) unstable; urgency=low * Small improvement in /etc/init.d/popa3d script (closes: #150452) * Close false NMU (typo in DEBNAME) (closes: #121659) (closes: #139846) -- Krzysztof Krzyzaniak (eloy) Fri, 28 Jun 2002 10:29:52 +0200 popa3d (0.5.1-3) unstable; urgency=low * Security issue. Permission of /var/lib/popa3d are now 755 and root.root * Typos fixed -- Krzysztof Krzyzaniak (eloy) Sat, 18 May 2002 12:51:29 +0200 popa3d (0.5.1-2) unstable; urgency=low * postinst script improved (closes: #145751) -- Krzysztof Krzyzaniak (eloy) Sat, 4 May 2002 14:52:32 +0200 popa3d (0.5.1-1) unstable; urgency=low * New upstream release (see CHANGELOG for changes) * Double dependencies from 'debconf' removed in control file -- Krzysztof Krzyzaniak (eloy) Thu, 18 Apr 2002 09:57:13 +0200 popa3d (0.5-15) unstable; urgency=low * Bug in /etc/init.d/popa3d file (ntpdate -> popa3d) fixed (closes: #139846) -- Krzysztof Krzyżaniak (eloy) Sun, 7 Apr 2002 23:20:39 +0200 popa3d (0.5-14) unstable; urgency=low * Pre-Depends line added to conrol file * Dependece from debconf moved to Pre-Depends * adduser package added to Pre-Depends -- Krzysztof Krzyżaniak (eloy) Sat, 6 Apr 2002 11:22:15 +0200 popa3d (0.5-13) unstable; urgency=low * File with templates was updated - russian translation was added (closes: #137680) -- Krzysztof Krzyzaniak (eloy) Mon, 11 Mar 2002 14:19:57 +0100 popa3d (0.5-12) unstable; urgency=low * German translation of templates file was added (closes: #128895) -- Krzysztof Krzyzaniak (eloy) Mon, 11 Feb 2002 14:36:49 +0100 popa3d (0.5-11) unstable; urgency=low * Updated debconf configuration (closes: #127245) -- Krzysztof Krzyzaniak (eloy) Tue, 1 Jan 2002 20:17:19 +0100 popa3d (0.5-10) unstable; urgency=low * Polish translation of templates file was rewritten -- Krzysztof Krzyzaniak (eloy) Mon, 31 Dec 2001 10:03:01 +0100 popa3d (0.5-9) unstable; urgency=low * Support for debconf template was added (it's my first contact with debconf) so feel free raport _any_ bugs (even small) -- Krzysztof Krzyzaniak (eloy) Tue, 25 Dec 2001 23:31:38 +0100 popa3d (0.5-8) unstable; urgency=low * The method of checking of existence of popa3d group and user was changed -- Krzysztof Krzyzaniak (eloy) Mon, 24 Dec 2001 18:51:28 +0100 popa3d (0.5-7) unstable; urgency=low * ITP request closed (closes: #119693) * Spurius files (test.sh & patch.diff) removed (closes: #125979) * Creations & removal of popa3d user & group has changed (thanks to Gergely Nagy for suggestion; closes: #125980) -- Krzysztof Krzyzaniak (eloy) Thu, 20 Dec 2001 22:07:56 +0100 popa3d (0.5-6) unstable; urgency=low * Description is rewritten (closes: #121970) -- Krzysztof Krzyzaniak (eloy) Sun, 2 Dec 2001 00:16:57 +0100 popa3d (0.5-5) unstable; urgency=low * postinst and postrm scripts fixed -- Krzysztof Krzyzaniak (eloy) Thu, 29 Nov 2001 11:19:35 +0100 popa3d (0.5-4) unstable; urgency=low * Patch from Stepan Koltsov applied (closes: #121659) -- Krzysztof Krzyzaniak (eloy) Thu, 29 Nov 2001 10:52:59 +0100 popa3d (0.5-3) unstable; urgency=low * libwrap support dropped because of security reason * closes: #120752 (no more libwrap support) * corrected Build-Depends * compiled in support for standalone mode * sucurity fixes (popa3d has now own group not mail, fixed permissions for /var/lib/popa3d) -- Krzysztof Krzyżaniak (eloy) Mon, 26 Nov 2001 14:31:08 +0100 popa3d (0.5-2) unstable; urgency=low * Fixed dependencies (libwrap0-dev added) * README.Debian removed * improvements in rules file -- Krzysztof Krzyżaniak (eloy) Fri, 23 Nov 2001 12:19:16 +0100 popa3d (0.5-1) unstable; urgency=low * Initial Release. -- Krzysztof Krzyżaniak (eloy) Thu, 15 Nov 2001 11:01:43 +0100 Local variables: mode: debian-changelog End: debian/compat0000664000000000000000000000000212220521754010366 0ustar 9 debian/postrm0000664000000000000000000000074112220520453010434 0ustar #!/bin/sh # post-removal script for popa3d set -e if [ "$1" = "purge" ]; then if which update-inetd >/dev/null 2>&1 ; then update-inetd --pattern "popa3d" --remove pop3 fi # removing popa3d user & group if which userdel >/dev/null 2>&1 ; then userdel -r popa3d 2>/dev/null || true groupdel popa3d 2>/dev/null || true fi rm -f /etc/default/popa3d else if which update-inetd >/dev/null 2>&1 ; then update-inetd --pattern "popa3d" --disable pop3 fi fi #DEBHELPER# debian/patches/0000775000000000000000000000000012220526665010625 5ustar debian/patches/debian-defaults-for-params-h.patch0000664000000000000000000000201412220526602017153 0ustar Description: Use different defaults for debian package This patch changes vendor defaults to values more appropriate for debian Author: Krzysztof Krzyżaniak (eloy) Last-Update: 2013-09-25 --- popa3d-1.0.2.orig/params.h +++ popa3d-1.0.2/params.h @@ -13,7 +13,7 @@ /* * Are we going to be a standalone server or start via an inetd clone? */ -#define POP_STANDALONE 0 +#define POP_STANDALONE 1 #if POP_STANDALONE @@ -109,7 +109,7 @@ * An empty directory to chroot to before authentication. The directory * and its parent directories must not be writable by anyone but root. */ -#define POP_CHROOT "/var/empty" +#define POP_CHROOT "/var/lib/popa3d" /* * Sessions will be closed if idle for longer than POP_TIMEOUT seconds. @@ -155,8 +155,8 @@ * Note that there's no built-in password aging support. */ #define AUTH_PASSWD 0 -#define AUTH_SHADOW 1 -#define AUTH_PAM 0 +#define AUTH_SHADOW 0 +#define AUTH_PAM 1 #define AUTH_PAM_USERPASS 0 #define USE_LIBPAM_USERPASS 0 debian/patches/series0000664000000000000000000000004412220526663012036 0ustar debian-defaults-for-params-h.patch debian/control0000664000000000000000000000135212220522167010573 0ustar Source: popa3d Section: mail Priority: extra Maintainer: Krzysztof Krzyżaniak (eloy) Build-Depends: debhelper (>= 9), libpam0g-dev Homepage: http://www.openwall.com/popa3d/ Standards-Version: 3.9.4 Package: popa3d Architecture: any Pre-Depends: debconf (>= 1.2.9) | debconf-2.0, adduser, update-inetd Depends: ${shlibs:Depends}, ${misc:Depends} Provides: pop3-server Conflicts: pop3-server Recommends: exim4 | mail-transport-agent Description: Tiny POP3 daemon, designed with security as the primary goal popa3d is fast, small and secure pop3 daemon. It's written from scratch by Solar Designer for Owl (Openwall GNU/*/Linux). . Popa3d can work both in standalone or inetd mode. . For more information see DESIGN file. debian/rules0000775000000000000000000000057212220523616010253 0ustar #!/usr/bin/make -f DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk override_dh_auto_build: dh_auto_build -- LDFLAGS="$(LDFLAGS)" LIBS="-lpam" PREFIX=/usr MANDIR=/usr/share/man CFLAGS="$(CFLAGS)" override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/popa3d PREFIX=/usr MANDIR=/usr/share/man export $LDFLAGS $LIBS $PREFIX $MANDIR %: dh $@ debian/source/0000775000000000000000000000000012220524454010470 5ustar debian/source/format0000664000000000000000000000001412220524454011676 0ustar 3.0 (quilt)