# Site data for the installation. # # Copy to mailserver.conf, fill in, then: # sudo install/mailserver-install # # Without this file the installer asks for the values in the terminal. # Fully qualified name of this server. The TLS certificate is issued for this # name, the PTR record has to point at it, and mail clients enter it as their # server. # # It MUST already resolve to this server's address in DNS, otherwise Let's # Encrypt cannot issue a certificate. MAILHOST="mail.example.com" # The first mail domain - the part after the @ in the mail addresses. # Further domains later with: mailctl domain add MAILDOMAIN="example.com" # Public IPv4 address of the server. # Leave empty and the installer works it out itself. SERVER_IP="" # The port the SSH daemon listens on. The firewall opens exactly this one. # # CAREFUL: a wrong value locks you out of your own session the moment the # firewall is enabled. The installer therefore checks that an sshd really is # listening on that port, and stops if not. SSH_PORT="22" # Address for the expiry warnings from Let's Encrypt. # Leave empty to use postmaster@$MAILDOMAIN. ACME_EMAIL="" # Quota of the first mailbox (postmaster@$MAILDOMAIN). POSTMASTER_QUOTA="1G" # Languages allowed by the language filter, separated by spaces. Any other # DETECTED language scores +6 and lands in the Junk folder; when no language # is detected at all, nothing happens. # Leave empty to switch the filter off. ALLOWED_LANGUAGES="de en"