All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QmailToaster. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08: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))
- 08: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))
- 08:03, 2 November 2024 Ebroch talk contribs created page Dovecot Active Directory Authentication (Created page with "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=*)(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2))) user_filter = (&(userPrin...")
- 08:03, 2 November 2024 Ebroch talk contribs created page Qmail Active Directory Authentication (Created page with " 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 qldapauth /home/vpopmail/bin # chown vpopmail:vchkpw /home/vpopmail/bin/qldapauth # chmod 755...")
- 07:41, 2 November 2024 Ebroch talk contribs created page Dovecot LDAP Authentication (Created page with " # 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=*)(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2))) user_filter = (&(userPrincipalName=%u)(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2))) pass_filter =...")
- 16: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))
- 16: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))
- 14:05, 19 October 2024 Ebroch talk contribs created page Tcpserver (Created page with "Back<br> tcpserver controls most of your QMT daemons (pop, smtp, etc.). There are many options you can add/edit/change to get different results depending on your environment. The options listed below were taken from http://cr.yp.to/ucspi-tcp/tcpserver.html General options: * -q: Quiet. Do not print error messages. * -Q: (Default.) Print error messages. * -v: Verbose. Print error messages and status messages. Con...")
- 12: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))
- 12:18, 19 October 2024 Ebroch talk contribs created page Secure /admin-toaster/ (Created page with "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/ Alias /admin-toaster /usr/share/toaster/htdocs/admin/ Alias /stats-toaster/ /usr/share/toaste...")
- 12: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))
- 12: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))
- 11:58, 19 October 2024 Ebroch talk contribs created page Submission (Created page with "Back<br> # 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/vpopmail/bin/vchkpw"<br> export FORCETLS="1" export SMTPAUTH="!"<br> exec /usr/bin/softlimit -m 128000000 \\ /usr/bin/tcpserv...")
- 11:56, 19 October 2024 Ebroch talk contribs created page SMTPS (Created page with "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="/home/vpopmail/bin/vchkpw"<br> export SMTPS="1" export FORCETLS="0" export SMTPAUTH="!+cra...")
- 11:46, 19 October 2024 Ebroch talk contribs created page DNS Server (Created page with "[http://www.oreilly.com/catalog/linuxckbk/ <i>The Linux Cookbook</i> (O'Reilly) by Carla Schroder] has very good recipes for setting up a DNS server. Caching, public and private servers for both bind and djbdns are covered. You can also read it online [http://safari.oreilly.com/0596006403/linuxckbk-PREFACE-2#X2ludGVybmFsX1RvYz94bWxpZD0wNTk2MDA2NDAzL2xpbnV4Y2tiay1DSFAtMjQ= here]. ==== bind ==== A very nice tutorial for bind can be found [http://www.troubleshooters.com/li...")
- 11: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))