New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View ( | older 100) (20 | 50 | 100 | 250 | 500)
  • 10:17, 16 March 2024SSL on submission port (hist | edit) ‎[906 bytes]Ebroch (talk | contribs) (Created page with "===SSL on Submission port=== Just trying some things out here I noticed that Outlook Express and qmail-toaster in ssl/require auth mode are not very compatible. Have not figured out what exactly goes wrong, but it seems OE never gets to auth itself. Debugging SSL encrypted sessions is a bit dificult .... It does work with the Mail program from Vista. Looking for ways to solve this, since using SSL on the submission port is pretty much required for security reasons I...")
  • 10:17, 16 March 2024SSL (hist | edit) ‎[1,690 bytes]Ebroch (talk | contribs) (Created page with "<u>'''SSL'''</u> After adding a Certificate, TLS should work, but SSL might need some additional configuration. As SSL over SMTP on port 465 is depreciated, there is nothing listening on port 465 with the basic Qmail-Toaster. In order to add legacy SSL over SMTP (smtps) capability on port 465, you need to add an smtp-ssl daemon. Here's how to do it. 1) Stop qmail: # service qmail stop 2) Create the supervise directories for smtps # mkdir -p /var/qmail/supervi...")
  • 10:16, 16 March 2024EMPF (hist | edit) ‎[85 bytes]Ebroch (talk | contribs) (Created page with "Please refer to [http://www.qmailwiki.org/index.php/EMPF the Qmailwiki page on eMPF].")
  • 10:15, 16 March 2024Certificate (hist | edit) ‎[4,678 bytes]Ebroch (talk | contribs) (Created page with "<u>'''Security Certificate'''</u> To configure a SSL certificate for TLS and/or SSL over SMTP: 1) Create a private key using the triple des encryption standard (recommended): # openssl genrsa -des3 -out servercert.key.enc 1024 2) Remove the pass phrase from the private key: # openssl rsa -in servercert.key.enc -out servercert.key 3) Generate Certificate Request # openssl req -new -key servercert.key -out servercert.csr 4) Go to [http://www.discountwebcerts.com/i...")
  • 10:15, 16 March 2024Tcpserver options/flags (hist | edit) ‎[3,561 bytes]Ebroch (talk | contribs) (Created page with "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. Connection options: * -c n: Do not handle more th...")
  • 10:14, 16 March 2024Tcp.smtp (hist | edit) ‎[6,856 bytes]Ebroch (talk | contribs) (Created page with "Located at /etc/tcprules.d/, tcp.smtp is a 2 line (default toaster) file that orchestrates many of the QMT functions. It is the traffic cop in a busy intersection, controlling SMTP processing alternatives. If you're running another MTA in concert with QmailToaster, or you have an unusual or complicated setup, the following might not be applicable to you. If that is the case, you should take your problem straight to the mailing list. Hopefully this page will eventually c...")
  • 10:13, 16 March 2024Configuring SRS on Toaster 1.03-1.3.13+ (hist | edit) ‎[2,560 bytes]Ebroch (talk | contribs) (Created page with "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 create a MX record for srs.YOURDOMAIN pointing to your server. Optional parameters: echo 7 > /var/qmail/control/srs_maxage echo 4 > /var/qmail/control/srs_hashle...")
  • 10:11, 16 March 2024SURBL (hist | edit) ‎[2,768 bytes]Ebroch (talk | contribs) (Created page with "SURBLs (SURBL - Spam URI Realtime Blocklists) differ from most other RBLs in that they're used to detect spam based on message body URIs (usually web sites). Unlike most other RBLs, SURBLs are not used to identify spam senders. Instead they allow you to identify messages that have spam hosts which are mentioned in message bodies. Here's how to get emails checked against [http://www.surbl.org SURBL] via SpamAssassin with QMailToaster. REQUIRES: current spamassa...")
  • 10:10, 16 March 2024Spamassassin (hist | edit) ‎[9,085 bytes]Ebroch (talk | contribs) (Created page with "SpamAssassin is a mail filter to identify spam. It is an intelligent email filter which uses a diverse range of tests to identify unsolicited bulk email, more commonly known as Spam. These tests are applied to email headers and content to classify email using advanced statistical methods. In addition, SpamAssassin has a modular architecture that allows other technologies to be quickly wielded against spam and is designed for easy integration into virtually any email syst...")
  • 10:10, 16 March 2024Clamav (hist | edit) ‎[6,677 bytes]Ebroch (talk | contribs) (Created page with "== About ClamAV == From: [http://www.clamav.net Clamav.net] ClamAV is an open source (GPL) antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats. It is the de facto standard for mail gateway scanning. It provides a high performance mutli-threaded scanning daemon, command line utilities for on demand file scanning, and an intelligent tool for automatic signature updates. The core ClamAV library provides numerous file format detect...")
  • 10:09, 16 March 2024Domainkeys (hist | edit) ‎[16,586 bytes]Ebroch (talk | contribs) (Created page with "= Introduction = What are DomainKeys? See [http://antispam.yahoo.com/domainkeys Yahoo!'s DomainKeys page] for an explaination and further resources. This is a step by step guide for setting up DomainKeys on QmailToaster. It includes modifications needed to DNS. This guide assumes you have installed QmailToaster and have created at least one domain. The example name for your domain used throughout this guide is ''yourdomain.com''. The example DomainKey Selector name (...")
  • 10:09, 16 March 2024Spamdyke (hist | edit) ‎[5,632 bytes]Ebroch (talk | contribs) (Created page with "== Background == Spamdyke provides pre-transmission spam filtering, and should be used in addition to SpamAssassin, which provides post-transmission spam filtering. Spamdyke is available from [http://www.spamdyke.org/ the spamdyke website]. See that site for details. While a few of spamdyke's capabilities are already provided with the stock QMail-Toaster, spamdyke provides some additional spam fighting capabilities such as graylisting and enhanced blacklist/whitelist pr...")
  • 10:08, 16 March 2024SPF (hist | edit) ‎[9,308 bytes]Ebroch (talk | contribs) (Created page with "How to set up SPF on my Qmailtoaster : Erik Espinoza 01:15, 11 Sep 2005 (PDT) : Dan McAllister 16:33, 28 November 2008 (EST) <u>'''What is SPF'''</u> SPF is a tool used to defend against SPAM -- unwanted email messages. Originally named "Sender Permitted From", the re-named "Sender Policy Framework" was created in 2003, and is an attempt to identify and control one specific type of SPAM: ''forged'' messages. A ''forged'' email message is one that purports to be from...")
  • 10:08, 16 March 2024RBLs (hist | edit) ‎[3,285 bytes]Ebroch (talk | contribs) (Created page with "A DNS-based Blackhole List (DNSBL, also known as Real-time Blackhole List or RBL), is a means by which an Internet site may publish a list of IP addresses in a format that can be easily queried by mail servers on the Internet. These addresses are those of known spammers or open relays, which are places from which you do not want to receive email. If an email comes from one of these addresses, it can be rejected as spam. There is a [http://en.wikipedia.org/wiki/DNSBL#DNSB...")
  • 10:08, 16 March 2024Chkuser (hist | edit) ‎[1,214 bytes]Ebroch (talk | contribs) (Created page with "chkuser configuration is not configurable on the fly. Configuration settings currently in use are documented at /var/qmail/doc/chkuser_settings.h. To tailor your chkuser settings, use the following procedure (provided by Nick): # rpm -Uvh qmail-toaster*.src.rpm # cd /usr/src/redhat/SPECS (assuming you are using CentOS 4) edit qmail-toaster.spec. find 'sleep 5' (should be line 606). change 5 to 300 (5 seconds to 300 seconds). save. # rpmbuild -bb --with cnt40 q...")
  • 10:02, 16 March 2024Tlsserverciphers (hist | edit) ‎[258 bytes]Ebroch (talk | contribs) (Created page with "<u>'''tlsserverciphers'''</u> man '''qmail-smtpd''' excerpt: A set of OpenSSL cipher strings. Multiple ciphers contained in a string should be separated by a colon. If the environment variable '''TLSCIPHERS''' is set to such a string, it takes precedence.")
  • 10:01, 16 March 2024Tlsclients (hist | edit) ‎[324 bytes]Ebroch (talk | contribs) (Created page with "<u>'''tlsclients'''</u> man '''qmail-smtpd''' excerpt: A list of email addresses. When relay rules would reject an incoming messages, '''qmail-smtpd''' can allow it if the client presents a certificate that can be verified against the CA list in clientca.pem and the certificate email address is in <u>tlsclients</u>.")
  • 10:01, 16 March 2024Timeoutsmtpd (hist | edit) ‎[177 bytes]Ebroch (talk | contribs) (Created page with "<u>'''timeoutsmtpd'''</u> man '''qmail-smtpd''' excerpt: Number of seconds '''qmail-smtpd''' will wait for each new buffer of data from the remote SMTP client. Default: 1200.")
  • 10:00, 16 March 2024Spfrules (hist | edit) ‎[618 bytes]Ebroch (talk | contribs) (Created page with "<u>'''spfrules'''</u> man '''qmail-smtpd''' modified excerpt: You can add a single line with SPF rules (also known as SPF mechanisms) that will be checked before other SPF rules would fail. This can be used to always allow certain machines to send certain emails. As an example, an spfrules file that contains the line '''ip4:192.0.0.1/24''' would allow the local qmail-toaster to receive Email from one of its supported domains from any host with the ip addresses 192.0....")
  • 10:00, 16 March 2024Spfguess (hist | edit) ‎[205 bytes]Ebroch (talk | contribs) (Created page with "<u>'''spfguess'''</u> man '''qmail-smtpd''' excerpt: You can add a line with SPF rules that will be checked if a sender domain doesn't have an SPF record. The local rules will also be used in this case.")
  • 09:59, 16 March 2024Spfexp (hist | edit) ‎[217 bytes]Ebroch (talk | contribs) (Created page with "<u>'''spfexp'''</u> man '''qmail-smtpd''' excerpt: You can add a line with an SPF explanation that will be shown to the sender in case of a reject. It will override the default one. You can use SPF macro expansion.")
  • 09:59, 16 March 2024Spfbehavior (hist | edit) ‎[1,020 bytes]Ebroch (talk | contribs) (Created page with "<u>'''spfbehavior'''</u> - Set to a value between 1 and 6 to enable SPF checks: * '''0''' to disable. * '''1''' selects ’annotate-only’ mode, where ''qmail-smtpd'' will annotate incoming email with ''Received-SPF'' fields, but will not reject any messages. * '''2''' will produce temporary failures on DNS lookup problems so you can make sure you always have meaningful Received-SPF headers. * '''3''' selects ’reject’ mode, where incoming mail will be rejected if...")
  • 09:58, 16 March 2024Smtpgreeting (hist | edit) ‎[214 bytes]Ebroch (talk | contribs) (Created page with "<u>'''smtpgreeting'''</u> - SMTP greeting message. Default: <u>me</u>, if that is supplied; otherwise '''qmail-smtpd''' will refuse to run. The first word of <u>smtpgreeting</u> should be the current host’s name.")
  • 09:58, 16 March 2024Servercert.pem (hist | edit) ‎[344 bytes]Ebroch (talk | contribs) (Created page with "<u>'''servercert.pem'''</u> If this file is absent, smtp TLS processing will be disabled. man '''qmail-smtpd''' excerpt: SSL certificate to be presented to clients in TLS-encrypted sessions. Should contain both the certificate and the private key. Certifying Authority (CA) and intermediate certificates can be added at the end of the file.")
  • 09:58, 16 March 2024Rsa512.pem (hist | edit) ‎[179 bytes]Ebroch (talk | contribs) (Created page with "<u>'''rsa512.pem'''</u> man '''qmail-smtpd''' excerpt: If this 512 bit RSA key is provided, '''qmail-smtpd''' will use it for TLS sessions instead of generating one on-the-fly.")
  • 09:57, 16 March 2024Rcpthosts (hist | edit) ‎[1,309 bytes]Ebroch (talk | contribs) (Created page with "<u>'''rcpthosts'''</u> This file contains all of the domains your server will accept mail for. Using the VqAdmin interface or the command line tools will automatically add the domains you create to this file. This is where you want to put domain names that you want to be a secondary mail server for. '''Do not add the domains or users if you want to be a caching email server.''' If you add a domain here that does not reside on your server, the machine will accept the...")
  • 09:57, 16 March 2024Queuelifetime (hist | edit) ‎[721 bytes]Ebroch (talk | contribs) (Created page with "<u>'''queuelifetime'''</u> This file defines how long your server will attempt to process or deliver an email before bouncing it to the originating sender defined in the header of the email message. The value in this file must be in seconds. Once the maximum time has been met the message will bounce, with the new sender being defined in bouncefrom and coming from the domain defined in bouncehost. The default for Qmail-Toaster is 86400 (one day). man '''qma...")
  • 09:56, 16 March 2024Percenthack (hist | edit) ‎[382 bytes]Ebroch (talk | contribs) (Created page with "<u>'''percenthack'''</u> man '''qmail-send''' excerpt: List of domain names where the percent hack is applied. If <u>domain</u> is listed in <u>percenthack</u>, any address of the form <u>user%fqdn@domain</u> is rewritten as <u>user@fqdn</u>. <u>user</u> may contain %, so the percent hack may be applied repeatedly. '''qmail-send''' handles <u>percenthack</u> before locals.")
  • 09:56, 16 March 2024Morercpthosts (hist | edit) ‎[417 bytes]Ebroch (talk | contribs) (Created page with "<u>'''morercpthosts'''</u> man '''qmail-smtpd''' excerpt: Extra allowed RCPT domains. If <u>rcpthosts</u> and <u>morercpthosts</u> both exist, <u>morercpthosts</u> is effectively appended to <u>rcpthosts</u>. You must run '''qmail-newmrh''' whenever <u>morercpthosts</u> changes. Rule of thumb for large sites: Put your 50 most commonly used domains into <u>rcpthosts</u>, and the rest into <u>morercpthosts</u>.")
  • 09:55, 16 March 2024Me (hist | edit) ‎[447 bytes]Ebroch (talk | contribs) (Created page with "<u>'''me'''</u> Contains the fully-qualified name (FQDN) of the host. This should be the same as the result of the command: # hostname --fqdn For machines running virtual hosts, this file should contain the host's IP address. This file is used as the default for the following hostname-related control files: bouncehost defaultdomain defaulthost doublebouncehost envnoathost helohost idhost localiphost")
  • 09:54, 16 March 2024Locals (hist | edit) ‎[304 bytes]Ebroch (talk | contribs) (Created page with "<u>'''locals'''</u> man '''qmail-send''' excerpt: List of domain names that the current host receives mail for, one per line. Default: me, if that is supplied; otherwise '''qmail-send''' refuses to run. An address <u>user@domain</u> is considered local if <u>domain</u> is listed in <u>locals</u>.")
  • 09:53, 16 March 2024Localiphost (hist | edit) ‎[445 bytes]Ebroch (talk | contribs) (Created page with "<u>'''localiphost'''</u> man '''qmail-smtpd''' excerpt: Replacement host name for local IP addresses. Default: <u>me</u>, if that is supplied. '''qmail-smtpd''' is responsible for recognizing dotted-decimal addresses for the current host. When it sees a recipient address of the form <u>box@[d.d.d.d]</u>, where <u>d.d.d.d</u> is a local IP address, it replaces <u>[d.d.d.d]</u> with <u>localiphost</u>. This is done before <u>rcpthosts</u>.")
  • 09:52, 16 March 2024Envnoathost (hist | edit) ‎[342 bytes]Ebroch (talk | contribs) (Created page with "<u>'''envnoathost'''</u> man '''qmail-send''' excerpt: Presumed domain name for addresses without @ signs. Default: me, if that is supplied; otherwise the literal name '''envnoathost''', which is probably not what you want. If '''qmail-send''' sees an envelope recipient address without an @ sign, it appends '''@'''<u>envnoathost</u>.")
  • 09:52, 16 March 2024Doublebounceto (hist | edit) ‎[320 bytes]Ebroch (talk | contribs) (Created page with "<u>'''doublebounceto'''</u> man '''qmail-send''' excerpt: User to receive double-bounces. Default: '''postmaster'''. If a single-bounce notice is permanently undeliverable, '''qmail-send''' sends a '''double-bounce''' notice to <u>doublebounceto</u>@doublebouncehost. (If that bounces, '''qmail-send''' gives up.)")
  • 09:52, 16 March 2024Doublebouncehost (hist | edit) ‎[242 bytes]Ebroch (talk | contribs) (Created page with "<u>'''doublebouncehost'''</u> Hostname of doublebounce sender. man '''qmail-send''' excerpt: Double-bounce host. Default: me, if that is supplied; otherwise the literal name '''doublebouncehost''', which is probably not what you want.")
  • 09:41, 16 March 2024Dh512.pem (hist | edit) ‎[102 bytes]Ebroch (talk | contribs) (Created page with "<u>'''dh512.pem'''</u> man '''qmail-smtpd''' excerpt: 512 bit counterpart for '''dh1024.pem'''.")
  • 09:41, 16 March 2024Dh1024.pem (hist | edit) ‎[221 bytes]Ebroch (talk | contribs) (Created page with "<u>'''dh1024.pem'''</u> man '''qmail-smtpd''' excerpt: If these 1024 bit DH parameters are provided, '''qmail-smtpd''' will use them for TLS sessions instead of generating one on-the-fly (which is very time consuming).")
  • 09:36, 16 March 2024Defaulthost (hist | edit) ‎[465 bytes]Ebroch (talk | contribs) (Created page with " defaulthost Default host name. Default: me, if that is supplied; otherwise the literal name defaulthost, which is probably not what you want. qmail-inject adds this name to any address without a host name. defaulthost need not be the current host's name. For example, you may prefer that outgoing mail show just your domain name. The QMAILDEFAULTHOST environment variable overrides defaulthost.")
  • 09:28, 16 March 2024Databytes (hist | edit) ‎[686 bytes]Ebroch (talk | contribs) (Created page with "<u>'''databytes'''</u> The Qmail-Toaster default value is 20971520. man '''qmail-smtpd''' excerpt: Maximum number of bytes allowed in a message, or 0 for no limit. Default: 0. If a message exceeds this limit, '''qmail-smtpd''' returns a permanent error code to the client; in contrast, if the disk is full or '''qmail-smtpd''' hits a resource limit, '''qmail-smtpd''' returns a temporary error code. <u>databytes</u> counts bytes as stored on disk, not as transmitted th...")
  • 09:28, 16 March 2024Concurrencyremote (hist | edit) ‎[238 bytes]Ebroch (talk | contribs) (Created page with "<u>'''concurrencyremote'''</u> man '''qmail-send''' excerpt: Maximum number of simultaneous remote delivery attempts. Default: 20. If 0, remote deliveries will be put on hold. <u>concurrencyremote</u> is limited at compile time to 509.")
  • 09:27, 16 March 2024Concurrencylocal (hist | edit) ‎[234 bytes]Ebroch (talk | contribs) (Created page with "<u>'''concurrencylocal'''</u> man '''qmail-send''' excerpt: Maximum number of simultaneous local delivery attempts. Default: 10. If 0, local deliveries will be put on hold. <u>concurrencylocal</u> is limited at compile time to 509.")
  • 09:27, 16 March 2024Concurrencyincoming (hist | edit) ‎[432 bytes]Ebroch (talk | contribs) (Created page with "<u>'''concurrencyincoming'''</u> Maximum simultaneous incoming SMTP connections. Qmail-Toaster default is 100. The value contained in this file is used as the '-c' parameter to '''tcpserver''' for '''qmail-smtpd'''. '''supervise''' runs '''tcpserver''' which runs '''qmail-smtpd''' according to the contents of '''/var/qmail/supervise/smtp/run''', which puts all of this together. See corresponding man pages for further details.")
  • 09:26, 16 March 2024Clientcrl.pem (hist | edit) ‎[225 bytes]Ebroch (talk | contribs) (Created page with "<u>'''clientcrl.pem'''</u> man '''qmail-smtpd''' excerpt: A list of Certificate Revocation Lists (CRLs). If present it should contain the CRLs of the CAs in clientca.pem and client certs will be checked for revocation.")
  • 09:26, 16 March 2024Clientca.pem (hist | edit) ‎[198 bytes]Ebroch (talk | contribs) (Created page with "<u>'''clientca.pem'''</u> man '''qmail-smtpd''' excerpt: A list of Certifying Authority (CA) certificates that are used to verify the client-presented certificates during a TLS-encrypted session.")
  • 09:25, 16 March 2024Bouncehost (hist | edit) ‎[422 bytes]Ebroch (talk | contribs) (Created page with "u>'''bouncehost'''</u> man '''qmail-send''' excerpt: Bounce host. Default: me, if that is supplied; otherwise the literal name '''bouncehost''', which is probably not what you want. If a message is permanently undeliverable, '''qmail-send''' sends a '''single-bounce''' notice back to the message's envelope sender. The notice is '''From:''' bouncefrom@<u>bouncehost</u>, although its envelope sender is empty.")
  • 09:24, 16 March 2024Bouncefrom (hist | edit) ‎[103 bytes]Ebroch (talk | contribs) (Created page with "<u>'''bouncefrom'''</u> man '''qmail-send''' excerpt: Bounce username. Default: '''MAILER-DAEMON'''.")
  • 09:24, 16 March 2024Blacklists (hist | edit) ‎[3,285 bytes]Ebroch (talk | contribs) (Created page with "A DNS-based Blackhole List (DNSBL, also known as Real-time Blackhole List or RBL), is a means by which an Internet site may publish a list of IP addresses in a format that can be easily queried by mail servers on the Internet. These addresses are those of known spammers or open relays, which are places from which you do not want to receive email. If an email comes from one of these addresses, it can be rejected as spam. There is a [http://en.wikipedia.org/wiki/DNSBL#DNSB...")
  • 09:15, 16 March 2024Badmimetypes.cdb (hist | edit) ‎[527 bytes]Ebroch (talk | contribs) (Created page with "<u>'''badmimetypes.cdb'''</u> man '''qmail-smtpd''' excerpt: Unacceptable base64 encoded MIME types in message. '''qmail-smtpd''' will reject every message if the first 9 significant characters (e.g. '''TVqQAAMAA''') of any of it's embedded base64 attachments type is identical with one compiled into <u>badmimetypes.cdb</u>. Use '''qmail-badmimetypes''' to derive <u>badmimetypes.cdb</u> from <u>badmimetypes</u>. The control file <u>badmimetypes.cdb</u> is evaluated if...")
  • 09:14, 16 March 2024Badmailtonorelay (hist | edit) ‎[257 bytes]Ebroch (talk | contribs) (Created page with "<u>'''badmailtonorelay'''</u> man '''qmail-smtpd''' excerpt: Functions the same as the <u>badmailto</u> control file but is read only if the '''RELAYCLIENT''' environment variable is not set. For more information, please have a look at README.qregex.")
  • 09:14, 16 March 2024Badmailto (hist | edit) ‎[406 bytes]Ebroch (talk | contribs) (Created page with "<u>'''badmailto'''</u> Note, badmailto applies to both incoming and outgoing messages. man '''qmail-smtpd''' excerpt: Unacceptable envelope recipient addresses. '''qmail-smtpd''' will reject every recipient address for a message if the recipient address is listed in, or matches a POSIX regular expression pattern listed in, badmailto. For more information, please have a look at README.qregex.")
  • 09:05, 16 March 2024Badmailfromnorelay (hist | edit) ‎[315 bytes]Ebroch (talk | contribs) (Created page with "<u>'''badmailfromnorelay'''</u> man '''qmail-smtpd''' excerpt: Functions the same as badmailfrom control file but [http://www.pokerenfrancais.eu/chilipoker-review/ chilipoker]is read only if the '''RELAYCLIENT''' environment variable is not set. For more information, please have a look at README.qregex.")
  • 09:04, 16 March 2024Badmailfrom (hist | edit) ‎[451 bytes]Ebroch (talk | contribs) (Created page with "<u>'''badmailfrom'''</u> man '''qmail-smtpd''' excerpt: Unacceptable envelope sender addresses. '''qmail-smtpd''' will reject every recipient address for a message if the envelope sender address is listed in, or matches a POSIX regular expression pattern listed in, <u>badmailfrom</u>. A line in <u>badmailfrom</u> may be of the form @<u>host</u>, meaning every address at <u>host</u>. For more information, please have a look at README.qregex.")
  • 09:04, 16 March 2024Badloadertypes.cdb (hist | edit) ‎[607 bytes]Ebroch (talk | contribs) (Created page with "<u>'''badloadertypes.cdb'''</u> man '''qmail-smtpd''' excerpt: Unacceptable base64 encoded LOADER types in message. '''qmail-smtpd''' will reject every message if 5 significant characters (e.g. Mi5kb) in any of it's embedded base64 attachments is identical with one compiled into <u>badloadertypes.cdb</u>. Use '''qmail-badloader-types''' to derive <u>badloadertypes.cdb</u> from <u>badloadertypes</u>. The control file <u>badloadertypes.cdb</u> is evaluated if the enviro...")
  • 09:03, 16 March 2024Badhelo (hist | edit) ‎[429 bytes]Ebroch (talk | contribs) (Created page with "<u>'''badhelo'''</u> man '''qmail-smtpd''' excerpt: Unacceptable HELO/EHLO host names. '''qmail-smtpd''' will reject every recipient address for a message if the host name is listed in, or matches a POSIX regular expression pattern listed in, <u>badhelo</u>. If the '''NOBADHELO''' environment variable is set, then the contents of <u>badhelo</u> will be ignored. For more information, please have a look at README.qregex.")
  • 23:45, 15 March 2024Virtualdomains (hist | edit) ‎[1,110 bytes]Ebroch (talk | contribs) (Created page with "<u>'''virtualdomains'''</u> man '''qmail-send''' excerpt: List of virtual users or domains, one per line. A virtual user has the form <u>user</u>'''@'''<u>domain</u>:<u>prepend</u>, without any extra spaces. When '''qmail-send''' sees the recipient address <u>user</u>'''@'''<u>domain</u>, it converts it to <u>prepend</u>-<u>user</u>'''@'''<u>domain</u> and treats it as local. A virtual domain has the form <u>domain</u>:<u>prepend</u>. It applies to any recipient addr...")
  • 23:45, 15 March 2024Tlshosts/FQDN.pem (hist | edit) ‎[920 bytes]Ebroch (talk | contribs) (Created page with "<u>'''tlshosts/FQDN.pem'''</u> man '''qmail-remote''' excerpt: '''qmail-remote''' requires TLS authentication from servers for which this certificate exists ('''FQDN''' is the fully-qualified domain name of the server). One of the <u>dNSName</u> or the <u>CommonName</u> attributes have to match. '''WARNING:''' this option may cause mail to be delayed, bounced, doublebounced, or lost.")
  • 23:44, 15 March 2024Tlshosts/exhaustivelist (hist | edit) ‎[388 bytes]Ebroch (talk | contribs) (Created page with "<u>'''tlshosts/exhaustivelist'''</u> man '''qmail-remote''' excerpt: If this file exists no TLS will be tried on hosts other than those for which a file '''tlshosts/FQDN.pem''' exists.")
  • 23:44, 15 March 2024Tlsclientciphers (hist | edit) ‎[3,533 bytes]Ebroch (talk | contribs) (Created page with "<u>'''tlsclientciphers'''</u> man '''qmail-remtote''' excerpt: A set of OpenSSL client cipher strings. Multiple ciphers contained in a string should be separated by a colon.")
  • 23:44, 15 March 2024Notlshosts/FQDN (hist | edit) ‎[567 bytes]Ebroch (talk | contribs) (Created page with "<u>'''notlshosts/FQDN'''</u> man '''qmail-remote''' excerpt: '''qmail-remote''' will not try TLS on servers for which this file exists ('''FQDN''' is the fully-qualified domain name of the server). (tlshosts/FQDN.pem takes precedence over this file however).")
  • 23:43, 15 March 2024Clientcert.pem (hist | edit) ‎[418 bytes]Ebroch (talk | contribs) (Created page with "<u>'''clientcert.pem'''</u> Note, this file needs to contain the private key in addition to the SSL certificate. The CA chain might be required as well. man '''qmail-remote''' excerpt: SSL certificate that is used to authenticate with the remote server during a TLS session.")
  • 23:42, 15 March 2024Smtproutes (hist | edit) ‎[3,086 bytes]Ebroch (talk | contribs) (Created page with "<u>'''smtproutes'''</u> This option can be very useful when sending email to flaky or large domains. As an example, we send a lot of email to sympatico.ca users, and they are always making changes to their DNS, which sometimes cause CNAME lookup failure errors on our mail server. To get around this, I did a 'dig' of their domain for MX records, and got this: ANSWER SECTION: sympatico.ca. 59 IN MX 5 toip4.bellnexxia.net. sympatico.ca....")
  • 23:41, 15 March 2024Helohost (hist | edit) ‎[273 bytes]Ebroch (talk | contribs) (Created page with "<u>'''helohost'''</u> man '''qmail-remote''' excerpt: Current host name, for use solely in saying hello to the remote SMTP server. Default: me, if that is supplied; otherwise '''qmail-remote''' refuses to run.")
  • 23:41, 15 March 2024Timeoutremote (hist | edit) ‎[227 bytes]Ebroch (talk | contribs) (Created page with "<u>'''timeoutremote'''</u> man '''qmail-remote''' excerpt: Number of seconds '''qmail-remote''' will wait for each response from the remote SMTP server. Default: 1200.")
  • 23:41, 15 March 2024Timeoutconnect (hist | edit) ‎[283 bytes]Ebroch (talk | contribs) (Created page with "<u>'''timeoutconnect'''</u> man '''qmail-remote''' excerpt: Number of seconds '''qmail-remote''' will wait for the remote SMTP server to accept a connection. Default: 60. The kernel normally imposes a 75-second upper limit.")
  • 23:40, 15 March 2024Taps (hist | edit) ‎[1,124 bytes]Ebroch (talk | contribs) (Created page with "<u>'''taps'''</u> This file contains email archiving instructions-also known as tap/tapping. The ''taps'' file (empty, 0-byte file) is not included in the basic, default toaster install. The '''tap-patch''' is in the toaster package, however...you just need to configure it by: # touch /var/qmail/control/taps # vi /var/qmail/control/taps insert tap info and save. Examples: a) To tap a whole domain add a line like: .*@domain.com:joe@example.com ---'joe' gets a copy o...")
  • 23:40, 15 March 2024Qmqpservers (hist | edit) ‎[223 bytes]Ebroch (talk | contribs) (Created page with "<u>'''qmqpservers'''</u> man '''qmail-qmqpc''' excerpt: IP addresses of QMQP servers, one address per line. '''qmail-qmqpc''' will try each address in turn until it establishes a QMQP connection or runs out of addresses.")
  • 23:39, 15 March 2024Defaultdelivery (hist | edit) ‎[391 bytes]Ebroch (talk | contribs) (Created page with "<u>'''defaultdelivery'''</u> Value of default local delivery folder. Qmail-Toaster default is "./Maildir/" (without the quotes). Mail is thus delivered to the '''/home/vpopmail/domains/<domainname>/<username>/Maildir/new''' directory. This value is passed by '''qmail-start''' to '''qmail-lspawn''' via the '''/var/qmail/rc''' script. Note, this value should '''not''' end with a newline.")
  • 23:39, 15 March 2024Plusdomain (hist | edit) ‎[547 bytes]Ebroch (talk | contribs) (Created page with "<u>'''plusdomain'''</u> man '''qmail-inject''' excerpt: Plus domain name. Default: me, if that is supplied; otherwise the literal name '''plusdomain''', which is probably not what you want. '''qmail-inject''' adds this name to any host name that ends with a plus sign, including defaulthost if defaulthost ends with a plus sign. If a host name does not have dots but ends with a plus sign, '''qmail-inject''' uses <u>plusdomain</u>, not defaultdomain. The...")
  • 23:38, 15 March 2024Idhost (hist | edit) ‎[526 bytes]Ebroch (talk | contribs) (Created page with "<u>'''idhost'''</u> man '''qmail-inject''' excerpt: Host name for Message-IDs. Default: me, if that is supplied; otherwise the literal name '''idhost''', which is certainly not what you want. <u>idhost</u> need not be the current host's name. For example, you may prefer to use fake host names in Message-IDs. However, <u>idhost</u> must be a fully-qualified name within your domain, and each host in your domain should use a different <u>idhost</u>. The '''QMAILIDHO...")
  • 23:38, 15 March 2024Defaultdomain (hist | edit) ‎[451 bytes]Ebroch (talk | contribs) (Created page with "<u>'''defaultdomain'''</u> man '''qmail-inject''' excerpt: Default domain name. Default: me, if that is supplied; otherwise the literal name '''defaultdomain''', which is probably not what you want. '''qmail-inject''' adds this name to any host name without dots, including defaulthost if defaulthost does not have dots. (Exception: see plusdomain.) The '''QMAILDEFAULTDOMAIN''' environment variable overrides <u>defaultdomain</u>.")
  • 23:37, 15 March 2024Logsize (hist | edit) ‎[680 bytes]Ebroch (talk | contribs) (Created page with "<u>'''logsize'''</u> Used as '''s'''<u>size</u> action for '''multilog''', as set in various '''/var/qmail/supervise/<module>/log/run''' files. The default Qmail-Toaster setting is 1000000 (~1M). man '''multilog''' excerpt: '''s'''<u>size</u> sets the maximum file size for subsequent <u>dir</u> actions. '''multilog''' will decide that <u>current</u> is big enough if <u>current</u> has <u>size</u> bytes. ('''multilog''' will also decide that <u>current</u> is big eno...")
  • 23:36, 15 March 2024Logcount (hist | edit) ‎[508 bytes]Ebroch (talk | contribs) (Created page with "<u>'''logcount'''</u> Used as '''n'''<u>num</u> action for '''multilog''', as set in various '''/var/qmail/supervise/<module>/log/run''' files. The default Qmail-Toaster setting is 100. man '''multilog''' excerpt: '''n'''<u>num</u> sets the number of log files for subsequent <u>dir</u> actions. After renaming <u>current</u>, if '''multilog''' sees num or more old log files, it removes the old log file with the smallest timestamp. <u>num</u> must be at least 2. The d...")
  • 23:35, 15 March 2024Control Files by Function (hist | edit) ‎[1,673 bytes]Ebroch (talk | contribs) (Created page with "Here are the files in /var/qmail/control, listed by function. ==multilog== logcount logsize ==qmail-inject== defaultdomain defaulthost idhost plusdomain ==qmail-local== defaultdelivery ==qmail-qmqpc== qmqpservers ==qmail-queue== taps ==qmail-remote== ===Constraints=== timeoutconnect timeoutremote ===Network=== helohost smtproutes ===Security=== clientcert.pem notlshosts/FQDN tlsclientcipher...")
  • 23:34, 15 March 2024Control Files by Name (hist | edit) ‎[3,805 bytes]Ebroch (talk | contribs) (Created page with "Here is a table of control files in the '''/var/qmail/control''' directory listed alphabetically, with their defaults ('-' = none), whether or not they're included in the basic Qmail-Toaster, and the modules they are used by. Note, default values are Qmail-Toaster defaults, not necessarily qmail defaults. {| border="1" cellpadding="2" ! control file name !! default !! included !! used by |- | badhelo || - || No || qmail-smtpd |- | badloadertypes.cdb || Mi5kb M...")
  • 23:12, 15 March 2024Users (hist | edit) ‎[634 bytes]Ebroch (talk | contribs) (Created page with "<a href="">Domain</a>")
  • 22:52, 15 March 2024Domains (hist | edit) ‎[1,350 bytes]Ebroch (talk | contribs) (Created page with "To add a domain, do not use the VqAdmin link from your machine's web interface. It's been depreciated and may cause unexpected results. Instead, use the command line. To add a domain, use this command: /home/vpopmail/bin/vadddomain -q 15000000 testdomain.com newdomain This creates a new domain called "testdomain.com", with a quota (for postmaster) of (roughly) 15M (you have to define the postmaster quota in bytes) and a password of "newdomain" for the postmaster accoun...")
  • 23:31, 14 March 2024Rocky, Alma, Springdale 9 QT Install (hist | edit) ‎[2,805 bytes]Ebroch (talk | contribs) (Created page with "Vpopmail Many-Domain MySQL backend Minimal Install RHEL9 Derivative Sprindale Alma Rocky QMT Install # curl -o /usr/local/bin/qt_install https://raw.githubusercontent.com/qmtoaster/scripts/master/qt_install_cos9.sh # chmod 755 /usr/local/bin/qt_install # qt_install # toaststat # conntest Scanners: rspam, spamassassin, dspam Qmail-1.03-3.3.8 (Implements TLSv1.3)")
  • 23:30, 14 March 2024Rocky, Alma, Springdale 8 QT Install (hist | edit) ‎[2,971 bytes]Ebroch (talk | contribs) (Created page with "Vpopmail Many-Domain MySQL backend Minimal Install RHEL9 Derivative Sprindale Alma Rocky QMT Install # curl -o /usr/local/bin/qt_install https://raw.githubusercontent.com/qmtoaster/scripts/master/qt_install_cos9.sh # chmod 755 /usr/local/bin/qt_install # qt_install # toaststat # conntest Scanners: rspam, spamassassin, dspam Qmail-1.03-3.3.8 (Implements TLSv1.3)")
  • 23:13, 14 March 2024CentOS 7 QT Install (hist | edit) ‎[2,907 bytes]Ebroch (talk | contribs) (Created page with "CentOS 7 QT Install Jump to navigationJump to search CentOS Linux 7 Minimal Install # curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/qt_prep_cos7.sh && chmod 755 qt_prep_cos7.sh && ./qt_prep_cos7.sh # ./qt_install_cos7.sh # toaststat Status of toaster services send: up (pid 1323) 1517 seconds smtp: up (pid 1324) 1517 seconds submission: up (pid 1325) 1517 seconds send/log: up (pid 1316) 1517 seconds smtp/log: up (pid 1311) 1517 seconds submission/log:...")
(newest | oldest) View ( | older 100) (20 | 50 | 100 | 250 | 500)