spamd



Liczniki odwiedzin | Księgi gości | Metal Lyrics | Znaczenie imion | Konwerter | Wolne domeny | Informacje o samochodach | Zakupy w UK | | | | | | | wyposażenie warsztatów | Wypoczynek nad jeziorami




NAME

       spamd - daemonized version of spamassassin


SYNOPSIS

       spamd [options]

       Options:

        -a, --auto-whitelist, --whitelist  Use auto-whitelists
        -c, --create-prefs                 Create user preferences files
        -C path, --configpath=path         Path for default config files
        -d, --daemonize                    Daemonize
        -h, --help                         Print usage message.
        -i ipaddr, --listen-ip=ipaddr,...  Listen on the IP ipaddr (default: 127.0.0.1)
        -m num, --max-children num         Allow maximum num children
        -p port, --port                    Listen on specified port (default: 783)
        -q, --sql-config                   Enable SQL config (only useful with -x)
        -V, --virtual-config=dir           Enable Virtual configs (needs -x)
        -r pidfile, --pidfile              Write the process id to pidfile
        -s facility, --syslog=facility     Specify the syslog facility (default: mail)
        --syslog-socket=type               How to connect to syslogd (default: unix)
        -u username, --username=username   Run as username
        -v, --vpopmail                     Enable vpopmail config
        -x, --nouser-config                Disable user config files
        -A host,..., --allowed-ips=..,..   Limit ip addresses which can connect
        -D, --debug                        Print debugging messages
        -L, --local                        Use local tests only (no DNS)
        -P, --paranoid                     Die upon user errors
        -H dir                             Specify a different HOME directory, path optional



DESCRIPTION

       The purpose of this program is to provide a daemonized
       version of the spamassassin executable.  The goal is
       improving throughput performance for automated mail check-
       ing.

       This is intended to be used alongside "spamc", a fast,
       low-overhead C client program.

       See the README file in the "spamd" directory of the Spa-
       mAssassin distribution for more details.

       Note: Although spamd will check per-user config files for
       every message, any changes to the system-wide config files
       will require restarting spamd for the changes to take
       effect.


