diff --git a/README.md b/README.md index 3d058077..3f0ae7fb 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ If you are using PGSQL, uncomment the following four lines: ``` Depending on the database type you are using, you will need to uncomment the appropriate lines in the config, to enable lookups. -These control which domains you accept mail for and deliver locally (local_domains), which domains you accept mail for and deliver remotely (relay_to_domains), which IP addresses are allowed to send mail to any domain (relay_from_hosts) and which system users are considered trusted (trusted_users). More on these options – in Exim documentation. +These control which domains you accept mail for and deliver locally (local_domains), which domains you accept mail for and deliver remotely (relay_to_domains), which IP addresses are allowed to send mail to any domain (relay_from_hosts) and which system users are considered trusted (trusted_users). More on these options – in Exim documentation. ``` domainlist local_domains = @ : example.org : ${lookup mysql{VIRTUAL_DOMAINS}} : ${lookup mysql{ALIAS_DOMAINS}} domainlist relay_to_domains = ${lookup mysql{RELAY_DOMAINS}} @@ -181,7 +181,7 @@ exim_group = mail ``` Also it is assumed that the mysql domain socket is /tmp/mysql.sock, which is where the FreeBSD port puts it. Other installations put it in /var/tmp, /usr/lib, or any number of other places. If yours isn't /tmp/mysql.sock, you will need to set this. -TLS is activated by default. We suppose that you already created a SSL key and certificate. +TLS is activated by default. We suppose that you already created a SSL key and certificate. ``` tls_certificate = /etc/exim4/exim.crt tls_privatekey = /etc/exim4/exim.key @@ -198,7 +198,7 @@ The Diffie-Hellman group should have at least 1024 bit and can be created with t In `tls_require_ciphers`, currently (2016) secure ciphers are selected. It works by default on GnuTLS setups (Debian/Ubuntu). If your distribution uses OpenSSL (e.g. FreeBSD, CentOS), comment the block `tls_require_ciphers = ...` and uncomment the line `openssl_options = ...`. If you are not sure, the output of `exim -bV` will show either GnuTLS or OpenSSL. -###### ACL's: +###### ACL's: We have split all of the ACL's into separate files, to make managing them easier. Please review the ACL section of the configure file. If there are ACL's you would rather not have executed, please comment out the '.include' line that references them, or edit the ACL file directly and comment them out. ###### DEBIAN: diff --git a/docs/clients/courierimap.txt b/docs/clients/courierimap.txt index b1bedd36..e7bf7f46 100644 --- a/docs/clients/courierimap.txt +++ b/docs/clients/courierimap.txt @@ -9,7 +9,7 @@ Installing Courier-IMAP 2.x on FreeBSD: cp imapd.dist imapd vi imapd -Installing Courier-IMAP on Debian: +Installing Courier-IMAP on Debian: apt-get install courier-imap courier-imap-ssl courier-pop courier-pop-ssl courier-authlib-mysql courier-authdaemon diff --git a/docs/configure b/docs/configure index 79ec4182..065212b2 100644 --- a/docs/configure +++ b/docs/configure @@ -208,7 +208,7 @@ acl_smtp_mime = acl_check_mime # This configuration variable defines the virus scanner that is used with # the 'malware' ACL condition of the exiscan acl-patch. If you do not use # virus scanning, leave it commented. Please read: -# http://www.exim.org/exim-html-current/doc/html/spec_html/ch-content_scanning_at_acl_time.html +# http://www.exim.org/exim-html-current/doc/html/spec_html/ch-content_scanning_at_acl_time.html # for a list of supported scanners. av_scanner = clamd:/var/run/clamav/clamd @@ -221,8 +221,8 @@ av_scanner = clamd:/var/run/clamav/clamd spamd_address = 127.0.0.1 783 # User who passes mails to spamassassin. He should have a home directory in order -# to save configuration and scanning data (e.g. for Bayes filter). The default -# vexim-user can be used for this purpose. If the user does not exist, SpamAssassin +# to save configuration and scanning data (e.g. for Bayes filter). The default +# vexim-user can be used for this purpose. If the user does not exist, SpamAssassin # will fall back to "nobody" and default settings, with all consequences. VEXIM_SA_USERNAME = vexim diff --git a/vexim/admin.php b/vexim/admin.php index 28031826..52cfa970 100644 --- a/vexim/admin.php +++ b/vexim/admin.php @@ -59,7 +59,7 @@
'; - echo "Invalid alias userid '" . htmlentities($_GET['user_id']) . "' for domain '" . htmlentities($_SESSION['domain']). "'"; + echo "Invalid alias userid '" . htmlentities($_GET['user_id']) . "' for domain '" . htmlentities($_SESSION['domain']). "'"; echo ' |