User contributions for Ebroch
Jump to navigation
Jump to search
27 March 2024
- 14:4214:42, 27 March 2024 diff hist +2,211 N Afterlogic Created page with " Installation # mkdir /usr/share/webmaillite && \ cd /usr/share/webmaillite && \ wget https://afterlogic.org/download/webmail_php.zip && \ yum -y install unzip && \ unzip webmail_php.zip && \ chown -R apache.apache /usr/share/webmaillite/data && \ chown -R apache.apache /usr/share/webmaillite/adminpanel # vi /usr/share/webmaillite/data/settings/config.json Change setting 'RedirectToHttps' to true # vi /usr/share/webmaillite/data/settings/modules/TwoFa..."
- 14:3914:39, 27 March 2024 diff hist 0 Rainloop No edit summary
- 14:3814:38, 27 March 2024 diff hist −448 Rainloop No edit summary
- 14:3614:36, 27 March 2024 diff hist +4 Rainloop No edit summary
- 14:3514:35, 27 March 2024 diff hist +1,882 N Rainloop Created page with " # Install rainloop 1) # wget https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip or # https://www.rainloop.net/repository/webmail/rainloop-latest.zip 2) # unzip rainloop-community-latest.zip -d /usr/share/rainloop 3) # find /usr/share/rainloop -type d -exec chmod 755 {} \; 4) # find /usr/share/rainloop -type f -exec chmod 644 {} \; 5) # chown -R apache:apache /usr/share/rainloop 6a) # vi /etc/httpd/conf.d/rainloop.conf (Cent..."
- 14:3314:33, 27 March 2024 diff hist −2 Roundcube No edit summary
- 14:3214:32, 27 March 2024 diff hist 0 Roundcube No edit summary
- 14:3114:31, 27 March 2024 diff hist +2 Roundcube No edit summary
- 14:3114:31, 27 March 2024 diff hist +63 Roundcube No edit summary
- 14:2914:29, 27 March 2024 diff hist +93 Roundcube No edit summary
- 14:2814:28, 27 March 2024 diff hist +11 Roundcube No edit summary
- 14:2614:26, 27 March 2024 diff hist −124 Roundcube No edit summary
- 14:2514:25, 27 March 2024 diff hist −200 Roundcube No edit summary
- 14:2114:21, 27 March 2024 diff hist −3 Roundcube No edit summary
- 14:2014:20, 27 March 2024 diff hist +356 Roundcube No edit summary
- 13:3113:31, 27 March 2024 diff hist +44 Roundcube No edit summary
- 13:2813:28, 27 March 2024 diff hist +13 Roundcube No edit summary
- 13:2813: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/..."
- 13:2613:26, 27 March 2024 diff hist +31 Main Page No edit summary
- 13:2513:25, 27 March 2024 diff hist +59 N Webmail Created page with "== Roundcube == == Rainloop == == Afterlogic =="
- 13:2313:23, 27 March 2024 diff hist −64 Main Page →Replacing Courier IMAP with Dovecot IMAP (Obsolete)
- 13:2313:23, 27 March 2024 diff hist −45 Main Page →Adding Horde Webmail to Toaster
- 13:2013: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..."
- 13:1913:19, 27 March 2024 diff hist +5 Nextcloud No edit summary
- 13:1813:18, 27 March 2024 diff hist +115 Nextcloud No edit summary
- 13:1613:16, 27 March 2024 diff hist +71 Nextcloud No edit summary
- 13:1113:11, 27 March 2024 diff hist +40 Nextcloud No edit summary
- 13:1013:10, 27 March 2024 diff hist +6 Nextcloud No edit summary
- 13:0913:09, 27 March 2024 diff hist +419 Nextcloud No edit summary
- 13:0313:03, 27 March 2024 diff hist +383 Nextcloud No edit summary
- 12:3912:39, 27 March 2024 diff hist −2 Open-Xchange No edit summary
- 12:3812:38, 27 March 2024 diff hist +3 Nextcloud No edit summary
- 12:3712:37, 27 March 2024 diff hist +1 Nextcloud No edit summary
- 12:3712:37, 27 March 2024 diff hist +10 Nextcloud No edit summary
- 12:3712:37, 27 March 2024 diff hist +12 Nextcloud No edit summary
- 12:3612: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..."
- 12:2712:27, 27 March 2024 diff hist +171 Open-Xchange No edit summary
- 12:2612:26, 27 March 2024 diff hist +12 Open-Xchange No edit summary
- 12:2612: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..."
- 12:2512:25, 27 March 2024 diff hist 0 Groupware →Open X-change
- 12:2212:22, 27 March 2024 diff hist +62 N Groupware Created page with "=== Open X-change=== === Nextcloud=== === Horde==="
- 12:2112:21, 27 March 2024 diff hist +71 Main Page No edit summary
- 12:1412:14, 27 March 2024 diff hist +29 Main Page →QmailToaster-Plus
- 12:1112:11, 27 March 2024 diff hist −26 Main Page →QmailToaster-Plus
- 12:0712:07, 27 March 2024 diff hist +4 IMAP/SMTP Authentication tests No edit summary
- 12:0612:06, 27 March 2024 diff hist +5 IMAP/SMTP Authentication tests No edit summary
- 12:0312:03, 27 March 2024 diff hist +7 IMAP/SMTP Authentication tests No edit summary
- 12:0212: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..."
- 12:0112:01, 27 March 2024 diff hist +42 Configuration No edit summary
- 11:5811: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..."