OPTIONS

       Options of the long form can be shortened as long as they
       remain unambiguous.  (i.e. --dae can be used instead of
       --daemonize) Also, boolean options (like --auto-whitelist)
       can be negated by adding --no (--noauto-whitelist), how-
       ever, this is usually unnecessary.
       -a, --auto-whitelist, --whitelist
           Use auto-whitelists.  Auto-whitelists track the long-
           term average score for each sender and then shift the
           score of new messages toward that long-term average.
           This can increase or decrease the score for messages,
           depending on the long-term behavior of the particular
           correspondent.  See the README file for more details.

       -c, --create-prefs
           Create user preferences files if they don't exist
           (default: don't).

       -C path, --configpath=path
           Use the specified path for locating configuration
           files.  Ignore the default directories.

       -d, --daemonize
           Detach from starting process and run in background
           (daemonize).

       -h, --help
           Print a brief help message, then exit without further
           action.

       -i ipaddress, --listen-ip=ipaddress, --ip-address=ipad-
           dress
           Tells spamd to listen on the specified IP address
           [defaults to 127.0.0.1].  Use 0.0.0.0 to listen on all
           interfaces.

       -p port, --port=port
           Optionally specifies the port number for the server to
           listen on.

       -q, --sql-config
           Turn on SQL lookups even when per-user config files
           have been disabled with -x. this is useful for spamd
           hosts which don't have user's home directories but do
           want to load user preferences from an SQL database.

       -V, --virtual-config=directory
           This option specifies a directory which will contain
           per-user preference files.  The files are in the for-
           mat of uusseerrnnaammee.prefs.  A default.prefs file will be
           used if an individual user config is not found.

           Note that this requires that -x is used, and cannot be
           combined with SQL-based configuration.

       -r pidfile, --pidfile=pidfile
           Write the process ID of the spamd parent to the file
           specified by pidfile.  The file will be unlinked when
           the parent exits.  Note that when running with the -u
           option, the file must be writable by that user.

       -v, --vpopmail
           Enable vpopmail config  (only useful with -u set to
           vpopmail user). This option is useful for vpopmail
           virtual users who do not have an entry in the system
           /etc/passwd file.  This allows spamd to lookup/create
           user_prefs in the vpopmail users own maildir.

       -s facility, --syslog=facility
           Specify the syslog facility to use (default: mail).
           If "stderr" is specified, output will be written to
           stderr.  This is useful if you're running "spamd"
           under the "daemontools" package.

       --syslog-socket=type
           Specify how spamd should send messages to syslogd.
           The options are "unix", "inet" or "none".   The
           default is to try "unix" first, falling back to "inet"
           if perl detects errors in its "unix" support.

           Some platforms, or versions of perl, are shipped with
           dysfunctional versions of the Sys::Syslog package
           which do not support some socket types, so you may
           need to set this.  If you get error messages regarding
           __PATH_LOG or similar from spamd, try changing this
           setting.

       -u username, --username=username
           Run as the named user.  The alternative, default
           behaviour is to setuid() to the user running "spamc",
           if "spamd" is running as root.

       -x, --nouser-config, --user-config
           Turn off(on) per-user config files.  All users will
           just get the default configuration.

       -A host,..., --allowed-ips=host,...
           Specify a list of authorized hosts or networks which
           can connect to this spamd instance. Single IP
           addresses can be given, or ranges of ip addresses in
           address/masklength format.  This option can be speci-
           fied multiple times or can take a list of addresses
           separated by commas.  Examples:

           -A 10.11.12.13,10.11.12.14 -- only allow connections
           from 10.11.12.13 and 10.11.12.14

           -A 10.200.300.0/24 -- allow connections from any
           machine in the range 10.200.300.*

           By default, connections are only accepted from local-
           host [127.0.0.1].

       -D, --debug
           Print debugging messages

       -L, --local
           Perform only local tests on all mail.  In other words,
           skip DNS and other network tests.  Works the same as
           the "-L" flag to "spamassassin(1)".

       -P, --paranoid
           Die on user errors (for the user passed from spamc)
           instead of falling back to user nobody and using the
           default configuration.

       -m number, --max-children=number
           This option is not recommended -- see below.

           Specify a maximum number of children to spawn. Spamd
           will wait until another child finishes before forking
           again. Meanwhile, incoming connections will be queued.

           Use of this option is not recommended in most circum-
           stances, as we have received reports of the perl
           interpreter dumping core.  It seems that some versions
           of Perl on some OSes have issues with tracking child
           processes and signal handling, which the perl inter-
           preter to crash.

           Please note that there is a OS specific maximum of
           connections that can be queued (Try "perl -MSocket
           -e'print SOMAXCONN'" to find this maximum).

       -H directory, --helper-home-dir=directory
           Specify that external programs such as Razor, DCC, and
           Pyzor should have a HOME environment variable set to a
           specific directory.  The default is to use the HOME
           environment variable setting from the shell running
           spamd.  By specifying no argument, spamd will use the
           spamc caller's home directory instead.


BUGS

       Perl 5.005_03 seems to have a bug which spamd triggers,
       causing messages to pass through unscanned.  Upgrading to
       Perl 5.6 seems to fix the problem, so that's the current
       workaround.  More information can be found at
       http://www.hughes-family.org/bugzilla/show_bug.cgi?id=497

       The "-m" switch seems to trigger signal-handling bugs in
       many versions of Perl.


SEE ALSO

       spamc(1) spamassassin(1) Mail::SpamAssassin(3)
       Mail::SpamAssassin::Conf(3)


AUTHOR

       Craig R Hughes <craig@hughes-family.org>



PREREQUISITES

       "Mail::SpamAssassin"

  Księgarnia

- Oferta księgarni Mentis
- Oferta księgarni Onepress
- Linux Manual (english)
- Konstytucje
- Kręgosłup, bóle karku
- Elektroniczne książki
- Prasa elektroniczna
- Gry RPG, figurki
- darmowy słownik on-line
- jubiler - biżuteria
- polityka prywatności





Linux - Welsh Matt, Dalheimer Matthias Kalle, Kaufman Lar Linux
Autor: Welsh Matt, Dalheimer Matthias Kalle, Kaufman Lar
Cena: 85.44
Rok wydania: 2000
Wydawnictwo: Read Me
Ilość stron: 700
Linux - bezpieczeństwo serwerów - Michael D.Bauer Linux - bezpieczeństwo serwerów
Autor: Michael D.Bauer
Cena: 58.88
Rok wydania: 2003
Wydawnictwo: Read Me
Ilość stron: 488
Linux kernel - Daniel P. Bovet, Marco Cesati Linux kernel
Autor: Daniel P. Bovet, Marco Cesati
Cena: 85.44
Rok wydania: 2001
Wydawnictwo: Read Me
Ilość stron: 634
Linux. Programowanie dla zaawansowanych - Mark Mitchell. Jeffrey Oldham, Alex Samuel Linux. Programowanie dla zaawansowanych
Autor: Mark Mitchell. Jeffrey Oldham, Alex Samuel
Cena: 42.32
Rok wydania: 2002
Wydawnictwo: Read Me
Ilość stron: 300
Linux: Systemy plików - Moshe Bar Linux: Systemy plików
Autor: Moshe Bar
Cena: 51.52
Rok wydania: 2002
Wydawnictwo: Read Me
Ilość stron: 332
Linux. Archiwizacja danych - Leszek Madeja Linux. Archiwizacja danych
Autor: Leszek Madeja
Cena: 17.60
Rok wydania: 2003
Wydawnictwo: Mikom
Ilość stron:
Linux i galanteria SCSI - Leszek Madeja Linux i galanteria SCSI
Autor: Leszek Madeja
Cena: 10.80
Rok wydania: 2003
Wydawnictwo: Mikom
Ilość stron: 88
Bezpieczeństwo systemu Linux - Ramón J. Honta&ntilde;ón Bezpieczeństwo systemu Linux
Autor: Ramón J. Honta&ntilde;ón
Cena: 44.62
Rok wydania: 2002
Wydawnictwo: Mikom
Ilość stron: 464
Korzystanie z drukarki. Ćwiczenia z systemu Linux - Leszek Madeja Korzystanie z drukarki. Ćwiczenia z systemu Linux
Autor: Leszek Madeja
Cena: 16.80
Rok wydania: 2000
Wydawnictwo: Mikom
Ilość stron: 192
Korzystanie z pomocy. Ćwiczenia z systemu Linux - Leszek Madeja Korzystanie z pomocy. Ćwiczenia z systemu Linux
Autor: Leszek Madeja
Cena: 15.40
Rok wydania: 2000
Wydawnictwo: Mikom
Ilość stron: 152
Linux - książka kucharska - Michael Stutz Linux - książka kucharska
Autor: Michael Stutz
Cena: 47.84
Rok wydania: 2002
Wydawnictwo: Mikom
Ilość stron: 488
Linux. Gniazda w programowaniu - Woren W. Gay Linux. Gniazda w programowaniu
Autor: Woren W. Gay
Cena: 47.29
Rok wydania: 2001
Wydawnictwo: Mikom
Ilość stron: 552
LINUX. Rozwiązywanie problemów - Brian Ward LINUX. Rozwiązywanie problemów
Autor: Brian Ward
Cena: 33.92
Rok wydania: 2001
Wydawnictwo: Mikom
Ilość stron: 312
Midnight Commander. Ćwiczenia z systemu Linux - Leszek Madeja Midnight Commander. Ćwiczenia z systemu Linux
Autor: Leszek Madeja
Cena: 23.80
Rok wydania: 2000
Wydawnictwo: Mikom
Ilość stron: 272
Red Hat Linux 6.2 same konkrety - Bob Rankin Red Hat Linux 6.2 same konkrety
Autor: Bob Rankin
Cena: 39.74
Rok wydania: 2000
Wydawnictwo: Mikom
Ilość stron: 372
Caldera Linux 2.3 dla każdego - Bill Ball Caldera Linux 2.3 dla każdego
Autor: Bill Ball
Cena: 49.00
Rok wydania: 2000
Wydawnictwo: Helion
Ilość stron: 400
Linux. Praktyczne rozwiązania - Adam Podstawczyński Linux. Praktyczne rozwiązania
Autor: Adam Podstawczyński
Cena: 35.00
Rok wydania: 2000
Wydawnictwo: Helion
Ilość stron: 248
Red Hat Linux 7.3. Księga eksperta - Bill Ball Red Hat Linux 7.3. Księga eksperta
Autor: Bill Ball
Cena: 110.00
Rok wydania: 2002
Wydawnictwo: Helion
Ilość stron: 752
Linux w sieci - Adam Podstawczyński Linux w sieci
Autor: Adam Podstawczyński
Cena: 39.00
Rok wydania: 2002
Wydawnictwo: Helion
Ilość stron: 224
Red Hat Linux 7.2. Ćwiczenia praktyczne - Jerzy Marczyński Red Hat Linux 7.2. Ćwiczenia praktyczne
Autor: Jerzy Marczyński
Cena: 18.00
Rok wydania: 2002
Wydawnictwo: Helion
Ilość stron: 176






ksiegarnia.pila.pl exists since 2005 year.
Provided by: Przemysław Krajniak, PHP Scripts