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

« back to all changes in this revision

Viewing changes to man/man5/access.5

  • 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:
190
190
(Postfix version 2.3 and later).
191
191
.IP "\fBREJECT \fIoptional text...\fR
192
192
Reject the address etc. that matches the pattern. Reply with
193
 
\fI$reject_code optional text...\fR when the optional text is
194
 
specified, otherwise reply with a generic error response message.
 
193
"\fB$access_map_reject_code \fIoptional text...\fR" when the
 
194
optional text is
 
195
specified, otherwise reply with a generic error response message.
 
196
.IP "\fBDEFER \fIoptional text...\fR
 
197
Reject the address etc. that matches the pattern. Reply with
 
198
"\fB$access_map_defer_code \fIoptional text...\fR" when the
 
199
optional text is
 
200
specified, otherwise reply with a generic error response message.
 
201
.sp
 
202
This feature is available in Postfix 2.6 and later.
195
203
.IP "\fBDEFER_IF_REJECT \fIoptional text...\fR
196
204
Defer the request if some later restriction would result in a
197
 
REJECT action. Reply with "\fB450 4.7.1 \fI optional
198
 
text...\fR when the
 
205
REJECT action. Reply with "\fB$access_map_defer_code 4.7.1
 
206
\fIoptional text...\fR" when the
199
207
optional text is specified, otherwise reply with a generic error
200
208
response message.
201
209
.sp
 
210
Prior to Postfix 2.6, the SMTP reply code is 450.
 
211
.sp
202
212
This feature is available in Postfix 2.1 and later.
203
213
.IP "\fBDEFER_IF_PERMIT \fIoptional text...\fR
204
214
Defer the request if some later restriction would result in a
205
215
an explicit or implicit PERMIT action.
206
 
Reply with "\fB450 4.7.1 \fI optional text...\fR when the
 
216
Reply with "\fB$access_map_defer_code 4.7.1 \fI optional
 
217
text...\fR" when the
207
218
optional text is specified, otherwise reply with a generic error
208
219
response message.
209
220
.sp
 
221
Prior to Postfix 2.6, the SMTP reply code is 450.
 
222
.sp
210
223
This feature is available in Postfix 2.1 and later.
211
224
.SH "OTHER ACTIONS"
212
225
.na