User contributions for Ebroch
Jump to navigation
Jump to search
27 March 2024
- 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
- 22:5622:56, 26 March 2024 diff hist +1,250 N Alias Domains Created page with " Create alias domain Qmail & Dovecot 1) Create alias domain table and insert alias domain a) # mysql -u root -p vpopmail b) MariaDB [vpopmail]> create table aliasdomains ( domain char(96) not null, alias char(96) not null); c) MariaDB [vpopmail]> insert into aliasdomains (domain,alias) values ('domain.com','domain.org'); 2) Change dovecot mysql password query password_query = SELECT CONCAT( pw_name ,'@', pw_domain ) AS user, \ pw_passwd AS password, \..."
- 22:5522:55, 26 March 2024 diff hist +25 Domains No edit summary
- 22:5122:51, 26 March 2024 diff hist +1,690 N Shutting down Qmail manually Created page with "<pre> If for whatever reason qmail is started twice or already started shut it down manually... # qmailctl stop # ps aux | grep svscan | grep -v grep root 6398 0.0 0.0 4416 912 pts/0 S 13:32 0:00 svscan # kill 6398 # ps aux | grep supervise | grep -v grep root 6400 0.0 0.0 4248 916 pts/0 S 13:32 0:00 supervise send root 6401 0.0 0.0 4248 880 pts/0 S 13:32 0:00 supervise log root 6402..." current
- 22:5022:50, 26 March 2024 diff hist +40 User Tips & Tricks No edit summary
- 22:4222:42, 26 March 2024 diff hist 0 Control Files List No edit summary
- 22:4122:41, 26 March 2024 diff hist +2 Control Files List No edit summary
- 22:3822:38, 26 March 2024 diff hist +52 Control Files List No edit summary
- 22:3322:33, 26 March 2024 diff hist +1 Control Files List No edit summary
- 22:3222:32, 26 March 2024 diff hist +26 Control Files List No edit summary
- 22:2822:28, 26 March 2024 diff hist +17 Control Files List No edit summary
- 22:2522:25, 26 March 2024 diff hist +4 Control Files List No edit summary
- 22:2522:25, 26 March 2024 diff hist 0 Control Files List No edit summary
- 22:2422:24, 26 March 2024 diff hist +11 Control Files List No edit summary
- 22:2222:22, 26 March 2024 diff hist −10 Control Files List No edit summary
- 22:1722:17, 26 March 2024 diff hist +21 Control Files List No edit summary
- 22:1622:16, 26 March 2024 diff hist −12 Control Files List No edit summary
- 22:1622:16, 26 March 2024 diff hist +13,769 N Control Files List Created page with "<pre> Qmail Control Files Qmail is controlled by a large set of control files stored in /var/qmail/control. Unlike some other MTAs that group everything into one huge file that they have to parse to figure out what's what, qmail puts each different kind of information into a separate file, so that each file needs little or no parsing. All files are lines of plain text (although a few files are compiled into CDB databases before use). Some, noted below, allow comment l..."
- 22:1522:15, 26 March 2024 diff hist +31 Configuration No edit summary
- 22:1122:11, 26 March 2024 diff hist +8 Securing SquirrelMail No edit summary
- 22:1122:11, 26 March 2024 diff hist +25 7.x to 8.x No edit summary
- 22:0822:08, 26 March 2024 diff hist +36 PHP upgrade 7.x to 8.1 No edit summary current
- 22:0522:05, 26 March 2024 diff hist +1,793 N PHP upgrade 7.x to 8.1 Created page with " 4) Requires Squirrelmail upgrade 5) # dnf update squirrelmail or manually 5) # cp /etc/httpd/conf.d/squirrelmail.conf /etc/httpd/conf.d/squirrelmail.conf.bak 6) # dnf remove squirrelmail 7) # wget http://snapshots.squirrelmail.org/squirrelmail-20230327_0200-SVN.stable.tar.gz 8) # tar zxvf squirrelmail-20230327_0200-SVN.stable.tar.gz 9) # cp -Rp squirrelmail.stable/squirrelmail /usr/share 10) # cp /etc/httpd/conf.d/squirrelmail.conf.bak /etc/h..."
- 22:0522:05, 26 March 2024 diff hist +48 N Securing SquirrelMail Created page with "== 1 == == PHP upgrade 7.x to 8.1 =="
- 22:0222:02, 26 March 2024 diff hist +145 N 7.x to 8.x Created page with "Tested EL8 Derivatives<br> 1) # dnf module reset php 2) # dnf module install php:remi-8.1 3) # dnf update Squirrelmail Update necessary"
- 21:5921:59, 26 March 2024 diff hist +22 N PHP Created page with "== 7.x to 8.x =="
- 21:5721:57, 26 March 2024 diff hist +15 Configuration No edit summary
- 20:1820:18, 26 March 2024 diff hist −10 Dspam No edit summary
- 20:0920:09, 26 March 2024 diff hist −45 Dspam No edit summary
- 20:0820:08, 26 March 2024 diff hist +33 Dspam No edit summary