Deletion log

Jump to navigation Jump to search

Below is a list of the most recent deletions.

Logs
  • 09:06, 2 November 2024 Ebroch talk contribs deleted page Dovecot LDAP Authentication (content was: "Back<br> Assumes working AD server # cd /etc/dovecot # cat > dovecot-ldap.conf.ext << __EOF__ hosts = mail.domain.tld dn = administrator@domain.tld dnpass = "adminpass" base = cn=users,dc=domain,dc=tld ldap_version = 3 auth_bind = yes iterate_attrs = userPrincipalName=user iterate_filter = (&(userPrincipalName=*)(objec...", and the only contributor was "Ebroch" (talk))
  • 09:06, 2 November 2024 Ebroch talk contribs deleted page Qmail LDAP Authentication (content was: " Back<br> To authenticate Qmail Submssion/SMTPS against LDAP server instead of vpopmail download and compile https://github.com/qmtoaster/source/blob/main/qldapauth.c this file <pre> # wget https://raw.githubusercontent.com/qmtoaster/source/main/qldapauth.c # dnf install openldap-devel # g++ -o qldapauth qldapauth.cpp -lldap # mv...", and the only contributor was "Ebroch" (talk))
  • 17:24, 19 October 2024 Ebroch talk contribs deleted page How to integrate qms-analog for nicely log stats (content was: "Tried a while ago qmailrocks and liked qms-analog option and sometimes would have saved me from long log debugging on qmailtoaster. now I have some time and decided to refresh qms-analog script to new qmail-scanner. '''BEWARE''' this patch might contain some errors please use it only in testing environment ! '''Install Dependencies''' cpan Time::HiRes DB_File Sys::Syslog M...", and the only contributor was "Ebroch" (talk))
  • 17:12, 19 October 2024 Ebroch talk contribs deleted page Webmail Client (content was: "Back<br> (This page is still underdevelopment) Below are lists of Webmail Client that can be use with QmailToaster == AfterLogic lite == http://www.afterlogic.com/products/webmail-lite == atmail == http://atmail.org/ == eGroupware == http://www.egroupware.org/ == Hastymail == http://www.hastymail.org/ == Horde == http://www.horde.org/ == Nut...", and the only contributor was "Ebroch" (talk))
  • 13:24, 19 October 2024 Ebroch talk contribs deleted page Secure Qmail web administration (content was: "Back<br> =Secure /admin-toaster/, force https and aclnet (/etc/httpd/conf/toaster.conf)= <pre> RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] Define aclnet "172.16.1.0/24 192.168.9.0/24 127.0.0.1" <IfModule mod_alias.c> ScriptAlias /mail/ /usr/share/toaster/cgi-bin/ Alia...", and the only contributor was "Ebroch" (talk))
  • 13:02, 19 October 2024 Ebroch talk contribs deleted page SSL on submission port (content was: "Back =SSL on Submission port= # cd /var/qmail/supervise # cat > submission/run << __EOF__ #!/bin/sh QMAILDUID=\`id -u vpopmail\` NOFILESGID=\`id -g vpopmail\` MAXSMTPD=\`cat /var/qmail/control/concurrencyincoming\` SMTPD="/var/qmail/bin/qmail-smtpd" TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb" HOSTNAME=\`hostname\` VCHKPW="/home/vpopm...", and the only contributor was "Ebroch" (talk))
  • 13:01, 19 October 2024 Ebroch talk contribs deleted page SSL (content was: "Back = SMTPS = # qmailctl stop # cd /var/qmail/supervise # cp -Rp submission smtps<br> # cat > smtps/run << __EOF__ #!/bin/sh QMAILDUID=\`id -u vpopmail\` NOFILESGID=\`id -g vpopmail\` MAXSMTPD=\`cat /var/qmail/control/concurrencyincoming\` SMTPD="/var/qmail/bin/qmail-smtpd" TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb" HOSTNAME=\`hostname\` VCHKPW="/h...", and the only contributor was "Ebroch" (talk))
  • 12:40, 19 October 2024 Ebroch talk contribs deleted page Configuring SRS on Toaster 1.03-1.3.13+ (content was: "Back<br> First you need to configure some parameters in /var/qmail/control. Do the following: echo srs.YOURDOMAIN > /var/qmail/control/srs_domain echo SECRET > /var/qmail/control/srs_secrets YOURDOMAIN: Replace with your domain name, e.g. srs.foo-bar.com SECRET: Replace with a random string Important! You MUST...", and the only contributor was "Ebroch" (talk))
  • 12:17, 19 October 2024 Ebroch talk contribs undeleted page Configuration (26 revisions)
  • 12:10, 19 October 2024 Ebroch talk contribs deleted page Configuration (content was: "Back == Initial Configuration == == Domains == Follow this link for information about configuring domains. == Users == Follow this link for information about configuring users. List of Mobile Device which succesfully connect to QmailToaster with SMTP-Auth and Submission Port List of Wapmail for mobile users with GPRS and Wap B...", and the only contributor was "Ebroch" (talk))
  • 12:09, 19 October 2024 Ebroch talk contribs deleted page How to Setup DKIM with Qmail Toaster (content was: "Back<br> Source: [https://manuel.mausz.at/coding/qmail-dkim/ Manuel Mausz'] Perl script 1. DKIM sign all email with global key '''Set up signing framework''' # yum -y install perl-XML-Simple perl-Mail-DKIM perl-XML-Parser # qmailctl stop # cd /var/qmail/bin # mv qmail-remote qmail-remote.orig <!--# wget -P /var/qmail/...", and the only contributor was "Ebroch" (talk))
  • 07:45, 21 June 2024 Ebroch talk contribs deleted page Disabling Domain Keys (content was: "Unfortunately, domain keys are broken in Toaster. It's recommended that you disable them for the time being. This will be disabled in future releases anyway, until a suitable fix can be found. To disable domain keys: cd /var/qmail/bin ln -sf qmail-queue.orig qmail-queue And then restart qmail: qmailctl restart That's it!", and the only contributor was "Ebroch" (talk))
  • 08:41, 31 March 2024 Ebroch talk contribs deleted page Fail2Ban (content was: "'''Basic fail2ban installation and setup''' ---- == Installation == Install EPEL Repos * For CentOS 5 i386: # rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm * For CentOS 4: # rpm -Uvh http://download.fedora.redhat.com/pub/epel/4/i386/epel-release-4-10.noarch.rpm Instal fail2ban: # yum install fail2ban == Setup == To wor...", and the only contributor was "Ebroch" (talk))
  • 14:21, 27 March 2024 Ebroch talk contribs deleted page Adding Horde Webmail to Toaster (content was: "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 appli...", and the only contributor was "Ebroch" (talk))
  • 12:52, 20 March 2024 Ebroch talk contribs undeleted page Configuration (2 revisions)
  • 12:52, 20 March 2024 Ebroch talk contribs deleted page Configuration (content was: "== Initial Configuration == == Domains == Follow this link for information about configuring domains. == Users == Follow this link for information about configuring users. List of Mobile Device which succesfully connect to QmailToaster with SMTP-Auth and Submission Port List of Wapmail for mobile users with GPRS and Wap Browser Handphone == Control File...", and the only contributor was "Ebroch" (talk))
  • 12:51, 20 March 2024 Ebroch talk contribs deleted page Fetchmail (content was: "=== fetchmail ===", and the only contributor was "Ebroch" (talk))