New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View ( | older 20) (20 | 50 | 100 | 250 | 500)
  • 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 20) (20 | 50 | 100 | 250 | 500)