~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to html/MULTI_INSTANCE_README.html

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140211074430-91tdwgjriazawdz4
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
    # a template file. The build process expands the template into
210
210
    # "mtaadmin+root=mta1"
211
211
    #
212
 
    root        mtaadmin+root=mta1
 
212
    root        mtaadmin+root=mta1
213
213
 
214
214
/etc/postfix/virtual:
215
215
    # Caretaker aliases:
216
216
    #
217
 
    root        mtaadmin
218
 
    postmaster  root
 
217
    root        mtaadmin
 
218
    postmaster  root
219
219
</pre>
220
220
</blockquote>
221
221
 
231
231
    all: virtual.cdb generic.cdb
232
232
 
233
233
    generic: Makefile
234
 
            @echo Creating $@
235
 
            @rm -f $@.tmp
236
 
            @printf '%s\t%s+root=%s\n' root $MTAADMIN `uname -n` &gt; $@.tmp
237
 
            @mv $@.tmp generic
 
234
            @echo Creating $@
 
235
            @rm -f $@.tmp
 
236
            @printf '%s\t%s+root=%s\n' root ${MTAADMIN} `uname -n` &gt; $@.tmp
 
237
            @mv $@.tmp generic
238
238
 
239
239
    %.<a href="CDB_README.html">cdb</a>: %
240
 
            postmap <a href="CDB_README.html">cdb</a>:$&lt;
 
240
            postmap <a href="CDB_README.html">cdb</a>:$&lt;
241
241
</pre>
242
242
</blockquote>
243
243
 
554
554
    # Avoid splitting the envelope and scanning messages multiple times.
555
555
    # Match the re-injection server's recipient limit.
556
556
    #
557
 
        <a href="postconf.5.html#smtp_destination_recipient_limit">smtp_destination_recipient_limit</a> = 1000
 
557
    <a href="postconf.5.html#smtp_destination_recipient_limit">smtp_destination_recipient_limit</a> = 1000
558
558
 
559
559
    # Tolerate occasional high latency in the content filter.
560
560
    #
1126
1126
<blockquote>
1127
1127
<pre>
1128
1128
# postmulti [-I postfix-myinst] [-G mygroup] -e create \
1129
 
        "<a href="postconf.5.html#config_directory">config_directory</a> = /path/to/config_directory" \
1130
 
        "<a href="postconf.5.html#queue_directory">queue_directory</a> = /path/to/queue_directory" \
1131
 
        "<a href="postconf.5.html#data_directory">data_directory</a> = /path/to/data_directory"
 
1129
        "<a href="postconf.5.html#config_directory">config_directory</a> = /path/to/config_directory" \
 
1130
        "<a href="postconf.5.html#queue_directory">queue_directory</a> = /path/to/queue_directory" \
 
1131
        "<a href="postconf.5.html#data_directory">data_directory</a> = /path/to/data_directory"
1132
1132
</pre>
1133
1133
</blockquote>
1134
1134
 
1191
1191
<blockquote>
1192
1192
<pre>
1193
1193
# postmulti [-I postfix-myinst] [-G mygroup] -e import \
1194
 
        "<a href="postconf.5.html#config_directory">config_directory</a> = /path/of/config_directory"
 
1194
        "<a href="postconf.5.html#config_directory">config_directory</a> = /path/of/config_directory"
1195
1195
</pre>
1196
1196
</blockquote>
1197
1197