Ronald F. Guilmette:
>
> In the access(5) man page, it is either explicitly stated or else
> easily inferred what XXX response value will be sent back to the
> SMTP client for each of the possible values listed in the ACCEPT
> ACTIONS and REJECT ACTIONS sections.
>
> What XXX response values will be sent back to the SMTP client for
> each of the various possible lookup result values listed in the
> OTHER ACTIONS section?
Each access map lookup returns
One line starting with REJECT and containing no OTHER ACTIONS
Or
One line starting with PREPEND and containing no OTHER ACTIONS
...
Or
One line not starting with REJECT or PREPEND etc. containing
OTHER ACTIONS (note plural) such as permit_mynetworks,
reject_unknown_sender_domain and so on.
Wietse