New pages

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