diff options
author | Andreas Metzler <ametzler@downhill.at.eu.org> | 2013-08-08 20:01:54 +0200 |
---|---|---|
committer | Andreas Metzler <ametzler@downhill.at.eu.org> | 2013-08-08 20:01:54 +0200 |
commit | 95c12e9cc88db4e9fc0ce78721600deac3dd976c (patch) | |
tree | 513260d54db5056ec55b438dcb2b04fcabec3171 | |
parent | 8e536119db88cc8455ae473416f497ebc4733754 (diff) | |
download | exim4-95c12e9cc88db4e9fc0ce78721600deac3dd976c.tar.gz |
Escape some dashes in exim4-config_files.5
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/manpages/exim4-config_files.5 | 28 |
2 files changed, 15 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog index dac2fe7..c81faad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ exim4 (4.80-8) UNRELEASED; urgency=low locally in non-SMTP mode, and with MIME ACLs configured, if the ACL rejected the message, Exim would try to `fprintf(NULL, "%s", the_message)`. This fixes that. + * [lintian] Escape some dashes in exim4-config_files.5. -- Andreas Metzler <ametzler@debian.org> Wed, 02 Jan 2013 19:47:00 +0100 diff --git a/debian/manpages/exim4-config_files.5 b/debian/manpages/exim4-config_files.5 index bd2cd3e..dc01d01 100644 --- a/debian/manpages/exim4-config_files.5 +++ b/debian/manpages/exim4-config_files.5 @@ -61,8 +61,8 @@ name: address, address, ... .br The name is a local address without domain part. All local domains are handled equally. For more detailed documentation, please refer to -/usr/share/doc/exim4-base/spec.txt.gz, chapter 22, and to -/usr/share/doc/exim4-base/README.Debian.gz. Please note that it +/usr/share/doc/exim4\-base/spec.txt.gz, chapter 22, and to +/usr/share/doc/exim4\-base/README.Debian.gz. Please note that it is not possible to use delivery to arbitrary files, directories and to pipes. This is forbidden in Debian's exim4 default configuration. @@ -80,7 +80,7 @@ user: someone@isp.com otheruser: someoneelse@anotherisp.com This way emails from user will appear to be from someone@isp.com to -the outside world. Technically, the from, reply-to, and sender +the outside world. Technically, the from, reply\-to, and sender addresses, along with the envelope sender, are rewritten for users that appear to be in the local domain. @@ -192,7 +192,7 @@ data of the form .br domain: host-list options .br -dict.ref.example: mail-1.ref.example:mail-2.ref.example +dict.ref.example: mail\-1.ref.example:mail\-2.ref.example .br foo.example: internal.mail.example.com .br @@ -217,14 +217,14 @@ username:crypted-password:clear-password crypted-password is the crypt(3)-created hash of your password. You can, for example, use the mkpasswd program from the whois package to create a crypted password. It is recommended to use a modern hash -algorithm, see mkpasswd --method=help. Consider not using crypt or MD5. +algorithm, see mkpasswd \-\-method=help. Consider not using crypt or MD5. clear-password is only necessary if you want to offer CRAM-MD5 authentication. If you don't plan on doing so, the third column can be omitted completely. -This file must be readable for the Debian-exim user and should not be -readable for others. Recommended file mode is root:Debian-exim 640. +This file must be readable for the Debian\-exim user and should not be +readable for others. Recommended file mode is root:Debian\-exim 640. .SH /etc/exim4/passwd.client contains account and password data for SMTP authentication when exim @@ -267,8 +267,8 @@ password is your SMTP password in clear text. If you do not know about your SMTP password, you can try using your POP3 password as a first guess. -This file must be readable for the Debian-exim user and should not be -readable for others. Recommended file mode is root:Debian-exim 640. +This file must be readable for the Debian\-exim user and should not be +readable for others. Recommended file mode is root:Debian\-exim 640. .br # example for CONFDIR/passwd.client @@ -291,19 +291,19 @@ mail.server.example:user:password .br # the regular expression .br -^smtp[0-9]*.mail.server.example:user:password +^smtp[0\-9]*.mail.server.example:user:password .br .SH /etc/exim4/exim.crt contains the certificate that exim uses to initiate TLS connections. This is public information and can be world readable. -/usr/share/doc/exim4-base/examples/exim-gencert can +/usr/share/doc/exim4\-base/examples/exim\-gencert can be used to generate a private key and self-signed certificate. .SH /etc/exim4/exim.key contains the private key belonging to the certificate in exim.crt. This file's contents must be kept secret and should have mode -root:Debian-exim 640. /usr/share/doc/exim4-base/examples/exim-gencert +root:Debian\-exim 640. /usr/share/doc/exim4\-base/examples/exim\-gencert can be used to generate a private key and self-signed certificate. .SH BUGS @@ -346,13 +346,13 @@ See Exim specification Chapter .I Domain, host, address, and local part lists , section .I Behaviour when an IP address or name cannot be found. -<http://www.exim.org/exim-html-current/doc/html/spec_html/ch-domain_host_address_and_local_part_lists.html> +<http://www.exim.org/exim\-html\-current/doc/html/spec_html/ch\-domain_host_address_and_local_part_lists.html> .SH SEE ALSO .br .BR exim (8), .br -.BR update-exim4.conf(8), +.BR update\-exim4.conf(8), .br .BR /usr/share/doc/exim4\-base/, .br |