# SOME DESCRIPTIVE TITLE. # Copyright (C) 2024, Jeff Moe # This file is distributed under the same license as the Libre Developers # Documentation package. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Libre Developers Documentation 0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-01 14:44-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" "Language-Team: en \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.16.0\n" #: ../../../_source/mail-libre-is.rst:3 msgid "mail.libre.is" msgstr "" #: ../../../_source/mail-libre-is.rst:4 msgid "Documentation for Libre mail server." msgstr "" #: ../../../_source/mail-libre-is.rst:6 msgid "" "Setting up Internet mail servers is a pain. It's nothing like just " "setting up a web server..." msgstr "" #: ../../../_source/mail-libre-is.rst:11 msgid "Main Components" msgstr "" #: ../../../_source/mail-libre-is.rst:13 msgid "This install is based on this guide:" msgstr "" #: ../../../_source/mail-libre-is.rst:15 msgid "``_" msgstr "" #: ../../../_source/mail-libre-is.rst:17 msgid "For more information and details about what is what, refer to that site." msgstr "" #: ../../../_source/mail-libre-is.rst:20 ../../../_source/mail-libre-is.rst:236 msgid "Dovecot" msgstr "" #: ../../../_source/mail-libre-is.rst:22 msgid "``_" msgstr "" #: ../../../_source/mail-libre-is.rst:25 ../../../_source/mail-libre-is.rst:82 msgid "MariaDB" msgstr "" #: ../../../_source/mail-libre-is.rst:28 ../../../_source/mail-libre-is.rst:774 msgid "OpenDKIM" msgstr "" #: ../../../_source/mail-libre-is.rst:30 msgid "``_" msgstr "" #: ../../../_source/mail-libre-is.rst:32 ../../../_source/mail-libre-is.rst:782 msgid "OpenDMARC" msgstr "" #: ../../../_source/mail-libre-is.rst:34 msgid "``_" msgstr "" #: ../../../_source/mail-libre-is.rst:36 msgid "``_" msgstr "" #: ../../../_source/mail-libre-is.rst:38 ../../../_source/mail-libre-is.rst:134 msgid "Postfix" msgstr "" #: ../../../_source/mail-libre-is.rst:40 msgid "``_" msgstr "" #: ../../../_source/mail-libre-is.rst:44 ../../../_source/mail-libre-is.rst:797 msgid "DNS" msgstr "" #: ../../../_source/mail-libre-is.rst:45 msgid "Add a DNS mx record, so it returns result like this:" msgstr "" #: ../../../_source/mail-libre-is.rst:52 msgid "Set IP for mail.libre.is. Set up reverse DNS records." msgstr "" #: ../../../_source/mail-libre-is.rst:58 msgid "Debian" msgstr "" #: ../../../_source/mail-libre-is.rst:59 msgid "" "Install Debian stable (bookworm). Install rsyslog for old school " "convenience:" msgstr "" #: ../../../_source/mail-libre-is.rst:68 msgid "Apache" msgstr "" #: ../../../_source/mail-libre-is.rst:69 msgid "" "The Apache webserver is used out of laziness as it allows easy " "certificate updates with certbot. A webmail server won't be running on " "the main mail server." msgstr "" #: ../../../_source/mail-libre-is.rst:78 msgid "Open up firewall ports 80 and 443." msgstr "" #: ../../../_source/mail-libre-is.rst:83 msgid "The main database server." msgstr "" #: ../../../_source/mail-libre-is.rst:91 msgid "Add databases. Change password to something secure." msgstr "" #: ../../../_source/mail-libre-is.rst:135 msgid "The main SMTP mail server." msgstr "" #: ../../../_source/mail-libre-is.rst:142 msgid "" "Set up postfix to use MariaDB. Edit /etc/postfix/mysql-virtual-mailbox-" "domains.cf and add below, using the mailserver password used in MariaDB." msgstr "" #: ../../../_source/mail-libre-is.rst:155 msgid "Edit /etc/postfix/mysql-virtual-mailbox-maps.cf and add below contents:" msgstr "" #: ../../../_source/mail-libre-is.rst:165 msgid "Edit /etc/postfix/mysql-virtual-alias-maps.cf and add below:" msgstr "" #: ../../../_source/mail-libre-is.rst:175 msgid "Edit /etc/postfix/mysql-email2email.cf and add:" msgstr "" #: ../../../_source/mail-libre-is.rst:185 msgid "Then run these commands:" msgstr "" #: ../../../_source/mail-libre-is.rst:202 msgid "Redis" msgstr "" #: ../../../_source/mail-libre-is.rst:203 msgid "" "Note, the licensing of Redis has gone bad. The version in Debian is OK. " "But in the future, probably replace with a fork." msgstr "" #: ../../../_source/mail-libre-is.rst:212 msgid "rspamd" msgstr "" #: ../../../_source/mail-libre-is.rst:213 msgid "Spam control." msgstr "" #: ../../../_source/mail-libre-is.rst:221 msgid "Certbot" msgstr "" #: ../../../_source/mail-libre-is.rst:222 msgid "" "Encryption certificates with Let's Encrypt. Not using an Apache webserver" " on the mail server makes getting new certificates a bit more complex." msgstr "" #: ../../../_source/mail-libre-is.rst:237 msgid "Just using encrypted IMAPS, not POP." msgstr "" #: ../../../_source/mail-libre-is.rst:244 msgid "" "Note, since IPv6 isn't being used, the dovecot install barfs. Edit " "/etc/dovecot/dovecot.conf and add this line, where appropriate:" msgstr "" #: ../../../_source/mail-libre-is.rst:251 msgid "" "Note, this is removing the \"::\" from listen, which using IPv6. Then re-" "run the install so the packages are happy. Note, the re-install won't " "overwrite the \"listen\" change." msgstr "" #: ../../../_source/mail-libre-is.rst:260 msgid "Add user and set up configs" msgstr "" #: ../../../_source/mail-libre-is.rst:288 msgid "Edit /etc/dovecot/conf.d/10-master.conf and add:" msgstr "" #: ../../../_source/mail-libre-is.rst:299 msgid "" "Edit /etc/dovecot/conf.d/10-ssl.conf, set key locations, and make it " "required." msgstr "" #: ../../../_source/mail-libre-is.rst:308 msgid "" "Edit /etc/dovecot/dovecot-sql.conf.ext file and add these lines at the " "bottom, changing the password to the mailserver database password." msgstr "" #: ../../../_source/mail-libre-is.rst:331 msgid "Set file permissions." msgstr "" #: ../../../_source/mail-libre-is.rst:338 msgid "Edit /etc/dovecot/conf.d/10-master.conf and change to:" msgstr "" #: ../../../_source/mail-libre-is.rst:351 msgid "Restart dovecot server." msgstr "" #: ../../../_source/mail-libre-is.rst:357 msgid "Run this to tell postfix to deliver to dovecot:" msgstr "" #: ../../../_source/mail-libre-is.rst:363 msgid "Edit /etc/dovecot/conf.d/20-lmtp.conf and change line like this:" msgstr "" #: ../../../_source/mail-libre-is.rst:370 msgid "Restart dovecot again...." msgstr "" #: ../../../_source/mail-libre-is.rst:378 msgid "More postfix" msgstr "" #: ../../../_source/mail-libre-is.rst:379 msgid "More postfix configuration, now that the above is set up." msgstr "" #: ../../../_source/mail-libre-is.rst:381 msgid "Set postfix to use dovecot for authentication:" msgstr "" #: ../../../_source/mail-libre-is.rst:395 msgid "Edit /etc/postfix/master.cf and change thusly:" msgstr "" #: ../../../_source/mail-libre-is.rst:412 #: ../../../_source/mail-libre-is.rst:539 msgid "Run:" msgstr "" #: ../../../_source/mail-libre-is.rst:418 msgid "Restart postfix:" msgstr "" #: ../../../_source/mail-libre-is.rst:424 msgid "" "Does it ever end? Edit /etc/postfix/master.cf and add to bottom of " "submission section." msgstr "" #: ../../../_source/mail-libre-is.rst:436 msgid "" "Allow aliases to send by adding this file (XXX check OK) " "/etc/postfix/aliases.cf with this contents:" msgstr "" #: ../../../_source/mail-libre-is.rst:444 msgid "Make sure all is good:" msgstr "" #: ../../../_source/mail-libre-is.rst:452 msgid "rspamd Configuration" msgstr "" #: ../../../_source/mail-libre-is.rst:453 msgid "Configure postfix for rspamd." msgstr "" #: ../../../_source/mail-libre-is.rst:461 msgid "Edit /etc/rspamd/override.d/milter_headers.conf and add:" msgstr "" #: ../../../_source/mail-libre-is.rst:467 msgid "Edit /etc/dovecot/conf.d/90-sieve.conf and change:" msgstr "" #: ../../../_source/mail-libre-is.rst:473 msgid "Create dir for new sieve filter:" msgstr "" #: ../../../_source/mail-libre-is.rst:479 msgid "Create /etc/dovecot/sieve-after/spam-to-folder.sieve with these contents:" msgstr "" #: ../../../_source/mail-libre-is.rst:490 msgid "Then compile it:" msgstr "" #: ../../../_source/mail-libre-is.rst:496 msgid "Set up redis by adding /etc/rspamd/override.d/redis.conf with this:" msgstr "" #: ../../../_source/mail-libre-is.rst:502 msgid "Add this /etc/rspamd/override.d/classifier-bayes.conf with below contents:" msgstr "" #: ../../../_source/mail-libre-is.rst:508 msgid "Add /etc/rspamd/local.d/classifier-bayes.conf with:" msgstr "" #: ../../../_source/mail-libre-is.rst:514 msgid "Edit /etc/dovecot/conf.d/20-imap.conf and change:" msgstr "" #: ../../../_source/mail-libre-is.rst:520 msgid "" "Edit /etc/dovecot/conf.d/90-sieve.conf and add below to \"plugins\" " "section:" msgstr "" #: ../../../_source/mail-libre-is.rst:545 msgid "Create /etc/dovecot/sieve/learn-spam.sieve with contents:" msgstr "" #: ../../../_source/mail-libre-is.rst:552 msgid "Create /etc/dovecot/sieve/learn-ham.sieve and add:" msgstr "" #: ../../../_source/mail-libre-is.rst:562 msgid "Run this to compile:" msgstr "" #: ../../../_source/mail-libre-is.rst:571 msgid "Create /etc/dovecot/sieve/rspamd-learn-spam.sh with contents:" msgstr "" #: ../../../_source/mail-libre-is.rst:578 msgid "Create /etc/dovecot/sieve/rspamd-learn-ham.sh with contents:" msgstr "" #: ../../../_source/mail-libre-is.rst:585 msgid "Set ownership and permissions on scripts:" msgstr "" #: ../../../_source/mail-libre-is.rst:594 msgid "Firewall" msgstr "" #: ../../../_source/mail-libre-is.rst:595 msgid "Open TCP ports." msgstr "" #: ../../../_source/mail-libre-is.rst:597 msgid "Confirm open sieve..." msgstr "" #: ../../../_source/mail-libre-is.rst:617 msgid "Administration" msgstr "" #: ../../../_source/mail-libre-is.rst:618 msgid "Now that everything is working..." msgstr "" #: ../../../_source/mail-libre-is.rst:620 msgid "Log into the database using the mailadmin databse password:" msgstr "" #: ../../../_source/mail-libre-is.rst:628 msgid "List Virtual Domains" msgstr "" #: ../../../_source/mail-libre-is.rst:636 msgid "List Virtual Users" msgstr "" #: ../../../_source/mail-libre-is.rst:644 msgid "List Virtual Aliases" msgstr "" #: ../../../_source/mail-libre-is.rst:652 msgid "Add Virtual Domain" msgstr "" #: ../../../_source/mail-libre-is.rst:654 msgid "Add the domain:" msgstr "" #: ../../../_source/mail-libre-is.rst:662 msgid "Add a Mail User" msgstr "" #: ../../../_source/mail-libre-is.rst:663 msgid "Generate a password with dovecot:" msgstr "" #: ../../../_source/mail-libre-is.rst:669 msgid "" "Log into database as mailadmin and run this command, using the dovecot " "generated password string, and set the domain and user email." msgstr "" #: ../../../_source/mail-libre-is.rst:672 msgid "Note, upstream docs are missing \"(\" and \")\" for VALUES." msgstr "" #: ../../../_source/mail-libre-is.rst:682 msgid "Add a User Alias" msgstr "" #: ../../../_source/mail-libre-is.rst:683 msgid "" "Example to add an alias. The first email should be the alias, the second " "email is where it should go to." msgstr "" #: ../../../_source/mail-libre-is.rst:694 msgid "Change a User Password" msgstr "" #: ../../../_source/mail-libre-is.rst:695 msgid "Generate string for new password:" msgstr "" #: ../../../_source/mail-libre-is.rst:701 msgid "Use that string:" msgstr "" #: ../../../_source/mail-libre-is.rst:709 msgid "Delete Virtual Domain" msgstr "" #: ../../../_source/mail-libre-is.rst:717 msgid "Delete User" msgstr "" #: ../../../_source/mail-libre-is.rst:725 msgid "Delete Alias" msgstr "" #: ../../../_source/mail-libre-is.rst:733 msgid "Email Client Setup" msgstr "" #: ../../../_source/mail-libre-is.rst:734 msgid "Set up mail clients thusly." msgstr "" #: ../../../_source/mail-libre-is.rst:738 msgid "Thunderbird" msgstr "" #: ../../../_source/mail-libre-is.rst:739 msgid "Example email Address: username@libre.is" msgstr "" #: ../../../_source/mail-libre-is.rst:760 msgid "Other" msgstr "" #: ../../../_source/mail-libre-is.rst:761 msgid "Perhaps these too." msgstr "" #: ../../../_source/mail-libre-is.rst:768 msgid "Perhaps easier to admin with this script." msgstr "" #: ../../../_source/mail-libre-is.rst:770 msgid "``_" msgstr "" #: ../../../_source/mail-libre-is.rst:783 msgid "Requires database setup." msgstr "" #: ../../../_source/mail-libre-is.rst:792 msgid "SPF" msgstr "" #: ../../../_source/mail-libre-is.rst:793 msgid "Set up SPF." msgstr "" #: ../../../_source/mail-libre-is.rst:798 msgid "Set up DNS." msgstr ""