Skip to content

Commit

Permalink
Improve man page formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Řehoř <[email protected]>
  • Loading branch information
prehor committed Jul 13, 2019
1 parent 03eec23 commit 29ed258
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AMAVISD-MILTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ The options are as follows:
: Set AM.PDP request attribute *delivery_care_of* to *client* (default) or
*server*.

: When the *client* method is used, then amavisd-milter is responsible for
When the *client* method is used, then amavisd-milter is responsible for
forwarding the message to the recipients. This method does not allow
personalized header or body modification.

: When the *server* method is used, then amavis is responsible for forwarding
When the *server* method is used, then amavis is responsible for forwarding
the message to the recipients and may personalize the headers and the body
of the messages. *$forward_method* variable in **amavisd.conf** must point to
a place willing to accept the message without further checking in amavis.
Expand All @@ -78,7 +78,7 @@ The options are as follows:
message on sending MTA. **Sendmail** uses default value 1 hour, **postfix**
10 minutes and **qmail** 20 minutes. Recommended value is less than 10 minutes.

: If you use other milters (especially time-consuming), the timeout
If you use other milters (especially time-consuming), the timeout
must be sufficient to process message in all milters.

**-p** *pidfile*
Expand Down Expand Up @@ -107,7 +107,7 @@ The options are as follows:
over this socket is *AM.PDP* (AMavis Policy Delegation Protocol). It must have
the same value as the *$unix_socketname* variable in **amavisd.conf**.

: The *socket* must be in format *proto:address*:
The *socket* must be in format *proto:address*:

> * *{unix|local}:/path/to/file* - A named pipe.
> * *inet:port@{hostname|ip-address}* - An IPV4 socket.
Expand All @@ -119,7 +119,7 @@ The options are as follows:
**sendmail.mc** and must be greater than or equal to the amavis connection
timeout.

: If you use other milters (especially time-consuming), the timeout
If you use other milters (especially time-consuming), the timeout
must be sufficient to process message in all milters.

**-T** *timeout*
Expand Down

0 comments on commit 29ed258

Please sign in to comment.