# Azamat H. Hackimov , 2010. msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2011-01-21 01:40+0500\n" "PO-Revision-Date: 2010-02-09 01:08+0500\n" "Last-Translator: Azamat H. Hackimov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 1.0\n" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):6 msgid "netqmail/vpopmail Virtual Mail Hosting System Guide" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(author:title):8 msgid "Author" msgstr "автор" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(mail:link):9 msgid "vapier" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(author:title):11 msgid "Editor" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(mail:link):12 msgid "nightmorph" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(abstract):15 msgid "" "This document details how to create a mail hosting system based upon " "netqmail, vpopmail, courier-imap, mysql, and horde's imp." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(version):22 msgid "2" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(date):23 #, fuzzy msgid "2010-11-14" msgstr "2007-10-11" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):26 msgid "Introduction" msgstr "Введение" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):30 msgid "" "Whether you're providing e-mail for just system daemons, a single server, a " "domain, or for many virtual domains, netqmail can easily be setup to handle " "your needs. This guide will help you setup netqmail for all of these " "scenarios with a focus on remote access and encrypted communications the " "whole way through." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):37 msgid "" "Specifically, the packages this guide will help you with are netqmail, " "courier-imap, vpopmail, and horde/imp. These core packages will also bring " "in daemontools, ucspi-tcp, mysql, apache, and mod_php. netqmail provides the " "core mta functions, courier-imap provides remote retrieval services, " "vpopmail provides virtual domain management, and horde/imp provides webmail " "access." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):45 msgid "" "Before emerging anything, you will need the following USE variables enabled. " "If you've already emerged any of these packages, you may have to re-emerge " "them. USE=\"maildir ssl imap mysql\". Additionally, if you want to " "use horde/imp for your webmail then you will need USE=\"nls\" before " "emerging mod_php." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(note):53 msgid "" "This guide is written in steps. If at anytime you feel your setup is " "'complete', you do not need to continue." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):58 msgid "" "The last step of course is to commit yourself to the netqmail system. There " "are many other packages with which you could build your e-mail system. Now " "is the time to research and decide that netqmail is for you. We have another " "lovely guide centered around Postfix, or you could look into exim. It's up to you to choose the best " "solution for yourself; it is up to us to show you how to use netqmail." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):73 msgid "netqmail (talking to myself)" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):77 msgid "Emerge netqmail" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):77 #, no-wrap msgid "" "\n" "# emerge mail-mta/netqmail\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(impo):81 msgid "" "This guide is designed around netqmail-1.05-r4 or later. Will it work with " "earlier versions? Maybe. Should you upgrade? Yes, if you want to be sure " "this guide will work." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(warn):87 msgid "" "If you get a message like the virtual/mta package conflicts with another " "package then you need to make sure to unmerge the other MTA on your " "system. To figure out what package that is, just run emerge netqmail -p." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):93 msgid "" "Emerging netqmail will also emerge ucspi-tcp and daemontools. You can read " "up on ucspi-tcp and on " "daemontools if you " "like. Basically, daemontools is responsible for managing netqmail as a " "service while ucspi-tcp is responsible for managing the incoming TCP " "connections to the netqmail service." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):102 msgid "First we have a few post-install configuration steps." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):106 msgid "Out-of-the-box setup for netqmail" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):106 #, no-wrap msgid "" "\n" "(Customize to fit your personal information)\n" "# nano /var/qmail/control/servercert.cnf\n" "# emerge --config netqmail\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):112 msgid "" "The design of netqmail has been completely around the focus of security. To " "this end, e-mail is never sent to the user 'root'. So now you have to select " "a user on your machine to receive mail that would normally be destined for " "'root'. From now on in this guide, I will refer to that user as I have it in " "my setup, 'vapier'." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):120 msgid "Setting up non-root account for mail" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):120 #, no-wrap msgid "" "\n" "# cd /var/qmail/alias\n" "# echo vapier > .qmail-root\n" "# echo vapier > .qmail-postmaster\n" "# echo vapier > .qmail-mailer-daemon\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):127 msgid "Now we want to get the netqmail delivery service up and running." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):131 msgid "Start netqmail delivery service" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):131 #, no-wrap msgid "" "\n" "# rc-update add svscan default\n" "# /etc/init.d/svscan start\n" "# cd /service\n" "# ln -s /var/qmail/supervise/qmail-send qmail-send\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):138 msgid "" "We want to make sure netqmail is working correctly, so here's a quick test." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):142 msgid "Test delivery service" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):142 #, no-wrap msgid "" "\n" "# ssh vapier@localhost\n" "# maildirmake .maildir\n" "# qmail-inject root << EOF\n" "test root e-mail!\n" "EOF\n" "# qmail-inject postmaster << EOF\n" "test postmaster e-mail!\n" "EOF\n" "# qmail-inject vapier << EOF\n" "test vapier e-mail!\n" "EOF\n" "# mutt\n" "(You should now have 3 e-mails in your inbox)\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):158 msgid "" "And that's all! Now you have a mail system that will handle mail for your " "local machine and the system daemons/users who utilize it." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(warn):163 msgid "" "If you don't receive any mail or you see weird errors in the log files " "(check /var/log/qmail/) involving 'localhost.localhost', then " "that means your domain/dns information is not setup properly. By default, " "netqmail utilizes the output of hostname --fqdn. If, on your machine, " "this returns 'localhost', then check your /etc/conf.d/hostname, " "/etc/hosts, and your dns to make sure everything is correct. " "Once you have, edit the configuration files in /var/qmail/control/. Use the example setups that follow if you need some more help." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):174 msgid "Example /var/qmail/control/ files for a 2nd level domain" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):174 #, no-wrap msgid "" "\n" "# hostname --fqdn\n" "wh0rd.org\n" "# cat me\n" "wh0rd.org\n" "# cat defaultdomain\n" "wh0rd.org\n" "# cat plusdomain\n" "wh0rd.org\n" "# cat locals\n" "wh0rd.org\n" "# cat rcpthosts\n" "wh0rd.org\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):189 msgid "Example /var/qmail/control/ files for a 3rd level domain" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):189 #, no-wrap msgid "" "\n" "# hostname --fqdn\n" "mail.wh0rd.org\n" "# cat me\n" "mail.wh0rd.org\n" "# cat defaultdomain\n" "wh0rd.org\n" "# cat plusdomain\n" "wh0rd.org\n" "# cat locals\n" "mail.wh0rd.org\n" "# cat rcpthosts\n" "mail.wh0rd.org\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):209 msgid "vpopmail" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):213 msgid "Emerge vpopmail" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):213 #, no-wrap msgid "" "\n" "# emerge vpopmail\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(impo):217 msgid "" "This guide is designed around vpopmail-5.4.6 or later. Will it work with " "earlier versions? Maybe. Should you upgrade? Yes, if you want to be sure " "this guide will work." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):223 msgid "" "vpopmail takes a little bit more effort to setup than the previous packages. " "Since vpopmail runs off of mysql, we'll have to make sure that it's up and " "running first. Then we can setup the vpopmail database and move on. Before " "you do this step, you should make sure you've already emerged and setup " "mysql properly. Note that the password I will use for the vpopmail database " "is 'vpoppw', you however should pick a different one." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):232 msgid "Setting up vpopmail in mysql" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):232 #, no-wrap msgid "" "\n" "# rc-update add mysql default\n" "If you just emerged mysql for the first time, make sure you run\n" "the ebuild <mysql.ebuild> config command and follow the\n" "directions before starting the mysql server.\n" "# /etc/init.d/mysql start\n" "# nano /etc/vpopmail.conf\n" "(Change the password from 'secret' to 'vpoppw')\n" "# mysql -p << EOF\n" "create database vpopmail;\n" "use mysql;\n" "grant select, insert, update, delete, create, drop on vpopmail.* to vpopmail@localhost identified by 'vpoppw';\n" "flush privileges;\n" "EOF\n" "(The following steps may or may not be needed, but we run them just to be sure)\n" "# chown root:vpopmail /etc/vpopmail.conf\n" "# chmod 640 /etc/vpopmail.conf\n" "# chown root:vpopmail /var/vpopmail/bin/vchkpw\n" "# chmod 4711 /var/vpopmail/bin/vchkpw\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(warn):253 msgid "" "If you experience permission problems with mysql/vpopmail, you may want to " "try restarting mysql. Just run /etc/init.d/mysql restart." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):258 msgid "" "At this point in time, vpopmail is ready to roll. In this guide, we will be " "providing virtual hosting for the domain 'wh0rd.org'. This means we need to " "tell vpopmail about this domain we want it to host for us. We'll also " "quickly add an user account for 'vapier' while we're here." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):265 msgid "Adding a domain" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):265 #, no-wrap msgid "" "\n" "(You only have to do this if the vadddomain step below results in \"command not found\")\n" "# source /etc/profile\n" "\n" "(While debugging vpopmail, you may want to consult the logs)\n" "# mysql -u vpopmail -p\n" "mysql> select * from vpopmail.vlog;\n" "\n" "# vadddomain wh0rd.org postpass\n" "(Now quickly verify the domain is setup properly)\n" "# printf \"postmaster@wh0rd.org\\0postpass\\0blah\\0\" | vchkpw `which id` 3<&0\n" "uid=89(vpopmail) gid=89(vpopmail) groups=0(root)\n" "(If you don't see something similar to above, then permissions somewhere are incorrect)\n" "# vadduser vapier@wh0rd.org vappw\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):281 msgid "" "Every domain that vpopmail creates comes with a 'postmaster' account. Here " "we told vpopmail that the password for the postmaster account is 'postpass'. " "Before vpopmail can be truly useful, we'll need to be able to receive mail " "via courier and send mail via netqmail and SMTP." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):293 msgid "Courier POP/IMAP" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):297 msgid "Emerge courier-imap" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):297 #, no-wrap msgid "" "\n" "# emerge net-mail/courier-imap\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(impo):301 msgid "" "You must emerge courier-imap after vpopmail. That way the authvchkpw module " "will be built." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(impo):306 msgid "" "This guide is designed around net-mail/courier-imap-3.0.7 or later. Will it " "work with earlier versions? Maybe. Should you upgrade? Yes, if you want to " "be sure this guide will work." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):312 msgid "" "Now for the common post-install configuration steps. These steps are only " "needed if you wish to run SSL encrypted communications (which you should !). " "Otherwise you can skip to the last two steps in the two following code " "listings, removing the '-ssl' from the init script name each time." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):319 msgid "Out-of-the-box setup for POP3/SSL" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):319 #, no-wrap msgid "" "\n" "# nano /etc/courier/authlib/authdaemonrc\n" "(Set the authmodulelist variable to only contain \"authvchkpw\")\n" "# cd /etc/courier-imap\n" "# nano pop3d.cnf\n" "(Edit the [ req_dn ] section)\n" "# mkpop3dcert\n" "# rc-update add courier-pop3d-ssl default\n" "# /etc/init.d/courier-pop3d-ssl start\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):330 msgid "Out-of-the-box setup for IMAP/SSL" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):330 #, no-wrap msgid "" "\n" "# cd /etc/courier-imap\n" "# nano imapd.cnf\n" "(Edit the [ req_dn ] section)\n" "# mkimapdcert\n" "# rc-update add courier-imapd-ssl default\n" "# /etc/init.d/courier-imapd-ssl start\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):339 msgid "" "Your mail client should now be able to login to the host running courier and " "retrieve mail for the virtual host. In my case, I am now able to login with " "the username 'vapier@wh0rd.org' and password 'vappw'." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):350 msgid "netqmail (talking to the world)" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):354 msgid "" "Let's get SMTP up and running while making sure we don't create another spam " "hole for people to abuse." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):359 msgid "Start netqmail SMTP service" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):359 #, no-wrap msgid "" "\n" "# cd /var/qmail/control/\n" "# nano conf-smtpd\n" "(Uncomment the SMTP-AUTH variables and set QMAIL_SMTP_CHECKPASSWORD to /var/vpopmail/bin/vchkpw)\n" "# nano servercert.cnf\n" "(Edit the [ req_dn ] section)\n" "# mkservercert\n" "# cd /service\n" "# ln -s /var/qmail/supervise/qmail-smtpd qmail-smtpd\n" "# /etc/init.d/svscan restart\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):371 msgid "" "Assuming you haven't tweaked the netqmail control files at all, netqmail " "will now accept mail for the wh0rd.org virtual domain and for users of the " "local machine. Furthermore, netqmail will relay mail for anyone who sends " "via 127.0.0.1 and for anyone who is able to authenticate with vpopmail. When " "you setup your mail client to send mail, make sure you select options like " "'Server requires authentication'. In my case, I set the user as " "'vapier@wh0rd.org' and my password as 'vappw'. The last detail is to make " "sure you tell your mail client to use SSL/TLS for SMTP communication. " "netqmail will not let you authenticate if the session is not encrypted." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):388 msgid "Horde / IMP Webmail Client" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):392 msgid "" "Although there are plenty of webmail clients out there (and you're free to " "use any of them), I prefer the IMP " "Webmail Client that is part of the Horde framework. The biggest reason " "is that Horde can simply provide Webmail access, or you can easily add other " "components to handle Address Books, Calendars, Tasks, etc... If this hasn't " "convinced you yet, then perhaps you need to read up on Horde for yourself." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):402 msgid "On to the good stuff! We need to emerge IMP now." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):406 msgid "Emerge IMP" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):406 #, no-wrap msgid "" "\n" "# emerge horde-imp\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):410 msgid "Now we setup IMP real quick." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):414 msgid "Out-of-the-box setup for IMP" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):414 #, no-wrap msgid "" "\n" "# cd /var/www/localhost/htdocs/horde/imp/config/\n" "# nano servers.php\n" "\n" "(Edit the $servers['imap'] array:)\n" "$servers['imap'] = array(\n" " 'name' => 'wh0rd.org',\n" " 'server' => 'localhost',\n" " 'protocol' => 'imap/ssl/novalidate-cert',\n" " 'port' => 993,\n" " 'folders' => '',\n" " 'namespace' => 'INBOX.',\n" " 'maildomain' => 'wh0rd.org',\n" " 'smtphost' => 'localhost',\n" " 'realm' => '',\n" " 'preferred' => ''\n" ");\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):433 msgid "Finally, we bring up apache so we can start using webmail." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):437 msgid "Running apache" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):437 #, no-wrap msgid "" "\n" "# nano /etc/conf.d/apache2\n" "(Uncomment APACHE2_OPTS=\"-D SSL -D PHP5\")\n" "# rc-update add apache2 default\n" "# /etc/init.d/apache2 start\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(warn):444 msgid "" "You should really look into forcing https on users of horde. This isn't a " "trivial issue, but you should look into it for the sake of security." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):449 msgid "" "To test out the new IMP setup, launch a web browser and visit http://" "localhost/horde/ (or change localhost with the server you're setting " "this up on). You should see the Horde welcome page where you can login. " "Again, in my setup, I simply login with 'vapier@wh0rd.org' and 'vappw' as my " "username and password." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):457 msgid "" "At this point, Horde and IMP are all setup. You should, however, go back " "through the config directories and tweak each to your heart's content." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):467 msgid "Extra packages" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):469 msgid "qmailadmin" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):472 msgid "" "The first package I would suggest you look into is qmailadmin. It's a web based interface " "for managing virtual domains. Simply emerge net-mail/qmailadmin and " "then point your webbrowser to http://localhost/cgi-bin/qmailadmin " "in order to use it. Makes life a lot easier." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):483 msgid "qmHandle" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):486 msgid "" "If you run into problems with netqmail queues and have a hard time debugging " "the situation, you may want to look into qmHandle. It's a simple perl program which allows " "you to view and manage the netqmail message queue. Again, all you need to do " "is emerge net-mail/qmhandle." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):497 msgid "horde add ons" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):500 msgid "" "I would highly recommend looking into the many other Horde applications. The " "Turba, Kronolith, and Nag applications complement IMP very well for instance. " "Their configuration is similar to that of IMP, so you should have no trouble " "setting them up. Just remember to edit registry.php in the horde config " "directory so the new applications show up at the bottom of the horde website." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):514 msgid "ucspi-tcp" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):517 msgid "" "netqmail utilizes ucspi-tcp to handle the incoming connections for netqmail. " "If you wish to customize these filtering rules, then see the configuration " "files in /etc/tcprules.d/ (older versions put files in /" "etc). There you'll find two files for each service, the configuration " "file (i.e. tcp.qmail-smtp) and the compiled version of this file that ucspi-" "tcp uses (i.e. tcp.qmail-smtp.cdb). Whenever you update the configuration " "file, you'll have to rebuild the binary version of it. Just run tcprules " "tcp.qmail-smtp.cdb tcp.qmail-smtp.tmp < tcp.qmail-smtp. Every time a " "connection is made to the netqmail service, the compiled rules file is re-" "read, so there's no need to restart the service." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):533 msgid "qmail-scanner" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):536 msgid "" "If you wish to do content filtering on your mail server (spam and virus), " "then you'll need to use a different queuing program than the default one. " "One good program for doing so is qmail-scanner. Just emerge qmail-scanner and " "edit the /etc/tcprules.d/tcp.qmail-smtp file." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(impo):545 msgid "" "The build process of qmail-scanner is quite ugly. In order to support " "packages, they must already be on your system. This means you will have to " "emerge SpamAssassin and/or Clam AntiVirus before you emerge qmail-scanner. " "See the relevant following sections for more information." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):552 msgid "Changing the queuer" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):552 #, no-wrap msgid "" "\n" "# cd /etc/tcprules.d/\n" "# nano tcp.qmail-smtp\n" "(Add QMAILQUEUE=\"/var/qmail/bin/qmail-scanner-queue\" to the catchall allow rule)\n" "# tcprules tcp.qmail-smtp.cdb tcp.qmail-smtp.tmp < tcp.qmail-smtp\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):559 msgid "" "See the following sections for setting up spam and virus filtering. You may " "want to set a few custom options by editing /var/qmail/bin/qmail-" "scanner-queue.pl." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):568 msgid "SpamAssassin" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):571 msgid "" "One of the best Open Source spam filters out there is SpamAssassin. Just emerge mail-filter/" "spamassassin to install. The package comes in two flavors, a command " "line version and a client/server version. For servers that will be handling " "a small amount of mail, running with the command line version is OK, but for " "anyone whose server will be handling appreciative loads should utilize the " "client/server version." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):581 msgid "Out-of-the-box setup for SpamAssassin" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):581 #, no-wrap msgid "" "\n" "# nano /etc/mail/spamassassin/local.cf\n" "(At the bare minimum, add these options:)\n" "required_hits 6\n" "skip_rbl_checks 1\n" "\n" "# rc-update add spamd default\n" "# /etc/init.d/spamd start\n" "# nano /var/qmail/bin/qmail-scanner-queue.pl\n" "(Make sure the $spamc_binary variable is set to '/usr/bin/spamc'.)\n" "(If it is set to '', then see the note below.)\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(impo):594 msgid "" "If you did not have SpamAssassin on your system before you emerged qmail-" "scanner, you will have to re-emerge qmail-scanner now. Its build process is " "pretty ugly and will only add in features for packages it detects on the " "system at build time." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):601 msgid "" "At this point, incoming mail should be sent through qmail-scanner which will " "run it through SpamAssassin for you." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):609 msgid "Clam AntiVirus" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):612 msgid "" "Like SpamAssassin, Clam AntiVirus " "comes in two flavors. I'll give you a quick run down on how to quickly setup " "the client/server version. First, just emerge app-antivirus/clamav." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre:caption):618 msgid "Out-of-the-box setup for Clam AntiVirus" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(pre):618 #, no-wrap msgid "" "\n" "# nano /etc/conf.d/clamd\n" "(Set START_CLAMD=yes)\n" "# nano /etc/clamav.conf\n" "(Setup stuff the way you want it)\n" "# rc-update add clamd default\n" "# /etc/init.d/clamd start\n" "# nano /var/qmail/bin/qmail-scanner-queue.pl\n" "(Make sure the $clamscan_binary variable is set to '/usr/bin/clamscan'.)\n" "(If it is set to '', then see the note below.)\n" "# nano /var/qmail/control/conf-common\n" "(If ClamAV reports memory problems try rasing the softlimit)\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(impo):632 msgid "" "If you did not have Clam AntiVirus on your system before you emerged qmail-" "scanner, you will have to re-emerge qmail-scanner now. Its build process is " "pretty ugly and will only add in features for packages it detects on the " "system at build time." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):639 msgid "" "At this point, incoming mail should be sent through qmail-scanner which will " "run it through Clam AntiVirus for you." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(title):649 msgid "Final Notes" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(p):653 msgid "" "I have no final notes other than if you experience any troubles with the " "guide, please contact me or file a " "bug with Gentoo's Bugtracking Website. If you have some interesting bits you think would enhance this guide, " "by all means send it my way for inclusion. I love netqmail and would gladly " "add stuff that could possibly enhance a user's experience with the mta." msgstr "" #. Place here names of translator, one per line. Format should be NAME; ROLE; E-MAIL #: ../../gentoo/xml/htdocs/doc/en//qmail-howto.xml(None):0 msgid "translator-credits" msgstr ""