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

« back to all changes in this revision

Viewing changes to README_FILES/MULTI_INSTANCE_README

  • 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:
157
157
        # a template file. The build process expands the template into
158
158
        # "mtaadmin+root=mta1"
159
159
        #
160
 
        root            mtaadmin+root=mta1
 
160
        root        mtaadmin+root=mta1
161
161
 
162
162
    /etc/postfix/virtual:
163
163
        # Caretaker aliases:
164
164
        #
165
 
        root            mtaadmin
166
 
        postmaster      root
 
165
        root        mtaadmin
 
166
        postmaster  root
167
167
 
168
168
You would typically also add a Makefile, to automatically run postmap(1)
169
169
commands when source files change. This Makefile also creates a "generic"
175
175
        all: virtual.cdb generic.cdb
176
176
 
177
177
        generic: Makefile
178
 
            @echo Creating $@
179
 
            @rm -f $@.tmp
180
 
            @printf '%s\t%s+root=%s\n' root $MTAADMIN `uname -n` > $@.tmp
181
 
            @mv $@.tmp generic
 
178
                @echo Creating $@
 
179
                @rm -f $@.tmp
 
180
                @printf '%s\t%s+root=%s\n' root ${MTAADMIN} `uname -n` > $@.tmp
 
181
                @mv $@.tmp generic
182
182
 
183
183
        %.cdb: %
184
 
            postmap cdb:$<
 
184
                postmap cdb:$<
185
185
 
186
186
Construct the "virtual" and "generic" databases (the latter is created by
187
187
running "make"), then start and test the null-client:
439
439
        # Avoid splitting the envelope and scanning messages multiple times.
440
440
        # Match the re-injection server's recipient limit.
441
441
        #
442
 
        smtp_destination_recipient_limit = 1000
 
442
        smtp_destination_recipient_limit = 1000
443
443
 
444
444
        # Tolerate occasional high latency in the content filter.
445
445
        #
875
875
parameters, specify their values on the command-line:
876
876
 
877
877
    # postmulti [-I postfix-myinst] [-G mygroup] -e create \
878
 
        "config_directory = /path/to/config_directory" \
879
 
        "queue_directory = /path/to/queue_directory" \
880
 
        "data_directory = /path/to/data_directory"
 
878
            "config_directory = /path/to/config_directory" \
 
879
            "queue_directory = /path/to/queue_directory" \
 
880
            "data_directory = /path/to/data_directory"
881
881
 
882
882
A note on the --II and --GG options above. These are always used to assign a name
883
883
or group name to an instance, while the --ii and --gg options always select
924
924
Otherwise, you must specify the location of its configuration directory:
925
925
 
926
926
    # postmulti [-I postfix-myinst] [-G mygroup] -e import \
927
 
        "config_directory = /path/of/config_directory"
 
927
            "config_directory = /path/of/config_directory"
928
928
 
929
929
When the instance is imported, you can assign a name or a group. As with
930
930
"create", you can control the placement of the new instance in the start order