User contributions for Ebroch
Jump to navigation
Jump to search
27 March 2024
- 15:3115:31, 27 March 2024 diff hist +2 Roundcube No edit summary
- 15:3115:31, 27 March 2024 diff hist +63 Roundcube No edit summary
- 15:2915:29, 27 March 2024 diff hist +93 Roundcube No edit summary
- 15:2815:28, 27 March 2024 diff hist +11 Roundcube No edit summary
- 15:2615:26, 27 March 2024 diff hist −124 Roundcube No edit summary
- 15:2515:25, 27 March 2024 diff hist −200 Roundcube No edit summary
- 15:2115:21, 27 March 2024 diff hist −3 Roundcube No edit summary
- 15:2015:20, 27 March 2024 diff hist +356 Roundcube No edit summary
- 14:3114:31, 27 March 2024 diff hist +44 Roundcube No edit summary
- 14:2814:28, 27 March 2024 diff hist +13 Roundcube No edit summary
- 14:2814:28, 27 March 2024 diff hist +2,015 N Roundcube Created page with "Upgrade PHP 5.x to 7.x # yum -y install git yum-utils epel-release php-mysql roundcubemail # echo "create database roundcube character set utf8 collate utf8_bin" | mysql -uroot -p # echo "GRANT ALL ON roundcube.* TO roundcube@localhost IDENTIFIED BY 'p4ssw3rd'" | mysql -uroot -p # mysql -uroot -p roundcube < /usr/share/roundcubemail/SQL/mysql.initial.sql # cp -p /etc/httpd/conf.d/roundcubemail.conf /etc/httpd/conf.d/roundcubemail.conf.bak && \ wget -O /etc/roundcubemail/..."
- 14:2614:26, 27 March 2024 diff hist +31 Main Page No edit summary
- 14:2514:25, 27 March 2024 diff hist +59 N Webmail Created page with "== Roundcube == == Rainloop == == Afterlogic =="
- 14:2314:23, 27 March 2024 diff hist −64 Main Page →Replacing Courier IMAP with Dovecot IMAP (Obsolete)
- 14:2314:23, 27 March 2024 diff hist −45 Main Page →Adding Horde Webmail to Toaster
- 14:2014:20, 27 March 2024 diff hist +8,506 N Horde Created page with "The Horde Project is a PHP framework for webmail and related applications. Go to [http://www.horde.org The Horde Project] for more details. The instructions below for Centos 5.x come from a meld of a post from Anil Aliyan on the Qmail-Toaster list and [http://wiki.horde.org/CentOS5InstallationNotes The Horde Wiki]. == '''Setup''' == '''Step 1.''' Install some additional applications and their dependencies to your server. Note, as far as I know all of these applicati..."
- 14:1914:19, 27 March 2024 diff hist +5 Nextcloud No edit summary
- 14:1814:18, 27 March 2024 diff hist +115 Nextcloud No edit summary
- 14:1614:16, 27 March 2024 diff hist +71 Nextcloud No edit summary
- 14:1114:11, 27 March 2024 diff hist +40 Nextcloud No edit summary
- 14:1014:10, 27 March 2024 diff hist +6 Nextcloud No edit summary
- 14:0914:09, 27 March 2024 diff hist +419 Nextcloud No edit summary
- 14:0314:03, 27 March 2024 diff hist +383 Nextcloud No edit summary
- 13:3913:39, 27 March 2024 diff hist −2 Open-Xchange No edit summary
- 13:3813:38, 27 March 2024 diff hist +3 Nextcloud No edit summary
- 13:3713:37, 27 March 2024 diff hist +1 Nextcloud No edit summary
- 13:3713:37, 27 March 2024 diff hist +10 Nextcloud No edit summary
- 13:3713:37, 27 March 2024 diff hist +12 Nextcloud No edit summary
- 13:3613:36, 27 March 2024 diff hist +1,079 N Nextcloud Created page with "Assumes Apache, MySQL, & PHP installed Assumes Firewall ports are opened Necessary php packages dnf install php-mbstring php-gd php-pecl-zip php-xml php-json unzip Nextcloud package wget https://download.nextcloud.com/server/releases/latest.zip unzip latest.zip -d /var/www/html mkdir /var/www/html/nextcloud/data chown -R apache:apache /var/www/html/nextcloud/* chcon -h system_u:object_r:httpd_sys_content_t /var/www/html/nextcloud/ -R Database Setup MYSQLPW=$password c..."
- 13:2713:27, 27 March 2024 diff hist +171 Open-Xchange No edit summary
- 13:2613:26, 27 March 2024 diff hist +12 Open-Xchange No edit summary
- 13:2613:26, 27 March 2024 diff hist +10,288 N Open-Xchange Created page with " #!/bin/bash # Enter domain, mx(local postfix), imap server, postmaster account password, and ox/mysql administrative password DOMAIN=domain.tld MX=localhost.localdomain IMAP=mx.domain.tld POSTMASTERPW=postpass MYSQLPW=mysqlpw [ ! $DOMAIN ] && echo "No domain" && exit 1 echo $DOMAIN [ ! $MX ] && echo "No mx" && exit 1 echo $MX [ ! $IMAP ] && echo "No mx" && exit 1 echo $IMAP [ ! $POSTMASTERPW ] && echo "No postmaster password" && exit 1 echo $POSTMASTERPW [ ! $MYSQL..."
- 13:2513:25, 27 March 2024 diff hist 0 Groupware →Open X-change
- 13:2213:22, 27 March 2024 diff hist +62 N Groupware Created page with "=== Open X-change=== === Nextcloud=== === Horde==="
- 13:2113:21, 27 March 2024 diff hist +71 Main Page No edit summary
- 13:1413:14, 27 March 2024 diff hist +29 Main Page →QmailToaster-Plus
- 13:1113:11, 27 March 2024 diff hist −26 Main Page →QmailToaster-Plus
- 13:0713:07, 27 March 2024 diff hist +4 IMAP/SMTP Authentication tests No edit summary
- 13:0613:06, 27 March 2024 diff hist +5 IMAP/SMTP Authentication tests No edit summary
- 13:0313:03, 27 March 2024 diff hist +7 IMAP/SMTP Authentication tests No edit summary
- 13:0213:02, 27 March 2024 diff hist +3,271 N IMAP/SMTP Authentication tests Created page with "<pre> IMAPS, SMTPS, & Submission connection test script #!/bin/bash read -p "Enter a valid remote email account to which QMT will send mail: " ruser if [ -z "$ruser" ] then echo "No remote user entered, exiting..." exit 1 fi user=postmaster host=`hostname -I` DOMAINS=/home/vpopmail/domains user=postmaster DOMAINS=/home/vpopmail/domains for domain in `ls $DOMAINS` do pass=`/home/vpopmail/bin/vuserinfo $user@$domain | grep "c..."
- 13:0113:01, 27 March 2024 diff hist +42 Configuration No edit summary
- 12:5812:58, 27 March 2024 diff hist +246 N Qmail queue Created page with "Queue creation # qmailctl stop # mv /var/qmail/queue /var/qmail/queue.bak # queue_repair.py -c --split 23 --no-bigtodo /var/qmail # qmailctl start Queue repair # qmailctl stop # queue_repair.py -r # qmailctl start # qmailctl queue More to come..."
- 12:5712:57, 27 March 2024 diff hist +23 Configuration No edit summary
- 12:5512:55, 27 March 2024 diff hist +50 Configuration No edit summary
26 March 2024
- 23:0923:09, 26 March 2024 diff hist −4 Spam Throttle No edit summary
- 23:0923:09, 26 March 2024 diff hist −2 Spam Throttle No edit summary
- 23:0823:08, 26 March 2024 diff hist +84 Spam Throttle No edit summary
- 23:0123:01, 26 March 2024 diff hist +3,912 N Dspam w/PostgreSQL Created page with "<pre> Assumes Dspam is already installed (1) Install and start postgresql # dnf install postgresql-server postgresql-contrib dspam-pgsql # postgresql-setup --initdb # systemctl enable --now postgresql # systemctl status postgresql (2) Edit postgres files: # /var/lib/pgsql/data/postgresql.conf listen_addresses = '0.0.0.0' # IPv4 listen_addresses = '*' # IPv4/6 port = 5432 # /var/lib/pgsql/data/pg_hba.conf # IPv4 local connections: #hos..."
- 23:0023:00, 26 March 2024 diff hist +32 Dspam No edit summary