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:05, 30 April 2026 Ebroch talk contribs created page Authsenders (Created page with " authsenders Authenticated sender. For each sender included in authsenders: sender:relay:port|user|password qmail-remote will try SMTP Authentication of type CRAM-MD5, LOGIN, or PLAIN with the provided user name user and password password (the authentication information) and eventually relay the mail through relay on port port. The use of relay and port follows the same rules as for smtproutes Note: In case sender is empty, qmail-remote will try to deliver each...")
- 12:56, 22 August 2025 Ebroch talk contribs created page Systemd (Created page with " '''Systemd conversion''' # unlink /usr/bin/qmailctl # mv /etc/init.d/qmail /etc/init.d/vusaged /var/qmail/bin # ln -s /usr/qmail/bin/qmail /usr/bin/qmailctl cat > /etc/systemd/system/qmail.service <<EOF # Automatically generated by systemd-sysv-generator [Unit] Documentation=man:systemd-sysv-generator(8) SourcePath=/var/qmail/bin/qmail Description=SYSV: Qmailtoaster MTA Before=multi-user.target Before=multi-user.target Before=multi-user.target Before=gra...")
- 10:34, 21 August 2025 Ebroch talk contribs created page Rocky, Alma, Springdale 10 QT Install (Created page with "Back<br> =Enterprise Linux 10 Minimal Install= ==QMT Install ('Many-Domain')== <nowiki>#</nowiki> curl -o /usr/local/bin/qt_install https://raw.githubusercontent.com/qmtoaster/scripts/master/qt_install_el10.sh <nowiki>#</nowiki> chmod 755 /usr/local/bin/qt_install <nowiki>#</nowiki> qt_install <span style="color:red"> ...installing... </span> <nowiki>#</nowiki> toaststat<br> Status of toaster services send: up (pid 1323) 15...")
- 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))
- 09: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...")
- 09: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...")
- 08: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 =...")
- 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))
- 15: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...")
- 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: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...")
- 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: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...")
- 12: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...")
- 12: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...")
- 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))