{"id":9820,"date":"2019-07-23T14:35:58","date_gmt":"2019-07-23T14:35:58","guid":{"rendered":"http:\/\/blog.bachi.net\/?p=9820"},"modified":"2019-12-01T09:56:25","modified_gmt":"2019-12-01T09:56:25","slug":"freebsd-12-mail-server-installation","status":"publish","type":"post","link":"https:\/\/blog.bachi.net\/?p=9820","title":{"rendered":"FreeBSD 12: Mail Server Installation"},"content":{"rendered":"<p>blog.bachi.net<br \/>\n<a href=\"http:\/\/blog.bachi.net\/?p=1439\">FreeBSD Ports<\/a><br \/>\n<a href=\"http:\/\/blog.bachi.net\/?p=4380\">freebsd-update<\/a><\/p>\n<p><a href=\"http:\/\/www.pofo.de\/HOWTO\/qmail\/index.html\">QMail HOWTO<\/a> (2016)<\/p>\n<pre class=\"brush: plain; collapse: true; light: false; title: MySQL 5.7.26; toolbar: true; notranslate\" title=\"MySQL 5.7.26\">\r\n$ pkg install mysql57-server\r\nUpdating FreeBSD repository catalogue...\r\nFreeBSD repository is up to date.\r\nAll repositories are up to date.\r\nThe following 11 package(s) will be affected (of 0 checked):\r\n\r\nNew packages to be INSTALLED:\r\n        mysql57-server: 5.7.26_1\r\n        perl5: 5.28.2\r\n        curl: 7.65.1\r\n        libnghttp2: 1.39.1\r\n        ca_root_nss: 3.45\r\n        protobuf: 3.7.1,1\r\n        libevent: 2.1.10\r\n        libedit: 3.1.20190324,1\r\n        mysql57-client: 5.7.26\r\n        cyrus-sasl: 2.1.27\r\n        liblz4: 1.9.1,1\r\n\r\nNumber of packages to be installed: 11\r\n\r\nThe process will require 285 MiB more space.\r\n35 MiB to be downloaded.\r\n\r\nProceed with this action? &#x5B;y\/N]:\r\n\r\n&#x5B;...]\r\n\r\nMessage from ca_root_nss-3.45:\r\n\r\n********************************* WARNING *********************************\r\n\r\nFreeBSD does not, and can not warrant that the certification authorities\r\nwhose certificates are included in this package have in any way been\r\naudited for trustworthiness or RFC 3647 compliance.\r\n\r\nAssessment and verification of trust is the complete responsibility of the\r\nsystem administrator.\r\n\r\n*********************************** NOTE **********************************\r\n\r\nThis package installs symlinks to support root certificates discovery by\r\ndefault for software that uses OpenSSL.\r\n\r\nThis enables SSL Certificate Verification by client software without manual\r\nintervention.\r\n\r\nIf you prefer to do this manually, replace the following symlinks with\r\neither an empty file or your site-local certificate bundle.\r\n\r\n  * \/etc\/ssl\/cert.pem\r\n  * \/usr\/local\/etc\/ssl\/cert.pem\r\n  * \/usr\/local\/openssl\/cert.pem\r\n\r\n***************************************************************************\r\nMessage from perl5-5.28.2:\r\n\r\nThe \/usr\/bin\/perl symlink has been removed starting with Perl 5.20.\r\nFor shebangs, you should either use:\r\n\r\n#!\/usr\/local\/bin\/perl\r\n\r\nor\r\n\r\n#!\/usr\/bin\/env perl\r\n\r\nThe first one will only work if you have a \/usr\/local\/bin\/perl,\r\nthe second will work as long as perl is in PATH.\r\nMessage from cyrus-sasl-2.1.27:\r\n\r\nYou can use sasldb2 for authentication, to add users use:\r\n\r\n        saslpasswd2 -c username\r\n\r\nIf you want to enable SMTP AUTH with the system Sendmail, read\r\nSendmail.README\r\n\r\nNOTE: This port has been compiled with a default pwcheck_method of\r\n      auxprop.  If you want to authenticate your user by \/etc\/passwd,\r\n      PAM or LDAP, install ports\/security\/cyrus-sasl2-saslauthd and\r\n      set sasl_pwcheck_method to saslauthd after installing the\r\n      Cyrus-IMAPd 2.X port.  You should also check the\r\n      \/usr\/local\/lib\/sasl2\/*.conf files for the correct\r\n      pwcheck_method.\r\n      If you want to use GSSAPI mechanism, install\r\n      ports\/security\/cyrus-sasl2-gssapi.\r\n      If you want to use SRP mechanism, install\r\n      ports\/security\/cyrus-sasl2-srp.\r\n      If you want to use LDAP auxprop plugin, install\r\n      ports\/security\/cyrus-sasl2-ldapdb.\r\nMessage from mysql57-client-5.7.26:\r\n\r\n* * * * * * * * * * * * * * * * * * * * * * * *\r\n\r\nThis is the mysql CLIENT without the server.\r\nfor complete server and client, please install databases\/mysql57-server\r\n\r\n* * * * * * * * * * * * * * * * * * * * * * * *\r\nMessage from mysql57-server-5.7.26_1:\r\n\r\n*****************************************************************************\r\n\r\nRemember to run mysql_upgrade the first time you start the MySQL server\r\nafter an upgrade from an earlier version.\r\n\r\nInitial password for first time use of MySQL is saved in $HOME\/.mysql_secret\r\nie. when you want to use &quot;mysql -u root -p&quot; first you should see password\r\nin \/root\/.mysql_secret\r\n\r\nMySQL57 has a default %%ETCDIR%%\/my.cnf,\r\nremember to replace it wit your own\r\nor set `mysql_optfile=&quot;$YOUR_CNF_FILE` in rc.conf.\r\n\r\n*****************************************************************************\r\n\r\n\r\n$ cat \/etc\/rc.conf\r\n&#x5B;...]\r\nmysql_enable=&quot;YES&quot;\r\nmysql_dbdir=&quot;\/db\/mysql&quot;\r\n&#x5B;...]\r\n\r\n$ service mysql-server start\r\n\/usr\/local\/etc\/rc.d\/mysql-server: WARNING: failed precmd routine for mysql\r\n$ mkdir \/db\r\n$ mkdir \/db\/mysql\r\n$ service mysql-server start\r\nStarting mysql.\r\n\r\n<\/pre>\n<p><a href=\"https:\/\/computingforgeeks.com\/how-to-install-mariadb-10-3-on-freebsd-12\/\">How to Install MariaDB 10.3 on FreeBSD 12<\/a><br \/>\n<a href=\"https:\/\/sbiewald.de\/Konfiguration\/MySQL\/Installation\">MySQL unter FreeBSD: Installation<\/a><\/p>\n<pre class=\"brush: plain; collapse: true; light: false; title: MariaDB 10.4.6; toolbar: true; notranslate\" title=\"MariaDB 10.4.6\">\r\n===&gt; Creating groups.\r\nUsing existing group 'mysql'.\r\n===&gt; Creating users\r\nUsing existing user 'mysql'.\r\n&#x5B;5\/5] Extracting mariadb104-server-10.4.6: 100%\r\nMessage from mariadb104-client-10.4.6:\r\n\r\n************************************************************************\r\n\r\nMariaDB respects hier(7) and doesn't check \/etc and \/etc\/mysql for\r\nmy.cnf. Please move existing my.cnf files from those paths to\r\n\/usr\/local\/etc and \/usr\/local\/etc\/mysql.\r\n\r\n************************************************************************\r\nMessage from mariadb104-server-10.4.6:\r\n\r\n************************************************************************\r\n\r\nRemember to run mysql_upgrade (with the optional --datadir=&lt;dbdir&gt; flag)\r\nthe first time you start the MySQL server after an upgrade from an\r\nearlier version.\r\n\r\nMariaDB respects hier(7) and doesn't check \/etc and \/etc\/mysql for\r\nmy.cnf. Please move existing my.cnf files from those paths to\r\n\/usr\/local\/etc and \/usr\/local\/etc\/mysql.\r\n\r\nThis port does NOT include the mytop perl script, this is included in\r\nthe MariaDB tarball but the most recent version can be found in the\r\ndatabases\/mytop port\r\n\r\n************************************************************************\r\n\r\n service mysql-server start\r\nInstalling MariaDB\/MySQL system tables in '\/var\/db\/mysql' ...\r\nOK\r\n\r\nTo start mysqld at boot time you have to copy\r\nsupport-files\/mysql.server to the right place for your system\r\n\r\n\r\nTwo all-privilege accounts were created.\r\nOne is root@localhost, it has no password, but you need to\r\nbe system 'root' user to connect. Use, for example, sudo mysql\r\nThe second is root@localhost, it has no password either, but\r\nyou need to be the system 'root' user to connect.\r\nAfter connecting you can set the password, if you would need to be\r\nable to connect as any of these users with a password and without sudo\r\n\r\nSee the MariaDB Knowledgebase at http:\/\/mariadb.com\/kb or the\r\nMySQL manual for more instructions.\r\n\r\nYou can start the MariaDB daemon with:\r\ncd '\/usr\/local' ; \/usr\/local\/bin\/mysqld_safe --datadir='\/var\/db\/mysql'\r\n\r\nYou can test the MariaDB daemon with mysql-test-run.pl\r\ncd '\/usr\/local\/mysql-test' ; perl mysql-test-run.pl\r\n\r\nPlease report any problems at http:\/\/mariadb.org\/jira\r\n\r\nThe latest information about MariaDB is available at http:\/\/mariadb.org\/.\r\nYou can find additional information about the MySQL part at:\r\nhttp:\/\/dev.mysql.com\r\nConsider joining MariaDB's strong and vibrant community:\r\n<blockquote class=\"wp-embedded-content\" data-secret=\"SchbcvDJgN\"><a href=\"https:\/\/mariadb.org\/get-involved\/\">Get Involved<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;Get Involved&#8221; &#8212; MariaDB.org\" src=\"https:\/\/mariadb.org\/get-involved\/embed\/#?secret=9KD4UzNw71#?secret=SchbcvDJgN\" data-secret=\"SchbcvDJgN\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\r\n\r\nStarting mysql.\r\n\r\n# mysql_secure_installation\r\n\r\nNOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB\r\n      SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!\r\n\r\nIn order to log into MariaDB to secure it, we'll need the current\r\npassword for the root user. If you've just installed MariaDB, and\r\nhaven't set the root password yet, you should just press enter here.\r\n\r\nEnter current password for root (enter for none):\r\nOK, successfully used password, moving on...\r\n\r\nSetting the root password or using the unix_socket ensures that nobody\r\ncan log into the MariaDB root user without the proper authorisation.\r\n\r\nYou already have your root account protected, so you can safely answer 'n'.\r\n\r\nSwitch to unix_socket authentication &#x5B;Y\/n] n\r\n ... skipping.\r\n\r\nYou already have your root account protected, so you can safely answer 'n'.\r\n\r\nChange the root password? &#x5B;Y\/n] y\r\nNew password:\r\nRe-enter new password:\r\nPassword updated successfully!\r\nReloading privilege tables..\r\n ... Success!\r\n\r\n\r\nBy default, a MariaDB installation has an anonymous user, allowing anyone\r\nto log into MariaDB without having to have a user account created for\r\nthem.  This is intended only for testing, and to make the installation\r\ngo a bit smoother.  You should remove them before moving into a\r\nproduction environment.\r\n\r\nRemove anonymous users? &#x5B;Y\/n] y\r\n ... Success!\r\n\r\nNormally, root should only be allowed to connect from 'localhost'.  This\r\nensures that someone cannot guess at the root password from the network.\r\n\r\nDisallow root login remotely? &#x5B;Y\/n] n\r\n ... skipping.\r\n\r\nBy default, MariaDB comes with a database named 'test' that anyone can\r\naccess.  This is also intended only for testing, and should be removed\r\nbefore moving into a production environment.\r\n\r\nRemove test database and access to it? &#x5B;Y\/n] y\r\n - Dropping test database...\r\n ... Success!\r\n - Removing privileges on test database...\r\n ... Success!\r\n\r\nReloading the privilege tables will ensure that all changes made so far\r\nwill take effect immediately.\r\n\r\nReload privilege tables now? &#x5B;Y\/n] y\r\n ... Success!\r\n\r\nCleaning up...\r\n\r\nAll done!  If you've completed all of the above steps, your MariaDB\r\ninstallation should now be secure.\r\n\r\nThanks for using MariaDB!\r\n\r\n<\/pre>\n<h3>1. Installation<\/h3>\n<p><a href=\"http:\/\/blog.bachi.net\/?p=2419\">Mail Server Installation<\/a><\/p>\n<p><a href=\"https:\/\/svnweb.freebsd.org\/ports\/head\/mail\/qmail-tls\/Makefile?view=log\">\/head\/mail\/qmail-tls\/Makefile<\/a><\/p>\n<pre class=\"brush: plain; collapse: true; light: false; title: 1.1. Qmail; toolbar: true; notranslate\" title=\"1.1. Qmail\">\r\n=============================================\r\n\r\nATTENTION\r\n\r\nAdd the following line to your \/etc\/make.conf\r\nQMAIL_SLAVEPORT=tls\r\n\r\n=============================================\r\n\r\ninstall  -m 0644 \/usr\/ports\/mail\/qmail-tls\/work\/qmail.conf \/usr\/ports\/mail\/qmail-tls\/work\/stage\/usr\/local\/etc\/man.d\/qmail.conf\r\n===&gt; Fixing plist for \/var\/qmail ownership\r\n\/bin\/rm -f -r \/usr\/ports\/mail\/qmail-tls\/work\/stage\/var\/qmail\/queue\/\r\n====&gt; Compressing man pages (compress-man)\r\n===&gt;  Installing for netqmail-tls-1.06.20160918_2\r\n===&gt;  Checking if netqmail-tls is already installed\r\n===&gt;   Registering installation for netqmail-tls-1.06.20160918_2\r\npkg-static: Warning: @exec is deprecated, please use @&#x5B;pre|post]&#x5B;un]exec\r\nInstalling netqmail-tls-1.06.20160918_2...\r\n===&gt; Creating groups.\r\nCreating group 'qmail' with gid '82'.\r\nCreating group 'qnofiles' with gid '81'.\r\n===&gt; Creating users\r\nCreating user 'alias' with uid '81'.\r\nCreating user 'qmaild' with uid '82'.\r\nCreating user 'qmaill' with uid '83'.\r\nCreating user 'qmailp' with uid '84'.\r\nCreating user 'qmailq' with uid '85'.\r\nCreating user 'qmailr' with uid '86'.\r\nCreating user 'qmails' with uid '87'.\r\nYour hostname is samsung-bsd.\r\nhard error\r\nSorry, I couldn't find your host's canonical name in DNS.\r\nYou will have to set up control\/me yourself.\r\n        ATTENTION:\r\n\r\nDo not forget to read \/var\/qmail\/doc\/TLS.readme. After all,\r\nthis is NOT our old stock qmail.\r\n\r\nYou can enable qmail as your default mailer executing:\r\n&gt; \/var\/qmail\/scripts\/enable-qmail\r\n\r\n==&gt; As you need to provide a working certificate in \/var\/qmail\/control\/cert.pem :\r\n\r\n# makes a self-signed certificate\r\n3) do &quot;make certificate&quot;\r\n\r\n# makes a certificate request\r\n4) do &quot;make certificate-req&quot;\r\n\r\n===&gt; SECURITY REPORT:\r\n      This port has installed the following binaries which execute with\r\n      increased privileges.\r\n\/var\/qmail\/bin\/qmail-queue\r\n\r\n      If there are vulnerabilities in these programs there may be a security\r\n      risk to the system. FreeBSD makes no guarantee about the security of\r\n      ports included in the Ports Collection. Please type 'make deinstall'\r\n      to deinstall the port if this is a concern.\r\n\r\n      For more information, and contact details about the security\r\n      status of this software, see the following webpage:\r\nhttp:\/\/inoa.net\/qmail-tls\/\r\n\r\n=============================================\r\n\r\n$ make certificate\r\n\r\n${OPENSSLBASE}\/bin\/openssl req -new -x509 -nodes \\\r\n    -out ${WRKDIR}\/servercert.pem -days 366 \\\r\n    -keyout ${WRKDIR}\/servercert.pem ; \\\r\n${INSTALL} -o qmaild -g qmail -m 0640 ${WRKDIR}\/servercert.pem ${PREFIX}\/control\/servercert.pem ; \\\r\n${OPENSSLBASE}\/bin\/openssl ciphers &gt; ${QMAIL_PREFIX}\/control\/tlsclientciphers ; \\\r\n${OPENSSLBASE}\/bin\/openssl ciphers &gt; ${QMAIL_PREFIX}\/control\/tlsserverciphers ; \\\r\n\r\n\r\n=============================================\r\n\r\nsendmail_enable=&quot;NONE&quot;\r\n\r\nvs.\r\n\r\nsendmail_enable=&quot;NO&quot;\r\nsendmail_submit_enable=&quot;NO&quot;\r\nsendmail_outbound_enable=&quot;NO&quot;\r\nsendmail_msp_queue_enable=&quot;NO&quot;\r\n\r\n<\/pre>\n<pre class=\"brush: plain; collapse: true; light: false; title: 1.1.1 Qmail Certificates; toolbar: true; notranslate\" title=\"1.1.1 Qmail Certificates\">\r\n$ openssl x509 -text -noout -in servercert.pem\r\n\r\n\/var\/qmail\/control\/servercert.pem\r\n\/var\/qmail\/req.pem\r\n<\/pre>\n<pre class=\"brush: plain; collapse: true; light: false; title: 1.2. ucspi-tcp; toolbar: true; notranslate\" title=\"1.2. ucspi-tcp\">\r\n===&gt;   NOTICE:\r\n\r\nThe ucspi-tcp port currently does not have a maintainer. As a result, it is\r\nmore likely to have unresolved issues, not be up-to-date, or even be removed in\r\nthe future. To volunteer to maintain this port, please create an issue at:\r\n\r\nhttps:\/\/bugs.freebsd.org\/bugzilla\r\n\r\nMore information about port maintainership is available at:\r\n\r\nhttps:\/\/www.freebsd.org\/doc\/en\/articles\/contributing\/ports-contributing.html#maintain-port\r\n\r\n&#x5B;...]\r\n\r\n===&gt;   NOTICE:\r\n\r\nThe ucspi-tcp port currently does not have a maintainer. As a result, it is\r\nmore likely to have unresolved issues, not be up-to-date, or even be removed in\r\nthe future. To volunteer to maintain this port, please create an issue at:\r\n\r\nhttps:\/\/bugs.freebsd.org\/bugzilla\r\n\r\nMore information about port maintainership is available at:\r\n\r\nhttps:\/\/www.freebsd.org\/doc\/en\/articles\/contributing\/ports-contributing.html#maintain-port\r\n\r\n===&gt; SECURITY REPORT:\r\n      This port has installed the following files which may act as network\r\n      servers and may therefore pose a remote security risk to the system.\r\n\/usr\/local\/bin\/tcpserver\r\n\r\n      If there are vulnerabilities in these programs there may be a security\r\n      risk to the system. FreeBSD makes no guarantee about the security of\r\n      ports included in the Ports Collection. Please type 'make deinstall'\r\n      to deinstall the port if this is a concern.\r\n\r\n      For more information, and contact details about the security\r\n      status of this software, see the following webpage:\r\nhttp:\/\/cr.yp.to\/ucspi-tcp.html\r\n<\/pre>\n<pre class=\"brush: plain; collapse: true; light: false; title: 1.4. vpopmail; toolbar: true; notranslate\" title=\"1.4. vpopmail\">\r\n\r\n====&gt; Compressing man pages (compress-man)\r\n===&gt; Staging rc.d startup script(s)\r\n===&gt;  Installing for spamassassin-3.4.2_3\r\n===&gt;  Checking if spamassassin is already installed\r\n===&gt;   Registering installation for spamassassin-3.4.2_3 as automatic\r\nInstalling spamassassin-3.4.2_3...\r\n===&gt; Creating groups.\r\nCreating group 'spamd' with gid '58'.\r\n===&gt; Creating users\r\nCreating user 'spamd' with uid '58'.\r\nYou should complete the following post-installation tasks:\r\n\r\n        1) Read \/usr\/local\/share\/doc\/spamassassin\/INSTALL\r\n           and \/usr\/local\/share\/doc\/spamassassin\/UPGRADE\r\n           BEFORE enabling SpamAssassin for important changes\r\n\r\n        2) Edit the configuration in \/usr\/local\/etc\/mail\/spamassassin,\r\n           in particular \/usr\/local\/etc\/mail\/spamassassin\/init.pre\r\n           You may get lots of annoying (but harmless) error messages\r\n           if you skip this step.\r\n\r\n        3) To run spamd, add the following to \/etc\/rc.conf:\r\n           spamd_enable=&quot;YES&quot;\r\n\r\n        4) If this is a new installation, you should run sa-update\r\n           and sa-compile. If this isn't a new installation, you\r\n           should probably run those commands on a regular basis\r\n           anyway.\r\n\r\n        5) Install mail\/spamass-rules if you want some third-party\r\n           spam-catching rulesets\r\n\r\nSECURITY NOTE:\r\nBy default, spamd runs as root (the AS_ROOT option). If you wish\r\nto change this, add the following to \/etc\/rc.conf:\r\n\r\n        spamd_flags=&quot;-u spamd -H \/var\/spool\/spamd&quot;\r\n\r\n===&gt;   vpopmail-5.4.33_3 depends on executable: spamc - found\r\n\r\n\r\n***********************************************************************\r\nNow you should add the following options to your spamd.sh startup file:\r\n-v -u vpopmail\r\n***********************************************************************\r\n===&gt;   NOTICE:\r\n\r\nThe vpopmail port currently does not have a maintainer. As a result, it is\r\nmore likely to have unresolved issues, not be up-to-date, or even be removed in\r\nthe future. To volunteer to maintain this port, please create an issue at:\r\n\r\nhttps:\/\/bugs.freebsd.org\/bugzilla\r\n\r\nMore information about port maintainership is available at:\r\n\r\nhttps:\/\/www.freebsd.org\/doc\/en\/articles\/contributing\/ports-contributing.html#maintain-port\r\n\r\n===&gt;  Cleaning for spamassassin-3.4.2_3\r\n===&gt;  Cleaning for p5-Encode-Detect-1.01_1\r\n===&gt;  Cleaning for p5-Module-Build-0.4229\r\n===&gt;  Cleaning for p5-HTML-Parser-3.72\r\n===&gt;  Cleaning for p5-HTML-Tagset-3.20_1\r\n===&gt;  Cleaning for p5-HTTP-Date-6.02_1\r\n===&gt;  Cleaning for p5-Net-DNS-1.21,1\r\n===&gt;  Cleaning for p5-Digest-HMAC-1.03_1\r\n===&gt;  Cleaning for p5-NetAddr-IP-4.079\r\n===&gt;  Cleaning for p5-Net-CIDR-Lite-0.21_1\r\n===&gt;  Cleaning for p5-Net-IDN-Encode-2.500\r\n===&gt;  Cleaning for p5-Test-NoWarnings-1.04_2\r\n===&gt;  Cleaning for p5-Net-LibIDN-0.12_5\r\n===&gt;  Cleaning for libidn-1.35\r\n===&gt;  Cleaning for gmake-4.2.1_3\r\n===&gt;  Cleaning for texinfo-6.6_4,1\r\n===&gt;  Cleaning for help2man-1.47.11\r\n===&gt;  Cleaning for p5-Locale-gettext-1.07\r\n===&gt;  Cleaning for gettext-tools-0.20.1_1\r\n===&gt;  Cleaning for libtextstyle-0.20.1\r\n===&gt;  Cleaning for p5-Locale-libintl-1.31\r\n===&gt;  Cleaning for p5-Text-Unidecode-1.30\r\n===&gt;  Cleaning for p5-Unicode-EastAsianWidth-12.0\r\n===&gt;  Cleaning for pkgconf-1.6.3,1\r\n===&gt;  Cleaning for p5-URI-1.76\r\n===&gt;  Cleaning for re2c-0.14.3\r\n===&gt;  Cleaning for p5-IO-Socket-SSL-2.066\r\n===&gt;  Cleaning for p5-Net-SSLeay-1.85\r\n===&gt;  Cleaning for p5-Test-Exception-0.43\r\n===&gt;  Cleaning for p5-Sub-Uplevel-0.2800\r\n===&gt;  Cleaning for p5-Mozilla-CA-20180117\r\n===&gt;  Cleaning for p5-IO-Socket-INET6-2.72_1\r\n===&gt;  Cleaning for p5-Socket6-0.29\r\n===&gt;  Cleaning for p5-Mail-DKIM-0.56\r\n===&gt;  Cleaning for p5-Crypt-OpenSSL-RSA-0.31\r\n===&gt;  Cleaning for p5-Crypt-OpenSSL-Guess-0.11\r\n===&gt;  Cleaning for p5-Crypt-OpenSSL-Bignum-0.09\r\n===&gt;  Cleaning for p5-Crypt-OpenSSL-Random-0.15\r\n===&gt;  Cleaning for p5-Mail-AuthenticationResults-1.20180923\r\n===&gt;  Cleaning for p5-Mail-Tools-2.19\r\n===&gt;  Cleaning for p5-TimeDate-2.30_2,1\r\n===&gt;  Cleaning for p5-Net-DNS-Resolver-Mock-1.20171219\r\n===&gt;  Cleaning for gnupg1-1.4.23_2\r\n===&gt;  Cleaning for p5-Mail-SPF-2.9.0_5\r\n===&gt;  Cleaning for p5-Error-0.17028\r\n===&gt;  Cleaning for p5-Net-DNS-Resolver-Programmable-0.009\r\n===&gt;  Cleaning for vpopmail-5.4.33_3\r\n<\/pre>\n<pre class=\"brush: plain; collapse: true; light: false; title: 1.5. Dovecot; toolbar: true; notranslate\" title=\"1.5. Dovecot\">\r\nInstalling dovecot-2.3.7_4...\r\n===&gt; Creating groups.\r\nCreating group 'dovecot' with gid '143'.\r\nCreating group 'dovenull' with gid '144'.\r\n===&gt; Creating users\r\nCreating user 'dovecot' with uid '143'.\r\nCreating user 'dovenull' with uid '144'.\r\n---------------------------------------------------------------------\r\n\r\n You must create the configuration files yourself. Copy them over\r\n to \/usr\/local\/etc\/dovecot and edit them as desired:\r\n\r\n        cp -R \/usr\/local\/etc\/dovecot\/example-config\/* \\\r\n                \/usr\/local\/etc\/dovecot\r\n\r\n The default configuration includes IMAP and POP3 services, will\r\n authenticate users agains the system's passwd file, and will use\r\n the default \/var\/mail\/$USER mbox files.\r\n\r\n Next, enable dovecot in \/etc\/rc.conf:\r\n\r\n        dovecot_enable=&quot;YES&quot;\r\n\r\n\r\n---------------------------------------------------------------------\r\n\r\n To avoid a risk of mailbox corruption, do not set the\r\n security.bsd.see_other_uids or .see_other_gids sysctls to 0\r\n if Dovecot is storing mail for multiple concurrent users (PR 218392).\r\n\r\n---------------------------------------------------------------------\r\n\r\n If you want to be able to search within attachments using the\r\n decode2text plugin, you'll need to install textproc\/catdoc, and\r\n one of graphics\/xpdf or graphics\/poppler-utils.\r\n\r\n---------------------------------------------------------------------\r\n\r\n There are some potentially breaking changes in Dovecot 2.3. If you\r\n are upgrading from Dovecot 2.2:\r\n\r\n   * Read https:\/\/wiki2.dovecot.org\/Upgrading\/2.3\r\n   * Merge the configuration file changes from\r\n     \/usr\/local\/etc\/dovecot\/examples-config\/\r\n\r\n---------------------------------------------------------------------\r\n\r\n===&gt; SECURITY REPORT:\r\n      This port has installed the following files which may act as network\r\n      servers and may therefore pose a remote security risk to the system.\r\n\/usr\/local\/lib\/dovecot\/libdovecot.so.0.0.0\r\n\/usr\/local\/lib\/dovecot\/libdovecot.a(net.o)\r\n\r\n      This port has installed the following startup scripts which may cause\r\n      these network services to be started at boot time.\r\n\/usr\/local\/etc\/rc.d\/dovecot\r\n\r\n      If there are vulnerabilities in these programs there may be a security\r\n      risk to the system. FreeBSD makes no guarantee about the security of\r\n      ports included in the Ports Collection. Please type 'make deinstall'\r\n      to deinstall the port if this is a concern.\r\n\r\n      For more information, and contact details about the security\r\n      status of this software, see the following webpage:\r\n<blockquote class=\"wp-embedded-content\" data-secret=\"d562S9TNEe\"><a href=\"https:\/\/www.dovecot.org\/\">Home<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;Home&#8221; &#8212; Dovecot\" src=\"https:\/\/www.dovecot.org\/embed\/#?secret=BQEBcp54b3#?secret=d562S9TNEe\" data-secret=\"d562S9TNEe\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\r\n===&gt;  Cleaning for pkgconf-1.6.1,1\r\n===&gt;  Cleaning for dovecot-2.3.7_4\r\n<\/pre>\n<pre class=\"brush: plain; collapse: true; light: false; title: 1.9. SpamAssassin; toolbar: true; notranslate\" title=\"1.9. SpamAssassin\">\r\n===&gt;  Installing for spamassassin-3.4.2_3\r\n===&gt;  Checking if spamassassin is already installed\r\n===&gt;   Registering installation for spamassassin-3.4.2_3\r\nInstalling spamassassin-3.4.2_3...\r\n===&gt; Creating groups.\r\nCreating group 'spamd' with gid '58'.\r\n===&gt; Creating users\r\nCreating user 'spamd' with uid '58'.\r\n==========================================================================\r\n\r\nYou should complete the following post-installation tasks:\r\n\r\n        1) Read \/usr\/local\/share\/doc\/spamassassin\/INSTALL\r\n           and \/usr\/local\/share\/doc\/spamassassin\/UPGRADE\r\n           BEFORE enabling SpamAssassin for important changes\r\n\r\n        2) Edit the configuration in \/usr\/local\/etc\/mail\/spamassassin,\r\n           in particular \/usr\/local\/etc\/mail\/spamassassin\/init.pre\r\n           You may get lots of annoying (but harmless) error messages\r\n           if you skip this step.\r\n\r\n        3) To run spamd, add the following to \/etc\/rc.conf:\r\n           spamd_enable=&quot;YES&quot;\r\n\r\n        4) If this is a new installation, you should run sa-update\r\n           and sa-compile. If this isn't a new installation, you\r\n           should probably run those commands on a regular basis\r\n           anyway.\r\n\r\n        5) Install mail\/spamass-rules if you want some third-party\r\n           spam-catching rulesets\r\n\r\nSECURITY NOTE:\r\nBy default, spamd runs as root (the AS_ROOT option). If you wish\r\nto change this, add the following to \/etc\/rc.conf:\r\n\r\n        spamd_flags=&quot;-u spamd -H \/var\/spool\/spamd&quot;\r\n\r\n==========================================================================\r\n\r\n$ \/usr\/local\/bin\/sa-update\r\n$ \/usr\/local\/bin\/sa-compile\r\n<\/pre>\n<pre class=\"brush: plain; collapse: true; light: false; title: Apache 2.4.41; toolbar: true; notranslate\" title=\"Apache 2.4.41\">\r\n# pkg install apache24-2.4.41\r\nUpdating FreeBSD repository catalogue...\r\nFreeBSD repository is up to date.\r\nAll repositories are up to date.\r\nThe following 8 package(s) will be affected (of 0 checked):\r\n\r\nNew packages to be INSTALLED:\r\n        apache24: 2.4.41\r\n        libnghttp2: 1.39.2\r\n        expat: 2.2.6_1\r\n        perl5: 5.28.2\r\n        pcre: 8.43_1\r\n        apr: 1.6.5.1.6.1_1\r\n        gdbm: 1.18.1_1\r\n        db5: 5.3.28_7\r\n\r\nNumber of packages to be installed: 8\r\n\r\nThe process will require 147 MiB more space.\r\n33 MiB to be downloaded.\r\n\r\nProceed with this action? &#x5B;y\/N]: y\r\n&#x5B;1\/8] Fetching apache24-2.4.41.txz: 100%    5 MiB   1.7MB\/s    00:03\r\n&#x5B;2\/8] Fetching libnghttp2-1.39.2.txz: 100%  115 KiB 117.5kB\/s    00:01\r\n&#x5B;3\/8] Fetching expat-2.2.6_1.txz: 100%  120 KiB 122.4kB\/s    00:01\r\n&#x5B;4\/8] Fetching perl5-5.28.2.txz: 100%   14 MiB   2.9MB\/s    00:05\r\n&#x5B;5\/8] Fetching pcre-8.43_1.txz: 100%    1 MiB 638.0kB\/s    00:02\r\n&#x5B;6\/8] Fetching apr-1.6.5.1.6.1_1.txz: 100%  463 KiB 474.0kB\/s    00:01\r\n&#x5B;7\/8] Fetching gdbm-1.18.1_1.txz: 100%  162 KiB 166.2kB\/s    00:01\r\n&#x5B;8\/8] Fetching db5-5.3.28_7.txz: 100%   12 MiB   2.6MB\/s    00:05\r\nChecking integrity... done (0 conflicting)\r\n&#x5B;1\/8] Installing expat-2.2.6_1...\r\n&#x5B;1\/8] Extracting expat-2.2.6_1: 100%\r\n&#x5B;2\/8] Installing gdbm-1.18.1_1...\r\n&#x5B;2\/8] Extracting gdbm-1.18.1_1: 100%\r\n&#x5B;3\/8] Installing db5-5.3.28_7...\r\n&#x5B;3\/8] Extracting db5-5.3.28_7: 100%\r\n&#x5B;4\/8] Installing libnghttp2-1.39.2...\r\n&#x5B;4\/8] Extracting libnghttp2-1.39.2: 100%\r\n&#x5B;5\/8] Installing perl5-5.28.2...\r\n&#x5B;5\/8] Extracting perl5-5.28.2: 100%\r\n&#x5B;6\/8] Installing pcre-8.43_1...\r\n&#x5B;6\/8] Extracting pcre-8.43_1: 100%\r\n&#x5B;7\/8] Installing apr-1.6.5.1.6.1_1...\r\n&#x5B;7\/8] Extracting apr-1.6.5.1.6.1_1: 100%\r\n&#x5B;8\/8] Installing apache24-2.4.41...\r\n===&gt; Creating groups.\r\nUsing existing group 'www'.\r\n===&gt; Creating users\r\nUsing existing user 'www'.\r\n&#x5B;8\/8] Extracting apache24-2.4.41: 100%\r\nMessage from perl5-5.28.2:\r\n\r\nThe \/usr\/bin\/perl symlink has been removed starting with Perl 5.20.\r\nFor shebangs, you should either use:\r\n\r\n#!\/usr\/local\/bin\/perl\r\n\r\nor\r\n\r\n#!\/usr\/bin\/env perl\r\n\r\nThe first one will only work if you have a \/usr\/local\/bin\/perl,\r\nthe second will work as long as perl is in PATH.\r\nMessage from apr-1.6.5.1.6.1_1:\r\n\r\n\/!\\ ================================================================== \/!\\\r\n\r\nThe Apache Portable Runtime project removed support for FreeTDS with\r\nversion 1.6. Users requiring MS-SQL connectivity must migrate\r\nconfigurations to use the added ODBC driver and FreeTDS' ODBC features.\r\n\r\n\/!\\ ================================================================== \/!\\\r\nMessage from apache24-2.4.41:\r\n\r\nTo run apache www server from startup, add apache24_enable=&quot;yes&quot;\r\nin your \/etc\/rc.conf. Extra options can be found in startup script.\r\n\r\nYour hostname must be resolvable using at least 1 mechanism in\r\n\/etc\/nsswitch.conf typically DNS or \/etc\/hosts or apache might\r\nhave issues starting depending on the modules you are using.\r\n\r\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\n\r\n- apache24 default build changed from static MPM to modular MPM\r\n- more modules are now enabled per default in the port\r\n- icons and error pages moved from WWWDIR to DATADIR\r\n\r\n   If build with modular MPM and no MPM is activated in\r\n   httpd.conf, then mpm_prefork will be activated as default\r\n   MPM in etc\/apache24\/modules.d to keep compatibility with\r\n   existing php\/perl\/python modules!\r\n\r\nPlease compare the existing httpd.conf with httpd.conf.sample\r\nand merge missing modules\/instructions into httpd.conf!\r\n\r\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\n\r\n<\/pre>\n<pre class=\"brush: plain; collapse: true; light: false; title: PHP 7.3; toolbar: true; notranslate\" title=\"PHP 7.3\">\r\n# pkg install php73 php73-mysqli php73-mbstring php73-zlib php73-curl php73-gd php73-json\r\nUpdating FreeBSD repository catalogue...\r\nFreeBSD repository is up to date.\r\nAll repositories are up to date.\r\nThe following 21 package(s) will be affected (of 0 checked):\r\n\r\nNew packages to be INSTALLED:\r\n        php73: 7.3.9\r\n        php73-mysqli: 7.3.9\r\n        php73-mbstring: 7.3.9\r\n        php73-zlib: 7.3.9\r\n        php73-curl: 7.3.9\r\n        php73-gd: 7.3.9\r\n        php73-json: 7.3.9\r\n        libargon2: 20171227_1\r\n        pcre2: 10.32_1\r\n        oniguruma: 6.9.3\r\n        curl: 7.65.1\r\n        ca_root_nss: 3.45\r\n        freetype2: 2.10.0\r\n        png: 1.6.37\r\n        jpeg-turbo: 2.0.2\r\n        libgd: 2.2.5_1,1\r\n        fontconfig: 2.12.6,1\r\n        webp: 1.0.2\r\n        tiff: 4.0.10_1\r\n        jbigkit: 2.1_1\r\n        giflib: 5.1.9\r\n\r\nNumber of packages to be installed: 21\r\n\r\nThe process will require 60 MiB more space.\r\n11 MiB to be downloaded.\r\n\r\nProceed with this action? &#x5B;y\/N]: y\r\n&#x5B;1\/21] Fetching php73-7.3.9.txz: 100%    3 MiB   1.8MB\/s    00:02\r\n&#x5B;2\/21] Fetching php73-mysqli-7.3.9.txz: 100%   40 KiB  41.3kB\/s    00:01\r\n&#x5B;3\/21] Fetching php73-mbstring-7.3.9.txz: 100%  742 KiB 759.8kB\/s    00:01\r\n&#x5B;4\/21] Fetching php73-zlib-7.3.9.txz: 100%   17 KiB  17.8kB\/s    00:01\r\n&#x5B;5\/21] Fetching php73-curl-7.3.9.txz: 100%   30 KiB  30.5kB\/s    00:01\r\n&#x5B;6\/21] Fetching php73-gd-7.3.9.txz: 100%   29 KiB  29.9kB\/s    00:01\r\n&#x5B;7\/21] Fetching php73-json-7.3.9.txz: 100%   22 KiB  22.0kB\/s    00:01\r\n&#x5B;8\/21] Fetching libargon2-20171227_1.txz: 100%   65 KiB  66.1kB\/s    00:01\r\n&#x5B;9\/21] Fetching pcre2-10.32_1.txz: 100%    1 MiB 626.6kB\/s    00:02\r\n&#x5B;10\/21] Fetching oniguruma-6.9.3.txz: 100%  213 KiB 217.7kB\/s    00:01\r\n&#x5B;11\/21] Fetching curl-7.65.1.txz: 100%    1 MiB   1.3MB\/s    00:01\r\n&#x5B;12\/21] Fetching ca_root_nss-3.45.txz: 100%  295 KiB 301.6kB\/s    00:01\r\n&#x5B;13\/21] Fetching freetype2-2.10.0.txz: 100%    1 MiB   1.4MB\/s    00:01\r\n&#x5B;14\/21] Fetching png-1.6.37.txz: 100%  286 KiB 293.0kB\/s    00:01\r\n&#x5B;15\/21] Fetching jpeg-turbo-2.0.2.txz: 100%  344 KiB 351.8kB\/s    00:01\r\n&#x5B;16\/21] Fetching libgd-2.2.5_1,1.txz: 100%  200 KiB 204.4kB\/s    00:01\r\n&#x5B;17\/21] Fetching fontconfig-2.12.6,1.txz: 100%  357 KiB 365.6kB\/s    00:01\r\n&#x5B;18\/21] Fetching webp-1.0.2.txz: 100%  410 KiB 419.9kB\/s    00:01\r\n&#x5B;19\/21] Fetching tiff-4.0.10_1.txz: 100%  830 KiB 850.1kB\/s    00:01\r\n&#x5B;20\/21] Fetching jbigkit-2.1_1.txz: 100%   74 KiB  75.6kB\/s    00:01\r\n&#x5B;21\/21] Fetching giflib-5.1.9.txz: 100%  199 KiB 203.4kB\/s    00:01\r\nChecking integrity... done (0 conflicting)\r\n&#x5B;1\/21] Installing jpeg-turbo-2.0.2...\r\n&#x5B;1\/21] Extracting jpeg-turbo-2.0.2: 100%\r\n&#x5B;2\/21] Installing jbigkit-2.1_1...\r\n&#x5B;2\/21] Extracting jbigkit-2.1_1: 100%\r\n&#x5B;3\/21] Installing freetype2-2.10.0...\r\n&#x5B;3\/21] Extracting freetype2-2.10.0: 100%\r\n&#x5B;4\/21] Installing png-1.6.37...\r\n&#x5B;4\/21] Extracting png-1.6.37: 100%\r\n&#x5B;5\/21] Installing tiff-4.0.10_1...\r\n&#x5B;5\/21] Extracting tiff-4.0.10_1: 100%\r\n&#x5B;6\/21] Installing giflib-5.1.9...\r\n&#x5B;6\/21] Extracting giflib-5.1.9: 100%\r\n&#x5B;7\/21] Installing libargon2-20171227_1...\r\n&#x5B;7\/21] Extracting libargon2-20171227_1: 100%\r\n&#x5B;8\/21] Installing pcre2-10.32_1...\r\n&#x5B;8\/21] Extracting pcre2-10.32_1: 100%\r\n&#x5B;9\/21] Installing ca_root_nss-3.45...\r\n&#x5B;9\/21] Extracting ca_root_nss-3.45: 100%\r\n&#x5B;10\/21] Installing fontconfig-2.12.6,1...\r\n&#x5B;10\/21] Extracting fontconfig-2.12.6,1: 100%\r\nRunning fc-cache to build fontconfig cache...\r\n\/usr\/local\/share\/fonts: skipping, no such directory\r\n\/usr\/local\/lib\/X11\/fonts: skipping, no such directory\r\n\/var\/db\/fontconfig: cleaning cache directory\r\nfc-cache: succeeded\r\n&#x5B;11\/21] Installing webp-1.0.2...\r\n&#x5B;11\/21] Extracting webp-1.0.2: 100%\r\n&#x5B;12\/21] Installing php73-7.3.9...\r\n&#x5B;12\/21] Extracting php73-7.3.9: 100%\r\n&#x5B;13\/21] Installing oniguruma-6.9.3...\r\n&#x5B;13\/21] Extracting oniguruma-6.9.3: 100%\r\n&#x5B;14\/21] Installing curl-7.65.1...\r\n&#x5B;14\/21] Extracting curl-7.65.1: 100%\r\n&#x5B;15\/21] Installing libgd-2.2.5_1,1...\r\n&#x5B;15\/21] Extracting libgd-2.2.5_1,1: 100%\r\n&#x5B;16\/21] Installing php73-mysqli-7.3.9...\r\n&#x5B;16\/21] Extracting php73-mysqli-7.3.9: 100%\r\n&#x5B;17\/21] Installing php73-mbstring-7.3.9...\r\n&#x5B;17\/21] Extracting php73-mbstring-7.3.9: 100%\r\n&#x5B;18\/21] Installing php73-zlib-7.3.9...\r\n&#x5B;18\/21] Extracting php73-zlib-7.3.9: 100%\r\n&#x5B;19\/21] Installing php73-curl-7.3.9...\r\n&#x5B;19\/21] Extracting php73-curl-7.3.9: 100%\r\n&#x5B;20\/21] Installing php73-gd-7.3.9...\r\n&#x5B;20\/21] Extracting php73-gd-7.3.9: 100%\r\n&#x5B;21\/21] Installing php73-json-7.3.9...\r\n&#x5B;21\/21] Extracting php73-json-7.3.9: 100%\r\nMessage from freetype2-2.10.0:\r\n\r\nThe 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as\r\nthe default, emulating a modern version of ClearType. This change inevitably\r\nleads to different rendering results, and you might change port's options to\r\nadapt it to your taste (or use the new &quot;FREETYPE_PROPERTIES&quot; environment\r\nvariable).\r\n\r\nThe environment variable &quot;FREETYPE_PROPERTIES&quot; can be used to control the\r\ndriver properties. Example:\r\n\r\nFREETYPE_PROPERTIES=truetype:interpreter-version=35 \\\r\n        cff:no-stem-darkening=1 \\\r\n        autofitter:warping=1\r\n\r\nThis allows to select, say, the subpixel hinting mode at runtime for a given\r\napplication.\r\n\r\nThe controllable properties are listed in the section &quot;Controlling FreeType\r\nModules&quot; in the reference's table of contents\r\n(\/usr\/local\/share\/doc\/freetype2\/reference\/site\/index.html, if documentation was installed).\r\nMessage from ca_root_nss-3.45:\r\n\r\n********************************* WARNING *********************************\r\n\r\nFreeBSD does not, and can not warrant that the certification authorities\r\nwhose certificates are included in this package have in any way been\r\naudited for trustworthiness or RFC 3647 compliance.\r\n\r\nAssessment and verification of trust is the complete responsibility of the\r\nsystem administrator.\r\n\r\n*********************************** NOTE **********************************\r\n\r\nThis package installs symlinks to support root certificates discovery by\r\ndefault for software that uses OpenSSL.\r\n\r\nThis enables SSL Certificate Verification by client software without manual\r\nintervention.\r\n\r\nIf you prefer to do this manually, replace the following symlinks with\r\neither an empty file or your site-local certificate bundle.\r\n\r\n  * \/etc\/ssl\/cert.pem\r\n  * \/usr\/local\/etc\/ssl\/cert.pem\r\n  * \/usr\/local\/openssl\/cert.pem\r\n\r\n***************************************************************************\r\nMessage from php73-mysqli-7.3.9:\r\n\r\nThis file has been added to automatically load the installed extension:\r\n\/usr\/local\/etc\/php\/ext-20-mysqli.ini\r\nMessage from php73-mbstring-7.3.9:\r\n\r\nThis file has been added to automatically load the installed extension:\r\n\/usr\/local\/etc\/php\/ext-20-mbstring.ini\r\nMessage from php73-zlib-7.3.9:\r\n\r\nThis file has been added to automatically load the installed extension:\r\n\/usr\/local\/etc\/php\/ext-20-zlib.ini\r\nMessage from php73-curl-7.3.9:\r\n\r\nThis file has been added to automatically load the installed extension:\r\n\/usr\/local\/etc\/php\/ext-20-curl.ini\r\nMessage from php73-gd-7.3.9:\r\n\r\nThis file has been added to automatically load the installed extension:\r\n\/usr\/local\/etc\/php\/ext-20-gd.ini\r\nMessage from php73-json-7.3.9:\r\n\r\nThis file has been added to automatically load the installed extension:\r\n\/usr\/local\/etc\/php\/ext-20-json.ini\r\n\r\n<\/pre>\n<pre class=\"brush: plain; collapse: true; light: false; title: \/usr\/local\/etc\/php-fpm.conf; toolbar: true; notranslate\" title=\"\/usr\/local\/etc\/php-fpm.conf\">\r\n;;;;;;;;;;;;;;;;;;;;;\r\n; FPM Configuration ;\r\n;;;;;;;;;;;;;;;;;;;;;\r\n\r\ninclude=\/web\/global\/.config\/fpm.d\/*\r\ninclude=\/web\/bachi.net\/.config\/fpm.d\/*\r\ninclude=\/web\/losenko.ch\/.config\/fpm.d\/*\r\ninclude=\/web\/meggen56.ch\/.config\/fpm.d\/*\r\ninclude=\/web\/styleesh.com\/.config\/fpm.d\/*\r\ninclude=\/web\/te-clan.ch\/.config\/fpm.d\/*\r\ninclude=\/web\/teehaus-umami.ch\/.config\/fpm.d\/*\r\ninclude=\/web\/y8303.net\/.config\/fpm.d\/*\r\ninclude=\/web\/bootteilet.ch\/.config\/fpm.d\/*\r\n\r\n;;;;;;;;;;;;;;;;;;\r\n; Global Options ;\r\n;;;;;;;;;;;;;;;;;;\r\n\r\n&#x5B;global]\r\npid = run\/php-fpm.pid\r\nerror_log = log\/php-fpm.log\r\nsyslog.facility = daemon\r\nsyslog.ident = php-fpm\r\nlog_level = notice\r\ndaemonize = yes\r\n<\/pre>\n<pre class=\"brush: plain; collapse: true; light: false; title: pw user add; toolbar: true; notranslate\" title=\"pw user add\">\r\n# pw user add -n www_bachi_net -g 80 -c www.bachi.net -d \/web\/bachi.net\/www -s \/usr\/sbin\/nologin\r\n# pw group add -n www_bachi_net -g 1002\r\n<\/pre>\n<p><a href=\"https:\/\/httpd.apache.org\/docs\/2.4\/mod\/mod_proxy_fcgi.html\">Apache Module mod_proxy_fcgi<\/a><br \/>\n<a href=\"https:\/\/httpd.apache.org\/docs\/2.4\/vhosts\/examples.html\">VirtualHost Examples<\/a><br \/>\n<a href=\"https:\/\/httpd.apache.org\/docs\/current\/suexec.html\">suEXEC Support<\/a><br \/>\n<a href=\"https:\/\/www.cyberciti.biz\/faq\/freebsd-install-php-7-2-with-fpm-for-nginx\/\">FreeBSD install PHP 7.2 with FPM for Nginx<\/a><br \/>\n<a href=\"https:\/\/easybusyforyou.blogspot.com\/2018\/12\/apache-24-php73-php-fpm-freebsd-12-part.html\">Apache 2.4 \/PHP7.3 \/PHP-FPM \/freeBSD 12 (part 1)<\/a><br \/>\n<a href=\"https:\/\/www.adminbyaccident.com\/freebsd\/how-to-freebsd\/how-to-set-apaches-mpm-event-and-php-fpm-on-freebsd\/\">How to set Apache\u2019s MPM Event and PHP-FPM on FreeBSD<\/a><br \/>\n<a href=\"https:\/\/wiki.ubuntuusers.de\/Apache\/Virtual_Hosts\/\">Virtual Hosts<\/a><br \/>\n<a href=\"https:\/\/cwiki.apache.org\/confluence\/display\/httpd\/PHP-FPM\">PHP-FPM<\/a><\/p>\n<p><a href=\"https:\/\/help.nextcloud.com\/t\/help-with-php-fpm-on-apache\/19544\">Help with PHP-FPM on Apache<\/a><br \/>\n<a href=\"https:\/\/serversupportforum.de\/threads\/nextcloud12-auf-debian-9-mit-php7-0-fpm-und-apache2-4-25.58089\/\">NextCloud12 auf debian 9 mit php7.0-fpm und apache2.4.25<\/a><br \/>\n<a href=\"https:\/\/websiteforstudents.com\/install-php-7-3-php-7-3-fpm-with-apache2-nginx-on-ubuntu-16-04-18-04-18-10\/\">Install PHP 7.3 \/ PHP 7.3-FPM With Apache2 \/ Nginx On Ubuntu 16.04 | 18.04 | 18.10<\/a><br \/>\n<a href=\"https:\/\/www.devguide.at\/backend\/php-fpm\/\">PHP-FPM<\/a><br \/>\n<a href=\"https:\/\/www.devguide.at\/backend\/mod_php-vs-cgi-vs-fastcgi\/\">mod_php vs (Fast)CGI vs FPM<\/a><br \/>\n<a href=\"https:\/\/kifarunix.com\/install-apache-mysql-php-famp-stack-on-freebsd-12\/\">Install Apache, MySQL, PHP (FAMP) Stack on FreeBSD 12<\/a><\/p>\n<pre class=\"brush: plain; collapse: true; light: false; title: phpMyAdmin; toolbar: true; notranslate\" title=\"phpMyAdmin\">\r\nhttps:\/\/pad.de\/index.php\/2018\/11\/20\/phpmyadmin-fehlermeldung-konfiguration-des-pmadb-fehlerhaft\/\r\n\r\nGRANT SELECT, INSERT, UPDATE, DELETE ON phpmyadmin.* TO 'pma'@'localhost' IDENTIFIED BY 'passwort';\r\n<\/pre>\n<pre class=\"brush: plain; collapse: true; light: false; title: GRANT; toolbar: true; notranslate\" title=\"GRANT\">\r\nGRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, REFERENCES, INDEX ON db_name.* TO 'user_name'@'localhost' IDENTIFIED BY 'password';\r\n<\/pre>\n<pre class=\"brush: plain; collapse: true; light: false; title: ; toolbar: true; notranslate\" title=\"\">\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>blog.bachi.net FreeBSD Ports freebsd-update QMail HOWTO (2016) $ pkg install mysql57-server Updating FreeBSD repository catalogue&#8230; FreeBSD repository is up to date. All repositories are up to date. The following 11 package(s) will be affected (of 0 checked): New packages to be INSTALLED: mysql57-server: 5.7.26_1 perl5: 5.28.2 curl: 7.65.1 libnghttp2: 1.39.1 ca_root_nss: 3.45 protobuf: 3.7.1,1 libevent: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-9820","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/9820","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9820"}],"version-history":[{"count":27,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/9820\/revisions"}],"predecessor-version":[{"id":10409,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/9820\/revisions\/10409"}],"wp:attachment":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9820"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9820"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}