~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to proto/access

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2009-06-03 14:17:08 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603141708-o9u59xlor7nmd2x1
[Wietse Venema]

* New upstream release: 2.6.2~rc1

[LaMont Jones]

* move postfix-add-{filter,policy} manpages to section 8, and deliver
* provide: default-mta on ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
#       (Postfix version 2.3 and later).
171
171
# .IP "\fBREJECT \fIoptional text...\fR
172
172
#       Reject the address etc. that matches the pattern. Reply with
173
 
#       \fI$reject_code optional text...\fR when the optional text is
174
 
#       specified, otherwise reply with a generic error response message.
 
173
#       "\fB$access_map_reject_code \fIoptional text...\fR" when the
 
174
#       optional text is
 
175
#       specified, otherwise reply with a generic error response message.
 
176
# .IP "\fBDEFER \fIoptional text...\fR
 
177
#       Reject the address etc. that matches the pattern. Reply with
 
178
#       "\fB$access_map_defer_code \fIoptional text...\fR" when the
 
179
#       optional text is
 
180
#       specified, otherwise reply with a generic error response message.
 
181
# .sp
 
182
#       This feature is available in Postfix 2.6 and later.
175
183
# .IP "\fBDEFER_IF_REJECT \fIoptional text...\fR
176
184
#       Defer the request if some later restriction would result in a
177
 
#       REJECT action. Reply with "\fB450 4.7.1 \fI optional
178
 
#       text...\fR when the
 
185
#       REJECT action. Reply with "\fB$access_map_defer_code 4.7.1
 
186
#       \fIoptional text...\fR" when the
179
187
#       optional text is specified, otherwise reply with a generic error
180
188
#       response message.
181
189
# .sp
 
190
#       Prior to Postfix 2.6, the SMTP reply code is 450.
 
191
# .sp
182
192
#       This feature is available in Postfix 2.1 and later.
183
193
# .IP "\fBDEFER_IF_PERMIT \fIoptional text...\fR
184
194
#       Defer the request if some later restriction would result in a
185
195
#       an explicit or implicit PERMIT action.
186
 
#       Reply with "\fB450 4.7.1 \fI optional text...\fR when the
 
196
#       Reply with "\fB$access_map_defer_code 4.7.1 \fI optional
 
197
#       text...\fR" when the
187
198
#       optional text is specified, otherwise reply with a generic error
188
199
#       response message.
189
200
# .sp
 
201
#       Prior to Postfix 2.6, the SMTP reply code is 450.
 
202
# .sp
190
203
#       This feature is available in Postfix 2.1 and later.
191
204
# OTHER ACTIONS
192
205
# .ad